aboutsummaryrefslogtreecommitdiff
path: root/www/tt-rss
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-12 17:07:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-12 19:23:01 +0000
commit00b411fc8b1991da755d79d373ef86ad1f10d68f (patch)
tree7328e8340cbdc431dab585fb9f0e31774934922a /www/tt-rss
parentde9f4c666aa87f9b1649be9a62b28b21010cd970 (diff)
downloadports-00b411fc8b1991da755d79d373ef86ad1f10d68f.tar.gz
ports-00b411fc8b1991da755d79d373ef86ad1f10d68f.zip
*/*: Cleanup php NOOP codes
There are some php modules which are by default installed and/or statically linked in the default PHP installations and has no effect if mentioned through USE_PHP. Remove those codes. Also add comment for these cases like which extensions are required for future references. Approved by: portmgr (blanket)
Diffstat (limited to 'www/tt-rss')
-rw-r--r--www/tt-rss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index 2c90195a6779..9985bd19a269 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -16,8 +16,8 @@ USES= gettext-tools php:cli,web shebangfix
USE_GITLAB= yes
GL_SITE= https://gitlab.tt-rss.org
GL_TAGNAME= c779e2ba0d71942579dd27ccdcad0295bd06e45f
-
-USE_PHP= ctype dom exif fileinfo filter iconv intl json mbstring openssl \
+# phe json/openssl extension is required but it's statically linked in default php
+USE_PHP= ctype dom exif fileinfo filter iconv intl mbstring \
pcntl pdo phar posix session simplexml sockets tokenizer xml \
xmlwriter zip
USE_RC_SUBR= ttrssd