Date: Tue, 02 Sep 2014 21:38:40 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 192449] lang/python27 fails to build on FreeBSD 11 Message-ID: <bug-192449-21822-W8d1y8vgkw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192449-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-192449-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=192449 --- Comment #11 from Eir Nym <eirnym@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192449-21822-W8d1y8vgkw>