Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2001 18:55:14 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27685: Maintainer update: games/burgerspace: update to 1.5
Message-ID:  <200105270925.f4R9PEb63542@aeris.kyne.com.au>

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

>Number:         27685
>Category:       ports
>Synopsis:       Maintainer update: games/burgerspace: update to 1.5
>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:   Sun May 27 02:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Pulford
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD aeris.kyne.com.au 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 02:07:25 CST 2001 root@aeris.kyne.com.au:/usr/obj/usr/src/sys/MAIN i386

>Description:

Update to new version 1.5. This update requires PR ports/27684 to be
committed first.

>How-To-Repeat:

>Fix:
diff -ruN -x CVS /usr/ports/games/burgerspace/Makefile burgerspace/Makefile
--- /usr/ports/games/burgerspace/Makefile	Wed Apr 18 03:17:17 2001
+++ burgerspace/Makefile	Sun May 27 18:17:52 2001
@@ -6,21 +6,26 @@
 #
 
 PORTNAME=	burgerspace
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	games
 MASTER_SITES=	http://sites.netscape.net/sarrazip/
 
 MAINTAINER=	mark@kyne.com.au
 
-LIB_DEPENDS=	gengameng.2:${PORTSDIR}/devel/gengameng \
+LIB_DEPENDS=	gengameng.3:${PORTSDIR}/devel/gengameng \
 		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
+SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt"
 CONFIGURE_ARGS+=	--with-gengameng-prefix="${X11BASE}"
 
 MAN6=	burgerspace.6
+
+pre-patch:
+	${PERL} -pi -e "s|sdl-config|${SDL_CONFIG}|g; s|include/SDL/|include/SDL11/|g;" \
+		${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin
diff -ruN -x CVS /usr/ports/games/burgerspace/distinfo burgerspace/distinfo
--- /usr/ports/games/burgerspace/distinfo	Wed Apr 18 03:17:17 2001
+++ burgerspace/distinfo	Sun May 27 18:12:25 2001
@@ -1 +1 @@
-MD5 (burgerspace-1.4.tar.gz) = 290bfc12bb5bddd05367adf7c754db7a
+MD5 (burgerspace-1.5.tar.gz) = ce624d338cad7ae7e6fba45d63eaeb30
>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?200105270925.f4R9PEb63542>