From nobody@FreeBSD.org  Fri Jul  5 15:39:24 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id E0A89153
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Jul 2013 15:39:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id C3F8012C8
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Jul 2013 15:39:24 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r65FdOtw075915
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 5 Jul 2013 15:39:24 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r65FdOOW075914;
	Fri, 5 Jul 2013 15:39:24 GMT
	(envelope-from nobody)
Message-Id: <201307051539.r65FdOOW075914@oldred.freebsd.org>
Date: Fri, 5 Jul 2013 15:39:24 GMT
From: Kevin Zheng <kevinz5000@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] Add OpenGL support to games/crossfire-client
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180325
>Category:       ports
>Synopsis:       [maintainer-update] Add OpenGL support to games/crossfire-client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 15:40:01 UTC 2013
>Closed-Date:    Sat Jul 06 11:24:54 UTC 2013
>Last-Modified:  Sat Jul  6 11:30:00 UTC 2013
>Originator:     Kevin Zheng
>Release:        9.1-RELEASE-p4
>Organization:
>Environment:
FreeBSD sigma.local 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
 - Trim Makefile header
 - Remove indefinite article from COMMENT
 - Update pkg-descr from website
 - Add support for OpenGL map rendering
 - Depend on SDL_mixer in case user wants to have his own sound support
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN /usr/ports/games/crossfire-client/Makefile crossfire-client/Makefile
--- /usr/ports/games/crossfire-client/Makefile	2012-11-16 23:57:35.000000000 -0600
+++ crossfire-client/Makefile	2013-07-05 10:12:17.000000000 -0500
@@ -1,28 +1,29 @@
-# New ports collection makefile for:	crossfire-client
-# Date created:		1996-10-27
-# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas@klemm.gtn.com>
 # $FreeBSD: ports/games/crossfire-client/Makefile,v 1.81 2012/11/17 05:57:35 svnexp Exp $
-#
 
 PORTNAME=	crossfire-client
 PORTVERSION=	1.70.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/crossfire/crossfire-${PORTVERSION}
 
 MAINTAINER=	kevinz5000@gmail.com
-COMMENT=	A cooperative multiplayer graphical RPG and adventure game
+COMMENT=	Cooperative multiplayer graphical RPG and adventure game
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
-USE_GNOME=	gtk20 libglade2
-USE_SDL=	image sdl
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--disable-alsa
+USE_GL=		glut
+USE_GNOME=	gtk20 libglade2
+USE_SDL=	sdl image mixer
+
+CONFIGURE_ARGS+=	--disable-alsa --disable-alsa9
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_JOBS_SAFE=	yes
 
 MAN6=	crossfire-client-gtk2.6
 
diff -ruN /usr/ports/games/crossfire-client/pkg-descr crossfire-client/pkg-descr
--- /usr/ports/games/crossfire-client/pkg-descr	2012-04-06 10:12:28.000000000 -0500
+++ crossfire-client/pkg-descr	2013-07-05 10:12:17.000000000 -0500
@@ -1,10 +1,8 @@
-Crossfire is a highly graphical role-playing adventure game with
-characteristics reminiscent of rogue, nethack, omega, and gauntlet.
-It has multiplayer capability and presently runs under X11.
-
-Client for playing the new client/server based version of Crossfire.
-This package allows you to connect to Crossfire servers around the
-world.  You do not need install the Crossfire server in order to
-use this package.
+Crossfire is an open-source, cooperative multi-player graphical RPG and
+adventure game. Since its initial release, Crossfire has grown to encompass
+over 150 monsters, about 3000 maps to explore, an elaborate magic system, 13
+races, 15 character classes, a system of skills, and many artifacts and
+treasures.  Crossfire is based in a medieval fantasy world and is similar to
+other games of this genre.
 
 WWW: http://crossfire.real-time.com/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Jul 6 11:01:28 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180325 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Sat Jul 6 11:24:53 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180325: commit references a PR
Date: Sat,  6 Jul 2013 11:24:55 +0000 (UTC)

 Author: wg
 Date: Sat Jul  6 11:24:41 2013
 New Revision: 322384
 URL: http://svnweb.freebsd.org/changeset/ports/322384
 
 Log:
   games/crossfire-client: fix GL dependency
   
   - Add USE_GL
   - Trim Makefile header
   - Update pkg-descr from website
   - Remove indefinite article from COMMENT
   
   PR:		ports/180325
   Submitted by:	Kevin Zheng <kevinz5000 gmail.com> (maintainer)
 
 Modified:
   head/games/crossfire-client/Makefile
   head/games/crossfire-client/pkg-descr
 
 Modified: head/games/crossfire-client/Makefile
 ==============================================================================
 --- head/games/crossfire-client/Makefile	Sat Jul  6 10:38:13 2013	(r322383)
 +++ head/games/crossfire-client/Makefile	Sat Jul  6 11:24:41 2013	(r322384)
 @@ -1,28 +1,29 @@
 -# New ports collection makefile for:	crossfire-client
 -# Date created:		1996-10-27
 -# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
 -#
 +# Created by: Andreas Klemm <andreas@klemm.gtn.com>
  # $FreeBSD$
 -#
  
  PORTNAME=	crossfire-client
  PORTVERSION=	1.70.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	games
  MASTER_SITES=	SF/crossfire/crossfire-${PORTVERSION}
  
  MAINTAINER=	kevinz5000@gmail.com
 -COMMENT=	A cooperative multiplayer graphical RPG and adventure game
 +COMMENT=	Cooperative multiplayer graphical RPG and adventure game
  
  LICENSE=	GPLv2
  LICENSE_FILE=	${WRKSRC}/COPYING
  
  LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
  
 -USE_GNOME=	gtk20 libglade2
 -USE_SDL=	image sdl
  GNU_CONFIGURE=	yes
 -CONFIGURE_ARGS+=	--disable-alsa
 +USE_GL=		glut
 +USE_GNOME=	gtk20 libglade2
 +USE_SDL=	sdl image mixer
 +
 +CONFIGURE_ARGS+=	--disable-alsa --disable-alsa9
 +CPPFLAGS+=	-I${LOCALBASE}/include
 +LDFLAGS+=	-L${LOCALBASE}/lib
 +MAKE_JOBS_SAFE=	yes
  
  MAN6=	crossfire-client-gtk2.6
  
 @@ -34,10 +35,10 @@ post-patch:
  
  post-install:
  	${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png
 -	${MKDIR} ${PREFIX}/share/applications
 +	@${MKDIR} ${PREFIX}/share/applications
  	${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \
  		${PREFIX}/share/applications
 -	${MKDIR} ${PREFIX}/share/pixmaps
 +	@${MKDIR} ${PREFIX}/share/pixmaps
  	${INSTALL_DATA} ${WRKSRC}/pixmaps/crossfire-client.png \
  		${PREFIX}/share/pixmaps
  
 
 Modified: head/games/crossfire-client/pkg-descr
 ==============================================================================
 --- head/games/crossfire-client/pkg-descr	Sat Jul  6 10:38:13 2013	(r322383)
 +++ head/games/crossfire-client/pkg-descr	Sat Jul  6 11:24:41 2013	(r322384)
 @@ -1,10 +1,8 @@
 -Crossfire is a highly graphical role-playing adventure game with
 -characteristics reminiscent of rogue, nethack, omega, and gauntlet.
 -It has multiplayer capability and presently runs under X11.
 -
 -Client for playing the new client/server based version of Crossfire.
 -This package allows you to connect to Crossfire servers around the
 -world.  You do not need install the Crossfire server in order to
 -use this package.
 +Crossfire is an open-source, cooperative multi-player graphical RPG and
 +adventure game. Since its initial release, Crossfire has grown to encompass
 +over 150 monsters, about 3000 maps to explore, an elaborate magic system, 13
 +races, 15 character classes, a system of skills, and many artifacts and
 +treasures.  Crossfire is based in a medieval fantasy world and is similar to
 +other games of this genre.
  
  WWW: http://crossfire.real-time.com/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
