Bug 169499 - [bsd.licenses.db.mk] Add AGPLv3 to _LICENSE_LIST to fix build failure when using it
Summary: [bsd.licenses.db.mk] Add AGPLv3 to _LICENSE_LIST to fix build failure when us...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 22:30 UTC by Bryan Drewery
Modified: 2012-06-28 02:40 UTC (History)
1 user (show)

See Also:


Attachments
patch-bsd.licenses.db.mk-AGPL.txt (492 bytes, patch)
2012-06-27 22:30 UTC, Bryan Drewery
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery 2012-06-27 22:30:09 UTC
	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
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2012-06-28 02:15:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-28 02:32:51 UTC
tabthorpe    2012-06-28 01:32:40 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.licenses.db.mk 
  Log:
  - Add AGPLv3 to the list, missed in last commit
  
  PR:             ports/169499
  Submitted by:   Bryan Drewery <bryan shatow.net>
  Pointyhat to:   tabthorpe@
  
  Revision  Changes    Path
  1.20      +3 -3      ports/Mk/bsd.licenses.db.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2012-06-28 02:34:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!