pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/peace Update PEACE to 0.0.20060620



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78e909b6bf28
branches:  trunk
changeset: 514892:78e909b6bf28
user:      kent <kent%pkgsrc.org@localhost>
date:      Tue Jun 20 14:23:45 2006 +0000

description:
Update PEACE to 0.0.20060620
 * fix a build error on recent -current
 * support for X.Org

diffstat:

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

diffs (49 lines):

diff -r 96c7e3dc9e72 -r 78e909b6bf28 emulators/peace/Makefile
--- a/emulators/peace/Makefile  Tue Jun 20 14:09:08 2006 +0000
+++ b/emulators/peace/Makefile  Tue Jun 20 14:23:45 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2006/03/10 13:57:13 kent Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/20 14:23:45 kent Exp $
 #
-PEACE_VERSION= 0.0.20060310
+PEACE_VERSION= 0.0.20060620
 DISTNAME=      peace-${PEACE_VERSION}
-SITES_peace-0.0.20060310.tar.gz=http://chiharu.hauN.org/peace/dist/
+SITES_peace-0.0.20060620.tar.gz=http://chiharu.hauN.org/peace/dist/
 CATEGORIES=    emulators
 
 MAINTAINER=    kent%NetBSD.org@localhost
@@ -13,12 +13,14 @@
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=peace/}
 ONLY_FOR_PLATFORM=      NetBSD-[2-9]*-i386
 DEPENDS+=      icu>=2.4nb1:../../textproc/icu
+DEPENDS+=      freetype2>=2.2.1:../../graphics/freetype2
 # bin/showstack requires perl5 and cross-i386-netbsdpe
 # DEPENDS+=    perl5:../../lang/perl5
 # DEPENDS+=    cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe
 
 BUILD_DEPENDS+=        cross-i386-netbsdpe>=3.3:../../cross/i386-netbsdpe
 BUILD_DEPENDS+=        w32api>=2.5:../../devel/w32api
+BUILD_DEPENDS+=        x11-links>=0.30:../../pkgtools/x11-links
 
 # Don't use "+=" here to avoid unexpected link with ELF libraries
 LDFLAGS=       -L${WRKSRC}/lib
@@ -41,5 +43,4 @@
        ${RMDIR} ${PREFIX}/emul/pecoff/usr/share/man
        ${RMDIR} ${PREFIX}/emul/pecoff/usr/share
 
-.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 96c7e3dc9e72 -r 78e909b6bf28 emulators/peace/distinfo
--- a/emulators/peace/distinfo  Tue Jun 20 14:09:08 2006 +0000
+++ b/emulators/peace/distinfo  Tue Jun 20 14:23:45 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2006/03/10 13:57:13 kent Exp $
+$NetBSD: distinfo,v 1.13 2006/06/20 14:23:45 kent Exp $
 
-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
+SHA1 (peace-0.0.20060620.tar.gz) = 2bed7dde05d0e2080346e6516aceade37fe12dc7
+RMD160 (peace-0.0.20060620.tar.gz) = 0dad87b0f0561728f6fa6e22f38772b97e0542f9
+Size (peace-0.0.20060620.tar.gz) = 584657 bytes



Home | Main Index | Thread Index | Old Index