Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2017 21:19:52 +0100
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: lang/python2 and 3 uninstallable on CURRENT @r326056
Message-ID:  <e30784d6-83de-fe2f-8589-0482bab86be4@utanet.at>
In-Reply-To: <a00ae391e2fe6110c7e9fdbeb199016d@udns.ultimatedns.net>
References:  <a00ae391e2fe6110c7e9fdbeb199016d@udns.ultimatedns.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e30784d6-83de-fe2f-8589-0482bab86be4>