ports/114684: devel/ddd remove check for FreeBSD 4.x
David Yeske
dyeske at gmail.com
Wed Jul 18 04:50:02 UTC 2007
>Number: 114684
>Category: ports
>Synopsis: devel/ddd remove check for FreeBSD 4.x
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 18 04:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: David Yeske
>Release: HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jul 16 01:54:44 EDT 2007 root at speed:/usr/obj/usr/src/sys/SPEED amd64
>Description:
remove check for OSVERSION < 500000, this is a noop
>How-To-Repeat:
>Fix:
see attachment
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ddd/Makefile,v
retrieving revision 1.66
diff -u -r1.66 Makefile
--- Makefile 19 May 2007 20:02:20 -0000 1.66
+++ Makefile 16 Jul 2007 06:20:47 -0000
@@ -49,12 +49,6 @@
LIBXMDIR= ${X11BASE}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4
-.endif
-
pre-patch:
@${RM} -fv ${WRKSRC}/ddd/ddd.info*
@${RM} -fv ${WRKSRC}/ddd/ddd-themes.info*
@@ -78,4 +72,4 @@
check:
(cd ${WRKSRC} ; ${GMAKE} check)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list