pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/nessus-plugins Patch configure's libtool.m4 f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df57d663be3a
branches:  trunk
changeset: 506625:df57d663be3a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 20 00:43:04 2006 +0000

description:
Patch configure's libtool.m4 fragment for DragonFly.

diffstat:

 security/nessus-plugins/distinfo         |   3 +-
 security/nessus-plugins/patches/patch-aa |  38 ++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletions(-)

diffs (53 lines):

diff -r d8084ef9514b -r df57d663be3a security/nessus-plugins/distinfo
--- a/security/nessus-plugins/distinfo  Fri Jan 20 00:37:45 2006 +0000
+++ b/security/nessus-plugins/distinfo  Fri Jan 20 00:43:04 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.19 2005/04/04 09:32:03 adam Exp $
+$NetBSD: distinfo,v 1.20 2006/01/20 00:43:04 joerg Exp $
 
 SHA1 (nessus-plugins-GPL-2.2.4.tar.gz) = 5daf1057eada8fbd2f4d2ea24a1f73cdb1274a1f
 RMD160 (nessus-plugins-GPL-2.2.4.tar.gz) = c4a8fb1d889a6455ccba3cbdb3972f4b81ea2656
 Size (nessus-plugins-GPL-2.2.4.tar.gz) = 1488888 bytes
+SHA1 (patch-aa) = e2f564fff440728373abb49947c714d7002fc9da
diff -r d8084ef9514b -r df57d663be3a security/nessus-plugins/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/nessus-plugins/patches/patch-aa  Fri Jan 20 00:43:04 2006 +0000
@@ -0,0 +1,38 @@
+$NetBSD: patch-aa,v 1.1 2006/01/20 00:43:04 joerg Exp $
+
+--- configure.orig     2006-01-20 00:38:56.000000000 +0000
++++ configure
+@@ -1439,13 +1439,13 @@ darwin* | rhapsody*)
+   esac
+   ;;
+ 
+-freebsd*)
++freebsd* | dragonfly*)
+   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+     case $host_cpu in
+     i*86 )
+       # Not sure whether the presence of OpenBSD here was a mistake.
+       # Let's accept both of them until this is cleared up.
+-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
++      lt_cv_deplibs_check_method='file_magic (DragonFly|FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
+       lt_cv_file_magic_cmd=/usr/bin/file
+       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+       ;;
+@@ -3451,7 +3451,7 @@ else
+     ;;
+ 
+   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+-  freebsd*)
++  freebsd* | dragonfly*)
+     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+     hardcode_libdir_flag_spec='-R$libdir'
+     hardcode_direct=yes
+@@ -3894,7 +3894,7 @@ freebsd1*)
+   dynamic_linker=no
+   ;;
+ 
+-freebsd*)
++freebsd* | dragonfly*)
+   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+   version_type=freebsd-$objformat
+   case $version_type in



Home | Main Index | Thread Index | Old Index