pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libxslt Add an option to disable the crypto e...
details: https://anonhg.NetBSD.org/pkgsrc/rev/55584f944853
branches: trunk
changeset: 486419:55584f944853
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Dec 28 04:37:54 2004 +0000
description:
Add an option to disable the crypto extensions (it's enabled by default
as before) so users that don't need this, can disable it via
PKG_OPTIONS.libxslt=-crypto.
diffstat:
textproc/libxslt/Makefile | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 67677fb8f09c -r 55584f944853 textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Tue Dec 28 04:18:31 2004 +0000
+++ b/textproc/libxslt/Makefile Tue Dec 28 04:37:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2004/10/31 11:01:23 recht Exp $
+# $NetBSD: Makefile,v 1.52 2004/12/28 04:37:54 xtraeme Exp $
DISTNAME= libxslt-1.1.12
PKGNAME= ${DISTNAME}
@@ -28,7 +28,18 @@
BUILDLINK_DEPENDS.libxml2+= libxml2>=2.6.8
+PKG_OPTIONS_VAR= PKG_OPTIONS.libxslt
+PKG_SUPPORTED_OPTIONS= crypto
+PKG_DEFAULT_OPTIONS+= crypto
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mcrypto)
+. include "../../security/libgcrypt/buildlink3.mk"
+CONFIGURE_ARGS+= --with-crypto
+.else
+CONFIGURE_ARGS+= --without-crypto
+.endif
+
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index