diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/qore-asn1-module/Makefile | 6 | ||||
-rw-r--r-- | security/qore-ssh2-module/Makefile | 5 | ||||
-rw-r--r-- | security/qore-xmlsec-module/Makefile | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/qore-asn1-module/Makefile b/security/qore-asn1-module/Makefile index 2fbae6b88f9..09f19333815 100644 --- a/security/qore-asn1-module/Makefile +++ b/security/qore-asn1-module/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/08/07 10:17:53 nros Exp $ +# $NetBSD: Makefile,v 1.5 2017/10/12 18:21:24 nros Exp $ DISTNAME= qore-asn1-module-0.0.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 PTHREAD_OPTS+= require INSTALLATION_DIRS+= share/doc/qore-asn1-module diff --git a/security/qore-ssh2-module/Makefile b/security/qore-ssh2-module/Makefile index 112ed19f316..e6aec89affb 100644 --- a/security/qore-ssh2-module/Makefile +++ b/security/qore-ssh2-module/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/08/07 11:44:43 nros Exp $ +# $NetBSD: Makefile,v 1.7 2017/10/12 18:21:24 nros Exp $ DISTNAME= qore-ssh2-module-1.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/} EXTRACT_SUFX= .tar.bz2 @@ -14,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1 OR mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_TOOLS+= gmake pax PTHREAD_OPTS+= native diff --git a/security/qore-xmlsec-module/Makefile b/security/qore-xmlsec-module/Makefile index b4f036ce27f..773aab5a57c 100644 --- a/security/qore-xmlsec-module/Makefile +++ b/security/qore-xmlsec-module/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:29:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2017/10/12 18:21:24 nros Exp $ DISTNAME= qore-xmlsec-module-0.0.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 PTHREAD_OPTS+= native CONFIGURE_ARGS+=--with-xmlsec-dir=${BUILDLINK_PREFIX.xmlsec1} |