Date: Wed, 18 Jul 2007 04:48:38 GMT From: David Yeske <dyeske@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/114684: devel/ddd remove check for FreeBSD 4.x Message-ID: <200707180448.l6I4mcQ7057321@www.freebsd.org> Resent-Message-ID: <200707180450.l6I4o1q1035666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707180448.l6I4mcQ7057321>