ports/76258: games/scummvm: WITH_MPEG2 needs WITH_VORBIS to compile

Alex Trull freebsd.alex at trull.org
Mon Jan 24 02:40:31 UTC 2005


The following reply was made to PR ports/76258; it has been noted by GNATS.

From: Alex Trull <freebsd.alex at trull.org>
To: Volker Stolz <vs at freebsd.org>
Cc: freebsd-gnats-submit at freebsd.org, freebsd at chillt.de
Subject: Re: ports/76258: games/scummvm: WITH_MPEG2 needs WITH_VORBIS to compile
Date: Mon, 24 Jan 2005 02:37:56 +0000

 The following patch forces vorbis if mpeg2 is defined. With a maintainer address update and bumped revision (perhaps unnecessary)
 
 Cheers,
 Alex
 
 --- scummvm-orig/Makefile       Mon Jan 10 00:17:44 2005
 +++ scummvm/Makefile    Mon Jan 24 02:29:47 2005
 @@ -7,11 +7,12 @@
  
  PORTNAME=      scummvm
  PORTVERSION=   0.7.0
 +PORTREVISION=  1
  CATEGORIES=    games emulators
  MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=    ${PORTNAME}
  
 -MAINTAINER=    alexander at trull.com
 +MAINTAINER=    freebsd.alex at trull.org
  COMMENT=       Graphical Adventure Game Virtual Machine
  
  USE_BZIP2=     yes
 @@ -32,6 +33,10 @@
  MAN6=          scummvm.6
  
  DOCS=          NEWS README TODO
 +
 +.if defined(WITH_MPEG2)
 +WITH_VORBIS=    yes         
 +.endif
  
  .include <bsd.port.pre.mk>



More information about the freebsd-ports-bugs mailing list