pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Sep  4 00:02:03 UTC 2018

Modified Files:
        pkgsrc/security/botan: Makefile
        pkgsrc/security/botan-devel: Makefile

Log Message:
security/botan{,-devel}: Designate doc dir explicitly

Before this change, botan{,-devel} installed documents in
${PREFIX}/doc, not ${PREFIX}/share/doc, on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/botan/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/botan-devel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/botan/Makefile
diff -u pkgsrc/security/botan/Makefile:1.47 pkgsrc/security/botan/Makefile:1.48
--- pkgsrc/security/botan/Makefile:1.47 Wed Jul 18 00:06:23 2018
+++ pkgsrc/security/botan/Makefile      Tue Sep  4 00:02:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2018/07/18 00:06:23 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2018/09/04 00:02:02 minskim Exp $
 
 DISTNAME=      Botan-1.10.17
 PKGNAME=       ${DISTNAME:tl}
@@ -20,6 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 3
 CONFIG_SHELL=          ${PYTHONBIN}
 CONFIGURE_SCRIPT=      ./configure.py
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --docdir=share/doc
 CONFIGURE_ARGS+=       --without-sphinx
 
 MAKE_FLAGS+=   LIB_OPT=${CXXFLAGS:Q}

Index: pkgsrc/security/botan-devel/Makefile
diff -u pkgsrc/security/botan-devel/Makefile:1.27 pkgsrc/security/botan-devel/Makefile:1.28
--- pkgsrc/security/botan-devel/Makefile:1.27   Thu Aug 16 18:54:31 2018
+++ pkgsrc/security/botan-devel/Makefile        Tue Sep  4 00:02:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/08/16 18:54:31 adam Exp $
+# $NetBSD: Makefile,v 1.28 2018/09/04 00:02:03 minskim Exp $
 
 DISTNAME=      Botan-2.1.0
 PKGNAME=       ${DISTNAME:tl}
@@ -20,6 +20,7 @@ PYTHON_FOR_BUILD_ONLY=        yes
 CONFIG_SHELL=          ${PYTHONBIN}
 CONFIGURE_SCRIPT=      ./configure.py
 CONFIGURE_ARGS+=       --prefix=${PREFIX} --with-zlib --with-boost --destdir=${DESTDIR}${PREFIX}
+CONFIGURE_ARGS+=       --docdir=share/doc
 
 REPLACE_PYTHON+=       *.py src/scripts/*.py
 



Home | Main Index | Thread Index | Old Index