From owner-svn-ports-head@FreeBSD.ORG Wed Jul 30 13:21:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FBE6743; Wed, 30 Jul 2014 13:21:58 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B97D2CDC; Wed, 30 Jul 2014 13:21:57 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id bs8so2305199wib.8 for ; Wed, 30 Jul 2014 06:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=mYpAGz+D96OJRaJsvQ0aCps6TFk94f4gh5wDwU8jJbo=; b=FL/3seQ+2maP3i8aFH32NigtEGIFgHiVZ8806LgKP/UfoCmGfnXk6vsNAcBNafj51u dXOULqI+2Bb7SPsj4eq7bC/7h0bwFEe27YudBmt+YR/OC2zgISyZX3V0BKGoZy6fYb02 c4vnAC+3rc40Mu7DeqWRII3rlWy4TzFSzzaffLqgbQPlgvefWikqpT/aQsXz/l1mXX4C +88Zni2g3uEcSmqioRU2dRdzhfBEgj3mp3GcL4IOuGtR/4oS5G45UHUlnBOqRrSSmroF oevUhRwckoaCJep2eWxR4QncER336QMfdeX15I/YtuHHO3dx5SZoIyaOD9FeS33Q2ehE iy9A== X-Received: by 10.180.104.163 with SMTP id gf3mr7058139wib.24.1406726515263; Wed, 30 Jul 2014 06:21:55 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id q5sm53192233wiw.5.2014.07.30.06.21.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Jul 2014 06:21:54 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 30 Jul 2014 15:21:51 +0200 From: Baptiste Daroussin To: Cy Schubert Subject: Re: svn commit: r363477 - head/sysutils/cfengine36 Message-ID: <20140730132151.GI37672@ivaldir.etoilebsd.net> References: <201407301317.s6UDHCuV019873@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nEsDIrWrg+hrB7l1" Content-Disposition: inline In-Reply-To: <201407301317.s6UDHCuV019873@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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.18 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, 30 Jul 2014 13:21:58 -0000 --nEsDIrWrg+hrB7l1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 30, 2014 at 01:17:12PM +0000, Cy Schubert wrote: > Author: cy > Date: Wed Jul 30 13:17:12 2014 > New Revision: 363477 > URL: http://svnweb.freebsd.org/changeset/ports/363477 > QAT: https://qat.redports.org/buildarchive/r363477/ >=20 > Log: > Make poudriere happy. >=20 > Modified: > head/sysutils/cfengine36/Makefile >=20 > Modified: head/sysutils/cfengine36/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/cfengine36/Makefile Wed Jul 30 13:15:40 2014 (r363476) > +++ head/sysutils/cfengine36/Makefile Wed Jul 30 13:17:12 2014 (r363477) > @@ -42,6 +42,7 @@ CONFIGURE_ARGS=3D --docdir=3D${DOCSDIR} \ > --with-lmdb=3D${LOCALBASE} \ > --enable-fhs > =20 > +BUILD_DEPENDS+=3D ${LOCALBASE}/include/pcre.h:${PORTSDIR}/devel/pcre > LIB_DEPENDS+=3D libpcre.so:${PORTSDIR}/devel/pcre \ > liblmdb.so:${PORTSDIR}/databases/lmdb > =20 This is 100% noop and changes nothing that won't make poudriere more happy = then before. Bapt --nEsDIrWrg+hrB7l1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlPY8W8ACgkQ8kTtMUmk6Ezo/gCfU9h8Tnor+j/45onieSkCFmyk WX8Anj50g4U3TyZRkYLX8UObGYr2IiJ8 =RTBc -----END PGP SIGNATURE----- --nEsDIrWrg+hrB7l1--