public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-cdr/cdrtools/files: cdrtools-2.01.01_alpha50-asneeded.patch
@ 2008-09-27 23:57 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-09-27 23:57 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/09/27 23:57:26

  Added:                cdrtools-2.01.01_alpha50-asneeded.patch
  Log:
  Bump, fixing bug #230940 and bug #234537. Major rewrite to take advantage of built-in make system.
  (Portage version: 2.2_rc10/cvs/Linux 2.6.25.8 i686)

Revision  Changes    Path
1.1                  app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?rev=1.1&content-type=text/plain

Index: cdrtools-2.01.01_alpha50-asneeded.patch
===================================================================
diff -ur cdrtools-2.01.01.orig/libfind/libfind.mk cdrtools-2.01.01/libfind/libfind.mk
--- cdrtools-2.01.01.orig/libfind/libfind.mk	2007-02-04 01:00:05.000000000 +0200
+++ cdrtools-2.01.01/libfind/libfind.mk	2007-08-28 22:33:25.000000000 +0300
@@ -20,7 +20,7 @@
 CPPOPTS +=	-DSCHILY_PRINT
 
 include		Targets
-LIBS=		
+LIBS=		$(LIB_ACL)
 
 ###########################################################################
 include		$(SRCROOT)/$(RULESDIR)/rules.lib
diff -ur cdrtools-2.01.01.orig/libfind/shlfind.mk cdrtools-2.01.01/libfind/shlfind.mk
--- cdrtools-2.01.01.orig/libfind/shlfind.mk	2007-02-04 01:00:05.000000000 +0200
+++ cdrtools-2.01.01/libfind/shlfind.mk	2007-08-28 22:45:14.000000000 +0300
@@ -21,7 +21,7 @@
 CPPOPTS +=	-DSCHILY_PRINT
 
 include		Targets
-LIBS=		-lschily -lc
+LIBS=		-lschily -lc $(LIB_ACL)
 
 ###########################################################################
 include		$(SRCROOT)/$(RULESDIR)/rules.shl






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-cdr/cdrtools/files: cdrtools-2.01.01_alpha50-asneeded.patch
@ 2009-04-30  1:17 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-04-30  1:17 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/04/30 01:17:05

  Modified:             cdrtools-2.01.01_alpha50-asneeded.patch
  Log:
  Fix as-needed patch to not link against libacl unconditionally, bug 265159. Thanks to Michał Górny <web-f13zto@mgorny.alt.pl>.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch?r1=1.1&r2=1.2

Index: cdrtools-2.01.01_alpha50-asneeded.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/files/cdrtools-2.01.01_alpha50-asneeded.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdrtools-2.01.01_alpha50-asneeded.patch	27 Sep 2008 23:57:25 -0000	1.1
+++ cdrtools-2.01.01_alpha50-asneeded.patch	30 Apr 2009 01:17:05 -0000	1.2
@@ -6,7 +6,7 @@
  
  include		Targets
 -LIBS=		
-+LIBS=		$(LIB_ACL)
++LIBS=		$(LIB_ACL_TEST)
  
  ###########################################################################
  include		$(SRCROOT)/$(RULESDIR)/rules.lib
@@ -18,7 +18,7 @@
  
  include		Targets
 -LIBS=		-lschily -lc
-+LIBS=		-lschily -lc $(LIB_ACL)
++LIBS=		-lschily -lc $(LIB_ACL_TEST)
  
  ###########################################################################
  include		$(SRCROOT)/$(RULESDIR)/rules.shl






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-30  1:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-27 23:57 [gentoo-commits] gentoo-x86 commit in app-cdr/cdrtools/files: cdrtools-2.01.01_alpha50-asneeded.patch Peter Alfredsen (loki_val)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-30  1:17 Peter Alfredsen (loki_val)

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