From owner-svn-ports-head@FreeBSD.ORG Mon Nov 24 18:45:17 2014 Return-Path: Delivered-To: svn-ports-head@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 6546BC98; Mon, 24 Nov 2014 18:45:17 +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 5182CEC4; Mon, 24 Nov 2014 18:45:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOIjHVG015879; Mon, 24 Nov 2014 18:45:17 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOIjHWK015878; Mon, 24 Nov 2014 18:45:17 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201411241845.sAOIjHWK015878@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Mon, 24 Nov 2014 18:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373345 - head/sysutils/cfengine35 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 24 Nov 2014 18:45:17 -0000 Author: crees Date: Mon Nov 24 18:45:16 2014 New Revision: 373345 URL: https://svnweb.freebsd.org/changeset/ports/373345 QAT: https://qat.redports.org/buildarchive/r373345/ Log: Apparently USES doesn't work properly after bsd.port.pre.mk Modified: head/sysutils/cfengine35/Makefile Modified: head/sysutils/cfengine35/Makefile ============================================================================== --- head/sysutils/cfengine35/Makefile Mon Nov 24 18:33:06 2014 (r373344) +++ head/sysutils/cfengine35/Makefile Mon Nov 24 18:45:16 2014 (r373345) @@ -49,7 +49,7 @@ TOKYOCABINET_DESC= Enable TokyoCabinet d QDBM_DESC= Enable QDBM database backend OPTIONS_DEFAULT=TOKYOCABINET -.include +.include .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} @@ -78,4 +78,4 @@ CONFIGURE_ARGS+= --with-libvirt=${LOCALB LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt .endif -.include +.include