From owner-freebsd-ports@FreeBSD.ORG Mon Aug 11 21:44:56 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A6137B401 for ; Mon, 11 Aug 2003 21:44:56 -0700 (PDT) Received: from topaz.ad1810.com (topaz.ad1810.com [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEF243F93 for ; Mon, 11 Aug 2003 21:44:55 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from localhost ([127.0.0.1] helo=k7.mavetju ident=edwin) by topaz.ad1810.com with esmtp (Exim 3.35 #1 (Debian)) id 19mR1h-0004SB-00; Tue, 12 Aug 2003 06:44:54 +0200 Received: by k7.mavetju (Postfix, from userid 1001) id A92BF6A7101; Tue, 12 Aug 2003 14:44:50 +1000 (EST) Date: Tue, 12 Aug 2003 14:44:50 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20030812044450.GG815@k7.mavetju> References: <20030811202331.GC92209@moya.lambermont.dyndns.org> <20030812034508.GA903@k7.mavetju> <20030812042553.GA45612@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030812042553.GA45612@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org cc: Hans Lambermont Subject: Re: sdl11-config / sdl-config X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 04:44:56 -0000 On Mon, Aug 11, 2003 at 09:25:53PM -0700, Kris Kennaway wrote: > On Tue, Aug 12, 2003 at 01:45:08PM +1000, Edwin Groothuis wrote: > > On Mon, Aug 11, 2003 at 10:23:31PM +0200, Hans Lambermont wrote: > > > About devel/sdl12 , > > > > > > I propose to create a symlink bin/sdl-config pointing to the installed > > > bin/sdl11-config because sdl-config is what others expect to find. > > > > > > What do you think of this ? > > > > This works for all the ports I did (if I remember correctly): > > > > CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" ... > > See also USE_SDL. That's a new one. Would be handy if there was a USE_SDL_ALLTHEOTHERLIBSTOO which point to SDL_mixer, SDL_image, SDL_gfx and SDL_ttf :-) Or maybe not, I don't know. Or like the gnome stuff: "USE_SDL = yes" only does check for sdl11-config. "USE_SDL = mixer image gfx" checks for sdl11-config and these ones too. Let me know if you want to go this far and I'll send-pr a patch. I'm not really sure btw if the implementation in bsd.ports.mk is the right one, it adds a LIB_DEPENDS for SDL-1.1.5, but it doesn't add a BUILD_DEPEND on ${LOCALBASE}/bin/sdl11-config. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php