Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 13:30:36 -0700
From:      Sterling Camden <sterling@camdensoftware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151087: Update Makefile to be compatible with PR ports/150608
Message-ID:  <20100929203041.7ACA51065672@hub.freebsd.org>
Resent-Message-ID: <201009292040.o8TKe2Ww075703@freefall.freebsd.org>

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

>Number:         151087
>Category:       ports
>Synopsis:       Update Makefile to be compatible with PR ports/150608
>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:   Wed Sep 29 20:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sterling Camden
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
Camden Software Consulting
>Environment:
System: FreeBSD libertas.local.camdensoftware.com 8.1-STABLE FreeBSD 8.1-STABLE #67: Tue Sep 28 11:44:08 PDT 2010 sterling@libertas.local.camdensoftware.com:/usr/obj/usr/src/sys/LIBERTAS amd64


>Description:
	PR ports/150608 makes the OWL license a known license with auto-acceptance.
	The sysutils/pcpustat port uses the OWL license, so the Makefile needs
	to be altered so that it doesn't specify license details.
>How-To-Repeat:
	After applying the patch for PR ports/150608, a 'make' in ports/sysutils/pcpustat
	fails.
>Fix:

	Apply the following patch to ports/sysutils/pcpustat/Makefile:


--- Makefile.old	2010-09-29 13:21:55.000000000 -0700
+++ Makefile	2010-09-29 13:22:37.000000000 -0700
@@ -19,10 +19,6 @@
 PLIST_FILES=	bin/pcpustat
 
 LICENSE=	OWL
-LICENSE_NAME=	Open Works License
-LICENSE_PERMS=	none
-LICENSE_FILE=	${FILESDIR}/license.txt
-MANUAL_PACKAGE_BUILD=	needs interactive license confirmation
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



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