From owner-svn-ports-all@FreeBSD.ORG Tue Sep 24 23:24:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 25EB6D18; Tue, 24 Sep 2013 23:24:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04BBA23B6; Tue, 24 Sep 2013 23:24:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ONOqKi025156; Tue, 24 Sep 2013 23:24:52 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ONOqEK025152; Tue, 24 Sep 2013 23:24:52 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309242324.r8ONOqEK025152@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 24 Sep 2013 23:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328214 - in head/graphics: animorph makehuman 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 23:24:53 -0000 Author: amdmi3 Date: Tue Sep 24 23:24:51 2013 New Revision: 328214 URL: http://svnweb.freebsd.org/changeset/ports/328214 Log: - Support staging - Relax gcc requirement to `any' - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES Deleted: head/graphics/makehuman/pkg-plist Modified: head/graphics/animorph/Makefile head/graphics/animorph/pkg-plist head/graphics/makehuman/Makefile head/graphics/mhgui/Makefile Modified: head/graphics/animorph/Makefile ============================================================================== --- head/graphics/animorph/Makefile Tue Sep 24 22:53:40 2013 (r328213) +++ head/graphics/animorph/Makefile Tue Sep 24 23:24:51 2013 (r328214) @@ -12,24 +12,19 @@ COMMENT= Morphing engine for MakeHuman LICENSE= LGPL21 GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= pkgconfig gmake USE_LDCONFIG= yes -USE_GCC= yes # otherwise graphics/makehuman won't link +USE_GCC= any # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * -NO_STAGE= yes .include post-patch: @${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libanimorphdocDATA||' ${WRKSRC}/Makefile.in -.endif .include Modified: head/graphics/animorph/pkg-plist ============================================================================== --- head/graphics/animorph/pkg-plist Tue Sep 24 22:53:40 2013 (r328213) +++ head/graphics/animorph/pkg-plist Tue Sep 24 23:24:51 2013 (r328214) @@ -40,12 +40,4 @@ lib/libanimorph.la lib/libanimorph.so lib/libanimorph.so.0 libdata/pkgconfig/animorph.pc -@comment %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING -@comment %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -@comment %%PORTDOCS%%%%DOCSDIR%%/INSTALL -@comment %%PORTDOCS%%%%DOCSDIR%%/NEWS -@comment %%PORTDOCS%%%%DOCSDIR%%/README -@comment %%PORTDOCS%%%%DOCSDIR%%/TODO -@comment %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/animorph Modified: head/graphics/makehuman/Makefile ============================================================================== --- head/graphics/makehuman/Makefile Tue Sep 24 22:53:40 2013 (r328213) +++ head/graphics/makehuman/Makefile Tue Sep 24 23:24:51 2013 (r328214) @@ -10,20 +10,21 @@ MASTER_SITES= SF/${PORTNAME}/MakeHuman%2 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Application for parametrical modeling of 3D humanoid characters -LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \ - mhgui:${PORTSDIR}/graphics/mhgui +LIB_DEPENDS= libanimorph.so:${PORTSDIR}/graphics/animorph \ + libmhgui.so:${PORTSDIR}/graphics/mhgui USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GL= glut -USE_GCC= yes # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' +USE_GCC= any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= bin/${PORTNAME} PORTDOCS= * +PORTDATA= * -NO_STAGE= yes .include post-patch: @@ -33,12 +34,9 @@ post-patch: @${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in @${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-makehumandocDATA||' ${WRKSRC}/Makefile.in -.endif post-install: - ${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0755 - ${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0644 + ${FIND} ${STAGEDIR}${DATADIR} -type d -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0755 + ${FIND} ${STAGEDIR}${DATADIR} -type f -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0644 .include Modified: head/graphics/mhgui/Makefile ============================================================================== --- head/graphics/mhgui/Makefile Tue Sep 24 22:53:40 2013 (r328213) +++ head/graphics/mhgui/Makefile Tue Sep 24 23:24:51 2013 (r328214) @@ -12,30 +12,25 @@ COMMENT= GUI widget library for MakeHuma LICENSE= GPLv2 -LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libanimorph.so:${PORTSDIR}/graphics/animorph \ + libpng15.so:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= pkgconfig gmake USE_LDCONFIG= yes USE_XORG= xi xmu ice sm USE_GL= glut -USE_GCC= yes # otherwise graphics/makehuman won't link +USE_GCC= any # otherwise graphics/makehuman won't link CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * -NO_STAGE= yes .include post-patch: @${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-libmhguidocDATA||' ${WRKSRC}/Makefile.in -.endif .include