Date: Wed, 4 Jul 2007 11:19:47 +0200 (CEST) From: Gabor Kovesdan <gabor@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/114283: [patch] cleanup Message-ID: <20070704091947.B56EDA49966@server.t-hosting.hu> Resent-Message-ID: <200707040920.l649K2Mp037869@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070704091947.B56EDA49966>