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 snapshot as of Mar. 10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe9ea40495aa
branches:  trunk
changeset: 509450:fe9ea40495aa
user:      kent <kent%pkgsrc.org@localhost>
date:      Fri Mar 10 13:57:13 2006 +0000

description:
update to a snapshot as of Mar. 10.
 - fix build problem on -current later than Feb. 24
 - no funcional changes.

diffstat:

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

diffs (39 lines):

diff -r 42048a470383 -r fe9ea40495aa emulators/peace/Makefile
--- a/emulators/peace/Makefile  Fri Mar 10 12:33:49 2006 +0000
+++ b/emulators/peace/Makefile  Fri Mar 10 13:57:13 2006 +0000
@@ -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@localhost
@@ -21,7 +20,8 @@
 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 -r 42048a470383 -r fe9ea40495aa emulators/peace/distinfo
--- a/emulators/peace/distinfo  Fri Mar 10 12:33:49 2006 +0000
+++ b/emulators/peace/distinfo  Fri Mar 10 13:57:13 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index