Date: Wed, 23 Jul 2014 22:29:30 +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: r362742 - head/graphics/mhgui Message-ID: <201407232229.s6NMTUoD025149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232229.s6NMTUoD025149>