public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/joystick/files: joystick-1.4.4-build.patch joystick-1.4.7-build.patch
@ 2014-07-16  1:19 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2014-07-16  1:19 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/07/16 01:19:15

  Modified:             joystick-1.4.4-build.patch
  Added:                joystick-1.4.7-build.patch
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-util/joystick/files/joystick-1.4.4-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/files/joystick-1.4.4-build.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/files/joystick-1.4.4-build.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/files/joystick-1.4.4-build.patch?r1=1.1&r2=1.2

Index: joystick-1.4.4-build.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/joystick/files/joystick-1.4.4-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- joystick-1.4.4-build.patch	23 Jan 2013 06:13:28 -0000	1.1
+++ joystick-1.4.4-build.patch	16 Jul 2014 01:19:15 -0000	1.2
@@ -1,6 +1,5 @@
-diff -ru linuxconsoletools-1.4.4.orig/docs/Makefile linuxconsoletools-1.4.4/docs/Makefile
---- linuxconsoletools-1.4.4.orig/docs/Makefile	2011-12-15 10:49:01.000000000 -0500
-+++ linuxconsoletools-1.4.4/docs/Makefile	2013-01-23 01:09:34.963691526 -0500
+--- linuxconsoletools-1.4.4.orig/docs/Makefile
++++ linuxconsoletools-1.4.4/docs/Makefile
 @@ -20,13 +20,17 @@
  # 02110-1301 USA.
  
@@ -21,9 +20,8 @@
 +	install -m 644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
  
  .PHONY: install
-diff -ru linuxconsoletools-1.4.4.orig/utils/Makefile linuxconsoletools-1.4.4/utils/Makefile
---- linuxconsoletools-1.4.4.orig/utils/Makefile	2012-09-05 02:34:53.000000000 -0400
-+++ linuxconsoletools-1.4.4/utils/Makefile	2013-01-23 01:11:02.112760453 -0500
+--- linuxconsoletools-1.4.4.orig/utils/Makefile
++++ linuxconsoletools-1.4.4/utils/Makefile
 @@ -27,9 +27,13 @@
  
  CFLAGS		?= -g -O2 -Wall



1.1                  games-util/joystick/files/joystick-1.4.7-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/files/joystick-1.4.7-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/joystick/files/joystick-1.4.7-build.patch?rev=1.1&content-type=text/plain

Index: joystick-1.4.7-build.patch
===================================================================
--- linuxconsoletools-1.4.4.orig/docs/Makefile
+++ linuxconsoletools-1.4.4/docs/Makefile
@@ -20,13 +20,17 @@
 # 02110-1301 USA.
 
 MANPAGES	= inputattach.1 jstest.1 jscal.1 fftest.1 \
-		  ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \
+		  ffset.1 ffcfstress.1 jscal-store.1 \
 		  jscal-restore.1
 
+ifneq ($(USE_SDL),no)
+MANPAGES += ffmvforce.1
+endif
+
 PREFIX          ?= /usr/local
 
 install:
 	install -d $(DESTDIR)$(PREFIX)/share/man/man1
-	install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
+	install -m 644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
 
 .PHONY: install
--- linuxconsoletools-1.4.4.orig/utils/Makefile
+++ linuxconsoletools-1.4.4/utils/Makefile
@@ -27,9 +27,13 @@
 
 CFLAGS		?= -g -O2 -Wall
 
-PROGRAMS	= inputattach jstest jscal fftest ffmvforce ffset \
+PROGRAMS	= inputattach jstest jscal fftest ffset \
 		  ffcfstress jscal-restore jscal-store
 
+ifneq ($(USE_SDL),no)
+PROGRAMS += ffmvforce
+endif
+
 PREFIX          ?= /usr/local
 
 compile: $(PROGRAMS)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-16  1:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16  1:19 [gentoo-commits] gentoo-x86 commit in games-util/joystick/files: joystick-1.4.4-build.patch joystick-1.4.7-build.patch Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox