From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 20:02:35 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id A25ED276; Fri, 14 Feb 2014 20:02:35 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D89F1151; Fri, 14 Feb 2014 20:02:35 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s1EK2P1w023772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 14 Feb 2014 20:02:30 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s1EK2PlX023771; Fri, 14 Feb 2014 20:02:25 GMT (envelope-from swills) Date: Fri, 14 Feb 2014 20:02:25 +0000 From: Steve Wills To: Antoine Brodin Subject: Re: svn commit: r344298 - in head/www: mod_wsgi2 mod_wsgi3 Message-ID: <20140214200224.GA23621@mouf.net> References: <201402141931.s1EJV7uT096762@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Fri, 14 Feb 2014 20:02:31 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 14 Feb 2014 20:02:35 -0000 On Fri, Feb 14, 2014 at 08:51:12PM +0100, Antoine Brodin wrote: > On Fri, Feb 14, 2014 at 8:31 PM, Steve Wills wrote: > > Author: swills > > Date: Fri Feb 14 19:31:07 2014 > > New Revision: 344298 > > URL: http://svnweb.freebsd.org/changeset/ports/344298 > > QAT: https://qat.redports.org/buildarchive/r344298/ > > > > Log: > > - Calling apxs when building packages breaks staging checks, so only do it if > > PACKAGE_BUILDING is not set. > > Hi, > > The apxs -e -a is already done in the plist with @exec, so I think > the post-install can be removed. I was thinking pkg_tools may not run those so anyone still using those and installing via ports would still need the post-install. But if not, then great, I will remove it. Thanks, Steve