[Bug 201182] lang/python27 needs aarch64 handler

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 28 20:07:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201182

            Bug ID: 201182
           Summary: lang/python27 needs aarch64 handler
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: python at FreeBSD.org
          Reporter: sbruno at FreeBSD.org
                CC: freebsd-python at FreeBSD.org
             Flags: maintainer-feedback?(python at FreeBSD.org)
          Assignee: python at FreeBSD.org

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 at tasty.ysv:/home/sbruno/qem

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list