diff --git a/databases/luasql-firebird/Makefile b/databases/luasql-firebird/Makefile index 35745919f656..0f3443ae9a15 100644 --- a/databases/luasql-firebird/Makefile +++ b/databases/luasql-firebird/Makefile @@ -1,7 +1,7 @@ -PORTREVISION= 2 +PORTREVISION= 3 LUASQL_DRIVER= firebird MASTERDIR= ${.CURDIR}/../luasql-mysql .include "${MASTERDIR}/Makefile" diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile index fca59c3ae158..c7dd922b2e9b 100644 --- a/databases/p5-DBD-InterBase/Makefile +++ b/databases/p5-DBD-InterBase/Makefile @@ -1,30 +1,30 @@ PORTNAME= DBD-InterBase PORTVERSION= 0.48 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= yuri@rivera.ru COMMENT= DBI driver for InterBase/Firebird/Yaffil RDBMS server WWW= https://metacpan.org/release/DBD-InterBase LICENSE= NONE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI USES= perl5 firebird USE_PERL5= patch configure .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif post-patch: @${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \ ${WRKSRC}/Makefile.PL .include diff --git a/databases/php81-pdo_firebird/Makefile b/databases/php81-pdo_firebird/Makefile index 3d8a88b9eb21..03cd8115a6df 100644 --- a/databases/php81-pdo_firebird/Makefile +++ b/databases/php81-pdo_firebird/Makefile @@ -1,7 +1,9 @@ CATEGORIES= databases +PORTREVISION= 1 + MASTERDIR= ${.CURDIR}/../../lang/php81 PKGNAMESUFFIX= -pdo_firebird .include "${MASTERDIR}/Makefile" diff --git a/databases/php82-pdo_firebird/Makefile b/databases/php82-pdo_firebird/Makefile index 86766d322feb..9911efdd0cab 100644 --- a/databases/php82-pdo_firebird/Makefile +++ b/databases/php82-pdo_firebird/Makefile @@ -1,7 +1,9 @@ CATEGORIES= databases +PORTREVISION= 1 + MASTERDIR= ${.CURDIR}/../../lang/php82 PKGNAMESUFFIX= -pdo_firebird .include "${MASTERDIR}/Makefile" diff --git a/databases/php83-pdo_firebird/Makefile b/databases/php83-pdo_firebird/Makefile index 6e5f91d61099..bc414b7d8866 100644 --- a/databases/php83-pdo_firebird/Makefile +++ b/databases/php83-pdo_firebird/Makefile @@ -1,7 +1,9 @@ CATEGORIES= databases +PORTREVISION= 1 + MASTERDIR= ${.CURDIR}/../../lang/php83 PKGNAMESUFFIX= -pdo_firebird .include "${MASTERDIR}/Makefile" diff --git a/databases/py-fdb/Makefile b/databases/py-fdb/Makefile index 93ac8ac295b6..a8d3214ffcec 100644 --- a/databases/py-fdb/Makefile +++ b/databases/py-fdb/Makefile @@ -1,27 +1,27 @@ PORTNAME= fdb PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Firebird RDBMS bindings for Python WWW= https://pythonhosted.org/fdb/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= firebird python USE_PYTHON= autoplist distutils NO_ARCH= yes post-patch: @${ECHO_MSG} @${ECHO_MSG} "Please make sure that your firebird-client installation" @${ECHO_MSG} "is built with command make -DPACKAGE_BUILDING." @${ECHO_MSG} "The build of py-fdb will fail otherwise." @${ECHO_MSG} .include diff --git a/databases/soci/Makefile b/databases/soci/Makefile index 216e2bc3c79a..96bcc3b69730 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -1,61 +1,61 @@ PORTNAME= soci DISTVERSIONPREFIX= v DISTVERSION= 4.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MAINTAINER= nc@FreeBSD.org COMMENT= C++ Database Access Library WWW= https://soci.sourceforge.net/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= SOCI USE_LDCONFIG= yes CMAKE_OFF= WITH_ORACLE SUB_FILES= pkg-message OPTIONS_DEFINE= BOOST FIREBIRD MYSQL ODBC PGSQL SQLITE OPTIONS_DEFAULT= BOOST FIREBIRD MYSQL ODBC PGSQL SQLITE # firebird is currently only available on x86. OPTIONS_EXCLUDE_aarch64= FIREBIRD OPTIONS_EXCLUDE_armv6= FIREBIRD OPTIONS_EXCLUDE_armv7= FIREBIRD OPTIONS_EXCLUDE_mips= FIREBIRD OPTIONS_EXCLUDE_mips64= FIREBIRD OPTIONS_EXCLUDE_powerpc= FIREBIRD OPTIONS_EXCLUDE_powerpc64= FIREBIRD OPTIONS_EXCLUDE_powerpc64le= FIREBIRD OPTIONS_EXCLUDE_riscv64= FIREBIRD OPTIONS_SUB= yes BOOST_DESC= Enable support for additional types using Boost BOOST_LIB_DEPENDS= libboost_date_time.so:devel/boost-libs BOOST_CMAKE_BOOL= WITH_BOOST FIREBIRD_USES= firebird FIREBIRD_CMAKE_BOOL= WITH_FIREBIRD MYSQL_USES= mysql MYSQL_CMAKE_BOOL= WITH_MYSQL ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CMAKE_BOOL= WITH_ODBC ODBC_CMAKE_ON= -DODBC_LIBRARY:FILE_PATH=${LOCALBASE}/lib/libodbc.so PGSQL_USES= pgsql PGSQL_CMAKE_BOOL= WITH_POSTGRESQL SQLITE_USES= sqlite SQLITE_CMAKE_BOOL= WITH_SQLITE3 .include