Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 16:53:59 +0000
From:      "Tobias Kortkamp" <tobik@FreeBSD.org>
To:        "Alex Dupre" <ale@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r520427 - head/print/pecl-pdflib
Message-ID:  <e9a7ead2-85e3-4335-93bd-d0a20ac8bcf0@www.fastmail.com>
In-Reply-To: <256769f6-f49d-eea7-4d06-42545d19ca23@FreeBSD.org>
References:  <201912190906.xBJ96Tcd009077@repo.freebsd.org> <15f1e102-56a7-4e5b-b893-4b5e4e746106@www.fastmail.com> <256769f6-f49d-eea7-4d06-42545d19ca23@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e9a7ead2-85e3-4335-93bd-d0a20ac8bcf0>