ports/105125: [PATCH] graphics/teddy: unbreak for 5.X and 6.X
Thomas Abthorpe
thomas at goodking.ca
Sat Nov 4 03:00:41 UTC 2006
>Number: 105125
>Category: ports
>Synopsis: [PATCH] graphics/teddy: unbreak for 5.X and 6.X
>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 Nov 04 03:00:38 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Thomas Abthorpe
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT
>Description:
- unbreak for 5.X and 6.X
- mark as broken on 7.X
- November 2006 Bugathon
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- teddy-1.81.5_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/teddy/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 20 Sep 2006 11:21:43 -0000 1.3
+++ Makefile 4 Nov 2006 02:56:35 -0000
@@ -27,13 +27,14 @@
GNU_CONFIGURE= yes
CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS}
USE_GMAKE= yes
+USE_GCC= 2.95
PLIST_FILES= lib/libTeddy.a libdata/pkgconfig/Teddy.pc
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
+.if ${OSVERSION} >= 700000
+BROKEN= Configure error on FreeBSD >= 7.x
.endif
post-extract:
--- teddy-1.81.5_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list