From owner-freebsd-ports@FreeBSD.ORG Sun Mar 29 16:53:08 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28825B65; Sun, 29 Mar 2015 16:53:08 +0000 (UTC) Received: from mail-yh0-x230.google.com (mail-yh0-x230.google.com [IPv6:2607:f8b0:4002:c01::230]) (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 D3AA2AD8; Sun, 29 Mar 2015 16:53:07 +0000 (UTC) Received: by yhfw71 with SMTP id w71so423434yhf.2; Sun, 29 Mar 2015 09:53:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=RY9dKblnCMaVE8UASVXniul3+xT7AxzpeHZ6vNjDCVM=; b=bCmgkZpb/xU2VW9f1MInsDSA9esdoAW075a9ta7mEnria1+wwAHtuLoF3MtnGKSsoS Xx5awMtPLoN1R7QXguwhvRWkiNGBOogeAhjja8BkKGA0wSrsP0T4246Xp8ZELCFdBOdK pRoEON5hGSfG/0hFjnEUIeJ2cs/gYzimknOPqJzbRCkKvXUXExHRtnLv1UtDI3LgYXsM GgGSspRzBYN0+vLUYMFw2GrJ2uAJS0dxiAZRvO2Q3kkZ7VPpFp9phxr/Y2L1H4cGzM9g iSq2utnpfpJKN+tXQnu1Kho/sBpuK3BmclXePjBwKjg/bTS9tu+yfH0sUEzyiJEwm7x0 66bQ== X-Received: by 10.52.78.35 with SMTP id y3mr31973336vdw.5.1427647986932; Sun, 29 Mar 2015 09:53:06 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id jw4sm1431495vdb.12.2015.03.29.09.53.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Mar 2015 09:53:05 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 29 Mar 2015 18:53:01 +0200 From: Baptiste Daroussin To: Daniel Eischen Subject: Re: USES vs BUILD_DEPENDS Message-ID: <20150329165301.GA91058@ivaldir.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 16:53:08 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 29, 2015 at 12:41:21PM -0400, Daniel Eischen wrote: > I have a port which needs pod2man just to build the man file > during installation. Why do I need USES=3D pod2man:perl5 just to > build the port? It doesn't seem feasible to use BUILD_DEPENDS > because there is no generic perl5 port. >=20 Have you tried using pod2mdoc ? Btw USES=3Dpod2man:perl5 does not exists :) Best regards, Bapt --opJtzjQTFsWo+cga Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUYLe0ACgkQ8kTtMUmk6EzsFwCfUvihOJzKMuoCPyNtMJ38KVCi vSIAnRtPOWJIJnk5L87KVjXgPp+8ZyC3 =NxBp -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--