Date: Wed, 23 Jul 2014 22:29:23 +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: r362741 - head/graphics/animorph Message-ID: <201407232229.s6NMTNfx025025@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 22:29:23 2014 New Revision: 362741 URL: http://svnweb.freebsd.org/changeset/ports/362741 QAT: https://qat.redports.org/buildarchive/r362741/ Log: - Switch to USES=libtool, drop .la files - Strip libraries - Optionize DOCS Modified: head/graphics/animorph/Makefile head/graphics/animorph/pkg-plist Modified: head/graphics/animorph/Makefile ============================================================================== --- head/graphics/animorph/Makefile Wed Jul 23 22:23:42 2014 (r362740) +++ head/graphics/animorph/Makefile Wed Jul 23 22:29:23 2014 (r362741) @@ -3,6 +3,7 @@ PORTNAME= animorph PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 @@ -12,8 +13,9 @@ COMMENT= Morphing engine for MakeHuman LICENSE= LGPL21 GNU_CONFIGURE= yes -USES= pkgconfig gmake +USES= pkgconfig gmake libtool USE_LDCONFIG= yes +INSTALL_TARGET= install-strip USE_GCC= any # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include @@ -21,7 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in Modified: head/graphics/animorph/pkg-plist ============================================================================== --- head/graphics/animorph/pkg-plist Wed Jul 23 22:23:42 2014 (r362740) +++ head/graphics/animorph/pkg-plist Wed Jul 23 22:29:23 2014 (r362741) @@ -36,8 +36,8 @@ include/animorph/VertexVector.h include/animorph/util.h include/animorph/xmlParser.h lib/libanimorph.a -lib/libanimorph.la lib/libanimorph.so lib/libanimorph.so.0 +lib/libanimorph.so.0.0.0 libdata/pkgconfig/animorph.pc @dirrm include/animorph
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232229.s6NMTNfx025025>