ports/139130: Port fix: games/burgerspace - update + fix build with new flatzebra
Ganael Laplanche
ganael.laplanche at martymac.com
Fri Sep 25 11:50:01 UTC 2009
>Number: 139130
>Category: ports
>Synopsis: Port fix: games/burgerspace - update + fix build with new flatzebra
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 25 11:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Ganael Laplanche
>Release: 9.0-CURRENT
>Organization:
http://contribs.martymac.org
>Environment:
FreeBSD laptop.martymac.com 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Wed Sep 9 12:33:31 UTC 2009 martymac at laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
This patch fixes build against the new version of flatzebra and brings the following changes :
- remove unused dependency to gengameng
- add USE_SDL flag
- take maintainership of the port
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -aurN burgerspace.orig/Makefile burgerspace/Makefile
--- burgerspace.orig/Makefile 2009-09-24 08:41:02.335340944 +0000
+++ burgerspace/Makefile 2009-09-24 18:38:14.172908009 +0000
@@ -6,25 +6,23 @@
#
PORTNAME= burgerspace
-PORTVERSION= 1.8.2
-PORTREVISION= 1
+PORTVERSION= 1.8.3
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ganael.laplanche at martymac.com
COMMENT= A BurgerTime clone
-LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng \
- flatzebra-0.1.2:${PORTSDIR}/devel/flatzebra
+LIB_DEPENDS= flatzebra-0.1.2:${PORTSDIR}/devel/flatzebra
+USE_SDL= mixer sdl
GNU_CONFIGURE= yes
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-CCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN6= burgerspace.6
-PORTDOCS= *
+PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO
post-patch:
@${REINPLACE_CMD} -e 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \
diff -aurN burgerspace.orig/distinfo burgerspace/distinfo
--- burgerspace.orig/distinfo 2009-09-24 08:41:02.337340988 +0000
+++ burgerspace/distinfo 2009-09-24 08:41:30.065860325 +0000
@@ -1,3 +1,3 @@
-MD5 (burgerspace-1.8.2.tar.gz) = 84ac8bc5256b5a0798d6d3e6924156e1
-SHA256 (burgerspace-1.8.2.tar.gz) = 17ddac3caaf7be53845ef90de4f86d185f0d2953c753e618ec1273bef1630dcd
-SIZE (burgerspace-1.8.2.tar.gz) = 237756
+MD5 (burgerspace-1.8.3.tar.gz) = 8067062ac23a4e5d32e6a12a9b13d121
+SHA256 (burgerspace-1.8.3.tar.gz) = 3edb288244bef732258e31ec1ed31e8bc6c0a43e29706f01c0da4980c26f888e
+SIZE (burgerspace-1.8.3.tar.gz) = 238971
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list