Skip to content

Commit

Permalink
Framework: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Jul 31, 2024
1 parent 596d706 commit c57d1c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -3401,3 +3401,4 @@ textproc/rubygem-nokogiri111|textproc/rubygem-nokogiri|2024-07-17|Obsolete, use
devel/rubygem-google-gax||2024-07-21|Remove obsoleted port. This gem is officially end-of-life
audio/strawberry@qt5|audio/strawberry|2024-07-21|Unflavor. Qt5 is obsolete
audio/strawberry@qt6|audio/strawberry|2024-07-21|Unflavor. Qt5 is obsolete
devel/rubygem-google-protobuf4|devel/rubygem-google-protobuf|2024-07-30|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
12 changes: 8 additions & 4 deletions Mk/Uses/php.mk
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ add-plist-phpext:
# non-version specific components
_USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
enchant exif ffi fileinfo filter ftp gd gettext gmp \
hash iconv igbinary intl json ldap mbstring mcrypt \
hash iconv igbinary imap intl json ldap mbstring mcrypt \
memcache memcached mysqli odbc opcache \
openssl pcntl pcre pdo pdo_dblib pdo_firebird pdo_mysql \
pdo_odbc pdo_pgsql pdo_sqlite phar pgsql posix \
Expand All @@ -383,9 +383,9 @@ _USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dom \
tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zephir_parser \
zip zlib
# version specific components
_USE_PHP_VER81= ${_USE_PHP_ALL} imap
_USE_PHP_VER82= ${_USE_PHP_ALL} imap
_USE_PHP_VER83= ${_USE_PHP_ALL} imap
_USE_PHP_VER81= ${_USE_PHP_ALL}
_USE_PHP_VER82= ${_USE_PHP_ALL}
_USE_PHP_VER83= ${_USE_PHP_ALL}
_USE_PHP_VER84= ${_USE_PHP_ALL}

bcmath_DEPENDS= math/php${PHP_VER}-bcmath
Expand All @@ -407,7 +407,11 @@ gettext_DEPENDS=devel/php${PHP_VER}-gettext
gmp_DEPENDS= math/php${PHP_VER}-gmp
iconv_DEPENDS= converters/php${PHP_VER}-iconv
igbinary_DEPENDS= converters/pecl-igbinary@${PHP_FLAVOR}
. if ${PHP_VER} <= 83
imap_DEPENDS= mail/php${PHP_VER}-imap
. else
imap_DEPENDS= mail/pecl-imap@${PHP_FLAVOR}
. endif
intl_DEPENDS= devel/php${PHP_VER}-intl
ldap_DEPENDS= net/php${PHP_VER}-ldap
mbstring_DEPENDS= converters/php${PHP_VER}-mbstring
Expand Down

0 comments on commit c57d1c1

Please sign in to comment.