diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-11-08 17:15:14 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-11-08 17:15:14 +0000 |
commit | b705c3700441084abb50f4e135894bb89366d6d5 (patch) | |
tree | 952558af4bfd0ece6db98dea813b7277dc0021cc /deskutils/kchmviewer | |
parent | e8d11ef752ab6e2d95a95aabeb39adf14b9762aa (diff) | |
download | ports-b705c3700441084abb50f4e135894bb89366d6d5.tar.gz ports-b705c3700441084abb50f4e135894bb89366d6d5.zip |
Notes
Diffstat (limited to 'deskutils/kchmviewer')
-rw-r--r-- | deskutils/kchmviewer/Makefile | 3 | ||||
-rw-r--r-- | deskutils/kchmviewer/distinfo | 4 | ||||
-rw-r--r-- | deskutils/kchmviewer/files/patch-chmlib-chm_lib.c | 16 |
3 files changed, 11 insertions, 12 deletions
diff --git a/deskutils/kchmviewer/Makefile b/deskutils/kchmviewer/Makefile index 4080c63eabad..d35130a2fe42 100644 --- a/deskutils/kchmviewer/Makefile +++ b/deskutils/kchmviewer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kchmviewer -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/deskutils/kchmviewer/distinfo b/deskutils/kchmviewer/distinfo index d735d79f409d..ca30ecd4aeb6 100644 --- a/deskutils/kchmviewer/distinfo +++ b/deskutils/kchmviewer/distinfo @@ -1,2 +1,2 @@ -MD5 (kchmviewer-1.0.tar.gz) = 0f9595cbb13eb950261e660c168dc033 -SIZE (kchmviewer-1.0.tar.gz) = 558754 +MD5 (kchmviewer-1.1.tar.gz) = 0346b051ed0b3c9c04790bedf889265a +SIZE (kchmviewer-1.1.tar.gz) = 557796 diff --git a/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c b/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c index 848732cdc121..3a2e190bba74 100644 --- a/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c +++ b/deskutils/kchmviewer/files/patch-chmlib-chm_lib.c @@ -1,11 +1,11 @@ ---- chmlib-0.35/chm_lib.c.orig Thu Jun 30 19:24:09 2005 -+++ chmlib-0.35/chm_lib.c Tue Aug 9 20:22:47 2005 -@@ -160,7 +160,7 @@ - /* Sparc */ - /* MIPS */ - /* PPC */ --#elif __i386__ || __sun || __sgi || __ppc__ || __x86_64__ -+#elif __i386__ || __sun || __sgi || __ppc__ || __x86_64__ || __ia64__ || __alpha__ || __sparc64__ +--- chmlib/chm_lib.c.orig Tue Nov 8 16:18:06 2005 ++++ chmlib/chm_lib.c Tue Nov 8 16:20:05 2005 +@@ -171,7 +171,7 @@ + + /* x86-64 */ + /* Note that these may be appropriate for other 64-bit machines. */ +-#elif __x86_64__ ++#elif __x86_64__ || __ia64__ || __alpha__ || __sparc64__ typedef unsigned char UChar; typedef short Int16; typedef unsigned short UInt16; |