From owner-freebsd-ports Thu Feb 21 16:30:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1156F37B419 for ; Thu, 21 Feb 2002 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1M0U1E78818; Thu, 21 Feb 2002 16:30:01 -0800 (PST) (envelope-from gnats) Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id F121037B404 for ; Thu, 21 Feb 2002 16:24:57 -0800 (PST) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 16dyoC-0006bh-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 21 Feb 2002 20:23:12 +0100 Received: from [213.7.221.71] (helo=gondor.middleearth) by mrvdom03.kundenserver.de with esmtp (Exim 2.12 #2) id 16dx0Y-00078L-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 21 Feb 2002 18:27:51 +0100 Received: (from chris@localhost) by gondor.middleearth (8.11.6/8.11.6) id g1LHSG138195; Thu, 21 Feb 2002 18:28:16 +0100 (CET) (envelope-from chris) Message-Id: <200202211728.g1LHSG138195@gondor.middleearth> Date: Thu, 21 Feb 2002 18:28:16 +0100 (CET) From: Christian Brueffer Reply-To: Christian Brueffer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35194: editors/edith: make use of USE_LINUX in Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35194 >Category: ports >Synopsis: editors/edith: make use of USE_LINUX in Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 21 16:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christian Brueffer >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD gondor.middleearth 4.5-STABLE FreeBSD 4.5-STABLE #12: Wed Jan 23 19:17:14 CET 2002 root@gondor.middleearth:/usr/obj/usr/src/sys/GONDOR i386 >Description: Replace RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig with USE_LINUX, as proposed by David W. Chapman Jr. >How-To-Repeat: >Fix: --- edith.patch begins here --- --- /usr/ports/editors/edith/Makefile Tue Jan 15 14:41:55 2002 +++ Makefile Thu Feb 21 18:24:24 2002 @@ -14,7 +14,7 @@ MAINTAINER= chris@unixpages.org -RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig:${PORTSDIR}/emulators/linux_base +USE_LINUX= yes ONLY_FOR_ARCHS= i386 --- edith.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message