Date: Sat, 18 Sep 2004 14:30:32 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/71850: [PATCH] editors/bed: add USE_GCC=2.95 and unbreak Message-ID: <20040918063032.A099E3E9CDE@utopia.leeym.com> Resent-Message-ID: <200409180640.i8I6eXoA072083@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71850 >Category: ports >Synopsis: [PATCH] editors/bed: add USE_GCC=2.95 and unbreak >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: Sat Sep 18 06:40:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.3-BETA4 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004 >Description: - add USE_GCC=2.95 and unbreak this port - reorder Makefile and make portlint happier Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bed-0.2.19_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/bed/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 17 Sep 2004 23:00:48 -0000 1.13 +++ Makefile 18 Sep 2004 06:29:49 -0000 @@ -16,19 +16,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Variable dataformat binary editor +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 + # Cannot guarantee rxvt will have menubar enabled on bento. .if defined(PACKAGE_BUILDING) WITHOUT_X11= yes .endif -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 .if !defined(WITHOUT_X11) PATCH_DEPENDS+= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt -RUN_DEPENDS= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt +RUN_DEPENDS+= ${X11BASE}/bin/rxvt:${PORTSDIR}/x11/rxvt .endif GNU_CONFIGURE= yes - +USE_GCC= 2.95 USE_GMAKE= yes MAN1= bed.1 xbed.1 --- bed-0.2.19_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040918063032.A099E3E9CDE>