pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/hexchat hexchat: Leave pkgsrc to handle security ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ddfee09ce915
branches: trunk
changeset: 375058:ddfee09ce915
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Feb 02 14:01:59 2018 +0000
description:
hexchat: Leave pkgsrc to handle security features.
diffstat:
chat/hexchat/distinfo | 4 ++--
chat/hexchat/patches/patch-configure | 16 +++++++++++++---
2 files changed, 15 insertions(+), 5 deletions(-)
diffs (47 lines):
diff -r 98674af9ee13 -r ddfee09ce915 chat/hexchat/distinfo
--- a/chat/hexchat/distinfo Fri Feb 02 13:56:39 2018 +0000
+++ b/chat/hexchat/distinfo Fri Feb 02 14:01:59 2018 +0000
@@ -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 -r 98674af9ee13 -r ddfee09ce915 chat/hexchat/patches/patch-configure
--- a/chat/hexchat/patches/patch-configure Fri Feb 02 13:56:39 2018 +0000
+++ b/chat/hexchat/patches/patch-configure Fri Feb 02 14:01:59 2018 +0000
@@ -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 @@
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 :
+
Home |
Main Index |
Thread Index |
Old Index