Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 09:42:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388514 - head/devel/thrift-c_glib
Message-ID:  <201506040942.t549g0dQ061049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506040942.t549g0dQ061049>