svn commit: r356668 - head/graphics/ftgl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 5 18:06:22 UTC 2014
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
More information about the svn-ports-all
mailing list