Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 11:01:20 GMT
From:      Daniel Thiele <dthiele@gmx.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189883: Makefile's RESTRICTED variable does not match description in /usr/ports/LEGAL
Message-ID:  <201405171101.s4HB1Kgl059462@cgiserv.freebsd.org>
Resent-Message-ID: <201405171110.s4HBA0F3058558@freefall.freebsd.org>

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

>Number:         189883
>Category:       ports
>Synopsis:       Makefile's RESTRICTED variable does not match description in /usr/ports/LEGAL
>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:   Sat May 17 11:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Thiele
>Release:        FreeBSD 10.0-RELEASE-p1
>Organization:
>Environment:
FreeBSD ssh 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:43:36 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
In response to Eitan Adler's "Action Required" email from May 17th, change RESTRICTED to match description in /usr/ports/LEGAL.
>How-To-Repeat:
% grep systemc /usr/ports/LEGAL
% (cd /usr/ports/cad/systemc && make -VLEGAL)



>Fix:
See attached patch file

Patch attached with submission follows:

--- /usr/ports/cad/systemc/Makefile	2014-03-13 08:06:32.000000000 +0000
+++ /home/dthiele/systemc/Makefile	2014-05-17 10:48:53.000000000 +0000
@@ -9,7 +9,7 @@
 MAINTAINER=	dthiele@gmx.net
 COMMENT=	A modeling platform for system-level C++ models
 
-RESTRICTED=	You have to register at http://www.systemc.org/kmembership_info/individual_signup first
+RESTRICTED=	License agreement required
 
 USES=		gmake
 HAS_CONFIGURE=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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