diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 15:52:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 15:52:33 +0000 |
commit | e7b583226aa1500e8235d9702e49595da027c389 (patch) | |
tree | 6f059cb22c420eb39fe3d608cc38f2e93e9ba1ce /news | |
parent | 3ff5049a00ce693d34aeeb20e1c73c7bcc908b0b (diff) | |
download | pkgsrc-e7b583226aa1500e8235d9702e49595da027c389.tar.gz |
Use nm -D when scanning libc.so on DragonFly.
Diffstat (limited to 'news')
-rw-r--r-- | news/trn/distinfo | 4 | ||||
-rw-r--r-- | news/trn/patches/patch-ac | 32 |
2 files changed, 23 insertions, 13 deletions
diff --git a/news/trn/distinfo b/news/trn/distinfo index 7e331bac0bc..8680d567523 100644 --- a/news/trn/distinfo +++ b/news/trn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2005/07/08 20:42:35 kristerw Exp $ +$NetBSD: distinfo,v 1.7 2006/06/21 15:52:33 joerg Exp $ SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87 Size (trn-4.0-test76.tar.gz) = 565528 bytes -SHA1 (patch-ac) = d33198c3d39059496ae81c0491297974caf5a073 +SHA1 (patch-ac) = 51b1983eef702d4e81f13e7b9ea01627f88a5557 SHA1 (patch-ad) = 78c18d634cb0861754e1d555a0e514299136ecbc diff --git a/news/trn/patches/patch-ac b/news/trn/patches/patch-ac index e1cf44def75..67f4a5e32c7 100644 --- a/news/trn/patches/patch-ac +++ b/news/trn/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ +$NetBSD: patch-ac,v 1.5 2006/06/21 15:52:33 joerg Exp $ ---- Configure.orig 2001-02-22 20:17:39.000000000 +0100 -+++ Configure 2005-07-08 22:38:46.000000000 +0200 -@@ -2540,7 +2540,7 @@ +--- Configure.orig 2001-02-22 19:17:39.000000000 +0000 ++++ Configure +@@ -2540,7 +2540,7 @@ EOM esac ;; *) case "$d_inews" in @@ -11,7 +11,17 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ "$define") set dflt installinews bin eval $prefixit -@@ -6223,14 +6223,14 @@ +@@ -4412,6 +4412,9 @@ case "$nm_so_opt" in + nm_so_opt='--dynamic' + fi + ;; ++ *dragonfly*) ++ nm_so_opt='-D' ++ ;; + esac + ;; + esac +@@ -6223,14 +6226,14 @@ active='$active' acttimes='$acttimes' aphostcmd='$aphostcmd' archobjs='$archobjs' @@ -29,7 +39,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ cc='$cc' ccflags='$ccflags' cf_by='$cf_by' -@@ -6240,7 +6240,7 @@ +@@ -6240,7 +6243,7 @@ cntrydist='$cntrydist' comm='$comm' contains='$contains' contdist='$contdist' @@ -38,7 +48,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ cpp='$cpp' cppflags='$cppflags' cpplast='$cpplast' -@@ -6305,21 +6305,21 @@ +@@ -6305,21 +6308,21 @@ d_xenix='$d_xenix' d_xthread='$d_xthread' date='$date' defeditor='$defeditor' @@ -65,7 +75,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ groupdesc='$groupdesc' hint='$hint' hostbits='$hostbits' -@@ -6376,10 +6376,10 @@ +@@ -6376,10 +6379,10 @@ mboxchar='$mboxchar' mimecap='$mimecap' mips='$mips' mips_type='$mips_type' @@ -78,7 +88,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ myactive='$myactive' myuname='$myuname' n='$n' -@@ -6417,11 +6417,11 @@ +@@ -6417,11 +6420,11 @@ prefixexp='$prefixexp' prefshell='$prefshell' privlib='$privlib' privlibexp='$privlibexp' @@ -92,7 +102,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ sendmail='$sendmail' servername='$servername' sharpbang='$sharpbang' -@@ -6442,7 +6442,7 @@ +@@ -6442,7 +6445,7 @@ strings='$strings' strn='$strn' subscriptions='$subscriptions' sysman='$sysman' @@ -101,7 +111,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $ tee='$tee' termlib='$termlib' test='$test' -@@ -6450,7 +6450,7 @@ +@@ -6450,7 +6453,7 @@ threaddir='$threaddir' tk='$tk' tkinc='$tkinc' tklibs='$tklibs' |