From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 22:29:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6082842E; Wed, 23 Jul 2014 22:29:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E13221B2; Wed, 23 Jul 2014 22:29:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NMTO5k025027; Wed, 23 Jul 2014 22:29:24 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NMTNfx025025; Wed, 23 Jul 2014 22:29:23 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232229.s6NMTNfx025025@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 22:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362741 - head/graphics/animorph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 22:29:24 -0000 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 +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