ports/168274: [PATCH] graphics/ivtools Remove obsolete OSVERSION check
Chris Rees
crees at FreeBSD.org
Wed May 23 20:10:05 UTC 2012
>Number: 168274
>Category: ports
>Synopsis: [PATCH] graphics/ivtools Remove obsolete OSVERSION check
>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: Wed May 23 20:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Chris Rees
>Release: FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386
>Description:
FreeBSD ports tree doesn't support <7.x, so this check is unnecessary.
>How-To-Repeat:
>Fix:
--- graphics-ivtools.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/ivtools/Makefile,v
retrieving revision 1.48
diff -u -r1.48 Makefile
--- Makefile 4 Dec 2010 07:32:00 -0000 1.48
+++ Makefile 23 May 2012 19:54:34 -0000
@@ -30,10 +30,4 @@
MANCOMPRESSED= no
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 604100
-USE_GCC= 4.2+
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- graphics-ivtools.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list