From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 22:18:46 2013 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 ESMTP id 439FA874; Tue, 5 Nov 2013 22:18:46 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 319542B7B; Tue, 5 Nov 2013 22:18:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA5MIkcE065103; Tue, 5 Nov 2013 22:18:46 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5MIkUD065102; Tue, 5 Nov 2013 22:18:46 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311052218.rA5MIkUD065102@svn.freebsd.org> From: Olli Hauer Date: Tue, 5 Nov 2013 22:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332920 - head/www/apache22 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Tue, 05 Nov 2013 22:18:46 -0000 Author: ohauer Date: Tue Nov 5 22:18:45 2013 New Revision: 332920 URL: http://svnweb.freebsd.org/changeset/ports/332920 Log: - do not silence directory creation Submitted by: mandree Modified: head/www/apache22/pkg-plist Modified: head/www/apache22/pkg-plist ============================================================================== --- head/www/apache22/pkg-plist Tue Nov 5 22:16:34 2013 (r332919) +++ head/www/apache22/pkg-plist Tue Nov 5 22:18:45 2013 (r332920) @@ -1,8 +1,8 @@ @comment $FreeBSD$ @comment keep the next three lines on top (only required for old pkg_... tools) -@exec mkdir -p %D/%%ETCDIR%%/envvars.d 2> /dev/null || true -@exec mkdir -p %D/%%ETCDIR%%/extra 2> /dev/null || true -@exec mkdir -p %D/%%ETCDIR%%/Includes 2> /dev/null || true +@exec mkdir -p %D/%%ETCDIR%%/envvars.d +@exec mkdir -p %D/%%ETCDIR%%/extra +@exec mkdir -p %D/%%ETCDIR%%/Includes %%ETCDIR%%/Includes/no-accf.conf include/apache22/ap_compat.h include/apache22/ap_config.h