From owner-svn-ports-head@freebsd.org Thu Dec 14 19:31:42 2017 Return-Path: <owner-svn-ports-head@freebsd.org> 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 67075E8C894; Thu, 14 Dec 2017 19:31:42 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C81C674C29; Thu, 14 Dec 2017 19:31:41 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id b4d8a84e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 14 Dec 2017 12:31:39 -0700 (MST) Content-Type: text/plain; charset=us-ascii; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: svn commit: r456332 - in head/devel: . youcompleteme youcompleteme/files From: Adam Weinberger <adamw@adamw.org> In-Reply-To: <CANJ8om5YY-hva4Z0_E8VC3BBkTzHvY7Ox3d62tdL4i0uTiyLmw@mail.gmail.com> Date: Thu, 14 Dec 2017 12:31:37 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <E7CD024C-1359-4CBF-B434-DFF91B1DB2BC@adamw.org> References: <201712141841.vBEIfheL019834@repo.freebsd.org> <62A17711-7BF0-43D9-8635-2A9C83DF1D3E@adamw.org> <CANJ8om5YY-hva4Z0_E8VC3BBkTzHvY7Ox3d62tdL4i0uTiyLmw@mail.gmail.com> To: Ultima <ultima1252@gmail.com> X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head <svn-ports-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/> List-Post: <mailto:svn-ports-head@freebsd.org> List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 14 Dec 2017 19:31:42 -0000 > On 14 Dec, 2017, at 12:06, Ultima <ultima1252@gmail.com> wrote: > > The port uses boost-libs through python so it doesn't actually link > anything to the port, but it does require these ports to run. At least > this is how I understand it. Do you think it should be adjusted? Nope, if they're runtime only, they're runtime only and the Makefile is correct. # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org > > On Thu, Dec 14, 2017 at 10:50 AM, Adam Weinberger <adamw@adamw.org> wrote: > On 14 Dec, 2017, at 11:41, Richard Gallamore <ultima@FreeBSD.org> wrote: > > +RUN_DEPENDS= vim:editors/vim \ > + ${LOCALBASE}/lib/libboost_thread.so:devel/boost-libs \ > + > ${LOCALBASE}/lib/libboost_python.so:devel/boost-python-libs \ > > It is very strange to see shared libraries as RUN_DEPENDS. Are these > really not needed at build-time? > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > http://www.adamw.org