diff options
author | John Polstra <jdp@FreeBSD.org> | 2003-04-16 02:05:19 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2003-04-16 02:05:19 +0000 |
commit | 64a1605ef0caee3b9b0a2661b05e140660c871a2 (patch) | |
tree | 4e55fef237ee73d07313dfd95f6b3753e391292b /lang/ezm3 | |
parent | Update to 0.9.8 (diff) |
I had to roll a new compiler bootstrap for the FreeBSD/alpha
platform because of a last-minute botch generating the original one.
Update the port to use the corrected bootstrap tarball.
Notes
Notes:
svn path=/head/; revision=79049
Diffstat (limited to 'lang/ezm3')
-rw-r--r-- | lang/ezm3/Makefile | 4 | ||||
-rw-r--r-- | lang/ezm3/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 31f9cb32b2ce..8b32a39233bf 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -29,7 +29,6 @@ PROGS= bin/m3build \ bin/m3bundle \ bin/m3ship \ lib/m3/${TARGET}/m3cgc1 -BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 .include <bsd.port.pre.mk> @@ -42,12 +41,15 @@ BROKEN= Not supported on versions earlier than 4.1-RELEASE .if ${ARCH} == "alpha" TARGET= FBSD_ALPHA WORDSIZE= 64 +BOOTSTRAP= ezm3-${PORTVERSION}a-${TARGET}-boot.tar.bz2 .elif ${ARCH} == "i386" TARGET= FreeBSD4 WORDSIZE= 32 +BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 .elif ${ARCH} == "sparc64" TARGET= FBSD_SPARC64 WORDSIZE= 64 +BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 .endif do-build: diff --git a/lang/ezm3/distinfo b/lang/ezm3/distinfo index f7274dc70158..322405c2ba4f 100644 --- a/lang/ezm3/distinfo +++ b/lang/ezm3/distinfo @@ -1,4 +1,4 @@ -MD5 (ezm3/ezm3-1.1-FBSD_ALPHA-boot.tar.bz2) = bc94ea3333dfb8216e523deafcf93116 +MD5 (ezm3/ezm3-1.1a-FBSD_ALPHA-boot.tar.bz2) = a8bc5b827f6f24cec2a5a482543b46a8 MD5 (ezm3/ezm3-1.1-FBSD_SPARC64-boot.tar.bz2) = 1dce08c7b56b48f1597fe3dff6ac2ef7 MD5 (ezm3/ezm3-1.1-FreeBSD4-boot.tar.bz2) = e04522a09a2ed8b11c36b9b0dcebf2e1 MD5 (ezm3/ezm3-1.1-src.tar.bz2) = 0cb8d2af3784142144c01ffac4c0ffff |