From leeym@utopia.leeym.com  Sat Sep 18 06:30:46 2004
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB8B016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 06:30:46 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6451043D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 06:30:46 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id A3D473E9CEF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 14:30:45 +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 90888-01 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat, 18 Sep 2004 14:30:35 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id A099E3E9CDE; Sat, 18 Sep 2004 14:30:32 +0800 (CST)
Message-Id: <20040918063032.A099E3E9CDE@utopia.leeym.com>
Date: Sat, 18 Sep 2004 14:30:32 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] editors/bed: add USE_GCC=2.95 and unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71850
>Category:       ports
>Synopsis:       [PATCH] editors/bed: add USE_GCC=2.95 and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 06:40:31 GMT 2004
>Closed-Date:    Sun Sep 19 01:44:54 GMT 2004
>Last-Modified:  Sun Sep 19 01:44:54 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Sep 18 07:50:57 GMT 2004 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71850 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Sun Sep 19 01:44:53 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71850 
>Unformatted:
