From tkato432@yahoo.com  Sun Oct 11 18:01:58 2009
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 67F9E10656A3
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 11 Oct 2009 18:01:51 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 3F18A8FC13
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 11 Oct 2009 18:01:51 +0000 (UTC)
Received: from localhost.localdomain (ZT029089.ppp.dion.ne.jp [59.128.29.89])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 8855550031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 12 Oct 2009 03:01:49 +0900 (JST)
Message-Id: <20091012030021.7997fc1f.tkato432@yahoo.com>
Date: Mon, 12 Oct 2009 03:00:21 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: games/kuklomenos to 0.4.3

>Number:         139516
>Category:       ports
>Synopsis:       Update port: games/kuklomenos to 0.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 11 18:10:02 UTC 2009
>Closed-Date:    Wed Oct 14 13:45:07 UTC 2009
>Last-Modified:  Wed Oct 14 13:50:11 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.4.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/kuklomenos/Makefile games/kuklomenos/Makefile
--- /usr/ports/games/kuklomenos/Makefile	2009-10-07 21:09:00.000000000 +0900
+++ games/kuklomenos/Makefile	2009-10-10 17:11:11.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	kuklomenos
-PORTVERSION=	0.4.2.1
+PORTVERSION=	0.4.3
 CATEGORIES=	games
 MASTER_SITES=	http://mbays.freeshell.org/kuklomenos/src/ \
 		http://freebsd.unixfreunde.de/sources/
@@ -18,13 +18,13 @@
 
 OPTIONS=	VORBIS "Enable Ogg/Vorbis support" on
 
-USE_SDL=	sdl mixer
+USE_SDL=	sdl
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--datadir=${DATADIR}
 
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
+CPPFLAGS=	-I${LOCALBASE}/include ${PTHEAD_CFLAGS}
+LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 .include <bsd.port.pre.mk>
 
@@ -39,9 +39,7 @@
 post-patch:
 	@${REINPLACE_CMD} -e \
 		'/^sounds_DATA/s|Makefile.am||g' ${WRKSRC}/sounds/Makefile.in
-
-.if ${OSVERSION} < 700000
-IGNORE=		does not compile
-.endif
+	@${FIND} ${WRKSRC}/SDL_Mixer -name "*.c" -print0 | ${XARGS} -0 \
+		${REINPLACE_CMD} -e 's|<SDL/SDL_mixer.h>|"SDL_mixer.h"|g'
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/games/kuklomenos/distinfo games/kuklomenos/distinfo
--- /usr/ports/games/kuklomenos/distinfo	2009-10-07 21:09:01.000000000 +0900
+++ games/kuklomenos/distinfo	2009-10-10 06:05:46.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (kuklomenos-0.4.2.1.tar.gz) = e02927b02b3f76c71d80824e3e8e4366
-SHA256 (kuklomenos-0.4.2.1.tar.gz) = 756d293da37a7302640c3685621d89824c9b15427bc5c2ac49d585a525a43052
-SIZE (kuklomenos-0.4.2.1.tar.gz) = 368520
+MD5 (kuklomenos-0.4.3.tar.gz) = cbe08874e3312d1caa54abb3372e2223
+SHA256 (kuklomenos-0.4.3.tar.gz) = da6e824243c9321e4cfab2b9b77c71e3dbc8913e59eeec2419c293e632716152
+SIZE (kuklomenos-0.4.3.tar.gz) = 369344
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Oct 11 18:10:27 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139516 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Oct 14 13:45:06 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139516 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139516: commit references a PR
Date: Wed, 14 Oct 2009 13:46:32 +0000 (UTC)

 miwi        2009-10-14 13:45:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/kuklomenos     Makefile distinfo 
   Log:
   - Update to 0.4.3
   
   PR:             139516
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.14      +5 -7      ports/games/kuklomenos/Makefile
   1.11      +3 -3      ports/games/kuklomenos/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
