From gabor@server.t-hosting.hu  Wed Jul  4 09:19:56 2007
Return-Path: <gabor@server.t-hosting.hu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 594E116A400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jul 2007 09:19:56 +0000 (UTC)
	(envelope-from gabor@server.t-hosting.hu)
Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7])
	by mx1.freebsd.org (Postfix) with ESMTP id 1AE1E13C455
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jul 2007 09:19:56 +0000 (UTC)
	(envelope-from gabor@server.t-hosting.hu)
Received: from localhost (localhost [127.0.0.1])
	by server.t-hosting.hu (Postfix) with ESMTP id 5C927A4996B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jul 2007 11:19:55 +0200 (CEST)
Received: from server.t-hosting.hu ([127.0.0.1])
	by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id Cp2-qPaMYA-x for <FreeBSD-gnats-submit@freebsd.org>;
	Wed,  4 Jul 2007 11:19:48 +0200 (CEST)
Received: by server.t-hosting.hu (Postfix, from userid 1001)
	id B56EDA49966; Wed,  4 Jul 2007 11:19:47 +0200 (CEST)
Message-Id: <20070704091947.B56EDA49966@server.t-hosting.hu>
Date: Wed,  4 Jul 2007 11:19:47 +0200 (CEST)
From: Gabor Kovesdan <gabor@FreeBSD.org>
Reply-To: Gabor Kovesdan <gabor@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] cleanup
X-Send-Pr-Version: 3.113
X-GNATS-Notify: johnson.peter@gmail.com

>Number:         114283
>Category:       ports
>Synopsis:       [patch] cad/scv cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 09:20:02 GMT 2007
>Closed-Date:    Thu Jul 19 07:47:44 GMT 2007
>Last-Modified:  Thu Jul 19 07:50:01 GMT 2007
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
n/a
>Environment:
>Description:

I'm working on a cleanup of USE/WITH variables to be used properly.
Please see: http://www.freebsd.org/projects/ideas/#p-ports-cleanup-use

This patch
- Removes a USE variable, which is a noop, does not do anything
- Makes portlint(1) happier by adding empty MASTER_SITES

>How-To-Repeat:
>Fix:

	

--- cad-scv.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/cad/scv/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	22 Dec 2006 09:09:38 -0000	1.1
+++ Makefile	4 Jul 2007 09:12:18 -0000
@@ -8,6 +8,7 @@
 PORTNAME=	scv
 PORTVERSION=	1.0p2
 CATEGORIES=	cad devel
+MASTER_SITES=	# you have to register and manually fetch
 EXTRACT_SUFX=	-sysc2.2.12jun06.tgz
 
 MAINTAINER=	johnson.peter@gmail.com
@@ -20,7 +21,6 @@
 
 USE_GMAKE=	yes
 HAS_CONFIGURE=	yes
-USE_GNUCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/scv-1.0p2-sysc2.2
 CONFIGURE_SCRIPT=	../configure
--- cad-scv.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gabor 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 4 09:24:31 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114283 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jul 4 09:24:38 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114283 

From: "Peter Johnson" <johnson.peter@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/114283: [patch] cad/scv - cleanup
Date: Thu, 5 Jul 2007 14:00:07 -0700

 ------=_Part_171372_24033515.1183669207050
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Patch looks fine to me.  Approved.  Thanks!
 
 ------=_Part_171372_24033515.1183669207050
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Patch looks fine to me.&nbsp; Approved.&nbsp; Thanks!<br><br>
 
 ------=_Part_171372_24033515.1183669207050--
State-Changed-From-To: feedback->closed 
State-Changed-By: gabor 
State-Changed-When: Thu Jul 19 07:47:17 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114283 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114283: commit references a PR
Date: Thu, 19 Jul 2007 07:44:14 +0000 (UTC)

 gabor       2007-07-19 07:44:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     cad/scv              Makefile 
   Log:
   - Remove USE_GNUCONFIG, which is a noop
   - portlint(1)
   
   PR:             ports/114283
   Submitted by:   gabor
   Approved by:    Peter Johnson <johnson.peter@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +1 -1      ports/cad/scv/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
