summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-02 10:14:19 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-02 10:14:19 +0000
commitc80a0e33e3d82a1502471bdff1f2c749b9feabdf (patch)
tree61fde41357e8f64b95e4429fa476a50ff87f8a91
parent95c3cec4d5f95e962d30756c266b4dbd81c5a119 (diff)
downloadpkgsrc-c80a0e33e3d82a1502471bdff1f2c749b9feabdf.tar.gz
sysmon: Leave pkgsrc to handle security features.
-rw-r--r--net/sysmon/distinfo3
-rw-r--r--net/sysmon/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/net/sysmon/distinfo b/net/sysmon/distinfo
index 34598952e7f..115f6142eb4 100644
--- a/net/sysmon/distinfo
+++ b/net/sysmon/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2016/08/14 02:13:49 mef Exp $
+$NetBSD: distinfo,v 1.4 2018/02/02 10:14:19 jperkin Exp $
SHA1 (sysmon-0.93.tar.gz) = 9802be83f1b88577fcdaad9b9447ce9fe48163a5
RMD160 (sysmon-0.93.tar.gz) = 77a276a3964f4830dc4351c19741be724e95ec42
SHA512 (sysmon-0.93.tar.gz) = 367ec53cf5253a1fd83eee4837206d9551ea2b2d8e62cd910f4c0a7f1090bc6a519277e94ea1e08f8354a7a88fcc6b4d5092bc481385b57547496558e47e85c8
Size (sysmon-0.93.tar.gz) = 519522 bytes
SHA1 (patch-aa) = ed38753f2298875032593e780cbac3266b875031
+SHA1 (patch-configure) = 42cf75b0a2c8eb1c1e3f48978b9c963be4627e51
diff --git a/net/sysmon/patches/patch-configure b/net/sysmon/patches/patch-configure
new file mode 100644
index 00000000000..242a54dfd31
--- /dev/null
+++ b/net/sysmon/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2018/02/02 10:14:19 jperkin Exp $
+
+Leave pkgsrc to handle security features.
+
+--- configure.orig 2011-09-08 18:19:37.000000000 +0000
++++ configure
+@@ -3362,7 +3362,7 @@ var=$ax_cv_cflags_gcc_option__fstack_pro
+ case ".$var" in
+ .ok|.ok,*) ;;
+ .|.no|.no,*) ;;
+- *)
++ DISABLED)
+ if echo " $CFLAGS " | grep " $var " 2>&1 >/dev/null
+ then { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS does contain \$var"; } >&5
+ (: CFLAGS does contain $var) 2>&5