Date: Tue, 20 Jan 2004 12:49:54 -0600 (CST) From: Jeremy Messenger <mezz7@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61640: Maintainer update: get 3 game ports to use new knobs of bsd.sdl.mk. Message-ID: <200401201849.i0KInspC036398@ns1.mezzweb.com> Resent-Message-ID: <200401201920.i0KJKCNT045563@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61640 >Category: ports >Synopsis: Maintainer update: get 3 game ports to use new knobs of bsd.sdl.mk. >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: Tue Jan 20 11:20:12 PST 2004 >Closed-Date: >Last-Modified: >Originator: Mezz >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD ns1.mezzweb.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Jan 8 02:27:24 CST 2004 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386 >Description: - Use new knobs from bsd.sdl.mk Whoo, we now can chase more women than versions. ;-) >How-To-Repeat: n/a >Fix: This diff will touch the three game ports following: -games/neverball -games/neverputt -games/wesnoth --- games.diff begins here --- diff -ur neverball.orig/Makefile neverball/Makefile --- neverball.orig/Makefile Wed Nov 19 00:44:41 2003 +++ neverball/Makefile Tue Jan 20 13:02:27 2004 @@ -14,17 +14,14 @@ COMMENT= Tilt the floor to guide a ball through an obstacle course BUILD_DEPENDS= ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_BZIP2= yes -USE_SDL= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes +USE_SDL= image mixer ttf sdl DIRS= back bgm map mtrl png shot snd sol ttf diff -ur neverputt.orig/Makefile neverputt/Makefile --- neverputt.orig/Makefile Fri Nov 7 00:39:37 2003 +++ neverputt/Makefile Tue Jan 20 13:02:31 2004 @@ -14,17 +14,14 @@ COMMENT= 3D miniature golf for 1-4 players BUILD_DEPENDS= ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_BZIP2= yes -USE_SDL= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes +USE_SDL= image mixer ttf sdl DIRS= bgm map mtrl png snd sol ttf diff -ur wesnoth.orig/Makefile wesnoth/Makefile --- wesnoth.orig/Makefile Tue Dec 23 16:20:16 2003 +++ wesnoth/Makefile Tue Jan 20 13:04:07 2004 @@ -13,12 +13,7 @@ MAINTAINER= mezz7@cox.net COMMENT= A fantasy turn-based strategy game -LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \ - SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image - -USE_SDL= yes +USE_SDL= image mixer net ttf sdl USE_GNOME= gnometarget USE_X_PREFIX= yes GNU_CONFIGURE= yes --- games.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401201849.i0KInspC036398>