summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-19 06:11:04 +0000
committerobache <obache@pkgsrc.org>2010-09-19 06:11:04 +0000
commit4f33f384926b0dfc9f2955d649451d503ea9caa0 (patch)
tree788cd2be701eaf57e099c653292fdb03758bfbd9
parent616caa7585c0da3c7bd1bce43cc1da19f9fa79ae (diff)
downloadpkgsrc-4f33f384926b0dfc9f2955d649451d503ea9caa0.tar.gz
static link is not supported on MacOS X.
PR#39058
-rw-r--r--security/aide/distinfo4
-rw-r--r--security/aide/patches/patch-ab23
2 files changed, 20 insertions, 7 deletions
diff --git a/security/aide/distinfo b/security/aide/distinfo
index d7cff7c3ecc..58077e320e5 100644
--- a/security/aide/distinfo
+++ b/security/aide/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2010/09/14 06:48:52 pettai Exp $
+$NetBSD: distinfo,v 1.12 2010/09/19 06:11:04 obache Exp $
SHA1 (aide-0.15.1.tar.gz) = c5998c04a223416142323fa1bd18db0936099827
RMD160 (aide-0.15.1.tar.gz) = 80ea88b1c1496bcca57d2d1cdeecdcdfca0fa5cf
Size (aide-0.15.1.tar.gz) = 424970 bytes
-SHA1 (patch-ab) = d010f24ffefbf9fa72e5eb5bc7560a8d6c1dc7e8
+SHA1 (patch-ab) = 21bcedc7d2838974f934e9c8a2be7a17920a183d
SHA1 (patch-ae) = 87c234f8d316117cf766134ca69d6f753c59dd91
SHA1 (patch-af) = 70ac8a100e9d601b7ffcaa9d716742d1d947aca7
diff --git a/security/aide/patches/patch-ab b/security/aide/patches/patch-ab
index 32519e2f4ac..8fe4520cdbf 100644
--- a/security/aide/patches/patch-ab
+++ b/security/aide/patches/patch-ab
@@ -1,8 +1,11 @@
-$NetBSD: patch-ab,v 1.3 2010/08/30 22:30:27 pettai Exp $
+$NetBSD: patch-ab,v 1.4 2010/09/19 06:11:04 obache Exp $
---- configure.orig 2010-06-05 22:39:12.000000000 +0200
-+++ configure 2010-08-31 00:17:06.000000000 +0200
-@@ -4221,10 +4221,6 @@
+* YACC and LEX are passwd as full path.
+* static linking is not supported on MacOS X. PR#39058.
+
+--- configure.orig 2010-09-10 17:48:04.000000000 +0000
++++ configure
+@@ -4231,10 +4231,6 @@ fi
done
test -n "$YACC" || YACC="yacc"
@@ -13,7 +16,7 @@ $NetBSD: patch-ab,v 1.3 2010/08/30 22:30:27 pettai Exp $
for ac_prog in flex lex
-@@ -4384,10 +4380,6 @@
+@@ -4394,10 +4390,6 @@ fi
rm -f conftest.l $LEX_OUTPUT_ROOT.c
fi
@@ -24,3 +27,13 @@ $NetBSD: patch-ab,v 1.3 2010/08/30 22:30:27 pettai Exp $
for ac_prog in ld
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
+@@ -4539,6 +4531,9 @@ if test $ac_cv_c_compiler_gnu = yes; the
+ ## pic_flag=-Kconform_pic
+ ## fi
+ ;;
++ darwin*)
++ LD_STATIC_FLAG=''
++ ;;
+ *)
+ ## pic_flag='-fPIC'
+ ;;