[Midnightbsd-cvs] mports: bsd.mport.mk: Remove ia64 checks.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 24 17:10:51 EDT 2008


Log Message:
-----------
Remove ia64 checks.  We don't support the itanic.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.111 -> r1.112)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.111
retrieving revision 1.112
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.111 -r1.112
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -216,7 +216,7 @@
 #				  Default: not set.
 #
 # Set these if your port only makes sense to certain architectures.
-# They are lists containing names for them (e.g., "alpha i386").
+# They are lists containing names for them (e.g., "amd64 i386").
 # (Defaults: not set.)
 #
 # ONLY_FOR_ARCHS
@@ -1132,9 +1132,9 @@
 MASTER_PORT?=
 .endif
 
-# Check the compatibility layer for amd64/ia64
+# Check the compatibility layer for amd64
 
-.if ${ARCH} == "amd64" || ${ARCH} =="ia64"
+.if ${ARCH} == "amd64"
 .if exists(/usr/lib32)
 HAVE_COMPAT_IA32_LIBS?=  YES
 .endif
@@ -1144,7 +1144,7 @@
 .endif
 
 .if defined(IA32_BINARY_PORT) && ${ARCH} != "i386"
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+.if ${ARCH} == "amd64"
 .if !defined(HAVE_COMPAT_IA32_KERN)
 IGNORE= you need a kernel with compiled-in IA32 compatibility to use this port.
 .elif !defined(HAVE_COMPAT_IA32_LIBS)


More information about the Midnightbsd-cvs mailing list