Index: head/devel/fb303/Makefile =================================================================== --- head/devel/fb303/Makefile (revision 457063) +++ head/devel/fb303/Makefile (revision 457064) @@ -1,52 +1,50 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= fb303 PORTVERSION= ${THRIFT_PORTVERSION} PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} DISTNAME= thrift-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Facebook Bassline 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 PLIST_SUB+= PORTVERSION="${PORTVERSION}" PYTHON_VER="${PYTHON_VER}" CONFIGURE_ARGS+= --without-php DISTINFO_FILE= ${PORTSDIR}/devel/thrift/distinfo .include .if ${COMPILER_TYPE} == clang USE_CXXSTD= c++11 EXTRA_PATCHES+= ${FILESDIR}/extra_patch-cpp__Makefile.am .endif post-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/thrift --gen perl ${WRKSRC}/if/fb303.thrift) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Facebook/FB303 .for FILE in Constants.pm FacebookService.pm Types.pm ${INSTALL_DATA} ${WRKSRC}/gen-perl/Facebook/FB303/${FILE} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Facebook/FB303 .endfor .include "../thrift/bsd.thrift.mk" .include Index: head/devel/fb303/files/patch-configure.ac =================================================================== --- head/devel/fb303/files/patch-configure.ac (nonexistent) +++ head/devel/fb303/files/patch-configure.ac (revision 457064) @@ -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]) Property changes on: head/devel/fb303/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property