pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xm7 Fixed a gcc error message and a few pkgl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d333f14931d6
branches:  trunk
changeset: 525363:d333f14931d6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Feb 16 10:53:11 2007 +0000

description:
Fixed a gcc error message and a few pkglint warnings.

diffstat:

 emulators/xm7/Makefile         |   6 +++---
 emulators/xm7/distinfo         |   3 ++-
 emulators/xm7/patches/patch-ae |  15 +++++++++++++++
 3 files changed, 20 insertions(+), 4 deletions(-)

diffs (60 lines):

diff -r d2898a1828ac -r d333f14931d6 emulators/xm7/Makefile
--- a/emulators/xm7/Makefile    Fri Feb 16 10:51:25 2007 +0000
+++ b/emulators/xm7/Makefile    Fri Feb 16 10:53:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/02/06 18:20:07 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2007/02/16 10:53:11 rillig Exp $
 #
 
 DISTNAME=              xm71010s
@@ -15,7 +15,7 @@
 BUILD_DEPENDS+=                nkf>=1.7:../../converters/nkf
 
 RESTRICTED=            source archive is not redistributable
-RESTRICTED+=           no-commercial-use
+LICENSE=               no-commercial-use
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_SRC_ON_FTP=         ${RESTRICTED}
 
@@ -27,7 +27,7 @@
 INSTALLATION_DIRS=     bin
 
 post-extract:
-       @cd ${WRKDIR}; ${MV} linux/* vm
+       cd ${WRKDIR} && mv linux/* vm
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin
diff -r d2898a1828ac -r d333f14931d6 emulators/xm7/distinfo
--- a/emulators/xm7/distinfo    Fri Feb 16 10:51:25 2007 +0000
+++ b/emulators/xm7/distinfo    Fri Feb 16 10:53:11 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/02/12 07:49:12 rillig Exp $
+$NetBSD: distinfo,v 1.12 2007/02/16 10:53:11 rillig Exp $
 
 SHA1 (xm71010s.lzh) = 1afad6f530e05545505582d47bb0aa92965e6f71
 RMD160 (xm71010s.lzh) = df1d96fa997c39ab6bbd0c9d3953a90cfbfb9efa
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 4e6cc9113e25eca32a1f672b82b3c07ed141a5b7
 SHA1 (patch-ac) = e55f25cb7046455489ab052dbe268043983a9e5f
 SHA1 (patch-ad) = d92ce48806c57a8cf0447f3e647202709e9a63d3
+SHA1 (patch-ae) = ee3a92da9301db4aca1b9eff7b4850f17334345c
diff -r d2898a1828ac -r d333f14931d6 emulators/xm7/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xm7/patches/patch-ae    Fri Feb 16 10:53:11 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2007/02/16 10:53:11 rillig Exp $
+
+Prevents a gcc error message.
+
+--- fdc.c.orig 2000-03-22 17:01:00.000000000 +0100
++++ fdc.c      2007-02-16 11:39:13.000000000 +0100
+@@ -56,7 +56,7 @@ static BYTE fdc_indexcnt;                                            /* INDEX?
+ /*
+  *    ?v???g?^?C?v?é?¾
+  */
+-void fdc_readbuf(int drive);          /* ?P?g???b?N?ª?Ç?Ý???Ý */
++static void fdc_readbuf(int drive);           /* ?P?g???b?N?ª?Ç?Ý???Ý */
+ 
+ /*
+  *    FDC



Home | Main Index | Thread Index | Old Index