summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/php85-odbc/files/patch-config.m471
-rw-r--r--lang/php85/Makefile2
-rw-r--r--lang/php85/distinfo6
-rw-r--r--lang/php85/pkg-plist1
4 files changed, 9 insertions, 71 deletions
diff --git a/databases/php85-odbc/files/patch-config.m4 b/databases/php85-odbc/files/patch-config.m4
index 55e3fb3aea0c..82855f945656 100644
--- a/databases/php85-odbc/files/patch-config.m4
+++ b/databases/php85-odbc/files/patch-config.m4
@@ -1,33 +1,6 @@
---- config.m4.orig 2024-09-10 16:10:06 UTC
+--- config.m4.orig 2025-09-09 11:09:59 UTC
+++ config.m4
-@@ -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])
-
- 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])
-
- 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])
-
- 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],
+@@ -15,7 +15,7 @@ PHP_ARG_WITH([ibm-db2],
PHP_ARG_WITH([ibm-db2],
[for IBM DB2 support],
[AS_HELP_STRING([[--with-ibm-db2[=DIR]]],
@@ -36,25 +9,7 @@
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])
-
- 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])
-
- AS_VAR_IF([PHP_EMPRESS_BCS], [no], [], [
- AS_VAR_IF([PHP_EMPRESS_BCS], [yes], [
-@@ -290,7 +290,7 @@ PHP_ARG_WITH([custom-odbc],
+@@ -57,7 +57,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
@@ -63,7 +18,7 @@
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],
+@@ -76,7 +76,7 @@ PHP_ARG_WITH([iodbc],
PHP_ARG_WITH([iodbc],
[whether to build with iODBC support],
[AS_HELP_STRING([--with-iodbc],
@@ -72,21 +27,3 @@
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])
-
- 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])
-
- AS_VAR_IF([PHP_DBMAKER], [no], [], [
- AS_VAR_IF([PHP_DBMAKER], [yes], [
diff --git a/lang/php85/Makefile b/lang/php85/Makefile
index 3243c851d01d..0eda46df0e6d 100644
--- a/lang/php85/Makefile
+++ b/lang/php85/Makefile
@@ -1,5 +1,5 @@
PORTNAME= php85
-DISTVERSION= 8.5.0beta2
+DISTVERSION= 8.5.0beta3
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= https://downloads.php.net/~edorian/ \
diff --git a/lang/php85/distinfo b/lang/php85/distinfo
index d2d1566c9672..01a1f63a7dc1 100644
--- a/lang/php85/distinfo
+++ b/lang/php85/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756465955
-SHA256 (php-8.5.0beta2.tar.gz) = 237833015ab63d5441fb781bc9848ae9bac4a7c3bdb1b6157139c41c1ea98b44
-SIZE (php-8.5.0beta2.tar.gz) = 24019611
+TIMESTAMP = 1757678817
+SHA256 (php-8.5.0beta3.tar.gz) = ff3f5a8c73c4b84883ef0e3870543c078d324c46ccef2eb85c66cb88124e7a55
+SIZE (php-8.5.0beta3.tar.gz) = 24092865
diff --git a/lang/php85/pkg-plist b/lang/php85/pkg-plist
index 9b085c0d576a..379adb98ea15 100644
--- a/lang/php85/pkg-plist
+++ b/lang/php85/pkg-plist
@@ -477,6 +477,7 @@ include/php/ext/standard/winver.h
include/php/ext/uri/php_uri.h
include/php/ext/uri/php_uri_common.h
include/php/ext/uri/uri_parser_rfc3986.h
+include/php/ext/uri/uri_parser_php_parse_url.h
include/php/ext/uri/uri_parser_whatwg.h
@touch include/php/ext/php_config.h
@rmempty include/php/ext/php_config.h