diff options
author | minskim <minskim> | 2004-11-19 16:31:27 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-19 16:31:27 +0000 |
commit | 992e8232a9cbf1d3d7021b19a3050393d66e9e30 (patch) | |
tree | 541e1cbc105750247bc48bec89c6c80742f807bb | |
parent | 3f84968694448138648f3cec2e6a32d37a359cc5 (diff) | |
download | pkgsrc-992e8232a9cbf1d3d7021b19a3050393d66e9e30.tar.gz |
Update py-cjkcodecs to 1.1.1.
Changes:
- Fix a build problem with gcc-2.x.
-rw-r--r-- | converters/py-cjkcodecs/Makefile | 4 | ||||
-rw-r--r-- | converters/py-cjkcodecs/distinfo | 7 | ||||
-rw-r--r-- | converters/py-cjkcodecs/patches/patch-aa | 16 |
3 files changed, 5 insertions, 22 deletions
diff --git a/converters/py-cjkcodecs/Makefile b/converters/py-cjkcodecs/Makefile index 08f9e35030b..d5734692cd7 100644 --- a/converters/py-cjkcodecs/Makefile +++ b/converters/py-cjkcodecs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/08/07 14:31:57 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2004/11/19 16:31:27 minskim Exp $ # -DISTNAME= cjkcodecs-1.1 +DISTNAME= cjkcodecs-1.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= http://download.berlios.de/cjkpython/ diff --git a/converters/py-cjkcodecs/distinfo b/converters/py-cjkcodecs/distinfo index 429ea1a7d36..09c1cc9d60d 100644 --- a/converters/py-cjkcodecs/distinfo +++ b/converters/py-cjkcodecs/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/08/14 17:43:53 kristerw Exp $ +$NetBSD: distinfo,v 1.4 2004/11/19 16:31:27 minskim Exp $ -SHA1 (cjkcodecs-1.1.tar.gz) = 4ee689fd34c8593a5161ba3f2bc6e08b46c6dfa5 -Size (cjkcodecs-1.1.tar.gz) = 787631 bytes -SHA1 (patch-aa) = d8daf317769a35fd1a5f7265fc7b26f5a781d0ed +SHA1 (cjkcodecs-1.1.1.tar.gz) = eacf5593f151b71894abe6e73ad627979fa66b88 +Size (cjkcodecs-1.1.1.tar.gz) = 787796 bytes diff --git a/converters/py-cjkcodecs/patches/patch-aa b/converters/py-cjkcodecs/patches/patch-aa deleted file mode 100644 index a2a31db06e1..00000000000 --- a/converters/py-cjkcodecs/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/08/14 17:43:53 kristerw Exp $ - ---- src/_codecs_iso2022.c.orig Sat Aug 14 19:37:23 2004 -+++ src/_codecs_iso2022.c Sat Aug 14 19:39:09 2004 -@@ -141,7 +141,11 @@ - - struct iso2022_config { - int flags; -+#if defined(__GNUC__) && __GNUC__ <= 2 -+ const struct iso2022_designation designations[0]; -+#else - const struct iso2022_designation designations[]; /* non-ascii desigs */ -+#endif - }; - - /*-*- iso-2022 codec implementation -*-*/ |