public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-util/joystick/files: joystick-1.4.4-build.patch joystick-1.4.7-build.patch
Date: Wed, 16 Jul 2014 01:19:15 +0000 (UTC)	[thread overview]
Message-ID: <20140716011915.DD7932004E@flycatcher.gentoo.org> (raw)

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)





                 reply	other threads:[~2014-07-16  1:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140716011915.DD7932004E@flycatcher.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox