Created attachment 213921 [details] update phplist to 3.5.3 There is new version of mail/phplist. I'm attaching patch which updates port and log from poudriere.
Created attachment 213922 [details] log from build
Moin moin I see you added an NLS option, but don't see any impact on the plsit. Is that intended? mfg Tobias
So... I've made portlint -A and I added NLS option according to portlint's suggestion (use of PHP=gettext). But AFAIK translations of phplsit are stored in database, so maybe NLS is not needed in this case. But gettext is needed (according to phplist documentation - https://resources.phplist.com/system/start) So I'm open for any suggestion :-)))
I think in this case you should add gettext to the USE_PHP line, since the PHP module gettext is used. Or am i wrong?
OK, I refreshed my memory :-))) phplist is installing helpfiles in many languages (the are located lists/admin/help/__lang__/*.php So as I inderstand I should add NLS knob to use gettext-runtime and eventually php-gettext. Also I should add: %%NLS%%%%WWWDIR%%/lists/admin/help/es/format.php in pkg-plist. (this is an example) Am I correct?
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/144520713
Created attachment 215512 [details] phplist-update-3.5.4 Meanwhile there is new version of phplist (3.5.4) So this patch include this update. Also I removed NLS knob as not needed. I hoipe phplist will be updated soon :-)))
Created attachment 215513 [details] poudriere log for phplist .3.5.4 Also I'm attaching logfile from my poudriere
A commit references this bug: Author: tcberner Date: Sat Jun 13 08:34:19 UTC 2020 New revision: 538652 URL: https://svnweb.freebsd.org/changeset/ports/538652 Log: mail/phplist update to 3.5.4 PR: 246034 Submitted by: Krzysztof <ports@bsdserwis.com> Changes: head/mail/phplist/Makefile head/mail/phplist/distinfo head/mail/phplist/pkg-plist
I seem to have forgotten to close this one :)