Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2004 15:30:14 GMT
From:      Travis Poppe <tlp@LiquidX.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/68582: [New Port] stratagus - Stratagus is a free
Message-ID:  <200407021530.i62FUEJ5088361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/68582; it has been noted by GNATS.

From: Travis Poppe <tlp@LiquidX.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/68582: [New Port] stratagus - Stratagus is a free
Date: Fri, 2 Jul 2004 09:27:24 -0600

 OK, sorry about the subject being formatted incorrectly. A special
 character must have gotten pasted into the subject line that cut it off
 on both of my PRs (this and wargus).
 
 Anyway, the following diff to the above port adds a WITH_OPENGL switch
 that I forgot to add last night. 
 
 Thanks!
 
 --snip--
 diff -ruN stratagus.orig/Makefile stratagus/Makefile
 --- stratagus.orig/Makefile	Fri Jul  2 09:12:19 2004
 +++ stratagus/Makefile	Fri Jul  2 09:17:46 2004
 @@ -27,10 +27,14 @@
  
  GNU_CONFIGURE=	yes
  
 +.if defined(WITH_OPENGL)
 +CONFIGURE_ARGS+=	--with-opengl
 +.endif
 +
  .if defined(WITHOUT_VORBIS)
 -CONFIGURE_ARGS+=        --without-ogg
 +CONFIGURE_ARGS+=	--without-ogg
  .else
 -LIB_DEPENDS+=   vorbisfile.4:${PORTSDIR}/audio/libvorbis
 +LIB_DEPENDS+=	vorbisfile.4:${PORTSDIR}/audio/libvorbis
  .endif
  
  .if defined(WITHOUT_MIKMOD)
 @@ -45,8 +49,10 @@
  	@${ECHO_MSG} ""
  	@${ECHO_MSG} "Stratagus has the following tunable option(s):"
  	@${ECHO_MSG} ""
 -	@${ECHO_MSG} "  WITHOUT_VORBIS=yes	Turns off Ogg Vorbis support"
 -	@${ECHO_MSG} "  WITHOUT_MIKMOD=yes	Turns off Mikmod support"
 +	@${ECHO_MSG} "	WITH_OPENGL=yes		Builds Stratagus with OpenGL"
 +	@${ECHO_MSG} ""
 +	@${ECHO_MSG} "	WITHOUT_VORBIS=yes	Turns off Ogg Vorbis support"
 +	@${ECHO_MSG} "	WITHOUT_MIKMOD=yes	Turns off Mikmod support"
  	@${ECHO_MSG} ""
  
  post-configure:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407021530.i62FUEJ5088361>