summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-20 00:43:04 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-20 00:43:04 +0000
commit1b3b894f210754d8d269c8a07847047654c3d58a (patch)
tree6b5da69f247a7da322262d23a6d9316397fb9673 /security
parent2033572e6e8b1772f3c26c70cfd25ca92e8cd3b9 (diff)
downloadpkgsrc-1b3b894f210754d8d269c8a07847047654c3d58a.tar.gz
Patch configure's libtool.m4 fragment for DragonFly.
Diffstat (limited to 'security')
-rw-r--r--security/nessus-plugins/distinfo3
-rw-r--r--security/nessus-plugins/patches/patch-aa38
2 files changed, 40 insertions, 1 deletions
diff --git a/security/nessus-plugins/distinfo b/security/nessus-plugins/distinfo
index 1773352fb1c..b5536aa35f9 100644
--- a/security/nessus-plugins/distinfo
+++ b/security/nessus-plugins/distinfo
@@ -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 --git a/security/nessus-plugins/patches/patch-aa b/security/nessus-plugins/patches/patch-aa
new file mode 100644
index 00000000000..db2c2d07948
--- /dev/null
+++ b/security/nessus-plugins/patches/patch-aa
@@ -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