From owner-svn-ports-head@FreeBSD.ORG Wed May 22 18:06:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2904A7F9; Wed, 22 May 2013 18:06:06 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ea0-x22c.google.com (mail-ea0-x22c.google.com [IPv6:2a00:1450:4013:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 3DDF2AD2; Wed, 22 May 2013 18:06:05 +0000 (UTC) Received: by mail-ea0-f172.google.com with SMTP id d10so1362811eaj.31 for ; Wed, 22 May 2013 11:06:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9FFdqsv4Tr0GuxBl78I0PlDf2gQGlSdyazNxpc+u+3Y=; b=PuqwpRrLy2SfIWUB71W/Orf+9zqL72xPYaN1BTQJhEt04z/Ydzphut7YRrZq65rPG/ 7wym8iHSN77DJH/M85Pc/CjkHm3fV1N92yqg4Z9jGAGioojl61Y9fp/B9vgZahUCO/Tk ZUKUQzvmzeLvAZN16hSzlEMfXBu/IFmg3QyfOiV52EJm0Gq0GuQk6tZ270W80qmKA+9V b6NHDQoGZXifX/NP2Ok5UC2lRSJym3B38nKQFPcShjM66zyLRmPLf7BhoPUknsYpNTWC Q1n2Eio/cWFqihBmux2Y2Ds3yRseLptA5SBA7FiviruN8qLw8w3JAOHkp/OYjVe9tMpb lAsQ== MIME-Version: 1.0 X-Received: by 10.14.0.129 with SMTP id 1mr21495633eeb.43.1369245964357; Wed, 22 May 2013 11:06:04 -0700 (PDT) Received: by 10.15.23.76 with HTTP; Wed, 22 May 2013 11:06:04 -0700 (PDT) Received: by 10.15.23.76 with HTTP; Wed, 22 May 2013 11:06:04 -0700 (PDT) In-Reply-To: <201305221529.r4MFT9jr046442@svn.freebsd.org> References: <201305221529.r4MFT9jr046442@svn.freebsd.org> Date: Wed, 22 May 2013 19:06:04 +0100 Message-ID: Subject: Re: svn commit: r318777 - head/audio/libvorbis From: Chris Rees To: Christian Weisgerber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 18:06:06 -0000 On 22 May 2013 16:29, "Christian Weisgerber" 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