Index: head/devel/thrift-c_glib/Makefile =================================================================== --- head/devel/thrift-c_glib/Makefile (revision 388513) +++ head/devel/thrift-c_glib/Makefile (revision 388514) @@ -1,51 +1,48 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= APACHE/thrift/${PORTVERSION -DISTNAME= thrift-${PORTVERSION} +MASTER_SITES= APACHE/thrift/${PORTVERSION +DISTNAME= thrift-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C glib interface to Thrift PKGNAMESUFFIX= -c_glib BUILDIR= ${WRKDIR}/${DISTNAME}/lib/c_glib LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 -USE_AUTOTOOLS= autoconf autoheader:env aclocal automake -ACLOCAL_ARGS= -I${WRKSRC}/aclocal -AUTOMAKE_ARGS= --foreign --add-missing --copy +DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo -DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo - -USES= pkgconfig gmake libtool +USES= autoreconf pkgconfig gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip .include "../thrift/bsd.thrift.mk" CONFIGURE_ARGS+= \ --with-c_glib \ --without-cpp \ --without-qt4 \ --without-csharp \ --without-erlang \ --without-haskell \ --without-java \ --without-perl \ --without-php \ --without-php_extension \ --without-python \ --without-ruby post-patch: @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/lib/c_glib/Makefile.am .include