Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2010 10:20:12 GMT
From:      Sevan Janiyan <venture37@geeklan.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143425: [PATCH] games/tuxkart: port is not broken 
Message-ID:  <201002011020.o11AKCto042814@newbie.thingamajig-systems.co.uk>
Resent-Message-ID: <201002011030.o11AU2X5026298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143425
>Category:       ports
>Synopsis:       [PATCH] games/tuxkart: port is not broken
>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:   Mon Feb 01 10:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD newbie.thingamajig-systems.co.uk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC
>Description:
This has been marked broken because js.h was not found, as of an update to x11-toolkits/plib 4 months ago, libjs is always built now
sucessfully built on FreeBSD 8.0 & 9.0 via tinderbox

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tuxkart-0.4.0_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/tuxkart/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	13 Jun 2009 18:27:12 -0000	1.15
+++ Makefile	1 Feb 2010 10:19:03 -0000
@@ -25,10 +25,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800000
-BROKEN=		does not compile: error: plib/js.h: No such file or directory
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O6|${PTHREAD_CFLAGS}|g ; \
 		 s|-lpthread|${PTHREAD_LIBS}|g ; \
--- tuxkart-0.4.0_3.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?201002011020.o11AKCto042814>