From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 19:51:14 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 B449BB2A; Fri, 14 Feb 2014 19:51:14 +0000 (UTC) Received: from mail-yh0-x22a.google.com (mail-yh0-x22a.google.com [IPv6:2607:f8b0:4002:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 418211FEF; Fri, 14 Feb 2014 19:51:14 +0000 (UTC) Received: by mail-yh0-f42.google.com with SMTP id a41so12303373yho.1 for ; Fri, 14 Feb 2014 11:51:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=krstGJraaAAG31zas2bTewyFhhlHaa75b/mWvaDjOVk=; b=B3aavhQe9O7KtftAvHcSnieK256+vNuFf3VwZLVzC+OKbUH/aUzt4YMkABrHcGLxeT J+7S46Fu1YVsP8rJ14lU5rKH8S2q4kxxuOiy8g0DmTGB9dwKK7VtlJ7gAEQCZOs3t6fj rRgnECS1awLvr1/sxE2tR5npWkD33qOC+UqWd/eQrk0ib3B4khIQfpik94gfqCzqFphY v8M+Y4FbdjoFsHHJLIMiiCFJUBk8mRyiT4OjcIBEaNAeJOn9THD3OYp7j3KvKSQdUNft HF+apHtbN+IjE50RYNIbOSMeYh/Ie8bRIb1xX2LpnwFhMs9IHxLTLBaU7JWn91OitOx9 8lmQ== MIME-Version: 1.0 X-Received: by 10.236.63.135 with SMTP id a7mr2872658yhd.84.1392407472888; Fri, 14 Feb 2014 11:51:12 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.81.4 with HTTP; Fri, 14 Feb 2014 11:51:12 -0800 (PST) In-Reply-To: <201402141931.s1EJV7uT096762@svn.freebsd.org> References: <201402141931.s1EJV7uT096762@svn.freebsd.org> Date: Fri, 14 Feb 2014 20:51:12 +0100 X-Google-Sender-Auth: wwAbPa0cj3mpgZ9GAmtjPW0mFzM Message-ID: Subject: Re: svn commit: r344298 - in head/www: mod_wsgi2 mod_wsgi3 From: Antoine Brodin To: Steve Wills Content-Type: text/plain; charset=ISO-8859-1 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 19:51:14 -0000 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. Cheers, Antoine