Date: Fri, 3 Nov 2006 21:58:56 -0500 (EST) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/105125: [PATCH] graphics/teddy: unbreak for 5.X and 6.X Message-ID: <200611040258.kA42wumg076060@goodking.goodking.ca> Resent-Message-ID: <200611040300.kA430cj4063896@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611040258.kA42wumg076060>