From owner-svn-ports-all@FreeBSD.ORG Thu Oct 17 01:24:56 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id B3C79789; Thu, 17 Oct 2013 01:24:56 +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 A1CA027C5; Thu, 17 Oct 2013 01:24:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9H1Ouod016125; Thu, 17 Oct 2013 01:24:56 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9H1Ouha016124; Thu, 17 Oct 2013 01:24:56 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201310170124.r9H1Ouha016124@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 17 Oct 2013 01:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330592 - head/x11-toolkits/mygui 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: Thu, 17 Oct 2013 01:24:56 -0000 Author: amdmi3 Date: Thu Oct 17 01:24:56 2013 New Revision: 330592 URL: http://svnweb.freebsd.org/changeset/ports/330592 Log: - Support staging - Use new LIB_DEPENDS syntax Modified: head/x11-toolkits/mygui/Makefile Modified: head/x11-toolkits/mygui/Makefile ============================================================================== --- head/x11-toolkits/mygui/Makefile Thu Oct 17 01:23:56 2013 (r330591) +++ head/x11-toolkits/mygui/Makefile Thu Oct 17 01:24:56 2013 (r330592) @@ -10,11 +10,9 @@ DISTNAME= MyGUI_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast, simple and flexible GUI system for Ogre engine -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ - ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ - ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ + libOIS.so:${PORTSDIR}/devel/ois USE_ZIP= yes USES= cmake pkgconfig @@ -23,7 +21,6 @@ USE_LDCONFIG= yes USE_GCC= yes USE_DOS2UNIX= *.cpp *.h -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/install/ s|lib/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMake/ConfigureBuild.cmake