On Wed, 13 Dec 2017 21:19:52 +0100 "Walter Schwarzenfeld"
said
python27 Makefile:
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS)
@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&,
"nis"/' \
${WRKSRC}/setup.py
.endif
you can try comment out the line with .if a
On Wed, 13 Dec 2017 21:38:35 +0100 "Walter Schwarzenfeld"
said
There
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186192
is a better way
WITHOUT_NIS=yes in /etc/make.conf
Spot on, Walter!
I was just going to indicate that I figured that out.
Thank you!
Why does one *need* to indicat
There
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186192
is a better way
WITHOUT_NIS=yes in /etc/make.conf
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "fre
python27 Makefile:
.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS)
@${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \
${WRKSRC}/setup.py
.endif
you can try comment out the line with .if and .endif.
___
freebsd
Hello all,
Just performed a fresh install of 12 @r326056 followed by a
build/install of world/kernel. All went pretty much as expected.
But as I now start building/installing all my needed ports. I find
everything is fine except Python, or anything that requires it. No
matter which version I attem