svn commit: r520427 - head/print/pecl-pdflib

Alex Dupre ale at FreeBSD.org
Thu Dec 19 16:46:22 UTC 2019


On 19/12/19 15:51, Tobias Kortkamp wrote:
> Typo: LICENSE_PERM vs LICENSE_PERMS.  The framework does not do
> anything with LICENSE_* if you do not also set LICENSE though.

What about the following patch? What's the preferred way to allow
building the port in poudriere then?

Index: Makefile
===================================================================
--- Makefile    (revisione 520427)
+++ Makefile    (copia di lavoro)
@@ -12,8 +12,9 @@

 USES=          php:pecl

+LICENSE=       PDFlib
 LICENSE_NAME=  PDFlib GmbH General License
-LICENSE_PERM=  none
+LICENSE_PERMS= none
 LICENSE_FILE=  ${WRKSRC}/LICENSE

 USE_PHP=       gd:build


-- 
Alex Dupre


More information about the svn-ports-all mailing list