From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 7 04:00:50 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2871316A4CE for ; Sat, 7 Aug 2004 04:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0093D43D5C for ; Sat, 7 Aug 2004 04:00:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7740nW7006776 for ; Sat, 7 Aug 2004 04:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7740nJK006769; Sat, 7 Aug 2004 04:00:49 GMT (envelope-from gnats) Resent-Date: Sat, 7 Aug 2004 04:00:49 GMT Resent-Message-Id: <200408070400.i7740nJK006769@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E68E16A4CE; Sat, 7 Aug 2004 03:54:52 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 176F643D2D; Sat, 7 Aug 2004 03:54:52 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id DC2283EA772; Sat, 7 Aug 2004 11:54:50 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11247-08; Sat, 7 Aug 2004 11:54:48 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 3AA7B3EA771; Sat, 7 Aug 2004 11:54:48 +0800 (CST) Message-Id: <20040807035448.3AA7B3EA771@utopia.leeym.com> Date: Sat, 7 Aug 2004 11:54:48 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/70107: [PATCH] devel/porttools: fix dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 04:00:50 -0000 >Number: 70107 >Category: ports >Synopsis: [PATCH] devel/porttools: fix dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 07 04:00:49 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004 >Description: [DESCRIBE CHANGES] ${LOCALBASE} is defined after ".include " Port maintainer (sergei@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: - cd /usr/ports/devel/newfile && make install clean (install newfile by your own first, and make sure that newfile exists) - cd /usr/ports/devel/porttools && make -V RUN_DEPENDS (porttools can't find newfile, and doesn't depends on newfile) >Fix: --- porttools-0.63_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/porttools/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 6 Aug 2004 22:28:42 -0000 1.12 +++ Makefile 7 Aug 2004 03:46:53 -0000 @@ -7,6 +7,7 @@ PORTNAME= porttools PORTVERSION= 0.63 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +18,8 @@ RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \ sudo:${PORTSDIR}/security/sudo +.include + .if defined(WITH_NEWFILE) || exists(${LOCALBASE}/bin/newfile) RUN_DEPENDS+= ${LOCALBASE}/bin/newfile:${PORTSDIR}/devel/newfile .endif @@ -29,4 +32,4 @@ MAN1= port.1 MAN5= porttools.5 -.include +.include --- porttools-0.63_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: