From owner-svn-ports-head@freebsd.org Thu Dec 19 16:54:36 2019 Return-Path: Delivered-To: svn-ports-head@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 7EE591E55E8; Thu, 19 Dec 2019 16:54:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47dyf42rVXz3NlZ; Thu, 19 Dec 2019 16:54:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B163E22684; Thu, 19 Dec 2019 11:54:35 -0500 (EST) Received: from imap1 ([10.202.2.51]) by compute4.internal (MEProxy); Thu, 19 Dec 2019 11:54:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=hbaT6C KolOvse1LT4n5d+l4hzi1zal6Q0we/kOQIiIg=; b=JhfiLwGfwMlk0uPEGSr/jh xHpgSvyRTeeE/y3/P2Z+cdxNMEFXo2YfHTDI52LlyA422lNYuRQ1fZfYyBWx7Tor 21v2aR64A9Iz1LE86OtOC1MMnFfV2/GFRns2pGDXkjRuqdf8bXauviA4B8YAhGqM eUUnKR1IajspgRmj0LGzSbFdlr3AfzGGFfLhu1V1XDXFGl03481L4R8swbpu0a7/ 44WFfq8H0PSor26QxB5E1npcmHoLllxV6hVqgYrgILBBeHh+lcuANfXl/jWp0zmI 9ogRFryQ4MbHjgOZGMn0kcKI5HfgCMteQnCH/OlTzEIGPnTaPGLEq3LWi0o+4AXA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdduuddgleefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedfvfhosghirghsucfmohhrthhkrghmphdfuceothhosghi kheshfhrvggvuefuffdrohhrgheqnecurfgrrhgrmhepmhgrihhlfhhrohhmpehtohgsih hksefhrhgvvgeuufffrdhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 6A5CAC200A4; Thu, 19 Dec 2019 11:54:35 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-694-gd5bab98-fmstable-20191218v1 Mime-Version: 1.0 Message-Id: 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> Date: Thu, 19 Dec 2019 16:53:59 +0000 From: "Tobias Kortkamp" To: "Alex Dupre" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r520427 - head/print/pecl-pdflib Content-Type: text/plain X-Rspamd-Queue-Id: 47dyf42rVXz3NlZ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2019 16:54:36 -0000 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 >