Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 15:13:30 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44969: Update port: games/crossfire-client to 1.4.0
Message-ID:  <200211052313.gA5NDUql061658@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         44969
>Category:       ports
>Synopsis:       Update port: games/crossfire-client to 1.4.0
>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:   Tue Nov 05 15:20:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.4.0

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/crossfire-client/Makefile games/crossfire-client/Makefile
--- /usr/ports/games/crossfire-client/Makefile	Tue Sep 10 20:10:45 2002
+++ games/crossfire-client/Makefile	Wed Nov  6 05:18:42 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	crossfire
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		ftp://ftp.ifi.uio.no/pub/crossfire/ \
@@ -15,7 +15,7 @@
 PKGNAMESUFFIX=	-client
 DISTFILES=	${PORTNAME}-client-${PORTVERSION}.tar.gz \
 		${PORTNAME}-client-images-${PORTVERSION}.tar.gz \
-		${PORTNAME}-client-sounds-1.1.0.tar.gz
+		${PORTNAME}-client-sounds-${PORTVERSION}.tar.gz
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -34,10 +34,11 @@
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
-CONFIGURE_ARGS=	--with-includes=-I${LOCALBASE}/include \
-		--with-ldflags=-L${LOCALBASE}/lib \
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
+		CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ARGS=	--with-sound-dir=${DATADIR}/sounds \
 		--disable-gnome # Gnome client currently broken
 
 MAN1=		cfclient.1 gcfclient.1
diff -urN /usr/ports/games/crossfire-client/distinfo games/crossfire-client/distinfo
--- /usr/ports/games/crossfire-client/distinfo	Tue Sep 10 20:10:45 2002
+++ games/crossfire-client/distinfo	Wed Nov  6 04:53:29 2002
@@ -1,3 +1,3 @@
-MD5 (crossfire-client-1.3.0.tar.gz) = fc4c91bcd66c53e8da8ef13ab9554b04
-MD5 (crossfire-client-images-1.3.0.tar.gz) = d0115d1e429116a42080b48ea8cdfae3
-MD5 (crossfire-client-sounds-1.1.0.tar.gz) = f9390112a3cd1788b4c310fc5d53a609
+MD5 (crossfire-client-1.4.0.tar.gz) = 6ab310b8d2ea80e7fae246775dc819e2
+MD5 (crossfire-client-images-1.4.0.tar.gz) = 7b8ea870de491cf5070f05ae876bcbf2
+MD5 (crossfire-client-sounds-1.4.0.tar.gz) = 1b33401d9d2af0d391fee7ad04282cfd

>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?200211052313.gA5NDUql061658>