Date: Thu, 20 Jul 2006 13:03:55 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 101991 for review Message-ID: <200607201303.k6KD3tpO002272@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101991 Change 101991 by gabor@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607201303.k6KD3tpO002272>