Date: Tue, 6 Jun 2000 11:57:35 +0400 (MSD) From: "Dmitry S. Sivachenko" <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19051: New target for bsd.port.mk : fetchdepends Message-ID: <200006060757.LAA35540@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 19051 >Category: ports >Synopsis: New target for bsd.port.mk : fetchdepends >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 06 01:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: Please apply this patch to bsd.port.mk. It will allow us to fetch distfiles for some port, as well as for all ports it depends on. Reviewed / approved by: sobomax, will. >How-To-Repeat: >Fix: --- bsd.port.mk.old Tue Jun 6 11:50:29 2000 +++ bsd.port.mk Tue Jun 6 11:51:40 2000 @@ -2517,6 +2517,13 @@ done .endif +.if !target(fetchdepends) +fetchdepends: + @for dir in $$(${CLEAN-DEPENDS-LIST}); do \ + (cd $$dir; ${MAKE} fetch); \ + done +.endif + # Dependency lists: build and runtime. Print out directory names. build-depends-list: >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?200006060757.LAA35540>