Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2017 21:35:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224324] lang/python* fails to install for wrongfully requiring yp/nis
Message-ID:  <bug-224324-13-oeB1o1jZ2N@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224324-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224324-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224324

--- Comment #2 from Chris Hutchinson <portmaster@bsdforge.com> ---
OK Walter Schwarzenfeld was kind enough to answer my
plea for help with this on the mailing list. He also
mentioned the DEFINE I noted already. But also
made the following suggestion for the Makefile:

.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS)
         @${REINPLACE_CMD} -e 's/disabled_module_list =3D[^]]*/&, "nis"/' \
                 ${WRKSRC}/setup.py
.endif

NetBSD already incorporates something similar for their version(s)
of Python. As they don't install yp/nis by default.

I think this (Walters patch) is a good start to fixing
lang/python.

--Chris

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224324-13-oeB1o1jZ2N>