pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/peace * Update to a snaphot as of 20060125



details:   https://anonhg.NetBSD.org/pkgsrc/rev/257fbc149963
branches:  trunk
changeset: 507027:257fbc149963
user:      kent <kent%pkgsrc.org@localhost>
date:      Wed Jan 25 08:32:51 2006 +0000

description:
* 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:

 emulators/peace/Makefile |  10 ++++------
 emulators/peace/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r 2368dd26ac1d -r 257fbc149963 emulators/peace/Makefile
--- a/emulators/peace/Makefile  Wed Jan 25 08:31:21 2006 +0000
+++ b/emulators/peace/Makefile  Wed Jan 25 08:32:51 2006 +0000
@@ -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@localhost
@@ -14,7 +13,7 @@
 
 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+=        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 -r 2368dd26ac1d -r 257fbc149963 emulators/peace/distinfo
--- a/emulators/peace/distinfo  Wed Jan 25 08:31:21 2006 +0000
+++ b/emulators/peace/distinfo  Wed Jan 25 08:32:51 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index