diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-10 20:53:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-10 20:53:44 +0000 |
commit | 3394f6d3063f0a0a59e7273b67fcf85b5ed3b151 (patch) | |
tree | 226679915688222edfae7437ce84dba3611ee171 /x11-wm/icewm | |
parent | a22d8a056b1289982ad0f2720db7da986af8f7f6 (diff) |
Notes
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-src_ylocale.cc | 12 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-plist | 2 |
4 files changed, 10 insertions, 12 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index eaca2354bc1b..2c2c3fc2eeb3 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icewm -PORTVERSION= 1.2.26 +PORTVERSION= 1.2.27 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index e716e656e623..1253e2e5d7c5 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -MD5 (icewm-1.2.26.tar.gz) = 097b12d3f8e0f57a964e4821bc1825ed -SHA256 (icewm-1.2.26.tar.gz) = 96ed51cbaead5bd8c33522be5bf0baac4c051db0a826f764eb8528b2ec0c5497 -SIZE (icewm-1.2.26.tar.gz) = 1042824 +MD5 (icewm-1.2.27.tar.gz) = 777ba54008cba6e9a1efbb051119c511 +SHA256 (icewm-1.2.27.tar.gz) = 4943e90952be2bcb8913c27d8dbbc6bf526d999db9345bc7752330c9eef6bf9a +SIZE (icewm-1.2.27.tar.gz) = 1065165 diff --git a/x11-wm/icewm/files/patch-src_ylocale.cc b/x11-wm/icewm/files/patch-src_ylocale.cc index e1b29970890f..1a200211225b 100644 --- a/x11-wm/icewm/files/patch-src_ylocale.cc +++ b/x11-wm/icewm/files/patch-src_ylocale.cc @@ -1,6 +1,6 @@ ---- src/ylocale.cc.orig Mon Apr 17 01:12:31 2006 -+++ src/ylocale.cc Mon Apr 17 16:19:46 2006 -@@ -149,10 +149,11 @@ +--- src/ylocale.cc.orig Mon Aug 7 03:38:14 2006 ++++ src/ylocale.cc Tue Aug 8 01:00:33 2006 +@@ -149,7 +149,8 @@ return NULL; YUChar * uStr(new YUChar[lLen + 1]); @@ -9,8 +9,4 @@ + char * outbuf((char *) uStr); size_t inlen(lLen), outlen(4 * lLen); -- if (0 > (int) iconv(instance->toUnicode, const_cast<char **>(&inbuf), &inlen, &outbuf, &outlen)) -+ if (0 > (int) iconv(instance->toUnicode, &inbuf, &inlen, &outbuf, &outlen)) - warn(_("Invalid multibyte string \"%s\": %s"), lStr, strerror(errno)); - - *((YUChar *) outbuf) = 0; + if (0 > (int) iconv(instance->toUnicode, &inbuf, &inlen, &outbuf, &outlen)) diff --git a/x11-wm/icewm/pkg-plist b/x11-wm/icewm/pkg-plist index 34895d2cd42b..84df26203d2f 100644 --- a/x11-wm/icewm/pkg-plist +++ b/x11-wm/icewm/pkg-plist @@ -338,6 +338,7 @@ bin/icewmtray %%NLS%%share/locale/bg/LC_MESSAGES/icewm.mo %%NLS%%share/locale/ca/LC_MESSAGES/icewm.mo %%NLS%%share/locale/cs/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/da/LC_MESSAGES/icewm.mo %%NLS%%share/locale/de/LC_MESSAGES/icewm.mo %%NLS%%share/locale/el/LC_MESSAGES/icewm.mo %%NLS%%share/locale/en/LC_MESSAGES/icewm.mo @@ -352,6 +353,7 @@ bin/icewmtray %%NLS%%share/locale/ko/LC_MESSAGES/icewm.mo %%NLS%%share/locale/lt/LC_MESSAGES/icewm.mo %%NLS%%share/locale/lv/LC_MESSAGES/icewm.mo +%%NLS%%share/locale/mk/LC_MESSAGES/icewm.mo %%NLS%%share/locale/nb/LC_MESSAGES/icewm.mo %%NLS%%share/locale/nl/LC_MESSAGES/icewm.mo %%NLS%%share/locale/pl/LC_MESSAGES/icewm.mo |