From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 12:21:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A643A24; Sat, 11 Apr 2015 12:21:27 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63E6EC70; Sat, 11 Apr 2015 12:21:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3BCLRBh086757; Sat, 11 Apr 2015 12:21:27 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3BCLRnm086756; Sat, 11 Apr 2015 12:21:27 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201504111221.t3BCLRnm086756@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 11 Apr 2015 12:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383795 - head/emulators/wine-devel 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.18-1 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: Sat, 11 Apr 2015 12:21:27 -0000 Author: gerald Date: Sat Apr 11 12:21:26 2015 New Revision: 383795 URL: https://svnweb.freebsd.org/changeset/ports/383795 Log: Change the COMPHOLIO-specific BUILD_DEPENDS to EXTRACT_DEPENDS now that we moved the unpacking and initial patching from the pre-configure target to post-extract. Reported by: pkg-fallout Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Apr 11 12:15:57 2015 (r383794) +++ head/emulators/wine-devel/Makefile Sat Apr 11 12:21:26 2015 (r383795) @@ -140,7 +140,7 @@ MASTER_SITES+= https://github.com/compho COMP_DIST= v${DISTVERSION}.tar.gz DISTFILES+= ${COMP_DIST}:cho -BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \ +EXTRACT_DEPENDS=bash:${PORTSDIR}/shells/bash \ git:${PORTSDIR}/devel/git CONFIGURE_ARGS+=--without-pulse