Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 13:43:34 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369901 - head/www/mod_rivet
Message-ID:  <201410031343.s93DhYJD079732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} ""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031343.s93DhYJD079732>