svn commit: r358132 - head/print/libotf
Martin Wilke
miwi at FreeBSD.org
Tue Jun 17 15:44:09 UTC 2014
Author: miwi
Date: Tue Jun 17 15:44:08 2014
New Revision: 358132
URL: http://svnweb.freebsd.org/changeset/ports/358132
QAT: https://qat.redports.org/buildarchive/r358132/
Log:
- Strip binary
- Update categroies
- USES=libtools
PR: 191109
Modified:
head/print/libotf/Makefile
head/print/libotf/pkg-plist
Modified: head/print/libotf/Makefile
==============================================================================
--- head/print/libotf/Makefile Tue Jun 17 15:42:45 2014 (r358131)
+++ head/print/libotf/Makefile Tue Jun 17 15:44:08 2014 (r358132)
@@ -3,8 +3,8 @@
PORTNAME= libotf
PORTVERSION= 0.9.13
-PORTREVISION= 1
-CATEGORIES= print devel
+PORTREVISION= 2
+CATEGORIES= print devel textproc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}:m17n
MASTER_SITE_SUBDIR= m17n
@@ -13,10 +13,11 @@ COMMENT= Library for handling OpenType f
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig libtool:keepla
USE_XORG= x11 xt xaw xmu
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: head/print/libotf/pkg-plist
==============================================================================
--- head/print/libotf/pkg-plist Tue Jun 17 15:42:45 2014 (r358131)
+++ head/print/libotf/pkg-plist Tue Jun 17 15:44:08 2014 (r358132)
@@ -8,4 +8,5 @@ lib/libotf.a
lib/libotf.la
lib/libotf.so
lib/libotf.so.0
+lib/libotf.so.0.0.0
libdata/pkgconfig/libotf.pc
More information about the svn-ports-all
mailing list