From owner-svn-ports-all@freebsd.org Thu Oct 15 03:01:24 2015 Return-Path: Delivered-To: svn-ports-all@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 C0B1DA156AE; Thu, 15 Oct 2015 03:01:24 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 915761A4B; Thu, 15 Oct 2015 03:01:24 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabrc13 with SMTP id rc13so72630407pab.0; Wed, 14 Oct 2015 20:01:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=ZKJd37M2wgueDESpW4N4r8W5lHT92t+TSNgaBOdNNaI=; b=pvpOnFnmXigouuwHRkKwLIxji03dokRcioexIBH4Kp46FOZvxQGcVy57aV0RcAffiI AXw6ztF3qfy8MuhrD0O/SkeMpq63u0vAasTchog1SGIS+S+L5c0oxoVT569t9f554LmJ 5DKumSbMfTdztD8ok86iKZ3hIO8jg6akWrnGg53rdT2Y9vI6P7YDcneaSn9RhsyDfR5Z 9QvhS+ccO4n17lMGUl+Z/HQLBOJbhPPJg0o3wOnAf1BUn6ccJQ9ZExW+y23SpZtS6uAa O/ERsb7f7kDZAAtph/GbibpIkH3z3EMwn1ihQqLpJDtQkAJwvqRRjEAdYklB1MsC6KfG 9Cdw== X-Received: by 10.68.87.161 with SMTP id az1mr7353749pbb.47.1444878084073; Wed, 14 Oct 2015 20:01:24 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::3? (2001-44b8-31ae-7b01-0000-0000-0000-0003.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::3]) by smtp.gmail.com with ESMTPSA id v6sm12142354pbs.40.2015.10.14.20.01.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Oct 2015 20:01:23 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r399324 - in head/devel: . py-pyopencl References: <201510150015.t9F0FOlM062752@repo.freebsd.org> To: Jung-uk Kim , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <561F16F7.9000305@FreeBSD.org> Date: Thu, 15 Oct 2015 14:01:11 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Thunderbird/41.0 MIME-Version: 1.0 In-Reply-To: <201510150015.t9F0FOlM062752@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 15 Oct 2015 03:01:24 -0000 On 15/10/2015 11:15 AM, Jung-uk Kim wrote: > +BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:${PORTSDIR}/devel/opencl \ > + ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy > +LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd > +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pytools/__init__.py:${PORTSDIR}/devel/py-pytools \ > + ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy \ > + ${PYTHON_SITELIBDIR}/mako/__init__.py:${PORTSDIR}/textproc/py-mako Likely better to use package name references here over files, unless file references are necessary to be explicit (eg: this is the *actual* and *only* file it depends on) or to enable referencing a file that can be installed by multiple packages (eg: django-admin.py that is provided by any and all of www/py-djangoXY version ports)