Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2010 23:13:17 +0300
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153589: [patch] add missing LICENSE tag to my ports
Message-ID:  <86hbdtzoo2.fsf@gmail.com>
Resent-Message-ID: <201012312020.oBVKKAYI001369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153589
>Category:       ports
>Synopsis:       [patch] add missing LICENSE tag to my ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 31 20:20:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
my ports that already has LICENSE tag:

  devel/lua-alien
  graphics/apngasm
  multimedia/libvdpau
  sysutils/jfbterm
>Description:
Bring consistency by adding LICENSE tag where it's missing:
- mark (L)GPLv2+ ports as having "dual" license - (L)GPLv2 + (L)GPLv3
- x11/cl-clx has a mixture of MIT-like licenses[1]

[1] this makes its placeholder

        The license: MIT (MIT license / X11 license) is standard, please
        read from the web.

    seem like a joke when you consider that package.lisp has MIT copyright
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: audio/jokosher/Makefile
===================================================================
RCS file: /a/.cvsup/ports/audio/jokosher/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- audio/jokosher/Makefile	23 Sep 2010 04:01:43 -0000	1.3
+++ audio/jokosher/Makefile	31 Dec 2010 18:33:25 -0000
@@ -16,6 +17,9 @@ COMMENT=	Multi-track non-linear audio ed
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
 		easy_install:${PORTSDIR}/devel/py-setuptools
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 USE_GNOME=	gnomehier
Index: audio/libgme/Makefile
===================================================================
RCS file: /a/.cvsup/ports/audio/libgme/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- audio/libgme/Makefile	10 May 2010 05:47:48 -0000	1.1
+++ audio/libgme/Makefile	31 Dec 2010 19:40:30 -0000
@@ -15,9 +15,17 @@ EXTRACT_SUFX=	.tbz2
 MAINTAINER=	swell.k@gmail.com
 COMMENT=	A collection of video game music emulators
 
+LICENSE=	LGPL21 LGPL3
+LICENSE_COMB=	dual
+LICENSE_FILE_LGPL21=${WRKSRC}/license.txt
+
 PROJECTHOST=	game-music-emu
+USE_DOS2UNIX=	yes
 USE_BZIP2=	yes
 USE_CMAKE=	yes
 USE_LDCONFIG=	yes
 
+# XXX: dialog(1) doesn't like ^M in LICENSE_FILE
+post-extract:	patch-dos2unix
+
 .include <bsd.port.mk>
Index: multimedia/vdpauinfo/Makefile
===================================================================
RCS file: /a/.cvsup/ports/multimedia/vdpauinfo/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- multimedia/vdpauinfo/Makefile	24 Sep 2010 19:06:26 -0000	1.1
+++ multimedia/vdpauinfo/Makefile	30 Nov 2010 19:29:18 -0000
@@ -17,6 +17,9 @@ LIB_DEPENDS=	vdpau.1:${PORTSDIR}/multime
 
 GNU_CONFIGURE=	yes
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 PLIST_FILES=	bin/vdpauinfo
 
 .include <bsd.port.mk>
Index: net-p2p/amule/Makefile
===================================================================
RCS file: /a/.cvsup/ports/net-p2p/amule/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- net-p2p/amule/Makefile	24 Oct 2010 21:53:09 -0000	1.44
+++ net-p2p/amule/Makefile	31 Dec 2010 18:58:15 -0000
@@ -19,6 +19,10 @@ BUILD_DEPENDS=	${FLEX}:${PORTSDIR}/textp
 
 CONFLICTS=	amule-devel-[0-9]*
 
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING
+
 USE_BZIP2=	yes
 USE_GNOME=	pkgconfig
 USE_GMAKE=	yes
Index: net-p2p/amule-devel/Makefile
===================================================================
RCS file: /a/.cvsup/ports/net-p2p/amule-devel/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- net-p2p/amule-devel/Makefile	23 Dec 2010 03:59:36 -0000	1.48
+++ net-p2p/amule-devel/Makefile	31 Dec 2010 18:59:50 -0000
@@ -20,6 +20,10 @@ BUILD_DEPENDS=	${FLEX}:${PORTSDIR}/textp
 
 CONFLICTS=	amule-[0-9]*
 
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING
+
 USE_BZIP2=	yes
 USE_GNOME=	pkgconfig
 USE_GMAKE=	yes
Index: www/py-rssdler/Makefile
===================================================================
RCS file: /a/.cvsup/ports/www/py-rssdler/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- www/py-rssdler/Makefile	19 Oct 2010 05:56:15 -0000	1.4
+++ www/py-rssdler/Makefile	31 Dec 2010 19:01:35 -0000
@@ -18,6 +18,8 @@ COMMENT=	Automatically grab link element
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
 
+LICENSE=	GPLv2
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
Index: x11/cl-clx/Makefile
===================================================================
RCS file: /a/.cvsup/ports/x11/cl-clx/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- x11/cl-clx/Makefile	8 Oct 2010 20:14:58 -0000	1.1
+++ x11/cl-clx/Makefile	31 Dec 2010 19:20:39 -0000
@@ -14,6 +14,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	swell.k@gmail.com
 COMMENT=	X11 client library for Common Lisp
 
+LICENSE=	MIT
+
 .if !defined(FASL_BUILD)
 USE_ASDF=	yes
 INFO=		clx
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86hbdtzoo2.fsf>