From owner-svn-ports-head@freebsd.org Tue Oct 11 20:56:40 2016 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 4DDD9C0E275; Tue, 11 Oct 2016 20:56:40 +0000 (UTC) (envelope-from mat@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 EE21DD35; Tue, 11 Oct 2016 20:56:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BKudb5017930; Tue, 11 Oct 2016 20:56:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BKuc0f017926; Tue, 11 Oct 2016 20:56:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610112056.u9BKuc0f017926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 11 Oct 2016 20:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423796 - in head: comms/uhd devel/libflatarray print/apsfilter 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.23 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: Tue, 11 Oct 2016 20:56:40 -0000 Author: mat Date: Tue Oct 11 20:56:38 2016 New Revision: 423796 URL: https://svnweb.freebsd.org/changeset/ports/423796 Log: Whatever you do, ${PORTSDIR} always creeps in depends. Sponsored by: Absolight Modified: head/comms/uhd/Makefile (contents, props changed) head/devel/libflatarray/Makefile (contents, props changed) head/print/apsfilter/Makefile (contents, props changed) Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Tue Oct 11 20:37:05 2016 (r423795) +++ head/comms/uhd/Makefile Tue Oct 11 20:56:38 2016 (r423796) @@ -17,12 +17,12 @@ GH_TAGNAME= 32951af2f3e7b1ddb56486c9 CONFLICTS= usrp-[0-9]* -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs -BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs \ - cheetah-analyze:${PORTSDIR}/devel/py-cheetah \ - rst2html:${PORTSDIR}/textproc/py-docutils \ - orcc:${PORTSDIR}/devel/orc \ - ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako +LIB_DEPENDS= libboost_python.so:devel/boost-python-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ + cheetah-analyze:devel/py-cheetah \ + rst2html:textproc/py-docutils \ + orcc:devel/orc \ + ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako USES= compiler:c++0x cmake:outsource gmake pkgconfig dos2unix python:2.7 pathfix USE_LDCONFIG= yes @@ -44,7 +44,7 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/do .include .if ${PORT_OPTIONS:MDOXYGEN} -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= doxygen:devel/doxygen CMAKE_ARGS+= -DENABLE_DOXYGEN:STRING="ON" HAVEDOCS= YES .endif Modified: head/devel/libflatarray/Makefile ============================================================================== --- head/devel/libflatarray/Makefile Tue Oct 11 20:37:05 2016 (r423795) +++ head/devel/libflatarray/Makefile Tue Oct 11 20:56:38 2016 (r423796) @@ -11,7 +11,7 @@ COMMENT= Struct of arrays library with o LICENSE= BSL -BUILD_DEPENDS= boost-libs>=1.48:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs USES= cmake:outsource Modified: head/print/apsfilter/Makefile ============================================================================== --- head/print/apsfilter/Makefile Tue Oct 11 20:37:05 2016 (r423795) +++ head/print/apsfilter/Makefile Tue Oct 11 20:56:38 2016 (r423796) @@ -82,9 +82,9 @@ PSUFX= -letter PSUFX= -letterdj .endif .if !empty(PORT_OPTIONS:MHPIJS) -RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hpijs +RUN_DEPENDS+= hpijs:print/hpijs .elif !empty(PORT_OPTIONS:MHPLIP) -RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hplip +RUN_DEPENDS+= hpijs:print/hplip .endif _DEPENDS_ASCII= a2ps:print/a2ps \