Subject: pkg/24257: misc/xchm update to 0.8.11
To: None <gnats-bugs@gnats.NetBSD.org>
From: Min Sik Kim <minskim@bawi.org>
List: netbsd-bugs
Date: 01/27/2004 01:21:49
>Number: 24257
>Category: pkg
>Synopsis: misc/xchm update to 0.8.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Jan 27 07:22:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Min Sik Kim
>Release: NetBSD 1.6ZH
>Organization:
>Environment:
System: NetBSD sulley.infnis.com 1.6ZH NetBSD 1.6ZH (SULLEY) #5: Sun Jan 18 00:17:12 CST 2004 root@sulley.infnis.com:/usr/obj/sys/arch/i386/compile/SULLEY i386
Architecture: i386
Machine: i386
>Description:
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.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/misc/xchm/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 2004/01/24 14:11:10 1.5
+++ Makefile 2004/01/27 07:17:52
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2004/01/24 14:11:10 grant Exp $
#
-DISTNAME= xchm-0.8.10
+DISTNAME= xchm-0.8.11
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
@@ -10,9 +10,7 @@
COMMENT= CHM viewer for UNIX
USE_BUILDLINK2= yes
-USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
.include "../../devel/chmlib/buildlink2.mk"
.include "../../x11/wxGTK/buildlink2.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/misc/xchm/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST 2004/01/06 15:36:18 1.1.1.1
+++ PLIST 2004/01/27 07:17:52
@@ -1,2 +1,10 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $
bin/xchm
+share/pixmaps/xchm-128.xpm
+share/pixmaps/xchm-16.xpm
+share/pixmaps/xchm-32.xpm
+share/pixmaps/xchm-48.xpm
+share/pixmaps/xchmdoc-128.xpm
+share/pixmaps/xchmdoc-16.xpm
+share/pixmaps/xchmdoc-32.xpm
+share/pixmaps/xchmdoc-48.xpm
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/misc/xchm/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 2004/01/14 01:59:54 1.2
+++ distinfo 2004/01/27 07:17:52
@@ -1,5 +1,4 @@
$NetBSD: distinfo,v 1.2 2004/01/14 01:59:54 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
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/misc/xchm/patches/patch-aa,v
retrieving revision 1.1
diff -u -r1.1 patch-aa
--- patches/patch-aa 2004/01/14 01:59:54 1.1
+++ patches/patch-aa 2004/01/27 07:17:52
@@ -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"
>Release-Note:
>Audit-Trail:
>Unformatted: