pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/51166: python27 ia64 FreeBSD patch



>Number:         51166
>Category:       pkg
>Synopsis:       python27 ia64 FreeBSD patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed May 25 16:35:00 +0000 2016
>Originator:     scole_mail
>Release:        pkgsrc-2016Q1
>Organization:
none
>Environment:
FreeBSD itan 10.1-RELEASE-p32 FreeBSD 10.1-RELEASE-p32 #0 r298789: Fri Apr 29 16:12:02 EDT 2016     root@itan:/usr/obj/usr/src/sys/GENERIC  ia64
>Description:
Here is a patch to allow python27 to run on FreeBSD 10.1 ia64, and I guess, other ia64 OSes.

Thanks
>How-To-Repeat:
cd .../pkgsrc/lang/python27 && bmake install
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/python27/Makefile,v
retrieving revision 1.57
diff -b -u -r1.57 Makefile
--- Makefile    5 Mar 2016 11:28:44 -0000       1.57
+++ Makefile    25 May 2016 16:22:04 -0000
@@ -87,6 +87,7 @@
 
 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64") || \
     (${MACHINE_ARCH} == "x86_64") || (${MACHINE_ARCH} == "powerpc64") || \
+    (${MACHINE_ARCH} == "ia64") || \
     (defined(ABI) && ${ABI} == "64")
 IS_64BIT_PLATFORM?=    yes
 .else



Home | Main Index | Thread Index | Old Index