diff options
author | obache <obache@pkgsrc.org> | 2012-04-12 13:50:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-12 13:50:22 +0000 |
commit | 550c9410378344c00b4026de6fed44d8b8a4a360 (patch) | |
tree | 2e6b5413d8696ca2c02bdfe2260053092a458491 /converters/skf/patches | |
parent | 5fa27b24d7f6d329f864ebe20f55be0bb6a1113b (diff) | |
download | pkgsrc-550c9410378344c00b4026de6fed44d8b8a4a360.tar.gz |
Update skf to 0.99.0.
skf (1.99.0) experimental; urgency=low
* Unicode 6.1 support
* Mime related issue fixed.
* further fix for nkf compatibility.
* added support for ruby 1.9.x
-- Seiji Kaneko <efialtes@sourceforge.jp> Thu, 01 Mar 2012 19:40:38 +0900
Diffstat (limited to 'converters/skf/patches')
-rw-r--r-- | converters/skf/patches/patch-aa | 26 | ||||
-rw-r--r-- | converters/skf/patches/patch-configure | 15 |
2 files changed, 29 insertions, 12 deletions
diff --git a/converters/skf/patches/patch-aa b/converters/skf/patches/patch-aa index 786ba4c7405..7315191f796 100644 --- a/converters/skf/patches/patch-aa +++ b/converters/skf/patches/patch-aa @@ -1,28 +1,30 @@ -$NetBSD: patch-aa,v 1.7 2010/02/07 13:17:55 obache Exp $ +$NetBSD: patch-aa,v 1.8 2012/04/12 13:50:23 obache Exp $ ---- Makefile.in.orig 2010-01-09 15:37:45.000000000 +0000 +* fix localedir +* fix manpath +* enable locale + +--- Makefile.in.orig 2012-03-17 08:22:27.000000000 +0000 +++ Makefile.in -@@ -55,15 +55,16 @@ GNU_S_INCLUDE_DIR = @gnu_s_headers_dir@ +@@ -54,13 +54,14 @@ GNU_S_INCLUDE_DIR = @gnu_s_headers_dir@ # DOCDIR = $(datadir)/doc/@PACKAGE@ # --mandir = $(prefix)/$(manrawdir) -+mandir = @mandir@ +localedir= @localedir@ - LSFMANDIR = $(datadir)/man - MANCJDIR = $(LSFMANDIR)/ja - MANDIR = $(mandir)/man1 --JOMANDIR = $(mandir)/ja/man1 -+JOMANDIR = $(mandir)/ja_JP.EUC/man1 - JMANDIR = $(mandir)/ja_JP.UTF-8/man1 +-LSFMANDIR = $(datadir)/man ++LSFMANDIR = @mandir@ + MANDIR = $(LSFMANDIR)/man1 +-JOMANDIR = $(LSFMANDIR)/ja/man1 ++JOMANDIR = $(LSFMANDIR)/ja_JP.EUC/man1 + JMANDIR = $(LSFMANDIR)/ja_JP.UTF-8/man1 SKFTUTDIR = $(DOCDIR)/doc -LOCALEDIR = @localedir@ +LOCALEDIR = $(localedir) LOCALEJDIR = "$(LOCALEDIR)/ja/LC_MESSAGES" SKFLIBDIR = $(LSKFDIR)/lib -@@ -111,8 +112,8 @@ CC = @CC@ +@@ -108,8 +109,8 @@ CC = @CC@ SUBDIRS = diff --git a/converters/skf/patches/patch-configure b/converters/skf/patches/patch-configure new file mode 100644 index 00000000000..62fa74b46d6 --- /dev/null +++ b/converters/skf/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2012/04/12 13:50:23 obache Exp $ + +* test(1) portability fix + +--- configure.orig 2012-03-17 14:02:47.000000000 +0000 ++++ configure +@@ -4621,7 +4621,7 @@ echo $ECHO_N "checking major version... + * ) darwin_shared="-arch i386 -arch x86_64"; + deployment_target=MACOSX_DEPLOYMENT_TARGET=10.6;; + esac +- if test "$mactiger" == "yes"; then ++ if test "$mactiger" = "yes"; then + deployment_target="MACOSX_DEPLOYMENT_TARGET=10.4" + fi + fi |