svn commit: r355551 - head/graphics/gltt

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 27 18:25:09 UTC 2014


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


More information about the svn-ports-all mailing list