svn commit: r319929 - head/misc/compat4x

Eitan Adler eadler at FreeBSD.org
Tue Jun 4 22:22:48 UTC 2013


Author: eadler
Date: Tue Jun  4 22:22:48 2013
New Revision: 319929
URL: http://svnweb.freebsd.org/changeset/ports/319929

Log:
  - Drop alpha support which has not been supported since 7.0
  - Clean up the single arch information

Modified:
  head/misc/compat4x/Makefile

Modified: head/misc/compat4x/Makefile
==============================================================================
--- head/misc/compat4x/Makefile	Tue Jun  4 22:20:51 2013	(r319928)
+++ head/misc/compat4x/Makefile	Tue Jun  4 22:22:48 2013	(r319929)
@@ -25,6 +25,9 @@ LDCONFIG_LIB32=	${LDCONFIG} -32
 
 .include <bsd.port.pre.mk>
 
+ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCH_REASON= FreeBSD 4.x did not support this architecture
+
 COMPAT4X_ARCH=	${ARCH}
 COMPAT4X_OSVERSION=	5.3
 PLIST=			${.CURDIR}/pkg-plist.freebsd5
@@ -38,12 +41,6 @@ TARGET_DIR=		${TARGET32_DIR}
 PLIST_SUB+=		LIBDIR="lib32"
 COMPAT4X_DISTFILES=	${PORTNAME}.aa \
 			${PORTNAME}.ab
-.elif ${ARCH} == alpha
-PLIST_SUB+=		LIBDIR="lib"
-COMPAT4X_DISTFILES=	${PORTNAME}.aa \
-			${PORTNAME}.ab
-.else
-IGNORE=			is unsupported (FreeBSD 4.x did not run on this architecture)
 .endif
 
 .if ${COMPAT4X_ARCH} == i386


More information about the svn-ports-all mailing list