From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 3 12:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE141065670 for ; Sat, 3 Oct 2009 12:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C27DF8FC1C for ; Sat, 3 Oct 2009 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n93CU1jG066085 for ; Sat, 3 Oct 2009 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n93CU1d9066082; Sat, 3 Oct 2009 12:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 3 Oct 2009 12:30:01 GMT Resent-Message-Id: <200910031230.n93CU1d9066082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 440BA1065670 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139331: games/vavoom: update to 1.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2009 12:30:02 -0000 >Number: 139331 >Category: ports >Synopsis: games/vavoom: update to 1.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 03 12:30:01 UTC 2009 >Closed-Date: >Last-Modified: >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///' \ + ${WRKSRC}/utils/acc/parse.c + @${REINPLACE_CMD} -e 's///' \ + ${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: >Unformatted: