[Bug 192449] lang/python27 fails to build on FreeBSD 11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 2 21:38:40 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192449
--- Comment #11 from Eir Nym <eirnym at gmail.com> ---
corrected script.
MAKECONF_OSVERSION=`/bin/cat /usr/include/sys/param.h | grep "^#define
__FreeBSD_version" | cut -d\ -f 3 | cut -f 1`
MAKECONF_UNAME_R=`/bin/cat /usr/src/release/doc/share/xml/release.ent | grep
"release.branch" | cut -d\" -f 2`
MAKECONF_UNAME_V=`/bin/cat /usr/src/release/doc/share/xml/release.ent | grep
"release.branch" | cut -d\" -f 2`
echo >> /etc/make.conf
echo "UNAME_R=\"${MAKECONF_UNAME_R}\"" >> /etc/make.conf
echo "UNAME_V=\"${MAKECONF_UNAME_V}\"" >> /etc/make.conf
echo "OSVERSION=\"${MAKECONF_OSVERSION}\"" >> /etc/make.conf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list