From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 13:43:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68CC060E; Fri, 3 Oct 2014 13:43:34 +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 55208EAB; Fri, 3 Oct 2014 13:43:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93DhYxx079733; Fri, 3 Oct 2014 13:43:34 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93DhYJD079732; Fri, 3 Oct 2014 13:43:34 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031343.s93DhYJD079732@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 13:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369901 - head/www/mod_rivet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 03 Oct 2014 13:43:34 -0000 Author: tijl Date: Fri Oct 3 13:43:33 2014 New Revision: 369901 URL: https://svnweb.freebsd.org/changeset/ports/369901 QAT: https://qat.redports.org/buildarchive/r369901/ Log: - Don't patch configure.ac so USE_AUTOTOOLS can be removed - Add INSTALL_TARGET=install-strip Modified: head/www/mod_rivet/Makefile Modified: head/www/mod_rivet/Makefile ============================================================================== --- head/www/mod_rivet/Makefile Fri Oct 3 13:37:41 2014 (r369900) +++ head/www/mod_rivet/Makefile Fri Oct 3 13:43:33 2014 (r369901) @@ -3,6 +3,7 @@ PORTNAME= mod_rivet PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet @@ -15,12 +16,12 @@ LICENSE= APACHE20 LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl +GNU_CONFIGURE= yes USE_APACHE= 22+ -USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf USE_LDCONFIG= ${PREFIX}/lib/rivet USES+= gmake libtool tcl:85+ -INSTALL_TARGET= install +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-apache-version=2 \ --prefix=${PREFIX} --with-apxs=${APXS} \ @@ -29,7 +30,7 @@ CONFIGURE_ARGS+=--with-apache-version=2 post-patch: ${REINPLACE_CMD} -e 's|`$${apxs_found} -q LIBEXECDIR`|${PREFIX}/${APACHEMODDIR}|g' \ - ${WRKSRC}/configure.ac ${WRKSRC}/configure + ${WRKSRC}/configure post-install: @${ECHO_MSG} ""