Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 17:46:19 +0100
From:      Alex Dupre <ale@FreeBSD.org>
To:        Tobias Kortkamp <tobik@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:  <256769f6-f49d-eea7-4d06-42545d19ca23@FreeBSD.org>
In-Reply-To: <15f1e102-56a7-4e5b-b893-4b5e4e746106@www.fastmail.com>
References:  <201912190906.xBJ96Tcd009077@repo.freebsd.org> <15f1e102-56a7-4e5b-b893-4b5e4e746106@www.fastmail.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?256769f6-f49d-eea7-4d06-42545d19ca23>