From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 22 08:10:02 2010 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 F0312106568F for ; Sat, 22 May 2010 08:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D81E48FC21 for ; Sat, 22 May 2010 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4M8A1SB017545 for ; Sat, 22 May 2010 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4M8A14D017544; Sat, 22 May 2010 08:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 22 May 2010 08:10:01 GMT Resent-Message-Id: <201005220810.o4M8A14D017544@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, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77DAB106564A for ; Sat, 22 May 2010 08:09:22 +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 673258FC1F for ; Sat, 22 May 2010 08:09:22 +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 o4M89Lul013852 for ; Sat, 22 May 2010 08:09:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4M89L11013844; Sat, 22 May 2010 08:09:21 GMT (envelope-from nobody) Message-Id: <201005220809.o4M89L11013844@www.freebsd.org> Date: Sat, 22 May 2010 08:09:21 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146818: [update] games/openarena latest release 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, 22 May 2010 08:10:03 -0000 >Number: 146818 >Category: ports >Synopsis: [update] games/openarena latest release >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 May 22 08:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_8 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu May 13 23:37:42 CEST 2010 root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8 amd64 >Description: OpenArena is terribly outdated. I am the ioquake3 maintainer and the OA code uses a branch of the same engine. I hereby ask for maintainership of the OA port. The patch does: games/ioquake3 - Explicitly declare on/off client/smp/server builds, because of different defaults in the OA build (does not cause any changes to ioquake3 or ioquake3-devel, no version bump required) games/openarena - Complete rewrite of the port as a games/ioquake3 slave port Following a commit I will submit an OAX (OpenArena Xpanded) port. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # openarena-oax # openarena-oax/Makefile # openarena-oax/distinfo # openarena-oax/pkg-descr # openarena-oax/pkg-plist # echo c - openarena-oax mkdir -p openarena-oax > /dev/null 2>&1 echo x - openarena-oax/Makefile sed 's/^X//' >openarena-oax/Makefile << 'c96298bd3e29c6691e79d88131cb5872' X# New ports collection makefile for: OpenArena Mod: OA Xpanded X# Date created: 21 May 2010 X# Whom: kamikaze@bsdforen.de X# X# $FreeBSD$ X# X XPORTNAME= oax XPORTVERSION= B45 XCATEGORIES= games XMASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ XDISTNAME= ${PORTNAME}${PORTVERSION} XEXTRACT_SUFX= .zip XEXTRACT_ONLY= X XMAINTAINER= kamikaze@bsdforen.de XCOMMENT= OpenArena Mod: OpenArena Xpanded X XINSTALL_DEPENDS=unzip:${PORTSDIR}/archivers/unzip X XPLIST_SUB+= DISTNAME="${DISTNAME}" \ X PORTNAME="${PORTNAME}" X XUSE_ZIP= yes XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${DATADIR} X @${UNZIP_CMD} ${DISTDIR}/${DISTFILES} -d ${DATADIR} X @${CHMOD} -R o-w ${DATADIR}/${DISTNAME} X X.include "../openarena/Makefile.include" X X.include c96298bd3e29c6691e79d88131cb5872 echo x - openarena-oax/distinfo sed 's/^X//' >openarena-oax/distinfo << '263463adef82b6f156d60fe931e76cb8' XMD5 (oaxB45.zip) = 395b29a38184100cea7dc3206979770f XSHA256 (oaxB45.zip) = 43f21a45329b549b5a0a967269e50cf89803b5e084598d7fbef726fa63e0aa14 XSIZE (oaxB45.zip) = 465245 263463adef82b6f156d60fe931e76cb8 echo x - openarena-oax/pkg-descr sed 's/^X//' >openarena-oax/pkg-descr << '0b28410ff7e7044416b6da43d806a1c7' XOpenArena Expanded is the development version of OpenArena. Its purpose is both Xto create improve the basic OpenArena gameplay but also to create a good Xstarting point for any OpenArena or Quake III:Arena mods. X XIt does not include engine or platform specific code. The source code is XGPL v2 or later but some of the tools are not. X XWWW: http://code.google.com/p/oax/ 0b28410ff7e7044416b6da43d806a1c7 echo x - openarena-oax/pkg-plist sed 's/^X//' >openarena-oax/pkg-plist << '98f6cd529460956fff768581152ac0ae' X%%DATADIR%%/%%DISTNAME%%/%%PORTNAME%%.pk3 X%%DATADIR%%/%%DISTNAME%%/readme.txt X@dirrm %%DATADIR%%/%%DISTNAME%% X@dirrmtry %%DATADIR%% 98f6cd529460956fff768581152ac0ae exit >Release-Note: >Audit-Trail: >Unformatted: