Skip site navigation (1)Skip section navigation (2)
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/>

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



--- Description ---
Needs minor port Makefile update to build for AARCH64:

Index: /usr/local/poudriere/ports/default/lang/python27/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- /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+=3D	X86_ONLY=3D"@comment "
 .endif

-.if ${ARCH} =3D=3D amd64 || ${ARCH} =3D=3D ia64 || ${ARCH} =3D=3D sparc64 =
|| ${ARCH} =3D=3D
powerpc64 || ${ARCH} =3D=3D mips64
+.if ${ARCH} =3D=3D amd64 || ${ARCH} =3D=3D ia64 || ${ARCH} =3D=3D sparc64 =
|| ${ARCH} =3D=3D
powerpc64 || ${ARCH} =3D=3D mips64 || ${ARCH} =3D=3D aarch64
 PLIST_SUB+=3D	32BIT_ONLY=3D"@comment "
 .else
 PLIST_SUB+=3D	32BIT_ONLY=3D""
root@tasty.ysv:/home/sbruno/qem=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201182-21822-afONJc8mg6>