pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42991: p7zip - Makefile (licenses) broken
>Number: 42991
>Category: pkg
>Synopsis: p7zip - Makefile (licenses) broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Mar 17 18:15:00 +0000 2010
>Originator: Robert Doerfler
>Release: pkgsrc-2009Q4
>Organization:
>Environment:
NetBSD tofu.local.home 5.0.2 NetBSD 5.0.2 (TOFU) #1: Mon Feb 15 20:26:26 CET
2010 nikon%tofu.local.home@localhost:/usr/src/sys/arch/i386/compile/TOFU i386
>Description:
Licenses erroneous, wouldn't build even if licenses are accepted.
bash-4.0# make
ERROR: This package has set PKG_FAIL_REASON:
ERROR: p7zip-9.04 has an unacceptable license condition:
ERROR: gnu-lgpl-v2.1 AND unrar-license
ERROR: You can mark the license ``license'' as acceptable by adding
ERROR: ACCEPTABLE_LICENSES+= license
ERROR: to /etc/mk.conf or by adding
ERROR: ACCEPTABLE_LICENSES= license
ERROR: to /etc/pkg_install.conf.
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/archivers/p7zip
>How-To-Repeat:
make
>Fix:
--- Makefile 2010-03-17 18:54:56.000000000 +0100
+++ Makefile.new 2010-03-17 18:53:50.000000000 +0100
@@ -9,8 +9,8 @@
MAINTAINER= wiz%NetBSD.org@localhost
HOMEPAGE= http://p7zip.sourceforge.net/
COMMENT= File archiver with high compression
-LICENSE= gnu-lgpl-v2.1 AND unrar-license
-
+LICENSE= gnu-lgpl-v2.1-license
+LICENSE= unrar-license
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
Home |
Main Index |
Thread Index |
Old Index