diff options
author | jwise <jwise@pkgsrc.org> | 1999-09-14 03:16:23 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-09-14 03:16:23 +0000 |
commit | e802c1301bca58f4fe9d9ec54c19ea85fe333a87 (patch) | |
tree | 3eda427bc210f20411f8f698a50daad5449a4b9c /x11/xforms | |
parent | d0e9933400b1f4eb40f5031d352de20ecab382d6 (diff) | |
download | pkgsrc-e802c1301bca58f4fe9d9ec54c19ea85fe333a87.tar.gz |
Make xforms use the (newly-available) i386-ELF binaries.
Also, use IGNORE= instead of a NOT_FOR_PLATFORM re-assignment
to exclude ELFin sparcs
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 20 | ||||
-rw-r--r-- | x11/xforms/files/md5 | 3 |
2 files changed, 14 insertions, 9 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 8d7f863f91d..bde39be3cbd 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,7 +1,14 @@ -# $NetBSD: Makefile,v 1.16 1999/08/25 22:48:37 bad Exp $ +# $NetBSD: Makefile,v 1.17 1999/09/14 03:16:23 jwise Exp $ # -DISTNAME= bxform-088 +# for OBJECT_FORMAT, LOWER_OPSYS, MACHINE_PLATFORM, ... +.include "../../mk/bsd.prefs.mk" + +.if ((${LOWER_OPSYS} == "netbsd") && (${MACHINE_ARCH} == "i386") && (${OBJECT_FMT} == "ELF")) +DISTNAME= bxform-088-ELF +.else +DISTNAME= bxform-088 +.endif PKGNAME= xforms-0.88 WRKSRC= ${WRKDIR}/xforms CATEGORIES= x11 @@ -20,15 +27,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= lamj@stat.cmu.edu HOMEPAGE= http://bragg.phys.uwm.edu/xforms/ -# for OBJECT_FORMAT, LOWER_OPSYS, MACHINE_PLATFORM, ... -.include "../../mk/bsd.prefs.mk" - ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-ns32k *-*-sparc -# XXX no ELF objects for sparc and i386 on NetBSD -.if (${LOWER_OPSYS} == "netbsd") && ((${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "sparc")) +# XXX no ELF objects for sparc on NetBSD +.if (${LOWER_OPSYS} == "netbsd") && (${MACHINE_ARCH} == "sparc") .if (${OBJECT_FMT} == "ELF") -NOT_FOR_PLATFORM= ${MACHINE_PLATFORM} +IGNORE="is not available for ${MACHINE_PLATFORE} using the ELF object format." .endif .endif diff --git a/x11/xforms/files/md5 b/x11/xforms/files/md5 index 4a04940abde..55af299859b 100644 --- a/x11/xforms/files/md5 +++ b/x11/xforms/files/md5 @@ -1,7 +1,8 @@ -$NetBSD: md5,v 1.4 1999/06/11 09:45:07 jlam Exp $ +$NetBSD: md5,v 1.5 1999/09/14 03:16:23 jwise Exp $ MD5 (xforms-arm32/bxform-088.tgz) = 709b4094b6cbcb718d66c979882de471 MD5 (xforms-i386/bxform-088.tgz) = 0e54cf437813298ccf6874d47fd01db1 +MD5 (xforms-i386/bxform-088-ELF.tgz) = 3fc6f2e95ad041d7fa3c37f28485366c MD5 (xforms-m68k/bxform-088.tgz) = aac3b9873af7ed8c8daa6d79edf4d796 MD5 (xforms-ns32k/bxform-088.tgz) = e84b3226eda1cce93bcd54e037d6a72f MD5 (xforms-sparc/bxform-088.tgz) = 0ce08b5fefc0876ac1e7e3904ff1045f |