[Bug 196642] [PATCH] lang/pcc: Update to v1.1.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 13 09:05:20 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196642
--- Comment #3 from lightside <lightside at gmx.com> ---
Created attachment 151531
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151531&action=edit
Proposed patch (since 363374 revision)
It is possible to add license information to the ports. The authors named them
as BSD-style licenses (some of them are 2 or 3 -clause licenses, but others
without):
http://pcc.ludd.ltu.se/licenses/
There are no standalone license files inside of distfile archives, which could
be pointed with LICENSE_FILE(*) variable(s). In this case I propose to use
LICENSE_TEXT variable, which points to the authors web site with licenses,
e.g.:
LICENSE= BSDCOMPATIBLE BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= multi
LICENSE_NAME_BSDCOMPATIBLE= BSD-style compatible licenses
LICENSE_TEXT_BSDCOMPATIBLE= The license: BSDCOMPATIBLE
(${LICENSE_NAME_BSDCOMPATIBLE}),\
please read from the web: http://pcc.ludd.ltu.se/licenses/
LICENSE_PERMS_BSDCOMPATIBLE= dist-mirror dist-sell pkg-mirror pkg-sell
auto-accept
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list