From owner-freebsd-ports-bugs Fri Mar 7 16:40:18 2003 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 5151237B401 for ; Fri, 7 Mar 2003 16:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D39943FB1 for ; Fri, 7 Mar 2003 16:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h280eFNS011856 for ; Fri, 7 Mar 2003 16:40:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h280eF8Z011855; Fri, 7 Mar 2003 16:40:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E73AF37B401 for ; Fri, 7 Mar 2003 16:35:43 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32B543F93 for ; Fri, 7 Mar 2003 16:35:42 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([218.218.26.230]) by t-mta3.odn.ne.jp with ESMTP id <20030308003541764.GVQY.3767.t-mta3.odn.ne.jp@mta3.odn.ne.jp> for ; Sat, 8 Mar 2003 09:35:41 +0900 Received: from hadaly.dyndns.org (localhost [127.0.0.1]) by hadaly.dyndns.org (Postfix) with ESMTP id 995E520EF for ; Sat, 8 Mar 2003 09:35:41 +0900 (JST) Message-Id: <86of4meluq.wl%fuyuki@hadaly.org> Date: Sat, 08 Mar 2003 09:35:41 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/49024: Update port: x11-fonts/bitmap-fonts (fix depend) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 49024 >Category: ports >Synopsis: Update port: x11-fonts/bitmap-fonts (fix depend) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 07 16:40:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.0-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #2: Fri Mar 7 13:26:51 JST 2003 root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS i386 >Description: Fix stale dependency >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/bitmap-fonts/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 7 Mar 2003 06:13:03 -0000 1.19 +++ Makefile 8 Mar 2003 00:30:36 -0000 @@ -15,7 +15,11 @@ MAINTAINER= shige@FreeBSD.org COMMENT= Bitmap font, (6x12, 7x14, 8x16, 12x24) dots bitmap font +.if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86 +.else +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +.endif # distfile version BITMAP_FONTS_VER= 1.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message