summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2015-04-07 12:54:36 +0000
committerdsainty <dsainty@pkgsrc.org>2015-04-07 12:54:36 +0000
commitc5c16d98e59a903101f7c5a54b92e05aea35671c (patch)
treea79b93732323938e0108ffc9a9015121b04e7946
parenteae1f985e153955bda12ac4716609b122a0d5217 (diff)
downloadpkgsrc-c5c16d98e59a903101f7c5a54b92e05aea35671c.tar.gz
Recognise lower-case "netbsd" as BSD.
NB: This doesn't fix the threads portability issues yet for NetBSD, but gets through configuration.
-rw-r--r--security/zoneminder/distinfo4
-rw-r--r--security/zoneminder/patches/patch-configure_ac17
2 files changed, 17 insertions, 4 deletions
diff --git a/security/zoneminder/distinfo b/security/zoneminder/distinfo
index ab9176abefd..ccd4535e80f 100644
--- a/security/zoneminder/distinfo
+++ b/security/zoneminder/distinfo
@@ -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 --git a/security/zoneminder/patches/patch-configure_ac b/security/zoneminder/patches/patch-configure_ac
index 57b767bb0a2..49a8a73ecaa 100644
--- a/security/zoneminder/patches/patch-configure_ac
+++ b/security/zoneminder/patches/patch-configure_ac
@@ -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 $
-Correct shell syntax. Allow Pkgsrc to manage dlopen() support.
+Recognise lower-case "netbsd" as BSD.
+
+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])