Date: Tue, 17 Jun 2014 15:44:08 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358132 - head/print/libotf Message-ID: <201406171544.s5HFi86J047586@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171544.s5HFi86J047586>