diff options
author | kent <kent@pkgsrc.org> | 2006-01-25 08:32:51 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2006-01-25 08:32:51 +0000 |
commit | 05d1098bdcae1751d470a9d7e1acfca728c2d128 (patch) | |
tree | daa4caccf2e5087d36fbe9c5a23d6adac892905e /emulators | |
parent | 47102910b0f4e5fda52ec7840a611b068b4d40e0 (diff) | |
download | pkgsrc-05d1098bdcae1751d470a9d7e1acfca728c2d128.tar.gz |
* Update to a snaphot as of 20060125
- fix a build problem with newer FreeType
- fix a build problem with -current after "compat code reorg"
* PEACE works only for i386
* remove unnecessary CPPFLAGS setting
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/peace/Makefile | 10 | ||||
-rw-r--r-- | emulators/peace/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile index 578250c0a64..525126a830b 100644 --- a/emulators/peace/Makefile +++ b/emulators/peace/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/01/04 04:29:06 schmonz Exp $ +# $NetBSD: Makefile,v 1.17 2006/01/25 08:32:51 kent Exp $ # -PEACE_VERSION= 0.0.20050609 +PEACE_VERSION= 0.0.20060125 DISTNAME= peace-${PEACE_VERSION} -SITES_peace-0.0.20050609.tar.gz=http://chiharu.hauN.org/peace/dist/ -PKGREVISION= 1 +SITES_peace-0.0.20060125.tar.gz=http://chiharu.hauN.org/peace/dist/ CATEGORIES= emulators MAINTAINER= kent@NetBSD.org @@ -14,7 +13,7 @@ BROKEN_IN= pkgsrc-2005Q4 DISTFILES+= peace-${PEACE_VERSION}.tar.gz MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=peace/} -ONLY_FOR_PLATFORM= NetBSD-1.6Z[D-Z]*-* NetBSD-[2-9]*-* +ONLY_FOR_PLATFORM= NetBSD-[2-9]*-i386 DEPENDS+= icu>=2.4nb1:../../textproc/icu # bin/showstack requires perl5 and cross-i386-netbsdpe # DEPENDS+= perl5:../../lang/perl5 @@ -24,7 +23,6 @@ BUILD_DEPENDS+= cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe BUILD_DEPENDS+= w32api>=2.5:../../devel/w32api BUILD_DEPENDS+= x11-links-*:../../pkgtools/x11-links -CPPFLAGS+= -I${WRKDIR}/cross/i386-netbsdpe/include LDFLAGS+= -L${WRKSRC}/lib PECOFFDIR= ${PREFIX}/emul/pecoff MAKE_FLAGS+= PECOFFDIR=${PECOFFDIR:Q} \ diff --git a/emulators/peace/distinfo b/emulators/peace/distinfo index 73e521ed076..57f9f1d7fef 100644 --- a/emulators/peace/distinfo +++ b/emulators/peace/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/06/09 14:25:49 kent Exp $ +$NetBSD: distinfo,v 1.10 2006/01/25 08:32:51 kent Exp $ -SHA1 (peace-0.0.20050609.tar.gz) = d5caabe54bbe9c98ec833c519b2a6b7eca898075 -RMD160 (peace-0.0.20050609.tar.gz) = dc71e80c6cf12e874dd69e1b02f2ebd70aaabea3 -Size (peace-0.0.20050609.tar.gz) = 580007 bytes +SHA1 (peace-0.0.20060125.tar.gz) = 291e60209478a5df7e7b87d67e11eb196de8d7d8 +RMD160 (peace-0.0.20060125.tar.gz) = f6ddd4ca329e025c884fe1d689e40382a1216fc1 +Size (peace-0.0.20060125.tar.gz) = 580142 bytes |