Date: Sat, 21 Dec 2002 16:00:42 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46430: Update port: games/xqf to 0.9.11 (fix ports/46132) Message-ID: <20021221160042.1ae0e7f0.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46430 >Category: ports >Synopsis: Update port: games/xqf to 0.9.11 (fix ports/46132) >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: Fri Dec 20 23:10:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9.11 Following PRs shuold be superseded by this one: [2002/12/09] ports/46132 ports Update port: games/xqf to 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 21 10:04:22 2002 @@ -6,7 +6,7 @@ # PORTNAME= xqf -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.11 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 <bsd.port.mk> 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 21 10:05:18 2002 @@ -1 +1 @@ -MD5 (xqf-0.9.9.tar.gz) = 2c2aa41e8016b05f2dd15c7bdea9a25b +MD5 (xqf-0.9.11.tar.gz) = 7b62684427cbf9e58c23a83ed75c7818 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 21 10:09:37 2002 @@ -1,6 +1,6 @@ bin/xqf -lib/charset.alias 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021221160042.1ae0e7f0.tkato>