From c0rn@o2.pl  Tue Oct 19 18:32:01 2010
Return-Path: <c0rn@o2.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 74677106564A
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 18:32:01 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from tur.go2.pl (tur.go2.pl [193.17.41.50])
	by mx1.freebsd.org (Postfix) with ESMTP id E01D28FC12
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 18:32:00 +0000 (UTC)
Received: from mailout1.go2.pl (mailout1.go2.pl [193.17.41.11])
	by tur.go2.pl (o2.pl Mailer 2.0.1) with ESMTP id 0F621230307
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 20:31:59 +0200 (CEST)
Received: from mailout1.go2.pl (unknown [10.0.0.103])
	by mailout1.go2.pl (Postfix) with ESMTP id BF2005D5196
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 20:31:51 +0200 (CEST)
Received: from unknown (unknown [10.0.0.42])
	by mailout1.go2.pl (Postfix) with SMTP
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 20:31:51 +0200 (CEST)
Received: from egc3.neoplus.adsl.tpnet.pl [83.21.66.3]
	by poczta.o2.pl with ESMTP id jznpWX;
	Tue, 19 Oct 2010 20:31:51 +0200
Message-Id: <1287513237.56331@caprica.slowicza.org>
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: [PATCH] games/xpilot-ng-[client,server] update to 4.7.3
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 18:40:09 UTC 2010
>Closed-Date:    Thu Nov 18 11:47:06 UTC 2010
>Last-Modified:  Thu Nov 18 11:50:08 UTC 2010
>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:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Nov 18 11:46:59 UTC 2010 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151583 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151583: commit references a PR
Date: Thu, 18 Nov 2010 11:46:50 +0000 (UTC)

 arved       2010-11-18 11:46:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/xpilot-ng-server Makefile distinfo pkg-plist.server 
   Log:
   Update to 4.7.3
   Add License
   mark MAKE_JBOS_SAFE
   add desktop entries
   Fix build of WITH_SOUND knob
   
   PR:             151583
   Submitted by:   "Pawel Pekala" <c0rn@o2.pl>
   
   Revision  Changes    Path
   1.22      +12 -3     ports/games/xpilot-ng-server/Makefile
   1.9       +3 -3      ports/games/xpilot-ng-server/distinfo
   1.2       +1 -3      ports/games/xpilot-ng-server/pkg-plist.server
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
