pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/zoneminder Recognise lower-case "netbsd" as BSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62a2704e8523
branches:  trunk
changeset: 649668:62a2704e8523
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Tue Apr 07 12:54:36 2015 +0000

description:
Recognise lower-case "netbsd" as BSD.

NB: This doesn't fix the threads portability issues yet for NetBSD, but gets
through configuration.

diffstat:

 security/zoneminder/distinfo                   |   4 ++--
 security/zoneminder/patches/patch-configure_ac |  17 +++++++++++++++--
 2 files changed, 17 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r ec1ee5bdcf72 -r 62a2704e8523 security/zoneminder/distinfo
--- a/security/zoneminder/distinfo      Tue Apr 07 12:32:59 2015 +0000
+++ b/security/zoneminder/distinfo      Tue Apr 07 12:54:36 2015 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.5 2015/04/05 08:51:08 dsainty Exp $
+$NetBSD: distinfo,v 1.6 2015/04/07 12:54:36 dsainty Exp $
 
 SHA1 (ZoneMinder-1.28.1.tar.gz) = 3e173ae1aac529b60d79a5fc668c107f0679d0a2
 RMD160 (ZoneMinder-1.28.1.tar.gz) = b3cc305656cb5b73d4ac0e21fe937c237467cdd1
 Size (ZoneMinder-1.28.1.tar.gz) = 3864811 bytes
 SHA1 (patch-Makefile_am) = ae6f2f3c6825a44be019ad5dc0b45929c85d4ba9
-SHA1 (patch-configure_ac) = 2370065080bb99a76d2581fa4538e5c70f7ec739
+SHA1 (patch-configure_ac) = 110a7a10506ba931369904d777dec5cc2185f556
 SHA1 (patch-scripts_ZoneMinder_lib_ZoneMinder_General_pm) = 841d897662958698a4dfcb95dd5bc43bb5fed568
 SHA1 (patch-scripts_zm_in) = 8f59085bb9293afa7aeb268000c75988e5371c66
 SHA1 (patch-src_Makefile_am) = 0f6571c9d5a3e688544f93d687d266e1b71f0f43
diff -r ec1ee5bdcf72 -r 62a2704e8523 security/zoneminder/patches/patch-configure_ac
--- a/security/zoneminder/patches/patch-configure_ac    Tue Apr 07 12:32:59 2015 +0000
+++ b/security/zoneminder/patches/patch-configure_ac    Tue Apr 07 12:54:36 2015 +0000
@@ -1,9 +1,22 @@
-$NetBSD: patch-configure_ac,v 1.3 2015/04/05 08:51:08 dsainty Exp $
+$NetBSD: patch-configure_ac,v 1.4 2015/04/07 12:54:36 dsainty Exp $
+
+Recognise lower-case "netbsd" as BSD.
 
-Correct shell syntax.  Allow Pkgsrc to manage dlopen() support.
+Correct shell test = syntax.
+
+Allow Pkgsrc to manage dlopen() support.
 
 --- configure.ac.orig  2015-02-05 15:52:37.000000000 +1300
 +++ configure.ac       2015-04-01 23:24:28.305177975 +1300
+@@ -23,7 +23,7 @@
+         # Do something specific for linux
+               HOST_OS='linux'
+         ;;
+-   *BSD*)
++   *[[Bb][Ss][dD]]*)
+         # Do something specific for BSD
+               HOST_OS='BSD'
+         ;;
 @@ -48,41 +48,41 @@
  AC_ARG_VAR(ZM_LOGDIR,[Location of generated log files, default /var/log/zm])
  AC_ARG_VAR(ZM_CONFIG_DIR,[Location of ZoneMinder configuration, default system config directory])



Home | Main Index | Thread Index | Old Index