diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-09-13 16:44:33 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-09-13 16:46:19 +0200 |
| commit | e2bfd26e66def6edb7c671fa3264897c7cd6614b (patch) | |
| tree | 8bd143516d4a3ff9262a01e7645216ca8716d42d /databases/php84-odbc | |
| parent | sysutils/docker: drop maintainership (diff) | |
lang/php84: Update version 8.4.0beta4 => 8.4.0beta5
Please DO NOT use this version in production, it is an early test version.
Changelog: https://github.com/php/php-src/blob/php-8.4.0beta5/NEWS
Diffstat (limited to 'databases/php84-odbc')
| -rw-r--r-- | databases/php84-odbc/files/patch-config.m4 | 103 |
1 files changed, 47 insertions, 56 deletions
diff --git a/databases/php84-odbc/files/patch-config.m4 b/databases/php84-odbc/files/patch-config.m4 index 7cb9492b32f9..55e3fb3aea0c 100644 --- a/databases/php84-odbc/files/patch-config.m4 +++ b/databases/php84-odbc/files/patch-config.m4 @@ -1,101 +1,92 @@ ---- config.m4.orig 2023-11-07 20:02:05 UTC +--- config.m4.orig 2024-09-10 16:10:06 UTC +++ config.m4 -@@ -102,7 +102,7 @@ PHP_ARG_WITH([adabas],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([adabas],, +@@ -117,7 +117,7 @@ PHP_ARG_WITH([adabas], + PHP_ARG_WITH([adabas], + [for Adabas support], [AS_HELP_STRING([[--with-adabas[=DIR]]], - [Include Adabas D support [/usr/local]])]) + [Include Adabas D support [/usr/local]])], [no], [no]) - AC_MSG_CHECKING([for Adabas support]) - if test "$PHP_ADABAS" != "no"; then -@@ -132,7 +132,7 @@ PHP_ARG_WITH([sapdb],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([sapdb],, + AS_VAR_IF([PHP_ADABAS], [no], [], [ + AS_VAR_IF([PHP_ADABAS], [yes], [PHP_ADABAS=/usr/local]) +@@ -143,7 +143,7 @@ PHP_ARG_WITH([sapdb], + PHP_ARG_WITH([sapdb], + [for SAP DB support], [AS_HELP_STRING([[--with-sapdb[=DIR]]], - [Include SAP DB support [/usr/local]])]) + [Include SAP DB support [/usr/local]])], [no], [no]) - AC_MSG_CHECKING([for SAP DB support]) - if test "$PHP_SAPDB" != "no"; then -@@ -153,7 +153,7 @@ PHP_ARG_WITH([solid],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([solid],, + AS_VAR_IF([PHP_SAPDB], [no], [], [ + AS_VAR_IF([PHP_SAPDB], [yes], [PHP_SAPDB=/usr/local]) +@@ -160,7 +160,7 @@ PHP_ARG_WITH([solid], + PHP_ARG_WITH([solid], + [for Solid support], [AS_HELP_STRING([[--with-solid[=DIR]]], - [Include Solid support [/usr/local/solid]])]) + [Include Solid support [/usr/local/solid]])], [no], [no]) - AC_MSG_CHECKING(for Solid support) - if test "$PHP_SOLID" != "no"; then -@@ -181,7 +181,7 @@ PHP_ARG_WITH([ibm-db2],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([ibm-db2],, + AS_VAR_IF([PHP_SOLID], [no], [], [ + AS_VAR_IF([PHP_SOLID], [yes], [PHP_SOLID=/usr/local/solid]) +@@ -184,7 +184,7 @@ PHP_ARG_WITH([ibm-db2], + PHP_ARG_WITH([ibm-db2], + [for IBM DB2 support], [AS_HELP_STRING([[--with-ibm-db2[=DIR]]], - [Include IBM DB2 support [/home/db2inst1/sqllib]])]) + [Include IBM DB2 support [/home/db2inst1/sqllib]])], [no], [no]) - AC_MSG_CHECKING(for IBM DB2 support) - if test "$PHP_IBM_DB2" != "no"; then -@@ -222,7 +222,7 @@ PHP_ARG_WITH([empress],, - PHP_ARG_WITH([empress],, + AS_VAR_IF([PHP_IBM_DB2], [no], [], [ + AS_VAR_IF([PHP_IBM_DB2], [yes], [ +@@ -222,7 +222,7 @@ PHP_ARG_WITH([empress], + [for Empress support], [AS_HELP_STRING([[--with-empress[=DIR]]], [Include Empress support $EMPRESSPATH (Empress Version >= 8.60 - required)])]) + required)])], [no], [no]) - AC_MSG_CHECKING(for Empress support) - if test "$PHP_EMPRESS" != "no"; then -@@ -248,7 +248,7 @@ PHP_ARG_WITH([empress-bcs],, - PHP_ARG_WITH([empress-bcs],, + AS_VAR_IF([PHP_EMPRESS], [no], [], [ + AS_VAR_IF([PHP_EMPRESS], [yes], [ +@@ -246,7 +246,7 @@ PHP_ARG_WITH([empress-bcs], + [for Empress local access support], [AS_HELP_STRING([[--with-empress-bcs[=DIR]]], [Include Empress Local Access support $EMPRESSPATH (Empress Version >= - 8.60 required)])]) + 8.60 required)])], [no], [no]) - AC_MSG_CHECKING(for Empress local access support) - if test "$PHP_EMPRESS_BCS" != "no"; then -@@ -294,7 +294,7 @@ PHP_ARG_WITH([custom-odbc],, + AS_VAR_IF([PHP_EMPRESS_BCS], [no], [], [ + AS_VAR_IF([PHP_EMPRESS_BCS], [yes], [ +@@ -290,7 +290,7 @@ PHP_ARG_WITH([custom-odbc], your include dirs. For example, you should define following for Sybase SQL Anywhere 5.5.00 on QNX, prior to running this configure script: CPPFLAGS="-DODBC_QNX -DSQLANY_BUG" LDFLAGS=-lunix - CUSTOM_ODBC_LIBS="-ldblib -lodbc"])]) + CUSTOM_ODBC_LIBS="-ldblib -lodbc"])], [no], [no]) - AC_MSG_CHECKING(for a custom ODBC support) - if test "$PHP_CUSTOM_ODBC" != "no"; then -@@ -317,7 +317,7 @@ PHP_ARG_WITH([iodbc],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([iodbc],, + AS_VAR_IF([PHP_CUSTOM_ODBC], [no], [], [ + AS_VAR_IF([PHP_CUSTOM_ODBC], [yes], [PHP_CUSTOM_ODBC=/usr/local]) +@@ -309,7 +309,7 @@ PHP_ARG_WITH([iodbc], + PHP_ARG_WITH([iodbc], + [whether to build with iODBC support], [AS_HELP_STRING([--with-iodbc], - [Include iODBC support])]) + [Include iODBC support])], [no], [no]) - AC_MSG_CHECKING(whether to build with iODBC support) - if test "$PHP_IODBC" != "no"; then -@@ -335,7 +335,7 @@ PHP_ARG_WITH([esoob],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([esoob],, + AS_VAR_IF([PHP_IODBC], [no], [], [ + PKG_CHECK_MODULES([ODBC], [libiodbc]) +@@ -324,7 +324,7 @@ PHP_ARG_WITH([esoob], + PHP_ARG_WITH([esoob], + [for Easysoft ODBC-ODBC Bridge support], [AS_HELP_STRING([[--with-esoob[=DIR]]], - [Include Easysoft OOB support [/usr/local/easysoft/oob/client]])]) + [Include Easysoft OOB support [/usr/local/easysoft/oob/client]])], [no], [no]) - AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support) - if test "$PHP_ESOOB" != "no"; then -@@ -358,7 +358,7 @@ PHP_ARG_WITH([unixODBC],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([unixODBC],, - [AS_HELP_STRING([--with-unixODBC], -- [Include unixODBC support])]) -+ [Include unixODBC support])], [no], [no]) - - AC_MSG_CHECKING(whether to build with unixODBC support) - if test "$PHP_UNIXODBC" != "no"; then -@@ -386,7 +386,7 @@ PHP_ARG_WITH([dbmaker],, - if test -z "$ODBC_TYPE"; then - PHP_ARG_WITH([dbmaker],, + AS_VAR_IF([PHP_ESOOB], [no], [], [ + AS_VAR_IF([PHP_ESOOB], [yes], [PHP_ESOOB=/usr/local/easysoft/oob/client]) +@@ -371,7 +371,7 @@ PHP_ARG_WITH([dbmaker], + PHP_ARG_WITH([dbmaker], + [for DBMaker support], [AS_HELP_STRING([[--with-dbmaker[=DIR]]], - [Include DBMaker support])]) + [Include DBMaker support])], [no], [no]) - AC_MSG_CHECKING(for DBMaker support) - if test "$PHP_DBMAKER" != "no"; then + AS_VAR_IF([PHP_DBMAKER], [no], [], [ + AS_VAR_IF([PHP_DBMAKER], [yes], [ |
