Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 09:05:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196642] [PATCH] lang/pcc: Update to v1.1.0
Message-ID:  <bug-196642-13-ByVwzafcF9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196642-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196642-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196642

--- Comment #3 from lightside <lightside@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196642-13-ByVwzafcF9>