From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 23:47:16 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 16E0CD7A; Wed, 16 Oct 2013 23:47:16 +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 04D452322; Wed, 16 Oct 2013 23:47:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GNlFJs061960; Wed, 16 Oct 2013 23:47:15 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GNlF19061959; Wed, 16 Oct 2013 23:47:15 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201310162347.r9GNlF19061959@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 16 Oct 2013 23:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330565 - head/graphics/ftgl 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: Wed, 16 Oct 2013 23:47:16 -0000 Author: amdmi3 Date: Wed Oct 16 23:47:15 2013 New Revision: 330565 URL: http://svnweb.freebsd.org/changeset/ports/330565 Log: - Support staging - Use new LIB_DEPENDS syntax Modified: head/graphics/ftgl/Makefile Modified: head/graphics/ftgl/Makefile ============================================================================== --- head/graphics/ftgl/Makefile Wed Oct 16 23:46:24 2013 (r330564) +++ head/graphics/ftgl/Makefile Wed Oct 16 23:47:15 2013 (r330565) @@ -10,20 +10,18 @@ MASTER_SITES= SF/${PORTNAME}/FTGL%20Sour MAINTAINER= amdmi3@FreeBSD.org COMMENT= An OpenGL FreeType fonts rendering library -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_GMAKE= yes -USE_GL= gl glu -USE_XORG= x11 xext xmu GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \ --without-glut-inc -USES= pathfix +USES= pathfix gmake +USE_GL= gl glu +USE_XORG= x11 xext xmu USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s|docs||; /SUBDIRS/ s|demo||' \ ${WRKSRC}/Makefile.in