pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/elm Force "nm -D" for DragonFly, otherwise symbol...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dbd01da1bc1
branches:  trunk
changeset: 514897:9dbd01da1bc1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 20 15:39:06 2006 +0000

description:
Force "nm -D" for DragonFly, otherwise symbol extraction from libc
doesn't work correctly.

diffstat:

 mail/elm/distinfo         |   4 ++--
 mail/elm/patches/patch-aa |  17 +++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 0c3a84bf3ad6 -r 9dbd01da1bc1 mail/elm/distinfo
--- a/mail/elm/distinfo Tue Jun 20 14:54:03 2006 +0000
+++ b/mail/elm/distinfo Tue Jun 20 15:39:06 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2006/01/24 22:47:13 joerg Exp $
+$NetBSD: distinfo,v 1.11 2006/06/20 15:39:06 joerg Exp $
 
 SHA1 (elm2.5.8.tar.gz) = bf09df75d0dc9097a1e69591bfb4872f860e00c7
 RMD160 (elm2.5.8.tar.gz) = c12dbefd0bf9d47ee4438673507a4693c4a6808c
 Size (elm2.5.8.tar.gz) = 607078 bytes
-SHA1 (patch-aa) = cba94203f670bbe7c59d379442f471fca2f34e84
+SHA1 (patch-aa) = d84d99098d567135db05cc67899cf1df5c1780b0
 SHA1 (patch-ab) = 0d3a39f6fb0179bf75095ed7aa1910d94506fbe8
 SHA1 (patch-ac) = 3216e1f8a00200efd93ada37c8250c5277abfbfe
 SHA1 (patch-ad) = de6e99072ad6379126bb1e6d798bc2cd851a92ed
diff -r 0c3a84bf3ad6 -r 9dbd01da1bc1 mail/elm/patches/patch-aa
--- a/mail/elm/patches/patch-aa Tue Jun 20 14:54:03 2006 +0000
+++ b/mail/elm/patches/patch-aa Tue Jun 20 15:39:06 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2006/01/19 14:51:38 tron Exp $
+$NetBSD: patch-aa,v 1.5 2006/06/20 15:39:06 joerg Exp $
 
---- Configure.orig     Fri Dec 15 15:00:55 2000
+--- Configure.orig     2005-08-18 12:49:24.000000000 +0000
 +++ Configure
 @@ -18,11 +18,6 @@
  PATH=".:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin:$PATH"
@@ -14,7 +14,7 @@
  (alias) >/dev/null 2>&1 && \
      echo "(I see you are using the Korn shell.  Some ksh's blow up on Configure," && \
      echo "especially on exotic machines.  If yours does, try the Bourne shell instead.)"
-@@ -490,8 +485,8 @@
+@@ -490,8 +485,8 @@ EOM
      n=''
      c='\c'
  fi
@@ -25,7 +25,16 @@
  rm -f .echotmp
  
  : now set up to do reads with possible shell escape and default assignment
-@@ -5496,7 +5491,7 @@
+@@ -1997,6 +1992,8 @@ case "$nm_opts" in
+ 
+     elif $test "$uname_os" = "Linux" ; then
+            nm_opts='-p'
++    elif $test "$uname_os" = "DragonFly" ; then
++         nm_opts='-D'
+     elif $test "$uname_os" = "AIX" ; then
+        uname_ver=`$uname -v`
+        if $test "$uname_ver" = "4" ; then
+@@ -5499,7 +5496,7 @@ fastread=''
  echo "If you didn't make any mistakes, then just type a carriage return here."
  rp="If you need to edit config.sh, do it as a shell escape here:"
  $echo $n "$rp $c"



Home | Main Index | Thread Index | Old Index