From owner-freebsd-ports Mon Dec 9 7:40:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1858E37B401 for ; Mon, 9 Dec 2002 07:40:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F85443EA9 for ; Mon, 9 Dec 2002 07:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB9Fe8x3055903 for ; Mon, 9 Dec 2002 07:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB9Fe8nK055898; Mon, 9 Dec 2002 07:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D7037B401 for ; Mon, 9 Dec 2002 07:31:48 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6FA43EDA for ; Mon, 9 Dec 2002 07:31:46 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 7BFF1972 for ; Tue, 10 Dec 2002 00:31:40 +0900 (JST) Message-Id: <20021210002620.50977d77.tkato@prontomail.com> Date: Tue, 10 Dec 2002 00:26:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46132: Update port: games/xqf to 0.9.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46132 >Category: ports >Synopsis: Update port: games/xqf to 0.9.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 09 07:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xqf/Makefile games/xqf/Makefile --- /usr/ports/games/xqf/Makefile Mon Nov 11 18:59:43 2002 +++ games/xqf/Makefile Sat Dec 7 08:45:44 2002 @@ -6,7 +6,7 @@ # PORTNAME= xqf -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +15,19 @@ RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -GNU_CONFIGURE= yes USE_GNOMENG= yes USE_GNOME= gtk12 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN6= xqf.6 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR} +.endif .include diff -urN /usr/ports/games/xqf/distinfo games/xqf/distinfo --- /usr/ports/games/xqf/distinfo Tue Sep 10 20:11:51 2002 +++ games/xqf/distinfo Sat Dec 7 08:37:22 2002 @@ -1 +1 @@ -MD5 (xqf-0.9.9.tar.gz) = 2c2aa41e8016b05f2dd15c7bdea9a25b +MD5 (xqf-0.9.10.tar.gz) = 23c89e14c5afbfd3a6d08ed1a7831c30 diff -urN /usr/ports/games/xqf/pkg-descr games/xqf/pkg-descr --- /usr/ports/games/xqf/pkg-descr Sat Apr 3 11:09:41 1999 +++ games/xqf/pkg-descr Mon Dec 9 10:04:41 2002 @@ -1,3 +1,7 @@ -XQF is Quake/QuakeWorld/Quake2 server browser and launcher for Unix/X11. -It's a front-end to QStat, a program by Steve Jankowski. XQF uses the GTK+ -toolkit. +XQF is a 3D action game (such as Quake, sequels and derivatives) +server browser. It uses X and is written using the GIMP Tool Kit. + +XQF is a front-end to QStat, a program by Steve Jankowsk which is +used to retrieve server info. + +WWW: http://www.linuxgames.com/xqf/ diff -urN /usr/ports/games/xqf/pkg-plist games/xqf/pkg-plist --- /usr/ports/games/xqf/pkg-plist Tue Sep 10 20:11:51 2002 +++ games/xqf/pkg-plist Sat Dec 7 08:46:08 2002 @@ -1,6 +1,7 @@ bin/xqf -lib/charset.alias +bin/xqf-rcon share/locale/ca/LC_MESSAGES/xqf.mo share/locale/de/LC_MESSAGES/xqf.mo share/locale/es/LC_MESSAGES/xqf.mo -share/locale/locale.alias +%%PORTDOCS%%share/doc/xqf/xqfdocs.html +%%PORTDOCS%%@dirrm share/doc/xqf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message