From owner-svn-ports-head@FreeBSD.ORG Fri May 30 21:55:22 2014 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 ESMTPS id DBE0DC0F; Fri, 30 May 2014 21:55:22 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C930D2462; Fri, 30 May 2014 21:55:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ULtMfl001708; Fri, 30 May 2014 21:55:22 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4ULtM2q001706; Fri, 30 May 2014 21:55:22 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201405302155.s4ULtM2q001706@svn.freebsd.org> From: Olli Hauer Date: Fri, 30 May 2014 21:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355919 - in head/www: apache22 apache24 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.18 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: Fri, 30 May 2014 21:55:23 -0000 Author: ohauer Date: Fri May 30 21:55:22 2014 New Revision: 355919 URL: http://svnweb.freebsd.org/changeset/ports/355919 QAT: https://qat.redports.org/buildarchive/r355919/ Log: - /USE_AUTOTOOLS=libtool/USES=libtool/ with hat apache@ Modified: head/www/apache22/Makefile head/www/apache24/Makefile Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Fri May 30 21:49:50 2014 (r355918) +++ head/www/apache22/Makefile Fri May 30 21:55:22 2014 (r355919) @@ -20,9 +20,9 @@ CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.4.* apache24-*-2.4.* USE_APACHE= common22 -USES= tar:bzip2 iconv perl5 +USES= tar:bzip2 iconv perl5 libtool USE_PERL5= run -USE_AUTOTOOLS= autoconf libtool +USE_AUTOTOOLS= autoconf USE_RC_SUBR= apache22 htcacheclean LIBTOOLFILES= configure.in Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Fri May 30 21:49:50 2014 (r355918) +++ head/www/apache24/Makefile Fri May 30 21:55:22 2014 (r355919) @@ -19,9 +19,9 @@ CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.2.* apache22-* USE_APACHE= common24 -USES= iconv perl5 tar:bzip2 +USES= tar:bzip2 iconv perl5 libtool USE_PERL5= run -USE_AUTOTOOLS= autoconf libtool +USE_AUTOTOOLS= autoconf USE_RC_SUBR= apache24 htcacheclean LIBTOOLFILES= configure.in