* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear/files: cavezofphear-0.5-gentoo.patch
@ 2014-08-25 20:48 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-08-25 20:48 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/08/25 20:48:22
Removed: cavezofphear-0.5-gentoo.patch
Log:
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear/files: cavezofphear-0.5-gentoo.patch
@ 2009-09-05 15:04 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-09-05 15:04 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/09/05 15:04:06
Modified: cavezofphear-0.5-gentoo.patch
Log:
fix the patch (bug #283736)
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.2 games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch?r1=1.1&r2=1.2
Index: cavezofphear-0.5-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cavezofphear-0.5-gentoo.patch 30 Jan 2009 16:35:51 -0000 1.1
+++ cavezofphear-0.5-gentoo.patch 5 Sep 2009 15:04:06 -0000 1.2
@@ -1,24 +1,36 @@
---- src/Makefile.old 2009-01-30 17:22:01.000000000 +0100
-+++ src/Makefile 2009-01-30 17:24:52.000000000 +0100
+diff -ru phear-0.5.orig/Makefile phear-0.5/Makefile
+--- phear-0.5.orig/Makefile 2007-02-27 06:21:55.000000000 -0500
++++ phear-0.5/Makefile 2009-09-05 11:01:08.534701774 -0400
+@@ -2,7 +2,7 @@
+ DESTDIR_DATA = /usr/local/share
+
+ make:
+- cd src && make
++ $(MAKE) -C src phear
+ clean:
+ rm -f phear editor
+ install:
+diff -ru phear-0.5.orig/src/Makefile phear-0.5/src/Makefile
+--- phear-0.5.orig/src/Makefile 2007-02-27 04:59:26.000000000 -0500
++++ phear-0.5/src/Makefile 2009-09-05 11:01:57.341827885 -0400
@@ -2,10 +2,8 @@
-
+
DESTDIR = ..
-
+
-CC = gcc
INSTALL = install
-CFLAGS = -s -Wall -O2
-LDFLAGS = -lncurses
+LDLIBS = -lncurses
-
+
all: phear install clean
-
+
@@ -13,7 +11,7 @@
- $(CC) $(CFLAGS) -c $^ -o $@
-
+ $(CC) $(CFLAGS) -c $^ -o $@
+
phear: $(OBJS)
-- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
-
+- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
+
install: install-game
-
-
+
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear/files: cavezofphear-0.5-gentoo.patch
@ 2009-01-30 16:35 Alfredo Tupone (tupone)
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-01-30 16:35 UTC (permalink / raw
To: gentoo-commits
tupone 09/01/30 16:35:51
Added: cavezofphear-0.5-gentoo.patch
Log:
Fix --as-needed bug #247299
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
Revision Changes Path
1.1 games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/cavezofphear/files/cavezofphear-0.5-gentoo.patch?rev=1.1&content-type=text/plain
Index: cavezofphear-0.5-gentoo.patch
===================================================================
--- src/Makefile.old 2009-01-30 17:22:01.000000000 +0100
+++ src/Makefile 2009-01-30 17:24:52.000000000 +0100
@@ -2,10 +2,8 @@
DESTDIR = ..
-CC = gcc
INSTALL = install
-CFLAGS = -s -Wall -O2
-LDFLAGS = -lncurses
+LDLIBS = -lncurses
all: phear install clean
@@ -13,7 +11,7 @@
$(CC) $(CFLAGS) -c $^ -o $@
phear: $(OBJS)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
install: install-game
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-25 20:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-25 20:48 [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear/files: cavezofphear-0.5-gentoo.patch Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-09-05 15:04 Michael Sterrett (mr_bones_)
2009-01-30 16:35 Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox