Mon Dec 15 15:02:13 2008 UTC ()
Remove patch to add -Wl,-R to guile-config link.  I had borked it when
merging to the new guile-config code, and it turns out not to be
necessary since there is some other mechanism to add rpath.  Arguably
it should still be added, as the later rpath might only be there for
dependencies.  (Plus, depending programs should use pkg-config
instead.)


(gdt)
diff -r1.87 -r1.88 pkgsrc/lang/guile/Makefile
diff -r1.38 -r1.39 pkgsrc/lang/guile/distinfo
diff -r1.4 -r0 pkgsrc/lang/guile/patches/patch-ah

cvs diff -r1.87 -r1.88 pkgsrc/lang/guile/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/guile/Attic/Makefile 2008/12/10 23:11:55 1.87
+++ pkgsrc/lang/guile/Attic/Makefile 2008/12/15 15:02:13 1.88
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.87 2008/12/10 23:11:55 gdt Exp $ 1# $NetBSD: Makefile,v 1.88 2008/12/15 15:02:13 gdt Exp $
2 2
3DISTNAME= guile-1.8.6 3DISTNAME= guile-1.8.6
 4PKGREVISION= 1
4CATEGORIES= lang 5CATEGORIES= lang
5MASTER_SITES= ${MASTER_SITE_GNU:=guile/} 6MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
6 7
7MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/guile/guile.html 9HOMEPAGE= http://www.gnu.org/software/guile/guile.html
9COMMENT= GNU's Ubiquitous Intelligent Language for Extension 10COMMENT= GNU's Ubiquitous Intelligent Language for Extension
10 11
11CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]* 12CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]*
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
16USE_TOOLS+= gmake makeinfo 17USE_TOOLS+= gmake makeinfo

cvs diff -r1.38 -r1.39 pkgsrc/lang/guile/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/guile/Attic/distinfo 2008/12/10 23:11:55 1.38
+++ pkgsrc/lang/guile/Attic/distinfo 2008/12/15 15:02:13 1.39
@@ -1,10 +1,9 @@ @@ -1,10 +1,9 @@
1$NetBSD: distinfo,v 1.38 2008/12/10 23:11:55 gdt Exp $ 1$NetBSD: distinfo,v 1.39 2008/12/15 15:02:13 gdt Exp $
2 2
3SHA1 (guile-1.8.6.tar.gz) = a3896f86044a2b3740dac43e045c349d656fba31 3SHA1 (guile-1.8.6.tar.gz) = a3896f86044a2b3740dac43e045c349d656fba31
4RMD160 (guile-1.8.6.tar.gz) = d6695d266a6091dc5fb1c688e3f0286f1c6d382e 4RMD160 (guile-1.8.6.tar.gz) = d6695d266a6091dc5fb1c688e3f0286f1c6d382e
5Size (guile-1.8.6.tar.gz) = 3960608 bytes 5Size (guile-1.8.6.tar.gz) = 3960608 bytes
6SHA1 (patch-ae) = c3e5065408082978df5b6ddd62e47dda8ab41f40 6SHA1 (patch-ae) = c3e5065408082978df5b6ddd62e47dda8ab41f40
7SHA1 (patch-ag) = 8aeb781ba43597f37b1ce4aaa2fb0baba2e4ce9c 7SHA1 (patch-ag) = 8aeb781ba43597f37b1ce4aaa2fb0baba2e4ce9c
8SHA1 (patch-ah) = aebe45fdcebfbad5394a74fc96b8f1fc14703c2b 
9SHA1 (patch-ak) = 6639ea95471a76893b0b074dcbfbd139a1571309 8SHA1 (patch-ak) = 6639ea95471a76893b0b074dcbfbd139a1571309
10SHA1 (patch-al) = 6a5fb3136028bb5a5185ce7174a20d5f9d227e18 9SHA1 (patch-al) = 6a5fb3136028bb5a5185ce7174a20d5f9d227e18

File Deleted: pkgsrc/lang/guile/patches/Attic/patch-ah