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

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 19 16:54:36 UTC 2019


On Thu, Dec 19, 2019, at 16:46, Alex Dupre wrote:
> 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?

Looks ok to me.  To build it in Poudriere put this in make.conf:

LICENSES_ACCEPTED=PDFlib

> 
> 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