maintainer-feedback requested: [Bug 207495] lang/tcl-wrapper: comply with LICENSE framework
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 25 18:16:12 UTC 2016
Chris Hutchinson <portmaster at bsdforge.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to tcltk at FreeBSD.org:
Bug 207495: lang/tcl-wrapper: comply with LICENSE framework
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207495
--- Description ---
Created attachment 167407
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167407&action=edit
svn diff for lang/tcl-wrapper
I recently submitted a pr for devel/tkcvs and during
testing the ports framework threw an error regarding the
LICENSE type used in lang/tcl-wrapper:
/!\ tcl-wrapper-1.1_2: Makefile warnings, please consider fixing /!\
LICENSE must not contain BSD, instead use BSD[234]CLAUSE
So I took the time to attempt to fix it.
There is no formal copyright notice in the script, so I
was forced to take a Best Guess" at the one intended;
BSD2CLAUSE. So I made the [necessary] changes to silence
the error.
The results:
BEFORE:
dev-box# make extract
/!\ tcl-wrapper-1.1_2: Makefile warnings, please consider fixing /!\
LICENSE must not contain BSD, instead use BSD[234]CLAUSE
===> License BSD accepted by the user
===> tcl-wrapper-1.1_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by tcl-wrapper-1.1_2 for building
===> Extracting for tcl-wrapper-1.1_2
dev-box# make clean
===> Cleaning for tcl-wrapper-1.1_2
AFTER:
dev-box# make extract
===> License BSD2CLAUSE accepted by the user
===> tcl-wrapper-1.1_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by tcl-wrapper-1.1_2 for building
===> Extracting for tcl-wrapper-1.1_2
dev-box# make clean
===> Cleaning for tcl-wrapper-1.1_2
That's it!
Please find the svn diff attached.
Thanks!
--Chris
More information about the freebsd-tcltk
mailing list