diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 21:05:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 21:05:31 +0800 |
commit | c61b15bedc7254343e769077a3ea1680b0b09283 (patch) | |
tree | cb1ef214839990ce799d61995c94eba2682d6dd9 /lang/ezm3 | |
parent | f872699953a808f9a428d8c5707a818be783e93f (diff) | |
download | freebsd-ports-gnome-c61b15bedc7254343e769077a3ea1680b0b09283.tar.gz freebsd-ports-gnome-c61b15bedc7254343e769077a3ea1680b0b09283.tar.zst freebsd-ports-gnome-c61b15bedc7254343e769077a3ea1680b0b09283.zip |
- Reroll amd64 patchset with updated Unix.i3. No functional changes.
Requested by: ru
Diffstat (limited to 'lang/ezm3')
-rw-r--r-- | lang/ezm3/Makefile | 6 | ||||
-rw-r--r-- | lang/ezm3/distinfo | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 842561741672..d4c6788d8b6e 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -19,7 +19,7 @@ DISTFILES= ezm3-${PORTVERSION}-src.tar.bz2:src .if ${ARCH} == "amd64" DISTFILES+= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2:amdb \ - ezm3-amd64-patchset.tar.bz2:amdp + ezm3-amd64-patchset-2.tar.bz2:amdp .else DISTFILES+= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2:src .endif @@ -36,7 +36,6 @@ PLIST_SUB+= ARCH=${ARCH} TARGET=${TARGET} WORDSIZE=${WORDSIZE} \ SCRIPTS_ENV+= TARGET=${TARGET} USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes PROGS= bin/m3build \ bin/m3bundle \ @@ -91,9 +90,6 @@ post-patch: .if ${ARCH} == "sparc64" && ${OSVERSION} < 502107 @${REINPLACE_CMD} -E -e 's|(^.*time_t.*=.*)int64_t;|\1int32_t;|' \ ${WRKSRC}/libs/m3core/src/unix/freebsd-4.sparc64/Utypes.i3 -.elif ${ARCH} == "amd64" - @${CP} ${WRKSRC}/libs/m3core/src/unix/freebsd-4.alpha/Unix.i3 \ - ${WRKSRC}/libs/m3core/src/unix/freebsd-4.amd64/Unix.i3 .endif do-build: diff --git a/lang/ezm3/distinfo b/lang/ezm3/distinfo index 0cf5dd92a574..9231453b6243 100644 --- a/lang/ezm3/distinfo +++ b/lang/ezm3/distinfo @@ -10,5 +10,5 @@ MD5 (ezm3/ezm3-1.1-src.tar.bz2) = 0cb8d2af3784142144c01ffac4c0ffff SIZE (ezm3/ezm3-1.1-src.tar.bz2) = 10705295 MD5 (ezm3/ezm3-1.1-FBSD_AMD64-boot.tar.bz2) = 9a035001f85ebe063ad24f5993d787aa SIZE (ezm3/ezm3-1.1-FBSD_AMD64-boot.tar.bz2) = 1533175 -MD5 (ezm3/ezm3-amd64-patchset.tar.bz2) = e7f6bacd1fda51c1aeee8273fed9158f -SIZE (ezm3/ezm3-amd64-patchset.tar.bz2) = 294958 +MD5 (ezm3/ezm3-amd64-patchset-2.tar.bz2) = 8c6ee79d7971cb723d5919a921a8aa76 +SIZE (ezm3/ezm3-amd64-patchset-2.tar.bz2) = 294919 |