PERFORCE change 101991 for review

Gabor Kovesdan gabor at FreeBSD.org
Thu Jul 20 13:03:56 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101991

Change 101991 by gabor at gabor_spitfire on 2006/07/20 13:03:09

	Remove duplicatd code.  This happened when the IA32_BINARY_PORT
	stuff got committed into CVS but a bit differently and I was not
	aware of that, so my version got merged with CVS version.

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#54 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#54 (text+ko) ====

@@ -1128,30 +1128,6 @@
 # Kludge for pre-3.0 systems
 MACHINE_ARCH?=	i386
 
-# Check the compatibility layer for amd64/ia64
-
-.if ${ARCH} == "amd64" || ${ARCH} =="ia64"
-.if exists(/usr/lib32)
-HAVE_COMPAT_IA32_LIBS?=  YES
-.endif
-.if !defined(HAVE_COMPAT_IA32_KERN)
-HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -a compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi
-.endif
-.endif
-
-.if defined(IA32_BINARY_PORT) && ${ARCH} != "i386"
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-.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)
-IGNORE= you need the 32-bit libraries installed under /usr/lib32 to use this port.
-.endif
-.else
-IGNORE= you have to use i386 (or compatible) platform to use this port.
-.endif
-.endif
-
-
 # Get the operating system type
 .if !defined(OPSYS)
 OPSYS!=	${UNAME} -s


More information about the p4-projects mailing list