Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 18:16:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207495] lang/tcl-wrapper: comply with LICENSE framework
Message-ID:  <bug-207495-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 207495
           Summary: lang/tcl-wrapper: comply with LICENSE framework
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy, patch, patch-ready
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcltk@FreeBSD.org
          Reporter: portmaster@bsdforge.com
             Flags: maintainer-feedback?(tcltk@FreeBSD.org)
          Assignee: tcltk@FreeBSD.org

Created attachment 167407
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167407&action=
=3Dedit
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

=3D=3D=3D>  License BSD accepted by the user
=3D=3D=3D>   tcl-wrapper-1.1_2 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by tcl-wrapper-1.1_2 for building
=3D=3D=3D>  Extracting for tcl-wrapper-1.1_2

dev-box# make clean
=3D=3D=3D>  Cleaning for tcl-wrapper-1.1_2

AFTER:
dev-box# make extract

=3D=3D=3D>  License BSD2CLAUSE accepted by the user
=3D=3D=3D>   tcl-wrapper-1.1_2 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by tcl-wrapper-1.1_2 for building
=3D=3D=3D>  Extracting for tcl-wrapper-1.1_2

dev-box# make clean
=3D=3D=3D>  Cleaning for tcl-wrapper-1.1_2

That's it!

Please find the svn diff attached.

Thanks!

--Chris

--=20
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-207495-13>