Date: Tue, 19 Oct 2010 20:33:57 +0200 From: "Pawel Pekala" <c0rn@o2.pl> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/151583: [PATCH] games/xpilot-ng-[client, server] update to 4.7.3 Message-ID: <1287513237.56331@caprica.slowicza.org> Resent-Message-ID: <201010191840.o9JIeAoV025253@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 151583 >Category: ports >Synopsis: [PATCH] games/xpilot-ng-[client,server] update to 4.7.3 >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: Tue Oct 19 18:40:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD 8.1-RELEASE #2: Sat Aug 21 18:46:54 CEST 2010 corn@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC >Description: - update to version 4.7.3 - add LICENSE info - mark MAKE_JOBS_SAFE - add desktop entries - fix build when WITH_SOUND=yes >How-To-Repeat: >Fix: --- xpilot-ng-server-4.7.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/xpilot-ng-server/Makefile /home/corn/devel/xpilot-ng-server/Makefile --- /usr/ports/games/xpilot-ng-server/Makefile 2010-08-11 17:22:57.000000000 +0200 +++ /home/corn/devel/xpilot-ng-server/Makefile 2010-10-19 20:32:29.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= xpilot-ng -PORTVERSION= 4.7.2 -PORTREVISION= 7 +PORTVERSION= 4.7.3 CATEGORIES= games MASTER_SITES= SF/xpilot/xpilot_ng/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX?= -server @@ -15,9 +14,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT?= An enhanced version of XPilot (server program) +LICENSE= GPLv2 + LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib @@ -48,6 +50,11 @@ OPTIONS= SDL "SDL/OpenGL client" on \ SOUND "Sound" off + +DESKTOP_ENTRIES= "Xpilot-ng X11" "Xpilot game client program" \ + "" "xpilot-ng-x11" "Game;ArcadeGame;" false \ + "Xpilot-ng Map Editor" "Xpilot Map Editor" \ + "" "xpilot-ng-xp-mapedit" "Game;ArcadeGame;" false .endif .include <bsd.port.pre.mk> @@ -68,13 +75,15 @@ USE_GL= yes PLIST_SUB+= SDL="" MAN6+= xpilot-ng-sdl.6 +DESKTOP_ENTRIES+= "Xpilot-ng SDL" "Xpilot game client program" \ + "" "xpilot-ng-sdl" "Game;ArcadeGame;" false .else CONFIGURE_ARGS+=--disable-sdl-client PLIST_SUB+= SDL="@comment " .endif .if defined(WITH_SOUND) -USE_OPENAL= al +USE_OPENAL= al alut CONFIGURE_ARGS+=--enable-sound CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff -ruN --exclude=CVS /usr/ports/games/xpilot-ng-server/distinfo /home/corn/devel/xpilot-ng-server/distinfo --- /usr/ports/games/xpilot-ng-server/distinfo 2010-05-12 19:01:03.000000000 +0200 +++ /home/corn/devel/xpilot-ng-server/distinfo 2010-10-19 19:16:38.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (xpilot-ng-4.7.2.tar.gz) = b922251ab9c69f87567c9606304ee589 -SHA256 (xpilot-ng-4.7.2.tar.gz) = 31ef0f6b40779dd0ac5eb1bd17dd0908174e52991413fe25d623b6336d480fc0 -SIZE (xpilot-ng-4.7.2.tar.gz) = 2807988 +MD5 (xpilot-ng-4.7.3.tar.gz) = 89a360747f7811a33c4821eec5583b7d +SHA256 (xpilot-ng-4.7.3.tar.gz) = f287093c757a71232000f210ee4a4edeccc9e8af0817d5be43084e84aebd4709 +SIZE (xpilot-ng-4.7.3.tar.gz) = 3469062 diff -ruN --exclude=CVS /usr/ports/games/xpilot-ng-server/pkg-plist.server /home/corn/devel/xpilot-ng-server/pkg-plist.server --- /usr/ports/games/xpilot-ng-server/pkg-plist.server 2010-05-12 19:01:03.000000000 +0200 +++ /home/corn/devel/xpilot-ng-server/pkg-plist.server 2010-10-19 19:22:47.000000000 +0200 @@ -9,10 +9,8 @@ share/xpilot-ng/maps/ndh.xp2 share/xpilot-ng/maps/ndh.xpd share/xpilot-ng/maps/polybloods.xp2 -share/xpilot-ng/maps/polybloods7.xp2 share/xpilot-ng/maps/sadistic_bastard_v2.xp2 -share/xpilot-ng/maps/spaceball-0.1.xp2 -share/xpilot-ng/maps/spaceball-0.2.xp2 +share/xpilot-ng/maps/spaceball.xp2 share/xpilot-ng/maps/teamcup.xp share/xpilot-ng/maps/tourmination.xp2 share/xpilot-ng/password.txt --- xpilot-ng-server-4.7.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1287513237.56331>