ports/114283: [patch] cleanup

Gabor Kovesdan gabor at FreeBSD.org
Wed Jul 4 09:20:03 UTC 2007


>Number:         114283
>Category:       ports
>Synopsis:       [patch] cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 09:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list