From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 27 21:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58379106566B for ; Wed, 27 Jun 2012 21:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 129E68FC1A for ; Wed, 27 Jun 2012 21:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5RLU9Fq071398 for ; Wed, 27 Jun 2012 21:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5RLU9S1071396; Wed, 27 Jun 2012 21:30:09 GMT (envelope-from gnats) Resent-Date: Wed, 27 Jun 2012 21:30:09 GMT Resent-Message-Id: <201206272130.q5RLU9S1071396@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bryan Drewery Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D15DE106566C for ; Wed, 27 Jun 2012 21:27:34 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 7D29A8FC0C for ; Wed, 27 Jun 2012 21:27:34 +0000 (UTC) Received: (qmail 21969 invoked from network); 27 Jun 2012 16:27:31 -0500 Received: from unknown (HELO test8.xzibition.com) (10.10.0.34) by sweb.xzibition.com with SMTP; 27 Jun 2012 16:27:31 -0500 Received: by test8.xzibition.com (sSMTP sendmail emulation); Wed, 27 Jun 2012 16:26:57 -0500 Message-Id: <20120627212734.D15DE106566C@hub.freebsd.org> Date: Wed, 27 Jun 2012 16:26:57 -0500 From: "Bryan Drewery" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bapt@FreeBSD.org, tabthorpe@FreeBSD.org Subject: ports/169499: [bsd.licenses.db.mk] Add AGPLv3 to _LICENSE_LIST to fix build failure when using it X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bryan Drewery List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2012 21:30:10 -0000 >Number: 169499 >Category: ports >Synopsis: [bsd.licenses.db.mk] Add AGPLv3 to _LICENSE_LIST to fix build failure when using it >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 27 21:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: ports/166066 added AGPLv3 but did not add it to _LICENSE_LIST, so an error is presented when acually using it: ===> License not correctly defined: for unknown licenses, defining LICENSE_PERMS_AGPLv3 is mandatory (otherwise use a known LICENSE) >How-To-Repeat: Use this in a port makefile and try building: LICENSE= AGPLv3 BSD LICENSE_COMB= dual >Fix: --- patch-bsd.licenses.db.mk-AGPL.txt begins here --- --- bsd.licenses.db.mk.orig 2012-06-27 16:23:00.000000000 -0500 +++ bsd.licenses.db.mk 2012-06-27 16:23:12.000000000 -0500 @@ -36,7 +36,7 @@ # _LICENSE_LIST_GROUPS - List of defined license groups # -_LICENSE_LIST= AL2 ART10 ART20 BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 ISCL \ +_LICENSE_LIST= AGPLv3 AL2 ART10 ART20 BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 ISCL \ LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \ LPPL13b LPPL13c MIT MPL OWL PHP202 PHP30 PHP301 PSFL ZPL21 --- patch-bsd.licenses.db.mk-AGPL.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: