Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2004 11:30:13 GMT
From:      "Volker Stolz" <vs@freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/68215: NEW PORT: multimedia/freevo, an open-source home theatre PC platform
Message-ID:  <200406251130.i5PBUDpc049089@freefall.freebsd.org>

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

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, purple@lewiz.net
Cc:  
Subject: Re: ports/68215: NEW PORT: multimedia/freevo, an open-source home theatre PC platform
Date: Fri, 25 Jun 2004 13:27:21 +0200

 ...
 # Should these have exists() ?
 # Without them freevo setup still detects applications but ports doesn't
 # create the full dependency list.
 .if defined(WITH_XINE)
 RUN_DEPENDS+=xine:${PORTSDIR}/multimedia/xine
 .endif
 
 This is not good. You should always record the exact dependencies.
 Please *also* use exists() ("... exists(foo) || defined(WITH_FOO)...".  
 Provide some sanity-checks,
 in case WITH_foo and autodetection conflict. Or maybe there's something  
 like configure's
 --disable-foo, which will prevent feature-detection?
 
 Volker



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