Date: Sun, 28 Jun 2015 20:07:12 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 201182] lang/python27 needs aarch64 handler Message-ID: <bug-201182-21822-afONJc8mg6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201182-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-201182-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
Sean Bruno <sbruno@FreeBSD.org> has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to python@FreeBSD.org: Bug 201182: lang/python27 needs aarch64 handler https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201182 --- Description --- Needs minor port Makefile update to build for AARCH64: Index: /usr/local/poudriere/ports/default/lang/python27/Makefile =================================================================== --- /usr/local/poudriere/ports/default/lang/python27/Makefile (revision 390646) +++ /usr/local/poudriere/ports/default/lang/python27/Makefile (working copy) @@ -83,7 +83,7 @@ PLIST_SUB+= X86_ONLY="@comment " .endif -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64 +.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64 || ${ARCH} == aarch64 PLIST_SUB+= 32BIT_ONLY="@comment " .else PLIST_SUB+= 32BIT_ONLY="" root@tasty.ysv:/home/sbruno/qemhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201182-21822-afONJc8mg6>
