summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-01-27 13:48:01 +0000
committerjperkin <jperkin@pkgsrc.org>2016-01-27 13:48:01 +0000
commit2af22fabab85cc2119b6132016d0e4a556e3a38b (patch)
treef3bd84dcd8037fe58df56aad1bf443d90ffedf49 /net
parent7388cdda3ebadb33a15fec2fba87bc32c8d693f7 (diff)
downloadpkgsrc-2af22fabab85cc2119b6132016d0e4a556e3a38b.tar.gz
Fix the Solaris SMF method script. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/quagga/Makefile4
-rw-r--r--net/quagga/distinfo3
-rw-r--r--net/quagga/patches/patch-solaris_quagga.init.in15
3 files changed, 19 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 316409fe836..079067535d1 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2015/06/12 10:50:52 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2016/01/27 13:48:01 jperkin Exp $
#
DISTNAME= quagga-0.99.24.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://download.savannah.gnu.org/releases/quagga/
diff --git a/net/quagga/distinfo b/net/quagga/distinfo
index dc84f1bd26c..163f8823371 100644
--- a/net/quagga/distinfo
+++ b/net/quagga/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.24 2015/11/04 00:35:33 agc Exp $
+$NetBSD: distinfo,v 1.25 2016/01/27 13:48:01 jperkin Exp $
SHA1 (quagga-0.99.24.1.tar.gz) = da5d4b1b6f524becb217355f95f99076b7a969d5
RMD160 (quagga-0.99.24.1.tar.gz) = a6b5c6d93b2d129aa4f627ae0359fa6539de6645
SHA512 (quagga-0.99.24.1.tar.gz) = 6b15aa3ed961081eba4878ba4a6fb5fd03dd8fc16684f28cf7176f0636c33ed734da8787edf9352c108d9e528dd7ba74e2ee0113e782adc4465945cdae88ec51
Size (quagga-0.99.24.1.tar.gz) = 2683800 bytes
SHA1 (patch-lib_privs.c) = d86ec56c9f57f38af6cce5285fb95759efc7c8e9
+SHA1 (patch-solaris_quagga.init.in) = 446f9c1efc47d54cb1af0eba47193571b63d91c0
diff --git a/net/quagga/patches/patch-solaris_quagga.init.in b/net/quagga/patches/patch-solaris_quagga.init.in
new file mode 100644
index 00000000000..8fe16096beb
--- /dev/null
+++ b/net/quagga/patches/patch-solaris_quagga.init.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-solaris_quagga.init.in,v 1.3 2016/01/27 13:48:01 jperkin Exp $
+
+Disable the broken upgrade function, unsuitable and unnecessary for pkgsrc.
+
+--- solaris/quagga.init.in.orig 2015-03-07 06:58:00.000000000 +0000
++++ solaris/quagga.init.in
+@@ -229,7 +229,7 @@ else
+ fi
+ fi
+
+-upgrade_config "$DAEMON"
++#upgrade_config "$DAEMON"
+
+ if [ ! -f "@sysconfdir@/${DAEMON}.conf" ] ; then
+ echo "Could not find config file, @sysconfdir@/${DAEMON}.conf"