From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 12:33:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D887FD4; Tue, 21 Jan 2014 12:33:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C59F717B1; Tue, 21 Jan 2014 12:33:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0LCX0bF056911; Tue, 21 Jan 2014 12:33:00 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0LCX01u056910; Tue, 21 Jan 2014 12:33:00 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201401211233.s0LCX01u056910@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 21 Jan 2014 12:33:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340604 - head/audio/gtkpod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 12:33:00 -0000 Author: danfe Date: Tue Jan 21 12:33:00 2014 New Revision: 340604 URL: http://svnweb.freebsd.org/changeset/ports/340604 QAT: https://qat.redports.org/buildarchive/r340604/ Log: Oops, missed couple of CONFIGURE_ARGS helpers during conversion. Modified: head/audio/gtkpod/Makefile Modified: head/audio/gtkpod/Makefile ============================================================================== --- head/audio/gtkpod/Makefile Tue Jan 21 12:23:40 2014 (r340603) +++ head/audio/gtkpod/Makefile Tue Jan 21 12:33:00 2014 (r340604) @@ -34,10 +34,10 @@ VORBIS_LIB_DEPENDS= libvorbisfile.so:${P VORBIS_CONFIGURE_OFF= --without-ogg FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac -FLAC_CONFIGURE_ARGS= --without-flac +FLAC_CONFIGURE_OFF= --without-flac CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -CURL_CONFIGURE_ARGS= --without-curl +CURL_CONFIGURE_OFF= --without-curl post-patch: # Install locale files correctly (to share dir instead of lib dir)