summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-02 14:01:59 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-02 14:01:59 +0000
commit6731afb7b1c63e02fda98eb44f9d54d0824cb8de (patch)
treeee41606718b2bd1d51e8872796cc565093a754c4 /chat
parente25dbb62e60ae7ca64a5831f170811d1db7a9abf (diff)
downloadpkgsrc-6731afb7b1c63e02fda98eb44f9d54d0824cb8de.tar.gz
hexchat: Leave pkgsrc to handle security features.
Diffstat (limited to 'chat')
-rw-r--r--chat/hexchat/distinfo4
-rw-r--r--chat/hexchat/patches/patch-configure16
2 files changed, 15 insertions, 5 deletions
diff --git a/chat/hexchat/distinfo b/chat/hexchat/distinfo
index ef2f8e27de0..f3924ecfcd5 100644
--- a/chat/hexchat/distinfo
+++ b/chat/hexchat/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.4 2017/03/28 16:18:25 khorben Exp $
+$NetBSD: distinfo,v 1.5 2018/02/02 14:01:59 jperkin Exp $
SHA1 (hexchat-2.12.3.tar.xz) = 69c91e374eed4b869941d55a7d50362c667119bb
RMD160 (hexchat-2.12.3.tar.xz) = b9340b949012f4f86e6d14b7b8c6e7794967bb0b
SHA512 (hexchat-2.12.3.tar.xz) = 1ee8348b70ed27786874aebb136e78b9d3b24bc55b7cebb5c6a730970f6aa3ec690f8c7422003d7ace56987ca84c993694c8ab6b830ef39b620e544fc7353b04
Size (hexchat-2.12.3.tar.xz) = 1577736 bytes
-SHA1 (patch-configure) = 4b62af9f771c743c979dc1ad98d48ddaa5f3e50d
+SHA1 (patch-configure) = 86c76dec0de83f6ac68a596a8fff5d84a94bb04f
SHA1 (patch-osx_launcher.sh) = 7493430921809182898aca2ebb8fd1f493dbd9d3
SHA1 (patch-plugins_sysinfo_Makefile.in) = cd1d3b70a59ecd18b895a1633f59e6ab745c2e42
SHA1 (patch-plugins_sysinfo_unix_parse.c) = 2639ca0d8cfca47e6e88291ba318db21cb89a234
diff --git a/chat/hexchat/patches/patch-configure b/chat/hexchat/patches/patch-configure
index e8c13062a8e..560d48e3e01 100644
--- a/chat/hexchat/patches/patch-configure
+++ b/chat/hexchat/patches/patch-configure
@@ -1,10 +1,11 @@
-$NetBSD: patch-configure,v 1.1 2016/08/16 08:30:14 tnn Exp $
+$NetBSD: patch-configure,v 1.2 2018/02/02 14:01:59 jperkin Exp $
Fix bashism.
+Leave pkgsrc to handle security features.
---- configure.orig 2016-05-01 18:35:31.000000000 +0000
+--- configure.orig 2016-10-22 12:49:46.000000000 +0000
+++ configure
-@@ -19164,7 +19164,7 @@ else
+@@ -19174,7 +19174,7 @@ else
WITH_TM_FALSE=
fi
@@ -13,3 +14,12 @@ Fix bashism.
PLATFORM_OSX_TRUE=
PLATFORM_OSX_FALSE='#'
else
+@@ -19320,7 +19320,7 @@ fi
+ eval ac_res=\$$as_CACHEVAR
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ $as_echo "$ac_res" >&6; }
+-if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
++if eval test \"x\$"$as_CACHEVAR"\" = x"DISABLED"; then :
+
+ if ${CFLAGS+:} false; then :
+