From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 20 11:21:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D84D716A4CE for ; Tue, 20 Jan 2004 11:21:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAE343D77 for ; Tue, 20 Jan 2004 11:20:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0KJKCFR045564 for ; Tue, 20 Jan 2004 11:20:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0KJKCNT045563; Tue, 20 Jan 2004 11:20:12 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 20 Jan 2004 11:20:12 -0800 (PST) Resent-Message-Id: <200401201920.i0KJKCNT045563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Messenger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A2516A4CE for ; Tue, 20 Jan 2004 11:15:44 -0800 (PST) Received: from ns1.mezzweb.com (ip68-103-32-11.ks.ok.cox.net [68.103.32.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D76443D55 for ; Tue, 20 Jan 2004 11:15:34 -0800 (PST) (envelope-from mezz@ns1.mezzweb.com) Received: from ns1.mezzweb.com (localhost [127.0.0.1]) by ns1.mezzweb.com (8.12.10/8.12.10) with ESMTP id i0KIns0G036399 for ; Tue, 20 Jan 2004 12:49:54 -0600 (CST) (envelope-from mezz@ns1.mezzweb.com) Received: (from mezz@localhost) by ns1.mezzweb.com (8.12.10/8.12.10/Submit) id i0KInspC036398; Tue, 20 Jan 2004 12:49:54 -0600 (CST) (envelope-from mezz) Message-Id: <200401201849.i0KInspC036398@ns1.mezzweb.com> Date: Tue, 20 Jan 2004 12:49:54 -0600 (CST) From: Jeremy Messenger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/61640: Maintainer update: get 3 game ports to use new knobs of bsd.sdl.mk. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Messenger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 19:21:22 -0000 >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: