Date: Wed, 27 Jun 2012 16:26:57 -0500 From: "Bryan Drewery" <bryan@shatow.net> To: FreeBSD-gnats-submit@FreeBSD.org 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 Message-ID: <20120627212734.D15DE106566C@hub.freebsd.org> Resent-Message-ID: <201206272130.q5RLU9S1071396@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120627212734.D15DE106566C>