svn commit: r388514 - head/devel/thrift-c_glib

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 09:42:01 UTC 2015


Author: amdmi3
Date: Thu Jun  4 09:42:00 2015
New Revision: 388514
URL: https://svnweb.freebsd.org/changeset/ports/388514

Log:
  - Switch to USES=autoreconf
  - Fix whitespace
  - Strip libraries

Modified:
  head/devel/thrift-c_glib/Makefile

Modified: head/devel/thrift-c_glib/Makefile
==============================================================================
--- head/devel/thrift-c_glib/Makefile	Thu Jun  4 09:41:11 2015	(r388513)
+++ head/devel/thrift-c_glib/Makefile	Thu Jun  4 09:42:00 2015	(r388514)
@@ -3,11 +3,11 @@
 
 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 at FreeBSD.org
 COMMENT=	C glib interface to Thrift
@@ -18,16 +18,13 @@ BUILDIR=	${WRKDIR}/${DISTNAME}/lib/c_gli
 
 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"
 


More information about the svn-ports-all mailing list