From owner-svn-ports-head@freebsd.org Mon Oct 19 16:35:29 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6715A10988; Mon, 19 Oct 2015 16:35:29 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 92F4D1E70; Mon, 19 Oct 2015 16:35:29 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9JGZShH056003; Mon, 19 Oct 2015 16:35:28 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9JGZShE056002; Mon, 19 Oct 2015 16:35:28 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201510191635.t9JGZShE056002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Mon, 19 Oct 2015 16:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399696 - head/misc/raspberrypi-userland 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.20 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: Mon, 19 Oct 2015 16:35:29 -0000 Author: brd Date: Mon Oct 19 16:35:28 2015 New Revision: 399696 URL: https://svnweb.freebsd.org/changeset/ports/399696 Log: Add missing ${PORTSDIR} to LIBDEPENDS. I forgot we were not doing that yet.. Approved by: bdrewery (mentor) Modified: head/misc/raspberrypi-userland/Makefile Modified: head/misc/raspberrypi-userland/Makefile ============================================================================== --- head/misc/raspberrypi-userland/Makefile Mon Oct 19 16:34:25 2015 (r399695) +++ head/misc/raspberrypi-userland/Makefile Mon Oct 19 16:35:28 2015 (r399696) @@ -28,7 +28,7 @@ CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PRE OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFAULT= EXAMPLES EXAMPLES_DESC= Install test applications source code (hello_pi) -EXAMPLES_LIB_DEPENDS= libfreetype.so:print/freetype2 +EXAMPLES_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 post-patch: @${REINPLACE_CMD} -e "s|/opt/vc|${PREFIX}|g" \