summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorobache <obache>2013-08-01 12:41:01 +0000
committerobache <obache>2013-08-01 12:41:01 +0000
commitfeca09d1298db4e78356fcff1d8730bb5eea4d38 (patch)
treee7d2be62a00dd78c7e8c195147930ab10310fb58 /converters
parente2aeac036b11137b850ec37f504e82aeb598de2a (diff)
downloadpkgsrc-feca09d1298db4e78356fcff1d8730bb5eea4d38.tar.gz
Update skf to 1.99.6.
skf (1.99.6) * Fix typo on LWL error process * Fix cygwin python3 compilation -- Seiji Kaneko <efialtes@sourceforge.jp> Fri, 26 Jul 2013 23:13:36 +0900 skf (1.99.5) * Fix x-0213 unicode mapping * further nkf-compatibility * fix utf-16 code detection is escaping too early. * support UTF-32 input
Diffstat (limited to 'converters')
-rw-r--r--converters/skf/Makefile7
-rw-r--r--converters/skf/distinfo12
-rw-r--r--converters/skf/patches/patch-aa6
-rw-r--r--converters/skf/patches/patch-configure8
4 files changed, 16 insertions, 17 deletions
diff --git a/converters/skf/Makefile b/converters/skf/Makefile
index 1d91cc4a760..a8f580bde88 100644
--- a/converters/skf/Makefile
+++ b/converters/skf/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.44 2013/05/31 12:39:46 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2013/08/01 12:41:01 obache Exp $
-DISTNAME= skf_${VERSION}.4
+DISTNAME= skf_${VERSION}.6
VERSION= 1.99
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= japanese converters
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/58640/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/59205/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://sourceforge.jp/projects/skf/
diff --git a/converters/skf/distinfo b/converters/skf/distinfo
index 3e95c75f97c..b4dce7cc528 100644
--- a/converters/skf/distinfo
+++ b/converters/skf/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2013/04/21 13:39:17 obache Exp $
+$NetBSD: distinfo,v 1.34 2013/08/01 12:41:01 obache Exp $
-SHA1 (skf_1.99.4.tar.gz) = 60f0369def24ace69e08173d16f1d639f3d548c3
-RMD160 (skf_1.99.4.tar.gz) = 4a090001d067596fa1bf2af8cbb4238f6303f927
-Size (skf_1.99.4.tar.gz) = 1338794 bytes
-SHA1 (patch-aa) = 3b8a3c5acc6343c37e5c058cef8bc02abd51324a
-SHA1 (patch-configure) = d92ec59b10e107e1f381d7fe934c681d0ed8c825
+SHA1 (skf_1.99.6.tar.gz) = 7e629a4aa337a57addea1ae98c6ee0f87fd498fe
+RMD160 (skf_1.99.6.tar.gz) = 8dff9ae3ca6e1c43dac05f2a57d691e00ecde3e0
+Size (skf_1.99.6.tar.gz) = 1322517 bytes
+SHA1 (patch-aa) = e49fcf49f05d89d6de2b32729b95234436e583f1
+SHA1 (patch-configure) = dcb7efd139ce7ea0f29e6ba89b948f72b70322d2
diff --git a/converters/skf/patches/patch-aa b/converters/skf/patches/patch-aa
index 7315191f796..9d0c2ff22f5 100644
--- a/converters/skf/patches/patch-aa
+++ b/converters/skf/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.8 2012/04/12 13:50:23 obache Exp $
+$NetBSD: patch-aa,v 1.9 2013/08/01 12:41:01 obache Exp $
* fix localedir
* fix manpath
* enable locale
---- Makefile.in.orig 2012-03-17 08:22:27.000000000 +0000
+--- Makefile.in.orig 2013-07-03 02:59:58.000000000 +0000
+++ Makefile.in
@@ -54,13 +54,14 @@ GNU_S_INCLUDE_DIR = @gnu_s_headers_dir@
#
@@ -24,7 +24,7 @@ $NetBSD: patch-aa,v 1.8 2012/04/12 13:50:23 obache Exp $
LOCALEJDIR = "$(LOCALEDIR)/ja/LC_MESSAGES"
SKFLIBDIR = $(LSKFDIR)/lib
-@@ -108,8 +109,8 @@ CC = @CC@
+@@ -109,8 +110,8 @@ CC = @CC@
SUBDIRS =
diff --git a/converters/skf/patches/patch-configure b/converters/skf/patches/patch-configure
index 84cc42cdae7..47036d393e1 100644
--- a/converters/skf/patches/patch-configure
+++ b/converters/skf/patches/patch-configure
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.2 2013/04/07 10:34:48 obache Exp $
+$NetBSD: patch-configure,v 1.3 2013/08/01 12:41:01 obache Exp $
* test(1) portability fix
---- configure.orig 2013-04-07 03:30:04.000000000 +0000
+--- configure.orig 2013-07-26 10:13:30.000000000 +0000
+++ configure
-@@ -5213,7 +5213,7 @@ $as_echo_n "checking major version... "
+@@ -5223,7 +5223,7 @@ $as_echo_n "checking major version... "
* ) darwin_shared="-arch i386 -arch x86_64";
deployment_target=MACOSX_DEPLOYMENT_TARGET=10.6;;
esac
@@ -12,4 +12,4 @@ $NetBSD: patch-configure,v 1.2 2013/04/07 10:34:48 obache Exp $
+ if test "$mactiger" = "yes"; then
deployment_target="MACOSX_DEPLOYMENT_TARGET=10.4"
fi
- lineend_default="-DDEFAULT_EOL_LF"
+ lineend_default="-DDEFAULT_EOL_CR"