From owner-svn-ports-all@freebsd.org Thu Dec 19 16:46:22 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 608CE1E4E8D; Thu, 19 Dec 2019 16:46:22 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47dySZ1zWVz3Mxh; Thu, 19 Dec 2019 16:46:22 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from ale.bitgold.com (151-0-207-195.ip282.fastwebnet.it [151.0.207.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ale) by smtp.freebsd.org (Postfix) with ESMTPSA id B98761F05E; Thu, 19 Dec 2019 16:46:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Subject: Re: svn commit: r520427 - head/print/pecl-pdflib To: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201912190906.xBJ96Tcd009077@repo.freebsd.org> <15f1e102-56a7-4e5b-b893-4b5e4e746106@www.fastmail.com> From: Alex Dupre Message-ID: <256769f6-f49d-eea7-4d06-42545d19ca23@FreeBSD.org> Date: Thu, 19 Dec 2019 17:46:19 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <15f1e102-56a7-4e5b-b893-4b5e4e746106@www.fastmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2019 16:46:22 -0000 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