From owner-svn-ports-head@FreeBSD.ORG Tue Dec 23 08:16:49 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 1AC7B7C4; Tue, 23 Dec 2014 08:16:49 +0000 (UTC) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::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 A9E3A64848; Tue, 23 Dec 2014 08:16:48 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id l18so8444783wgh.12; Tue, 23 Dec 2014 00:16:47 -0800 (PST) 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=R+Ide/Ff6EVfVkTLiHlw9FLDl86HIEH40L68IVfTz9U=; b=lsqxIHC5m9QyRGw1Jw7937rhYGL/Np56XHHYYQ60eTR6lEUdB20f0wKDyUvDC31j7E oglt5clNPZ0YjQQw8xAwPcRZYTkGtivvp0fyUc6DMg5ZAlglReuaV6eeDw4J50vB812a UNJ+966BpgZyJMpoa7uafXNPWCt0Wof9xg6moUNlbqCcZXHIIq0IWxvnA7V7LV+nbI/A ZJskk7yQlHvcmENxb6xCvQc2wTEbLXo9IwetYz9Dt4db2nwQxaDQardx06JgvVSSYadz YXjmCLtaxsBt2o6J7dTl0MMIXa4mufnCfeLFVWyCjqNay1F1BkmbnwNz9hNbJ9RJi3+t HfCA== X-Received: by 10.180.109.45 with SMTP id hp13mr38093616wib.4.1419322607065; Tue, 23 Dec 2014 00:16:47 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id gs10sm16283397wib.12.2014.12.23.00.16.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Dec 2014 00:16:46 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 23 Dec 2014 09:16:44 +0100 From: Baptiste Daroussin To: Alexey Dokuchaev Subject: Re: svn commit: r375258 - head/comms/owfs Message-ID: <20141223081644.GH43454@ivaldir.etoilebsd.net> References: <201412221837.sBMIbwow087403@svn.freebsd.org> <20141223020542.GA27018@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CNfT9TXqV7nd4cfk" Content-Disposition: inline In-Reply-To: <20141223020542.GA27018@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, Pawel Pekala 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: Tue, 23 Dec 2014 08:16:49 -0000 --CNfT9TXqV7nd4cfk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 23, 2014 at 02:05:42AM +0000, Alexey Dokuchaev wrote: > On Mon, Dec 22, 2014 at 06:37:58PM +0000, Pawel Pekala wrote: > > New Revision: 375258 > > URL: https://svnweb.freebsd.org/changeset/ports/375258 > > QAT: https://qat.redports.org/buildarchive/r375258/ > >=20 > > Log: > > Fix build on FreeBSD 8.x and 9.x by using gmake > > =20 > > PR: 196156 > > [...] > > -USES=3D autoreconf libtool > > +USES=3D autoreconf libtool gmake:lite >=20 > Why does it use bogus "gmake:lite"? I'd really want to see these obnoxio= us > *-lite ports gone. I didn't find the reasoning for :lite in the PR, did I > miss it (if yes, how feasible would it be to fix it properly)? gmake:lite is only usefull and should only be used to avoid chicken/egg pro= blems basically it has been created for anything gmake can depend on which may it= self only be buildable with gmake (textinfo for example) it should not at all be= used in all other cases. Best regards, Bapt --CNfT9TXqV7nd4cfk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlSZJOkACgkQ8kTtMUmk6EyOowCfTHuMftFzwqopfOaqlOSFOjg9 C7wAoJy56m1xP+xbfVd5n+bwwX3q+e06 =iTgx -----END PGP SIGNATURE----- --CNfT9TXqV7nd4cfk--