From owner-freebsd-ports@freebsd.org Wed Jul 13 19:05:51 2016 Return-Path: Delivered-To: freebsd-ports@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 17ACBB98EC6 for ; Wed, 13 Jul 2016 19:05:51 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) (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 CBED71285 for ; Wed, 13 Jul 2016 19:05:50 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id DD898B004D3; Wed, 13 Jul 2016 19:03:05 +0200 (CEST) Received: from freedom.alkumuna.eu ([IPv6:2a01:e35:8a74:6e70:62a4:4cff:fe54:b212]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.15.2/8.15.2) with ESMTPSA id u6DJ5WZm047366 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 13 Jul 2016 21:05:36 +0200 (CEST) (envelope-from mazhe@alkumuna.eu) Date: Wed, 13 Jul 2016 21:05:24 +0200 From: Matthieu Volat To: Larry Rosenman Cc: Freebsd ports Subject: Re: Framework question.... Message-ID: <20160713210524.62d5254f@freedom.alkumuna.eu> In-Reply-To: <6d5c52dee02876ef8e310cc26f957e55@thebighonker.lerctr.org> References: <6d5c52dee02876ef8e310cc26f957e55@thebighonker.lerctr.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/I2uTzWai_1wQ5=sf2V.CJNs"; protocol="application/pgp-signature" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alkumuna.eu; s=dkim; t=1468436737; bh=KE/YKNoTGZvyH1jRMh8JCmcb+AJLnoZp/iBRqWLmqac=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:MIME-Version:Content-Type; b=GNGKOROXsUdX8bbika18AMZX+FuLROWR4dYh7RW5dHvo6c4d05nFiHTFMuyWVbC3s3ozH7kU9UVvakC01Jgcs5g6AKCXnjH6e+Ucv8NoAIwUkVC6qAPQFj3Bi1VHbOhNXhQs4ZIsvdLGbrE1vXos79tNbx7BqhFkRVUs2VNZVPE= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2016 19:05:51 -0000 --Sig_/I2uTzWai_1wQ5=sf2V.CJNs Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 12 Jul 2016 20:45:55 -0500 Larry Rosenman wrote: > Ports Folks, > I have a port (mail/dovecot2-pigeonhole) that I apparently need to=20 > pick up > the mail/dovecot2 gssapi option, but do NOT want to make the user set it= =20 > via the normal > options dialog. I.E. if dovecot2 has gssapi_heimdal set, I want to know= =20 > that. >=20 > Does the framework give me a way to get the OTHER ports option? Last time I had to face such a problem (~1 year ago?), it did not... You ma= y end up doing something using a subshell command such as : DOVECOT2_GSSAPI=3D${:!grep GSSAPI ${PORT_DBDIR}/mail_dovecot2/options|grep = _SET|cut -d=3D -f2!} Until somebody proposes something better... >=20 >=20 >=20 > --=20 > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 E-Mail: ler@lerctr.org > US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 Matthieu Volat --Sig_/I2uTzWai_1wQ5=sf2V.CJNs Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAleGkPQACgkQ+ENDeYKZi366ogCfdFvsWAukowmcEWqCDc6KUCHV ++4AnRKMmXpsJ568/DqoXV4angplABID =4sAW -----END PGP SIGNATURE----- --Sig_/I2uTzWai_1wQ5=sf2V.CJNs--