Date: Mon, 6 Nov 2006 17:45:21 GMT From: Alex Kozlov<spam@rm-rf.kiev.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/105215: [ports/Makefile] [patch] Update default value of SUP variable Message-ID: <200611061745.kA6HjLnv027698@www.freebsd.org> Resent-Message-ID: <200611061750.kA6HoE6G058469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105215 >Category: ports >Synopsis: [ports/Makefile] [patch] Update default value of SUP variable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 06 17:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alex Kozlov >Release: FreeBSD 6.1 >Organization: private >Environment: >Description: After csup import in RELENG_6, I think it make sense to change default value of SUP variable to csup >How-To-Repeat: # cd /usr/ports/ && make update -------------------------------------------------------------- >Fix: --- Makefile.orig Mon Nov 6 19:43:38 2006 +++ Makefile Mon Nov 6 19:43:45 2006 @@ -139,7 +139,7 @@ @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${INDEXDIR}/${INDEXFILE} CVS?= cvs -SUP?= cvsup +SUP?= csup PORTSNAP?= portsnap PORTSNAP_FLAGS?= -p ${.CURDIR} .if defined(SUPHOST) >Release-Note: >Audit-Trail: >Unformatted: >>> Running cvsup -------------------------------------------------------------- cvsup:No such file or directory *** Error code 1 Stop in /usr/ports.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611061745.kA6HjLnv027698>