Date: Sat, 8 Jan 2000 16:31:02 GMT From: Mark Ovens <mark@ukug.uk.freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15992: [PATCH] Add a default for $SUP in the /usr/ports/Makefile Message-ID: <200001081631.QAA45453@marder-1.>
next in thread | raw e-mail | index | archive | help
>Number: 15992 >Category: ports >Synopsis: [PATCH] Add a default for $SUP in the /usr/ports/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 8 08:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mark Ovens >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: There is a default value for $CVS in /usr/ports/Makefile, but not for $SUP. A reasonable default would be cvsup >How-To-Repeat: >Fix: *** /usr/ports/Makefile.orig Sat Jan 8 16:25:39 2000 --- /usr/ports/Makefile Sat Jan 8 16:25:55 2000 *************** *** 85,90 **** --- 85,91 ---- @sed -e 's/|/.tgz|/' ${.CURDIR}/INDEX | awk -F '|' '{me=$$1; here=$$2; bdep=$$8; rdep=$$9; split(here, tmp, "/"); if (bdep != "") { gsub("$$", ".tgz", bdep); gsub(" ", ".tgz ", bdep); } if (rdep != "") { gsub("$$", ".tgz", rdep); gsub(" ", ".tgz ", rdep); } print tmp[4] "-all:: " me; print me ": " bdep " " rdep; printf("\t@/a/asami/portbuild/scripts/pdispatch /a/asami/portbuild/scripts/portbuild %s %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' CVS?= cvs + SUP?= cvsup update: .if defined(SUP_UPDATE) .if !defined(PORTSSUPFILE) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001081631.QAA45453>