Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 00:42:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 224324] lang/python* fails to install for wrongfully requiring yp/nis
Message-ID:  <bug-224324-21822-XakaHUv79m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224324-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224324-21822@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

w.schwarzenfeld@utanet.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w.schwarzenfeld@utanet.at

--- Comment #3 from w.schwarzenfeld@utanet.at ---
Chris you missunderstood my post.

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

is part of the existing python Makefile.

My first attempt was to comment out the lines with .if and .endif (but this=
 did
not work).

Later I found the simpler way with WITHOUT_NIS=3Dyes.

--=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-21822-XakaHUv79m>