Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 18:06:21 +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: r356668 - head/graphics/ftgl
Message-ID:  <201406051806.s55I6LYS098998@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  5 18:06:21 2014
New Revision: 356668
URL: http://svnweb.freebsd.org/changeset/ports/356668
QAT: https://qat.redports.org/buildarchive/r356668/

Log:
  - Support staging
  - Switch to USES=libtool, drop .la files

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

Modified: head/graphics/ftgl/Makefile
==============================================================================
--- head/graphics/ftgl/Makefile	Thu Jun  5 18:06:03 2014	(r356667)
+++ head/graphics/ftgl/Makefile	Thu Jun  5 18:06:21 2014	(r356668)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ftgl
 DISTVERSION=	2.1.3-rc5
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5
@@ -16,9 +16,10 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gl-inc="${LOCALBASE}/include" \
 		--without-glut-inc
-USES=		pathfix gmake
+USES=		pathfix gmake libtool:keepla
 USE_GL=		gl glu
 USE_XORG=	x11 xext xmu
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/}

Modified: head/graphics/ftgl/pkg-plist
==============================================================================
--- head/graphics/ftgl/pkg-plist	Thu Jun  5 18:06:03 2014	(r356667)
+++ head/graphics/ftgl/pkg-plist	Thu Jun  5 18:06:21 2014	(r356668)
@@ -24,5 +24,6 @@ lib/libftgl.a
 lib/libftgl.la
 lib/libftgl.so
 lib/libftgl.so.2
+lib/libftgl.so.2.1.3
 libdata/pkgconfig/ftgl.pc
 @dirrm include/FTGL



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