Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2003 02:03:55 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47743: Update port: games/crossfire-client
Message-ID:  <20030201020355.5ad5279a.tkato@prontomail.com>

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

>Number:         47743
>Category:       ports
>Synopsis:       Update port: games/crossfire-client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 31 09:10:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Support USE_AUTOCONF_VER

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/crossfire-client/Makefile games/crossfire-client/Makefile
--- /usr/ports/games/crossfire-client/Makefile	Mon Nov 11 18:59:34 2002
+++ games/crossfire-client/Makefile	Fri Jan 17 22:49:58 2003
@@ -19,7 +19,6 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf
 LIB_DEPENDS=	SDL_image.10:${PORTSDIR}/graphics/sdl_image
 
 SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
@@ -33,7 +32,7 @@
 USE_GNOME=	gtk12
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
+USE_AUTOCONF_VER=	253
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
 		CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
@@ -44,9 +43,6 @@
 MAN1=		cfclient.1 gcfclient.1
 
 DATADIR=	${PREFIX}/share/${PKGBASE}
-
-pre-configure:
-	@cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
 
 post-install:
 	@${MKDIR} ${DATADIR}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030201020355.5ad5279a.tkato>