* [gentoo-commits] gentoo-x86 commit in media-sound/audtty/files: audtty-0.1.9a-cc-and-destdir.patch
@ 2008-07-05 6:39 Samuli Suominen (drac)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-07-05 6:39 UTC (permalink / raw
To: gentoo-commits
drac 08/07/05 06:39:20
Added: audtty-0.1.9a-cc-and-destdir.patch
Log:
Version bump wrt #230309 by Hlevyn.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Revision Changes Path
1.1 media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch?rev=1.1&content-type=text/plain
Index: audtty-0.1.9a-cc-and-destdir.patch
===================================================================
diff -ur audtty.orig/Makefile.in audtty/Makefile.in
--- audtty.orig/Makefile.in 2008-05-08 09:50:26.000000000 +0300
+++ audtty/Makefile.in 2008-07-05 09:36:31.000000000 +0300
@@ -20,18 +20,18 @@
all: audtty
audtty: ${BINS}
- cc -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS)
+ $(CC) -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS)
.c.o:
- cc -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $<
+ $(CC) -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $<
install: audtty
- mkdir -p ${bindir}
- install -m 0755 audtty ${bindir}/audtty
- mkdir -p ${mandir}
- install -m 0644 audtty.1 ${mandir}/audtty.1
- mkdir -p ${sysconfdir}
- install -m 0644 audtty.conf ${sysconfdir}/audtty.conf
+ mkdir -p $(DESTDIR)${bindir}
+ install -m 0755 audtty $(DESTDIR)${bindir}/audtty
+ mkdir -p $(DESTDIR)${mandir}
+ install -m 0644 audtty.1 $(DESTDIR)${mandir}/audtty.1
+ mkdir -p $(DESTDIR)${sysconfdir}
+ install -m 0644 audtty.conf $(DESTDIR)${sysconfdir}/audtty.conf
uninstall:
rm ${bindir}/audtty || false
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/audtty/files: audtty-0.1.9a-cc-and-destdir.patch
@ 2009-02-18 15:52 Tony Vroon (chainsaw)
0 siblings, 0 replies; 2+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-02-18 15:52 UTC (permalink / raw
To: gentoo-commits
chainsaw 09/02/18 15:52:23
Modified: audtty-0.1.9a-cc-and-destdir.patch
Log:
Bump up audacious DEPEND to v1.5 where the D-Bus mess has been sorted out. Patch by Kevin Pyle <kevin.pyle@bluecoat.com> fixes link ordering and closes bug #247822 filed by Diego E. Flameeyes Pettenò <flameeyes@gentoo.org>.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.2 media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch?r1=1.1&r2=1.2
Index: audtty-0.1.9a-cc-and-destdir.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audtty/files/audtty-0.1.9a-cc-and-destdir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audtty-0.1.9a-cc-and-destdir.patch 5 Jul 2008 06:39:19 -0000 1.1
+++ audtty-0.1.9a-cc-and-destdir.patch 18 Feb 2009 15:52:23 -0000 1.2
@@ -6,7 +6,7 @@
audtty: ${BINS}
- cc -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS)
-+ $(CC) -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS)
++ $(CC) -Wall ${LDFLAGS} -o audtty $(BINS) -lncurses -laudclient
.c.o:
- cc -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $<
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-18 15:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 6:39 [gentoo-commits] gentoo-x86 commit in media-sound/audtty/files: audtty-0.1.9a-cc-and-destdir.patch Samuli Suominen (drac)
-- strict thread matches above, loose matches on Subject: below --
2009-02-18 15:52 Tony Vroon (chainsaw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox