databases/phpmyadmin*: unbreak build with php80

Drop abandonware pecl-pdflib dependency with php80

PHP80 was introduced more than two month ago,
maintainer had more than enough time to react and fix the port

With hat:	ports-secteam
This commit is contained in:
Dima Panov 2020-12-28 15:56:05 +00:00
parent 9815fc7592
commit 83d703a2a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559495
2 changed files with 10 additions and 2 deletions

View file

@ -36,7 +36,7 @@ USE_PHP= ctype filter hash json mysqli session spl xml
# want this, either turn off GD in the config dialog, or else turn off
# FONTCONFIG in the graphics/gd port options.
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL PDF \
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL \
SODIUM ZIP ZLIB
OPTIONS_DEFAULT= BZ2 GD MBSTRING OPENSSL ZIP ZLIB
@ -64,6 +64,10 @@ SUB_LIST+= PKGNAME=${PKGNAME} \
CFG_FILE=${WWWDIR}/${CFG_FILE}
SUB_FILES+= pkg-message
.if ${FLAVOR} != php80
OPTIONS_DEFINE+= PDF
.endif
.if !defined(WITHOUT_PHP_DEPENDS)
.for opt in ${OPTIONS_DEFINE}

View file

@ -35,7 +35,7 @@ USE_PHP= ctype filter hash json mysqli session spl xml xmlwriter
# want this, either turn off GD in the config dialog, or else turn off
# FONTCONFIG in the graphics/gd port options.
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL PDF \
OPTIONS_DEFINE= BZ2 CURL GD GMP MBSTRING OPCACHE OPENSSL \
SODIUM ZIP ZLIB
OPTIONS_DEFAULT= BZ2 GD MBSTRING OPENSSL ZIP ZLIB
@ -63,6 +63,10 @@ SUB_LIST+= PKGNAME=${PKGNAME} \
CFG_FILE=${WWWDIR}/${CFG_FILE}
SUB_FILES+= pkg-message
.if ${FLAVOR} != php80
OPTIONS_DEFINE+= PDF
.endif
.if !defined(WITHOUT_PHP_DEPENDS)
.for opt in ${OPTIONS_DEFINE}