From owner-svn-ports-head@FreeBSD.ORG Thu Oct 31 02:21:08 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 2C06260A; Thu, 31 Oct 2013 02:21:08 +0000 (UTC) (envelope-from takefu@airport.fm) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7712425AF; Thu, 31 Oct 2013 02:21:06 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id A476B12607A; Thu, 31 Oct 2013 11:20:58 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=airport.fm; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=mail; bh= 1aovELGsLFRbXQKX2zL+n/BG9dU=; b=dK7skpLV3iCjoLJurIHybHKIzUBrYSxH j32EgkssZ5mk2c2pSaDXtuXJSH+r+ltEcbkD976uW/9aWZkHK1UPjppgwz01aupi Z8lqtX2xWwGbijkUWxSidylWbQBpJNqpK0zQ3HsTeX7xiVt/s2jbAINE1AkNk2H4 rLXmkBXfAKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=airport.fm; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=JpuP80 KdA8O6GXz3Y/erwnwvvD3EeC1b8cR2U5O/EAHxsVEEJUrgKx4/8NGjTlg6as8lth DtyYjxA7ID/DpumMRKBZhSw6Q77etXEYx8/xPC343IZJsbE5JhC1xROb3wLHTZsE 9ZX4HRnFOgk/0uhA9cl8R0E3ZuycGQp54Cv9U= Received: from [IPv6:2001:470:824b:a011:942a:e5cf:be0f:9aea] (unknown [IPv6:2001:470:824b:a011:942a:e5cf:be0f:9aea]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 84F6C126079; Thu, 31 Oct 2013 11:20:58 +0900 (JST) Message-ID: <5271BE8B.5030906@airport.fm> Date: Thu, 31 Oct 2013 11:20:59 +0900 From: Takefu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r332158 - head/Mk References: <201310301747.r9UHlmrb078334@svn.freebsd.org> In-Reply-To: <201310301747.r9UHlmrb078334@svn.freebsd.org> X-Enigmail-Version: 1.6 OpenPGP: id=9C3E8F56 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 31 Oct 2013 02:21:08 -0000 www/squid33 of releng_8 cannot be installed. The following patches keep happy. --- Mk/bsd.port.mk.orig 2013-10-31 02:47:48.000000000 +0900 +++ Mk/bsd.port.mk 2013-10-31 11:11:34.000000000 +0900 @@ -4155,6 +4155,8 @@ .if defined(WITH_PKGNG) _UG_OUTPUT= ${WRKDIR}/users-groups.sh PKGPREINSTALL+= ${_UG_OUTPUT} +.else +_UG_OUTPUT= /dev/null .endif .endif create-users-groups: