pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/hexchat



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 14:01:59 UTC 2018

Modified Files:
        pkgsrc/chat/hexchat: distinfo
        pkgsrc/chat/hexchat/patches: patch-configure

Log Message:
hexchat: Leave pkgsrc to handle security features.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/hexchat/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/hexchat/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/hexchat/distinfo
diff -u pkgsrc/chat/hexchat/distinfo:1.4 pkgsrc/chat/hexchat/distinfo:1.5
--- pkgsrc/chat/hexchat/distinfo:1.4    Tue Mar 28 16:18:25 2017
+++ pkgsrc/chat/hexchat/distinfo        Fri Feb  2 14:01:59 2018
@@ -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

Index: pkgsrc/chat/hexchat/patches/patch-configure
diff -u pkgsrc/chat/hexchat/patches/patch-configure:1.1 pkgsrc/chat/hexchat/patches/patch-configure:1.2
--- pkgsrc/chat/hexchat/patches/patch-configure:1.1     Tue Aug 16 08:30:14 2016
+++ pkgsrc/chat/hexchat/patches/patch-configure Fri Feb  2 14:01:59 2018
@@ -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 :
+ 



Home | Main Index | Thread Index | Old Index