pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind99 Use SSLBASE for location of engines.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b23cd0464e9
branches:  trunk
changeset: 643163:4b23cd0464e9
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 12 07:39:32 2014 +0000

description:
Use SSLBASE for location of engines.
PR pkg/48658.

diffstat:

 net/bind99/Makefile        |   5 +++--
 net/bind99/files/named9.sh |  12 ++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 009928829f42 -r 4b23cd0464e9 net/bind99/Makefile
--- a/net/bind99/Makefile       Fri Dec 12 07:38:43 2014 +0000
+++ b/net/bind99/Makefile       Fri Dec 12 07:39:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2014/12/08 21:58:18 taca Exp $
+# $NetBSD: Makefile,v 1.41 2014/12/12 07:39:32 obache Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -56,7 +56,8 @@
 DOCS=                  CHANGES FAQ README
 
 FILES_SUBST+=          BIND_GROUP=${BIND_GROUP:Q} \
-                       BIND_USER=${BIND_USER:Q} PAX=${PAX:Q}
+                       BIND_USER=${BIND_USER:Q} PAX=${PAX:Q} \
+                       SSLBASE=${SSLBASE:Q}
 MESSAGE_SUBST+=                BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER}
 DOCDIR=                        ${DESTDIR}${PREFIX}/share/doc/bind9
 
diff -r 009928829f42 -r 4b23cd0464e9 net/bind99/files/named9.sh
--- a/net/bind99/files/named9.sh        Fri Dec 12 07:38:43 2014 +0000
+++ b/net/bind99/files/named9.sh        Fri Dec 12 07:39:32 2014 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: named9.sh,v 1.2 2012/05/20 12:00:15 marino Exp $
+# $NetBSD: named9.sh,v 1.3 2014/12/12 07:39:32 obache Exp $
 #
 
 # PROVIDE: named
@@ -49,12 +49,12 @@
                    @CP@ -p /etc/localtime "${named_chrootdir}/etc/localtime"
        fi
 
-       if [ -f /usr/lib/engines/libgost.so ]; then
-               if [ ! -d ${named_chrootdir}/usr/lib/engines ]; then
-                       @MKDIR@ ${named_chrootdir}/usr/lib/engines
+       if [ -f @SSLBASE@/lib/engines/libgost.so ]; then
+               if [ ! -d ${named_chrootdir}@SSLBASE@/lib/engines ]; then
+                       @MKDIR@ ${named_chrootdir}@SSLBASE@/lib/engines
                fi
-               @CMP@ -s /usr/lib/engines/libgost.so "${named_chrootdir}/usr/lib/engines/libgost.so" || \
-                   @CP@ -p /usr/lib/engines/libgost.so "${named_chrootdir}/usr/lib/engines/libgost.so"
+               @CMP@ -s @SSLBASE@/lib/engines/libgost.so "${named_chrootdir}@SSLBASE@/lib/engines/libgost.so" || \
+                   @CP@ -p @SSLBASE@/lib/engines/libgost.so "${named_chrootdir}@SSLBASE@/lib/engines/libgost.so"
        fi
 
                if [ ! -d ${named_chrootdir}@VARBASE@/run/named ]; then 



Home | Main Index | Thread Index | Old Index