diff options
author | kent <kent@pkgsrc.org> | 2006-03-10 13:57:13 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2006-03-10 13:57:13 +0000 |
commit | 261f2f3beeb4653d9121a5e1730d31e6c2bbea82 (patch) | |
tree | 3c963aa449f474ca99b3fe15ae4eb97094978d3c /emulators | |
parent | 49962eb9061eaeafb8905a4f95e331638394b58e (diff) | |
download | pkgsrc-261f2f3beeb4653d9121a5e1730d31e6c2bbea82.tar.gz |
update to a snapshot as of Mar. 10.
- fix build problem on -current later than Feb. 24
- no funcional changes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/peace/Makefile | 10 | ||||
-rw-r--r-- | emulators/peace/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile index 074a2ccfb18..7c6e84627dc 100644 --- a/emulators/peace/Makefile +++ b/emulators/peace/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/02/26 17:26:32 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/03/10 13:57:13 kent Exp $ # -PEACE_VERSION= 0.0.20060210 +PEACE_VERSION= 0.0.20060310 DISTNAME= peace-${PEACE_VERSION} -SITES_peace-0.0.20060210.tar.gz=http://chiharu.hauN.org/peace/dist/ -PKGREVISION= 2 +SITES_peace-0.0.20060310.tar.gz=http://chiharu.hauN.org/peace/dist/ CATEGORIES= emulators MAINTAINER= kent@NetBSD.org @@ -21,7 +20,8 @@ DEPENDS+= icu>=2.4nb1:../../textproc/icu BUILD_DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe BUILD_DEPENDS+= w32api>=2.5:../../devel/w32api -LDFLAGS+= -L${WRKSRC}/lib +# Don't use "+=" here to avoid unexpected link with ELF libraries +LDFLAGS= -L${WRKSRC}/lib PECOFFDIR= ${PREFIX}/emul/pecoff MAKE_FLAGS+= PECOFFDIR=${PECOFFDIR:Q} \ LOCALBASE=${LOCALBASE:Q} \ diff --git a/emulators/peace/distinfo b/emulators/peace/distinfo index 40980d1272d..c8a71e4f894 100644 --- a/emulators/peace/distinfo +++ b/emulators/peace/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2006/02/10 13:52:18 kent Exp $ +$NetBSD: distinfo,v 1.12 2006/03/10 13:57:13 kent Exp $ -SHA1 (peace-0.0.20060210.tar.gz) = 072d1b8b5f909db4e8fb28c0e8e86b0c09f48115 -RMD160 (peace-0.0.20060210.tar.gz) = 946d7d44caeea90c87e40b25e00e9381727acb0a -Size (peace-0.0.20060210.tar.gz) = 582106 bytes +SHA1 (peace-0.0.20060310.tar.gz) = 0576be251c5645f4c920baa5228a01edb68fba5f +RMD160 (peace-0.0.20060310.tar.gz) = cb907e944b52a1b6b7863eff8f6cfe89f9e6e490 +Size (peace-0.0.20060310.tar.gz) = 582593 bytes |