From owner-cvs-all Sat May 26 13:37:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C853837B422; Sat, 26 May 2001 13:37:10 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QKbAO74327; Sat, 26 May 2001 13:37:10 -0700 (PDT) (envelope-from jdp) Message-Id: <200105262037.f4QKbAO74327@freefall.freebsd.org> From: John Polstra Date: Sat, 26 May 2001 13:37:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsup Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2001/05/26 13:37:10 PDT Modified files: net/cvsup Makefile Log: If PACKAGE_BUILDING is defined, link statically and disable the RUN_DEPENDS. This makes the package completely stand-alone; it will work without Modula-3 being installed. This should make it practical to eliminate the cvsup-bin and cvsupd-bin ports entirely. Note, this change applies to the cvsup-devel port too, since it shares this Makefile. Revision Changes Path 1.41 +12 -3 ports/net/cvsup/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message