Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 12:18:44 +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: r367824 - head/graphics/ftgl
Message-ID:  <201409101218.s8ACIiVl022327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep 10 12:18:44 2014
New Revision: 367824
URL: http://svnweb.freebsd.org/changeset/ports/367824
QAT: https://qat.redports.org/buildarchive/r367824/

Log:
  - Drop .la files, no dependees require them

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

Modified: head/graphics/ftgl/Makefile
==============================================================================
--- head/graphics/ftgl/Makefile	Wed Sep 10 12:18:29 2014	(r367823)
+++ head/graphics/ftgl/Makefile	Wed Sep 10 12:18:44 2014	(r367824)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ftgl
 DISTVERSION=	2.1.3-rc5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gl-inc="${LOCALBASE}/include" \
 		--without-glut-inc
-USES=		pathfix gmake libtool:keepla
+USES=		pathfix gmake libtool
 USE_GL=		gl glu
 USE_XORG=	x11 xext xmu
 INSTALL_TARGET=	install-strip

Modified: head/graphics/ftgl/pkg-plist
==============================================================================
--- head/graphics/ftgl/pkg-plist	Wed Sep 10 12:18:29 2014	(r367823)
+++ head/graphics/ftgl/pkg-plist	Wed Sep 10 12:18:44 2014	(r367824)
@@ -21,7 +21,6 @@ include/FTGL/FTSimpleLayout.h
 include/FTGL/FTTextureGlyph.h
 include/FTGL/ftgl.h
 lib/libftgl.a
-lib/libftgl.la
 lib/libftgl.so
 lib/libftgl.so.2
 lib/libftgl.so.2.1.3



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