From nobody@FreeBSD.org  Sat Oct  3 12:24:10 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 440BA1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Oct 2009 12:24:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 193468FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Oct 2009 12:24:10 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n93CO94f080959
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 3 Oct 2009 12:24:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n93CO9gf080952;
	Sat, 3 Oct 2009 12:24:09 GMT
	(envelope-from nobody)
Message-Id: <200910031224.n93CO9gf080952@www.freebsd.org>
Date: Sat, 3 Oct 2009 12:24:09 GMT
From: Barbara <barbara.xxx1975@libero.it>
To: freebsd-gnats-submit@FreeBSD.org
Subject: games/vavoom: update to 1.30
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139331
>Category:       ports
>Synopsis:       games/vavoom: update to 1.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 03 12:30:01 UTC 2009
>Closed-Date:    Wed Oct 14 13:34:17 UTC 2009
>Last-Modified:  Wed Oct 14 13:40:01 UTC 2009
>Originator:     Barbara
>Release:        RELENG_7
>Organization:
>Environment:
FreeBSD satanasso.local.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Sep 26 21:00:11 CEST 2009     root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO  i386

>Description:
Update the port to 1.30.
The update patch also includes (hence supercedes) ports/139177

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-08-22 02:22:36.000000000 +0200
+++ Makefile	2009-10-01 02:32:51.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	vavoom
-PORTVERSION=	1.28
-PORTREVISION=	3
+PORTVERSION=	1.30
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Vavoom-source/${PORTVERSION}
 
@@ -29,7 +28,8 @@
 		OPENGL "Enable OpenGL support" on \
 		OPTIMIZED_CFLAGS "Enable compilation optimizations" off \
 		VORBIS "Enable Ogg Vorbis support" off \
-		SDL "Use SDL for hardware API" on
+		SDL "Use SDL for hardware API" on \
+		WXUNICODE "Enable Unicode support" on
 
 SUB_FILES=	pkg-message
 
@@ -122,10 +122,18 @@
 CMAKE_ARGS+=	-DWITH_SDL=N
 .endif
 
+.if !defined(WITHOUT_WXUNICODE)
+WX_UNICODE=yes
+.endif
+
 post-patch:
 	@cd ${WRKSRC} && ${SH} fixunix.sh
 	@${REINPLACE_CMD} -e 's|$$\* ||; s|$${IWADDIR}|-iwaddir ${DMDIR} $$*|' \
 		${WRKSRC}/source/CMakeLists.txt
+	@${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \
+		${WRKSRC}/utils/acc/parse.c
+	@${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \
+		${WRKSRC}/utils/acc/strlist.c
 
 post-install:
 .if !defined(NOPORTDOCS)
--- distinfo.orig	2008-06-21 21:56:21.000000000 +0200
+++ distinfo	2009-10-01 02:33:00.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (vavoom-1.28.tar.bz2) = df12818579f50cb0777b4280b694cc91
-SHA256 (vavoom-1.28.tar.bz2) = 3553393f20d2da0d2a2ba23008f56b10aee12b8034d71dcc53cce9bc40ae1172
-SIZE (vavoom-1.28.tar.bz2) = 1608334
+MD5 (vavoom-1.30.tar.bz2) = 205c3645006232d75790fb8779a54e85
+SHA256 (vavoom-1.30.tar.bz2) = a6bc1ffb7458e8050add65d7083d9cec0d64d4e475486be8cfa44dd6f5ea1ca4
+SIZE (vavoom-1.30.tar.bz2) = 1597647


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Oct 14 12:12:45 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

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

 pav         2009-10-14 13:34:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/vavoom         Makefile distinfo 
   Log:
   - Update to 1.30
   
   PR:             ports/139331
   Submitted by:   Barbara <barbara.xxx1975@libero.it>
   
   Revision  Changes    Path
   1.47      +11 -3     ports/games/vavoom/Makefile
   1.22      +3 -3      ports/games/vavoom/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:
