ports/71850: [PATCH] editors/bed: add USE_GCC=2.95 and unbreak

Yen-Ming Lee leeym at FreeBSD.org
Sat Sep 18 06:40:34 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list