svn commit: r353284 - head/converters/osm2pgsql

Tijl Coosemans tijl at FreeBSD.org
Thu May 8 10:52:15 UTC 2014


Author: tijl
Date: Thu May  8 10:52:14 2014
New Revision: 353284
URL: http://svnweb.freebsd.org/changeset/ports/353284
QAT: https://qat.redports.org/buildarchive/r353284/

Log:
  - Merge two USES definitions.
  - Use standard autotools targets.

Modified:
  head/converters/osm2pgsql/Makefile

Modified: head/converters/osm2pgsql/Makefile
==============================================================================
--- head/converters/osm2pgsql/Makefile	Thu May  8 10:47:26 2014	(r353283)
+++ head/converters/osm2pgsql/Makefile	Thu May  8 10:52:14 2014	(r353284)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osm2pgsql
 PORTVERSION=	0.84.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters geography
 
 MAINTAINER=	amdmi3 at FreeBSD.org
@@ -19,13 +19,12 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	openstreetmap
 GH_COMMIT=	237b125
 
-USES=		libtool
-GNU_CONFIGURE=	yes
+USES=		gmake libtool lua pgsql tar:bzip2
 USE_AUTOTOOLS=	autoconf automake aclocal autoheader libtoolize
+AUTOMAKE_ARGS=	-a -c -f
 CONFIGURE_ARGS=	LUA="${LUA_CMD}" \
 		LUA_INCLUDE="-I${LUA_INCDIR}" \
 		LUA_LIB="-L${LUA_LIBDIR} -llua-${LUA_VER}"
-USES=		gmake lua pgsql tar:bzip2
 USE_GNOME=	libxml2
 
 PLIST_FILES=	bin/nodecachefilereader \
@@ -39,9 +38,6 @@ PORTDATA=	*
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/m4/*.m4
 
-run-autotools:
-	cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}


More information about the svn-ports-all mailing list