diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-postgis/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql84/Makefile.common | 3 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 3 | ||||
-rw-r--r-- | databases/postgresql91/Makefile.common | 3 | ||||
-rw-r--r-- | databases/postgresql92/Makefile.common | 3 | ||||
-rw-r--r-- | databases/py-sqlite3/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-do_mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-do_postgres/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-do_sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/tdb/Makefile | 4 | ||||
-rw-r--r-- | databases/tokyocabinet/Makefile | 3 | ||||
-rw-r--r-- | databases/tokyotyrant/Makefile | 3 |
13 files changed, 31 insertions, 13 deletions
diff --git a/databases/postgresql-postgis/Makefile b/databases/postgresql-postgis/Makefile index ef2e7768fd2..dc876186944 100644 --- a/databases/postgresql-postgis/Makefile +++ b/databases/postgresql-postgis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/02/24 16:17:50 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2014/03/13 11:08:49 jperkin Exp $ DISTNAME= postgis-1.5.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -21,6 +21,7 @@ MAKE_JOBS_SAFE= no PGSQL_VERSIONS_ACCEPTED= 91 90 84 +USE_GCC_RUNTIME= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake lex pax perl diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common index c34d794eebd..a504c1eb5e5 100644 --- a/databases/postgresql84/Makefile.common +++ b/databases/postgresql84/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2014/02/23 11:25:50 adam Exp $ +# $NetBSD: Makefile.common,v 1.31 2014/03/13 11:08:50 jperkin Exp $ # # used by databases/postgresql84-adminpack/Makefile # used by databases/postgresql84-client/Makefile @@ -41,6 +41,7 @@ DISTINFO_FILE?= ${.CURDIR}/../postgresql84/distinfo COMMON_FILESDIR?= ${.CURDIR}/../postgresql84/files PATCHDIR?= ${.CURDIR}/../postgresql84/patches +USE_GCC_RUNTIME= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index 71606c8f6c3..54355d8786f 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2014/02/23 11:25:51 adam Exp $ +# $NetBSD: Makefile.common,v 1.29 2014/03/13 11:08:50 jperkin Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -44,6 +44,7 @@ DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql90/distinfo COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql90/files PATCHDIR?= ${.CURDIR}/../../databases/postgresql90/patches +USE_GCC_RUNTIME= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 24d4916e6db..4fa075b516b 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2014/02/23 11:25:52 adam Exp $ +# $NetBSD: Makefile.common,v 1.19 2014/03/13 11:08:50 jperkin Exp $ # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -44,6 +44,7 @@ DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql91/distinfo COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql91/files PATCHDIR?= ${.CURDIR}/../../databases/postgresql91/patches +USE_GCC_RUNTIME= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common index c01cfb9c995..131eb936ae3 100644 --- a/databases/postgresql92/Makefile.common +++ b/databases/postgresql92/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2014/02/23 11:25:53 adam Exp $ +# $NetBSD: Makefile.common,v 1.10 2014/03/13 11:08:50 jperkin Exp $ # # used by databases/postgresql92-adminpack/Makefile # used by databases/postgresql92-client/Makefile @@ -44,6 +44,7 @@ DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql92/distinfo COMMON_FILESDIR?= ${.CURDIR}/../../databases/postgresql92/files PATCHDIR?= ${.CURDIR}/../../databases/postgresql92/patches +USE_GCC_RUNTIME= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= bison gmake lex msgfmt PKG_SYSCONFSUBDIR= postgresql diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile index 309c95fff32..3a0ddc35b36 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/03/13 11:08:50 jperkin Exp $ PKGNAME= ${PYPKGPREFIX}-sqlite3-${PY_DISTVERSION} PKGREVISION= 2 @@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Built-in sqlite support for Python 2.5 and up +USE_GCC_RUNTIME= yes USE_TOOLS+= patch EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_sqlite diff --git a/databases/ruby-do_mysql/Makefile b/databases/ruby-do_mysql/Makefile index f3fb748b7e5..70e5dd5d0c2 100644 --- a/databases/ruby-do_mysql/Makefile +++ b/databases/ruby-do_mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/06/16 14:29:07 taca Exp $ +# $NetBSD: Makefile,v 1.9 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= do_mysql-0.10.13 CATEGORIES= databases @@ -10,6 +10,8 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.13<0.11:../../databases/ruby-data_objects +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/mysql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-do_postgres/Makefile b/databases/ruby-do_postgres/Makefile index f463b0078a0..eb6ead546e6 100644 --- a/databases/ruby-do_postgres/Makefile +++ b/databases/ruby-do_postgres/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/06/16 14:29:07 taca Exp $ +# $NetBSD: Makefile,v 1.8 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= do_postgres-0.10.13 CATEGORIES= databases @@ -10,6 +10,8 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.13<0.11:../../databases/ruby-data_objects +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-do_sqlite3/Makefile b/databases/ruby-do_sqlite3/Makefile index 8184d78b80f..94dbb30fb85 100644 --- a/databases/ruby-do_sqlite3/Makefile +++ b/databases/ruby-do_sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2013/10/19 09:07:02 adam Exp $ +# $NetBSD: Makefile,v 1.15 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= do_sqlite3-0.10.13 PKGREVISION= 1 @@ -11,6 +11,8 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-data_objects>=0.10.13<0.11:../../databases/ruby-data_objects +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile index f8c799b1ac8..2f4766cb889 100644 --- a/databases/ruby-sqlite3/Makefile +++ b/databases/ruby-sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/10/19 09:07:02 adam Exp $ +# $NetBSD: Makefile,v 1.25 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= sqlite3-1.3.7 PKGREVISION= 3 @@ -9,6 +9,8 @@ HOMEPAGE= http://github.com/luislavena/sqlite3-ruby COMMENT= Ruby interface for the SQLite database engine LICENSE= modified-bsd +USE_GCC_RUNTIME= yes + .include "../../lang/ruby/gem.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 4d44b0ceeda..1823572a6dc 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/03/13 11:08:50 jperkin Exp $ DISTNAME= tdb-1.2.12 CATEGORIES= databases @@ -25,5 +25,7 @@ PYTHON_FOR_BUILD_ONLY= yes REPLACE_PYTHON+= buildtools/bin/waf PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.12 +USE_GCC_RUNTIME= yes + .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 9b43a00495f..6fe06c5054d 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2013/10/25 20:27:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2014/03/13 11:08:50 jperkin Exp $ # DISTNAME= tokyocabinet-1.4.48 @@ -11,6 +11,7 @@ COMMENT= Modern implementation of DBM LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes +USE_GCC_RUNTIME=yes USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c99 diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index e38faaf2dc2..0d357dcfb7b 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2013/10/30 06:49:53 dholland Exp $ +# $NetBSD: Makefile,v 1.33 2014/03/13 11:08:50 jperkin Exp $ # DISTNAME= tokyotyrant-1.1.41 @@ -12,6 +12,7 @@ COMMENT= Network interface of Tokyo Cabinet LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes +USE_GCC_RUNTIME=yes USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= tokyotyrant.pc.in |