diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-02-02 10:19:31 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-02-02 10:19:31 +0000 |
commit | 205d920595df4c9d7a4980ce3f47e2d6d85c134a (patch) | |
tree | 397931f341ad8d3fff249a1fe7d57d4fba6fd04e /net/istgt | |
parent | 904f11b4c68495c3f9ca5692c1350b5728269cd2 (diff) | |
download | pkgsrc-205d920595df4c9d7a4980ce3f47e2d6d85c134a.tar.gz |
istgt: Leave pkgsrc to handle security features.
Diffstat (limited to 'net/istgt')
-rw-r--r-- | net/istgt/distinfo | 3 | ||||
-rw-r--r-- | net/istgt/patches/patch-configure | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/net/istgt/distinfo b/net/istgt/distinfo index 970205b22a5..2848b8bbc9e 100644 --- a/net/istgt/distinfo +++ b/net/istgt/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.10 2015/11/04 00:35:06 agc Exp $ +$NetBSD: distinfo,v 1.11 2018/02/02 10:19:31 jperkin Exp $ SHA1 (istgt-20141125.tar.gz) = c71f0f8be78aeff44763dd492cb377fc3e297bda RMD160 (istgt-20141125.tar.gz) = 187009434732995f1e889f76182c174875e2bafa SHA512 (istgt-20141125.tar.gz) = f0cbd7a1cce1ee35055138626566e48e8b28f8c881c5a0cdc75f964eed74b5ef69a2195423cd89b5cea976417dffbcd2d362b23af727955683c9c0f333f8be4b Size (istgt-20141125.tar.gz) = 276286 bytes +SHA1 (patch-configure) = 2af8f0f5a481d9d5bea97c68af50c99f9efbe781 diff --git a/net/istgt/patches/patch-configure b/net/istgt/patches/patch-configure new file mode 100644 index 00000000000..e2221469083 --- /dev/null +++ b/net/istgt/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2018/02/02 10:19:31 jperkin Exp $ + +Leave pkgsrc to handle security features. + +--- configure.orig 2014-11-24 15:20:44.000000000 +0000 ++++ configure +@@ -4792,7 +4792,7 @@ main () + _ACEOF + if ac_fn_c_try_compile "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-$as_echo "yes" >&6; }; saved_CFLAGS="$CFLAGS" ++$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } |