Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 18:25:08 +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: r355551 - head/graphics/gltt
Message-ID:  <201405271825.s4RIP8j6049609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May 27 18:25:08 2014
New Revision: 355551
URL: http://svnweb.freebsd.org/changeset/ports/355551
QAT: https://qat.redports.org/buildarchive/r355551/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/graphics/gltt/Makefile
  head/graphics/gltt/pkg-plist

Modified: head/graphics/gltt/Makefile
==============================================================================
--- head/graphics/gltt/Makefile	Tue May 27 18:24:38 2014	(r355550)
+++ head/graphics/gltt/Makefile	Tue May 27 18:25:08 2014	(r355551)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gltt
 PORTVERSION=	2.5.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	http://gltt.sourceforge.net/download/
 
@@ -12,8 +12,7 @@ COMMENT=	TrueType fonts rendering using 
 
 LIB_DEPENDS=	libttf.so:${PORTSDIR}/print/freetype
 
-USES=		gmake
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool
 USE_GL=		gl glut
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
@@ -26,4 +25,7 @@ CONFIGURE_ARGS=	--with-ttf-includes=${LO
 		--with-glut-libraries=${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgltt.so
+
 .include <bsd.port.mk>

Modified: head/graphics/gltt/pkg-plist
==============================================================================
--- head/graphics/gltt/pkg-plist	Tue May 27 18:24:38 2014	(r355550)
+++ head/graphics/gltt/pkg-plist	Tue May 27 18:25:08 2014	(r355551)
@@ -18,7 +18,7 @@ include/gltt/GLTTPixmapFont.h
 include/gltt/GLTTboolean.h
 include/gltt/GLTTminmax.h
 lib/libgltt.a
-lib/libgltt.la
 lib/libgltt.so
 lib/libgltt.so.0
+lib/libgltt.so.0.0.0
 @dirrm include/gltt



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