From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 22:29:30 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 EA5ED642; Wed, 23 Jul 2014 22:29:30 +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 D82F021B4; Wed, 23 Jul 2014 22:29:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NMTUMG025152; Wed, 23 Jul 2014 22:29:30 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NMTUoD025149; Wed, 23 Jul 2014 22:29:30 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232229.s6NMTUoD025149@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 22:29:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362742 - head/graphics/mhgui 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:31 -0000 Author: amdmi3 Date: Wed Jul 23 22:29:30 2014 New Revision: 362742 URL: http://svnweb.freebsd.org/changeset/ports/362742 QAT: https://qat.redports.org/buildarchive/r362742/ Log: - Switch to USES=libtool, drop .la files - Strip libraries - Optionize DOCS Modified: head/graphics/mhgui/Makefile head/graphics/mhgui/pkg-plist Modified: head/graphics/mhgui/Makefile ============================================================================== --- head/graphics/mhgui/Makefile Wed Jul 23 22:29:23 2014 (r362741) +++ head/graphics/mhgui/Makefile Wed Jul 23 22:29:30 2014 (r362742) @@ -3,7 +3,7 @@ PORTNAME= mhgui PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 @@ -16,10 +16,11 @@ LIB_DEPENDS= libanimorph.so:${PORTSDIR}/ libpng15.so:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USES= pkgconfig gmake +USES= pkgconfig gmake libtool USE_LDCONFIG= yes USE_XORG= xi xmu ice sm USE_GL= glut +INSTALL_TARGET= install-strip USE_GCC= any # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include @@ -27,7 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * -.include +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in Modified: head/graphics/mhgui/pkg-plist ============================================================================== --- head/graphics/mhgui/pkg-plist Wed Jul 23 22:29:23 2014 (r362741) +++ head/graphics/mhgui/pkg-plist Wed Jul 23 22:29:30 2014 (r362742) @@ -24,8 +24,8 @@ include/mhgui/Tooltip.h include/mhgui/Widget.h include/mhgui/Window.h lib/libmhgui.a -lib/libmhgui.la lib/libmhgui.so lib/libmhgui.so.0 +lib/libmhgui.so.0.0.0 libdata/pkgconfig/mhgui.pc @dirrm include/mhgui