pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/xchm Update to 0.8.11, provided by Min Sik Kim in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3c1181c7086c
branches: trunk
changeset: 467426:3c1181c7086c
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Jan 31 22:43:37 2004 +0000
description:
Update to 0.8.11, provided by Min Sik Kim in PR pkg/24257.
Changes:
- fixed a bug that prevented xCHM from properly figuring out
where to construct the table of contents from.
- fixed a bug that prevented the table of contents links to
work properly w/ some books.
- made the configure script sh friendly.
- added Chanler White Mac OS X patch to be able to use the
mouse wheel to scroll under Mac OS X.
- replaced the application icon with a much better one
contributed by Steven Chan.
diffstat:
misc/xchm/Makefile | 4 ++--
misc/xchm/distinfo | 7 +++----
misc/xchm/patches/patch-aa | 13 -------------
3 files changed, 5 insertions(+), 19 deletions(-)
diffs (42 lines):
diff -r fda2f625271b -r 3c1181c7086c misc/xchm/Makefile
--- a/misc/xchm/Makefile Sat Jan 31 22:19:55 2004 +0000
+++ b/misc/xchm/Makefile Sat Jan 31 22:43:37 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 14:11:10 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/31 22:43:37 xtraeme Exp $
#
-DISTNAME= xchm-0.8.10
+DISTNAME= xchm-0.8.11
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
diff -r fda2f625271b -r 3c1181c7086c misc/xchm/distinfo
--- a/misc/xchm/distinfo Sat Jan 31 22:19:55 2004 +0000
+++ b/misc/xchm/distinfo Sat Jan 31 22:43:37 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/01/14 01:59:54 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2004/01/31 22:43:37 xtraeme Exp $
-SHA1 (xchm-0.8.10.tar.gz) = a5ace834258a0ecc596d286fd13397f107218e1c
-Size (xchm-0.8.10.tar.gz) = 118834 bytes
-SHA1 (patch-aa) = f40c371db038b66f896b17bf0f510e1d4f819249
+SHA1 (xchm-0.8.11.tar.gz) = 1f659d9f35834c0f16e11a2664db73aed0f47464
+Size (xchm-0.8.11.tar.gz) = 223047 bytes
diff -r fda2f625271b -r 3c1181c7086c misc/xchm/patches/patch-aa
--- a/misc/xchm/patches/patch-aa Sat Jan 31 22:19:55 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/01/14 01:59:54 xtraeme Exp $
-
---- configure.orig 2004-01-14 02:51:24.000000000 +0100
-+++ configure 2004-01-14 02:51:41.000000000 +0100
-@@ -1515,7 +1515,7 @@
- fi
-
- REZ_FLAGS="`$WX_CONFIG_PATH --rezflags`"
--if test "x$REZ_FLAGS" == "x" -o "x$REZ_FLAGS" == "x#"; then
-+if test "x$REZ_FLAGS" = "x" -o "x$REZ_FLAGS" = "x#"; then
- REZ_COMMAND=""
- else
- REZ_COMMAND="$REZ_FLAGS xchm"
Home |
Main Index |
Thread Index |
Old Index