Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 19:06:04 +0100
From:      Chris Rees <utisoft@gmail.com>
To:        Christian Weisgerber <naddy@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r318777 - head/audio/libvorbis
Message-ID:  <CADLo83_p=ZH8X7_tugsTc_B%2B4HGwD4arFNisUoshk98LMwpMTA@mail.gmail.com>
In-Reply-To: <201305221529.r4MFT9jr046442@svn.freebsd.org>
References:  <201305221529.r4MFT9jr046442@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22 May 2013 16:29, "Christian Weisgerber" <naddy@freebsd.org> wrote:
>
> Author: naddy
> Date: Wed May 22 15:29:09 2013
> New Revision: 318777
> URL: http://svnweb.freebsd.org/changeset/ports/318777
>
> Log:
>   Minor cleanup.
>
> Modified:
>   head/audio/libvorbis/Makefile
>   head/audio/libvorbis/pkg-descr
>
> Modified: head/audio/libvorbis/Makefile
>
==============================================================================
> --- head/audio/libvorbis/Makefile       Wed May 22 15:25:39 2013
 (r318776)
> +++ head/audio/libvorbis/Makefile       Wed May 22 15:29:09 2013
 (r318777)
> @@ -13,8 +13,8 @@ COMMENT=      Audio compression codec library
>
>  LIB_DEPENDS=   ogg:${PORTSDIR}/audio/libogg
>
> +USES=          pathfix
>  USE_AUTOTOOLS= libtool
> -USES=  pathfix
>  USE_LDCONFIG=  yes
>  USE_XZ=                yes
>
> @@ -23,6 +23,8 @@ CONFIGURE_ARGS=       --with-ogg=${LOCALBASE}
>                 --disable-docs          # don't rebuild
>  MAKE_JOBS_SAFE=        yes
>
> +OPTIONS_DEFINE=        DOCS

Please don't do this; no-one needs an OPTIONS dialog jumping up for
something that should be set globally.

You don't need DOCS, EXAMPLES, or NLS in OPTIONS_DEFINE if they're the only
ones used by the port.

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83_p=ZH8X7_tugsTc_B%2B4HGwD4arFNisUoshk98LMwpMTA>