pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/trn Use nm -D when scanning libc.so on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fba03f5bebb7
branches:  trunk
changeset: 514976:fba03f5bebb7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 21 15:52:33 2006 +0000

description:
Use nm -D when scanning libc.so on DragonFly.

diffstat:

 news/trn/distinfo         |   4 ++--
 news/trn/patches/patch-ac |  32 +++++++++++++++++++++-----------
 2 files changed, 23 insertions(+), 13 deletions(-)

diffs (102 lines):

diff -r f040d0a4e8d9 -r fba03f5bebb7 news/trn/distinfo
--- a/news/trn/distinfo Wed Jun 21 15:27:05 2006 +0000
+++ b/news/trn/distinfo Wed Jun 21 15:52:33 2006 +0000
@@ -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 -r f040d0a4e8d9 -r fba03f5bebb7 news/trn/patches/patch-ac
--- a/news/trn/patches/patch-ac Wed Jun 21 15:27:05 2006 +0000
+++ b/news/trn/patches/patch-ac Wed Jun 21 15:52:33 2006 +0000
@@ -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 @@
      "$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 @@
  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 @@
  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 @@
  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 @@
  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 @@
  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 @@
  tee='$tee'
  termlib='$termlib'
  test='$test'
-@@ -6450,7 +6450,7 @@
+@@ -6450,7 +6453,7 @@ threaddir='$threaddir'
  tk='$tk'
  tkinc='$tkinc'
  tklibs='$tklibs'



Home | Main Index | Thread Index | Old Index