From owner-svn-ports-head@FreeBSD.ORG Tue May 27 18:25:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C0D3C97; Tue, 27 May 2014 18:25:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39CF2269B; Tue, 27 May 2014 18:25:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RIP95Q049611; Tue, 27 May 2014 18:25:09 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RIP8j6049609; Tue, 27 May 2014 18:25:08 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405271825.s4RIP8j6049609@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 27 May 2014 18:25:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355551 - head/graphics/gltt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 18:25:09 -0000 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 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