diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 22:43:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 22:43:37 +0000 |
commit | 8d84881104c7b386ab5588661bf91be4294cf513 (patch) | |
tree | edcdc7bd793fac5b874c083a953866a6edfb2e87 /misc | |
parent | 568a3ac0c290b0f7395b61de01f0493cf755b5c3 (diff) | |
download | pkgsrc-8d84881104c7b386ab5588661bf91be4294cf513.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/xchm/Makefile | 4 | ||||
-rw-r--r-- | misc/xchm/distinfo | 7 | ||||
-rw-r--r-- | misc/xchm/patches/patch-aa | 13 |
3 files changed, 5 insertions, 19 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 26147bc5942..dfaf5f53eeb 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -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 --git a/misc/xchm/distinfo b/misc/xchm/distinfo index 5e84fcc64b8..cf6bff9eff5 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -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 --git a/misc/xchm/patches/patch-aa b/misc/xchm/patches/patch-aa deleted file mode 100644 index b3b458895bb..00000000000 --- a/misc/xchm/patches/patch-aa +++ /dev/null @@ -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" |