Date: Mon, 11 Feb 2013 08:00:33 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Thomas Mueller <mueller6724@bellsouth.net> Cc: freebsd-ports@freebsd.org Subject: Re: Bug in mail/mpop options list: only NLS appears in dialog Message-ID: <20130211070033.GB87285@ithaqua.etoilebsd.net> In-Reply-To: <CA.B0.06175.51C78115@smtp01.insight.synacor.com> References: <CA.B0.06175.51C78115@smtp01.insight.synacor.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--A6N2fC+uXW/VQSAv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 11, 2013 at 12:05:25AM -0500, Thomas Mueller wrote: > I notice a crippling bug in mail/mpop options: only NLS option appears in= dialog, while Makefile shows SSL/TLS-related options as well. >=20 > I updated mpop as part of=20 > portmaster -r libtasn1 > as prescribed in UPDATING file. >=20 > So I lost TLS support and can't download email any more, at least not wit= h mpop: >=20 > mpop: support for TLS is not compiled in >=20 > So how do I get around this? For now, I will have to use the mail archiv= es on the FreeBSD web site. >=20 > I even tried editing /var/db/ports/mpop/options directly with vi, and add= ing to /etc/make.conf: >=20 > OPTIONS_SET.mpop=3DGNUTLS NLS >=20 > but nothing would make it stick, I still got the dreaded config dialog. >=20 > Or is something else broken in mail/mpop ? >=20 > How to set BATCH (syntax) for make and portmaster? >=20 > I need a way to configure options without ever again having to see a dial= og! Both for all ports and for individual ports, like my NetBSD /etc/mk.co= nf : >=20 > # Example /usr/pkg/etc/mk.conf file produced by bootstrap-pkgsrc > # Sat Nov 27 22:37:13 UTC 2010 >=20 > .ifdef BSD_PKG_MK # begin pkgsrc settings >=20 > PKG_DEVELOPER=3DYES > PKG_DEFAULT_OPTIONS+=3D ssl inet6 cups esound ncurses sndfile gtk2 x11 ff= tw > PKG_DBDIR=3D /var/db/pkg > LOCALBASE=3D /usr/pkg > VARBASE=3D /var > PKG_TOOLS_BIN=3D /usr/pkg/sbin > PKGMANDIR=3D man > WRKDIR_BASENAME=3D work51 > PKG_OPTIONS.msmtp+=3D idn=20 > PKG_OPTIONS.lame+=3D gtk unicode > PKG_OPTIONS.gtk2+=3D cups > PKG_OPTIONS_vlc+=3D sdl > PKG_OPTIONS_cups+=3D threads > ACCEPTABLE_LICENSES+=3D socks5-license > ALLOW_VULNERABLE_PACKAGES=3Dyes > SKIP_LICENSE_CHECK=3D yes >=20 > .endif # end pkgsrc settings >=20 > Tom >=20 We also do support the same kind of things :) First set NO_DIALOG=3Dyes in make.conf and you are done with the dialog thi= ng :) second you can do the follow: OPTIONS_SET=3D NLS NCURSES GTK2 X11 OPTIONS_UNSET=3D QT4 msmtp_SET=3D IDN msmtp is the ${UNIQUENAME} obtained from make -VUNIQUENAME in the /usr/ports/mail/msmtp make showconfig should show you all the opitons Concerning the mail/mpop is was a bug in options conversion which is fixed = now regards, BApt --A6N2fC+uXW/VQSAv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEYlxEACgkQ8kTtMUmk6ExAEwCgneGYDIFb8bVKcixL0eI+b1J5 j+IAnA9O60His8CYHT45EP0TX2oc7U19 =dIVm -----END PGP SIGNATURE----- --A6N2fC+uXW/VQSAv--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130211070033.GB87285>