Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2005 00:59:28 +0900 (JST)
From:      UMENO Takashi <umeno@rr.iij4u.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78988: Maintainer Update: games/pykawari is unbroken for 5-stable
Message-ID:  <200503181559.j2IFxSQg014192@belldandy.unnumbered.net>
Resent-Message-ID: <200503181600.j2IG0Bc1071037@freefall.freebsd.org>

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

>Number:         78988
>Category:       ports
>Synopsis:       Maintainer Update: games/pykawari is unbroken for 5-stable
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 18 16:00:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Tue Mar 15 08:14:48 JST 2005 root@:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Maintainer Update: games/pykawari is unbroken for 5-stable.
(USE_GCC= 3.3)

>How-To-Repeat:
N/A
>Fix:

diff -urN pykawari.orig/Makefile pykawari/Makefile
--- pykawari.orig/Makefile	Sat Mar 12 23:47:47 2005
+++ pykawari/Makefile	Sat Mar 19 00:48:53 2005
@@ -40,7 +40,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
+USE_GCC=	3.3
 .endif
 
 .if ${ARCH} == "amd64"
@@ -48,7 +48,7 @@
 .endif
 
 do-build:
-	(cd ${WRKSRC}/build/src; CFLAGS="${CFLAGS}" ${GMAKE} -f gcc.mak PYTHONBASE=${PYTHONBASE} PYTHON_VERSION=${PYTHON_VERSION} PTHREAD_LIBS=${PTHREAD_LIBS})
+	(cd ${WRKSRC}/build/src; CFLAGS="${CFLAGS}" ${GMAKE} -f gcc.mak PYTHONBASE=${PYTHONBASE} PYTHON_VERSION=${PYTHON_VERSION} PTHREAD_LIBS=${PTHREAD_LIBS} CXX=${CXX})
 
 do-install:
 	${MKDIR} ${PREFIX}/share/kawari



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503181559.j2IFxSQg014192>