summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2017-10-12 18:21:23 +0000
committernros <nros@pkgsrc.org>2017-10-12 18:21:23 +0000
commit6769dfebbd8dd2913167cbaffcaa681dc0839e77 (patch)
tree093202302011f180959176c8ed25ff96766c5250
parent73ed6ed5a265222ca48caa63a82d5d8a12e06bc6 (diff)
downloadpkgsrc-6769dfebbd8dd2913167cbaffcaa681dc0839e77.tar.gz
Revbump and use of c++11 beacuse of lang/qore update.
-rw-r--r--databases/qore-freetds-module/Makefile6
-rw-r--r--databases/qore-mysql-module/Makefile6
-rw-r--r--databases/qore-mysql-module/buildlink3.mk4
-rw-r--r--databases/qore-openldap-module/Makefile5
-rw-r--r--databases/qore-pgsql-module/Makefile6
-rw-r--r--databases/qore-sqlite3-module/Makefile6
-rw-r--r--devel/qore-uuid-module/Makefile6
-rw-r--r--graphics/qore-glut-module/Makefile6
-rw-r--r--graphics/qore-glut-module/buildlink3.mk4
-rw-r--r--graphics/qore-opengl-module/Makefile6
-rw-r--r--graphics/qore-opengl-module/buildlink3.mk4
-rw-r--r--security/qore-asn1-module/Makefile6
-rw-r--r--security/qore-ssh2-module/Makefile5
-rw-r--r--security/qore-xmlsec-module/Makefile6
-rw-r--r--textproc/qore-xml-module/Makefile5
-rw-r--r--textproc/qore-yaml-module/Makefile5
16 files changed, 45 insertions, 41 deletions
diff --git a/databases/qore-freetds-module/Makefile b/databases/qore-freetds-module/Makefile
index 5d9cdb9c491..7216a70aa91 100644
--- a/databases/qore-freetds-module/Makefile
+++ b/databases/qore-freetds-module/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/09/17 15:05:31 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/10/12 18:21:23 nros Exp $
DISTNAME= qore-sybase-modules-1.0.4
PKGNAME= ${DISTNAME:S/sybase-modules/freetds-module/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +16,7 @@ LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_TOOLS+= pax
PTHREAD_OPTS+= require
diff --git a/databases/qore-mysql-module/Makefile b/databases/qore-mysql-module/Makefile
index 4135c1058f0..2555cfacd5a 100644
--- a/databases/qore-mysql-module/Makefile
+++ b/databases/qore-mysql-module/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:42 nros Exp $
+# $NetBSD: Makefile,v 1.5 2017/10/12 18:21:23 nros Exp $
DISTNAME= qore-mysql-module-2.0.1
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
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/databases/qore-mysql-module/buildlink3.mk b/databases/qore-mysql-module/buildlink3.mk
index ab91b819ce9..4f9af74c4ca 100644
--- a/databases/qore-mysql-module/buildlink3.mk
+++ b/databases/qore-mysql-module/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2016/07/22 13:01:33 nros Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2017/10/12 18:21:23 nros Exp $
#
BUILDLINK_TREE+= qore-mysql-module
@@ -7,7 +7,7 @@ BUILDLINK_TREE+= qore-mysql-module
QORE_MYSQL_MODULE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore-mysql-module+= qore-mysql-module>=2.0.1
-BUILDLINK_ABI_DEPENDS.qore-mysql-module?= qore-mysql-module>=2.0.1nb6
+BUILDLINK_ABI_DEPENDS.qore-mysql-module?= qore-mysql-module>=2.0.1nb7
BUILDLINK_PKGSRCDIR.qore-mysql-module?= ../../databases/qore-mysql-module
.include "../../lang/qore/buildlink3.mk"
diff --git a/databases/qore-openldap-module/Makefile b/databases/qore-openldap-module/Makefile
index 997d2371807..8d3f1dbcdd1 100644
--- a/databases/qore-openldap-module/Makefile
+++ b/databases/qore-openldap-module/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:42 nros Exp $
+# $NetBSD: Makefile,v 1.5 2017/10/12 18:21:23 nros Exp $
DISTNAME= qore-openldap-module-1.1
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +15,7 @@ LICENSE= gnu-lgpl-v2.1
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/databases/qore-pgsql-module/Makefile b/databases/qore-pgsql-module/Makefile
index f41934acdae..ef7a887d335 100644
--- a/databases/qore-pgsql-module/Makefile
+++ b/databases/qore-pgsql-module/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/10/09 21:41:57 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/10/12 18:21:24 nros Exp $
DISTNAME= qore-pgsql-module-2.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
@@ -15,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/databases/qore-sqlite3-module/Makefile b/databases/qore-sqlite3-module/Makefile
index 6bedc479d43..edac0efa500 100644
--- a/databases/qore-sqlite3-module/Makefile
+++ b/databases/qore-sqlite3-module/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2017/09/18 09:53:14 maya Exp $
+# $NetBSD: Makefile,v 1.13 2017/10/12 18:21:24 nros Exp $
DISTNAME= qore-sqlite3-module-1.0.1
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= databases
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-sqlite3=${BUILDLINK_PREFIX.sqlite3}
diff --git a/devel/qore-uuid-module/Makefile b/devel/qore-uuid-module/Makefile
index c6a260715c1..1be76f2f3cb 100644
--- a/devel/qore-uuid-module/Makefile
+++ b/devel/qore-uuid-module/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/07/22 13:07:15 nros Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/12 18:21:24 nros Exp $
DISTNAME= qore-uuid-module-1.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/}
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +13,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/graphics/qore-glut-module/Makefile b/graphics/qore-glut-module/Makefile
index 510388c0db8..5dae5fe32bd 100644
--- a/graphics/qore-glut-module/Makefile
+++ b/graphics/qore-glut-module/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/08/07 11:44:43 nros Exp $
+# $NetBSD: Makefile,v 1.6 2017/10/12 18:21:24 nros Exp $
DISTNAME= qore-glut-module-0.0.3
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= graphics
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-glut=${BUILDLINK_PREFIX.glut}
diff --git a/graphics/qore-glut-module/buildlink3.mk b/graphics/qore-glut-module/buildlink3.mk
index eebbe925cc4..5f5dfc557fb 100644
--- a/graphics/qore-glut-module/buildlink3.mk
+++ b/graphics/qore-glut-module/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2016/07/22 13:16:39 nros Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2017/10/12 18:21:24 nros Exp $
#
BUILDLINK_TREE+= qore-glut-module
@@ -7,7 +7,7 @@ BUILDLINK_TREE+= qore-glut-module
QORE_GLUT_MODULE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore-glut-module+= qore-glut-module>=0.0.3
-BUILDLINK_ABI_DEPENDS.qore-glut-module?= qore-glut-module>=0.0.3nb6
+BUILDLINK_ABI_DEPENDS.qore-glut-module?= qore-glut-module>=0.0.3nb7
BUILDLINK_PKGSRCDIR.qore-glut-module?= ../../graphics/qore-glut-module
.include "../../graphics/qore-opengl-module/buildlink3.mk"
diff --git a/graphics/qore-opengl-module/Makefile b/graphics/qore-opengl-module/Makefile
index 42a08594aba..67d6eefb00c 100644
--- a/graphics/qore-opengl-module/Makefile
+++ b/graphics/qore-opengl-module/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/08/07 11:44:43 nros Exp $
+# $NetBSD: Makefile,v 1.6 2017/10/12 18:21:24 nros Exp $
DISTNAME= qore-opengl-module-0.0.3
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= graphics
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
USE_TOOLS+= autoconf automake gmake
PTHREAD_OPTS+= native
diff --git a/graphics/qore-opengl-module/buildlink3.mk b/graphics/qore-opengl-module/buildlink3.mk
index feb2adc7f9f..d0c09b71347 100644
--- a/graphics/qore-opengl-module/buildlink3.mk
+++ b/graphics/qore-opengl-module/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2016/07/22 13:12:17 nros Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2017/10/12 18:21:24 nros Exp $
#
BUILDLINK_TREE+= qore-opengl-module
@@ -7,7 +7,7 @@ BUILDLINK_TREE+= qore-opengl-module
QORE_OPENGL_MODULE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore-opengl-module+= qore-opengl-module>=0.0.3
-BUILDLINK_ABI_DEPENDS.qore-opengl-module?= qore-opengl-module>=0.0.3nb7
+BUILDLINK_ABI_DEPENDS.qore-opengl-module?= qore-opengl-module>=0.0.3nb8
BUILDLINK_PKGSRCDIR.qore-opengl-module?= ../../graphics/qore-opengl-module
.include "../../lang/qore/buildlink3.mk"
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}
diff --git a/textproc/qore-xml-module/Makefile b/textproc/qore-xml-module/Makefile
index 920a018f821..b1d109611a4 100644
--- a/textproc/qore-xml-module/Makefile
+++ b/textproc/qore-xml-module/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:43 nros Exp $
+# $NetBSD: Makefile,v 1.5 2017/10/12 18:21:24 nros Exp $
DISTNAME= qore-xml-module-1.3
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
@@ -15,7 +16,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/textproc/qore-yaml-module/Makefile b/textproc/qore-yaml-module/Makefile
index 02195d4c526..71f4da302fc 100644
--- a/textproc/qore-yaml-module/Makefile
+++ b/textproc/qore-yaml-module/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:43 nros Exp $
+# $NetBSD: Makefile,v 1.5 2017/10/12 18:21:24 nros Exp $
DISTNAME= qore-yaml-module-0.5
+PKGREVISION= 1
CATEGORIES= textproc
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