pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f3d9442db28
branches:  trunk
changeset: 643165:6f3d9442db28
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 12 07:47:40 2014 +0000

description:
Use SSLBASE for location of openssl engines.

diffstat:

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

diffs (48 lines):

diff -r ff5a9dc463a6 -r 6f3d9442db28 net/bind910/Makefile
--- a/net/bind910/Makefile      Fri Dec 12 07:44:08 2014 +0000
+++ b/net/bind910/Makefile      Fri Dec 12 07:47:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/12/08 21:59:09 taca Exp $
+# $NetBSD: Makefile,v 1.4 2014/12/12 07:47:40 obache Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -55,7 +55,8 @@
 DOCS=                  CHANGES FAQ README
 
 FILES_SUBST+=          BIND_GROUP=${BIND_GROUP} \
-                       BIND_USER=${BIND_USER} PAX=${PAX:Q}
+                       BIND_USER=${BIND_USER} PAX=${PAX:Q} \
+                       SSLBASE=${SSLBASE}
 MESSAGE_SUBST+=                BIND_DIR=${BIND_DIR} BIND_USER=${BIND_USER}
 DOCDIR=                        ${DESTDIR}${PREFIX}/share/doc/bind9
 
diff -r ff5a9dc463a6 -r 6f3d9442db28 net/bind910/files/named9.sh
--- a/net/bind910/files/named9.sh       Fri Dec 12 07:44:08 2014 +0000
+++ b/net/bind910/files/named9.sh       Fri Dec 12 07:47:40 2014 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: named9.sh,v 1.1.1.1 2014/07/02 02:42:58 jnemeth Exp $
+# $NetBSD: named9.sh,v 1.2 2014/12/12 07:47:40 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