svn commit: r457064 - in head/devel/fb303: . files

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 16:13:24 UTC 2017


Author: tijl
Date: Sat Dec 23 16:13:22 2017
New Revision: 457064
URL: https://svnweb.freebsd.org/changeset/ports/457064

Log:
  Convert to USES=autoreconf.

Added:
  head/devel/fb303/files/patch-configure.ac   (contents, props changed)
Modified:
  head/devel/fb303/Makefile

Modified: head/devel/fb303/Makefile
==============================================================================
--- head/devel/fb303/Makefile	Sat Dec 23 15:54:09 2017	(r457063)
+++ head/devel/fb303/Makefile	Sat Dec 23 16:13:22 2017	(r457064)
@@ -17,12 +17,10 @@ LICENSE=	APACHE20
 LIB_DEPENDS=	libthrift.so:devel/thrift-cpp
 BUILD_DEPENDS=	thrift:devel/thrift
 
-ACLOCAL_ARGS=	-I ./aclocal
-AUTOMAKE_ARGS=	-a
 CONFIGURE_ARGS=	PY_PREFIX="${PREFIX}"
-USE_AUTOTOOLS=	autoconf autoheader:env aclocal automake
 
-USES=		compiler gmake perl5 python:2.7
+GNU_CONFIGURE=	yes
+USES=		autoreconf compiler gmake perl5 python:2.7
 USE_PERL5=	run
 WRKSRC=		${WRKDIR}/${DISTNAME}/contrib/fb303
 

Added: head/devel/fb303/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/fb303/files/patch-configure.ac	Sat Dec 23 16:13:22 2017	(r457064)
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2015-01-26 02:06:23 UTC
++++ configure.ac
+@@ -29,6 +29,7 @@
+ AC_PREREQ(2.52)
+ AC_INIT([libfb303],[20080209])
+ #AC_CONFIG_AUX_DIR([/usr/share/automake-1.9])
++AC_CONFIG_MACRO_DIR([aclocal])
+ # To install locally
+ FB_INITIALIZE([localinstall])
+ AC_PREFIX_DEFAULT([/usr/local])


More information about the svn-ports-all mailing list