From owner-svn-ports-head@FreeBSD.ORG Fri Jun 5 13:42:33 2015 Return-Path: Delivered-To: svn-ports-head@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 10915A1A; Fri, 5 Jun 2015 13:42:33 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (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 AA6D51164; Fri, 5 Jun 2015 13:42:32 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wifx6 with SMTP id x6so21162581wif.0; Fri, 05 Jun 2015 06:42:31 -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=jpKQAMiK5XNLRjN1kY/1d8ZhY9IkpCaH9Uihh2LP0sA=; b=HMu9HHH4tflWDIlFyyX8ruSCTztQxrEqtJCwW2BDamIHPI/enkG3atr/kwOOGCyNFf puVBAEDTBPp1HlnkbJyzHao+l3Xj+hvMchewYS+zufx2egLu8j58KuOo+/N5IFoOMdIR rMHJbQY246fv1J94OIKWWyDutpe4PqKDirQtwOt1EP39Cq4ZFqS4S+iDvH4SBL6/n0Fr JTnpPDqnGZnSagdffB+1+UL7vkNAdgXte6c7wHxVRXh5VSyklgeOODd2/R34wVYVOpgc zFmhqLHx3SbuAkVbBpU9yQH22k4MXmwmcyEa9sjvAFphdWTLtBNITDtWUaodHVf4/DEi OJUw== X-Received: by 10.194.103.2 with SMTP id fs2mr6630890wjb.151.1433511751094; Fri, 05 Jun 2015 06:42:31 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id be3sm3364591wib.21.2015.06.05.06.42.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Jun 2015 06:42:29 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 5 Jun 2015 15:42:27 +0200 From: Baptiste Daroussin To: Mikhail Teterin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r388577 - in head/devel: tcllib tcllibc Message-ID: <20150605134227.GA56936@ivaldir.etoilebsd.net> References: <201506051339.t55DdNCJ011965@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <201506051339.t55DdNCJ011965@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Fri, 05 Jun 2015 13:42:33 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 05, 2015 at 01:39:23PM +0000, Mikhail Teterin wrote: > Author: mi > Date: Fri Jun 5 13:39:23 2015 > New Revision: 388577 > URL: https://svnweb.freebsd.org/changeset/ports/388577 >=20 > Log: > Minor follow-ups on the last commit separating pure-Tcl and compiled > pieces of tcllib: > =20 > * make the compiled child-port RUN_DEPEND on the master -- > it is not useful without it. > * disable OPTIONS, when building the child-port -- they > aren't meaningful there > =20 > Pointed out by: gahr >=20 > Modified: > head/devel/tcllib/Makefile > head/devel/tcllibc/Makefile >=20 > Modified: head/devel/tcllib/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/tcllib/Makefile Fri Jun 5 13:04:58 2015 (r388576) > +++ head/devel/tcllib/Makefile Fri Jun 5 13:39:23 2015 (r388577) > @@ -16,7 +16,7 @@ LICENSE_NAME=3D Tcl/Tk License > LICENSE_FILE=3D ${WRKSRC}/license.terms > LICENSE_PERMS=3D dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > =20 > -OPTIONS_DEFINE=3D DOCS MANPAGES > +OPTIONS_DEFINE?=3DDOCS MANPAGES > =20 > WRKSRC=3D ${WRKDIR}/tcllib-tcllib_${DISTVERSION} > USES+=3D tcl >=20 > Modified: head/devel/tcllibc/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/tcllibc/Makefile Fri Jun 5 13:04:58 2015 (r388576) > +++ head/devel/tcllibc/Makefile Fri Jun 5 13:39:23 2015 (r388577) > @@ -6,11 +6,13 @@ PKGNAMESUFFIX=3D c > COMMENT=3D Compiled implementations of some of the modules of Tcllib > =20 > BUILD_DEPENDS=3D critcl:${PORTSDIR}/devel/critcl > +RUN_DEPENDS=3D ${PREFIX}/lib/tcllib/pkgIndex.tcl:${MASTERDIR} # PREFIX, = not LOCALBASE > =20 > MASTERDIR=3D ${.CURDIR:H}/tcllib > TMPPLIST=3D ${WRKDIR}/PLIST > DESCR=3D ${.CURDIR}/pkg-descr > ALL_TARGET=3D critcl > +OPTIONS_DEFINE=3D > =20 You could also use OPTIONS_EXCLUDE=3D DOCS MANPAGES Best regards, Bapt --jI8keyz6grp/JLjh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVxp0MACgkQ8kTtMUmk6Ew45ACgmFPPKW9b2ZmFlAn79TI9J7Ll EBUAnR+binhEGH4LRQTp5Msulf/vkXFM =RSGF -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh--