From d907fad14d62ab041398d5503715645e1def8e4e Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sun, 27 May 2007 08:55:56 +0000 Subject: - Update to 0.7.2.20070514 - Host distfiles at my place per request from maintainer - Kill reference to X11BASE, now everything in LOCALBASE - Rename patches to match our name convention, also update them if necessary openvanilla-modules: - Add Chewing module scim-openvanilla: - Remove pkg-plist, use PLIST_FILES for small # of files - Remove hack for objformat removal, no longer needed PR: ports/112721 Submitted by: Li-Lun Wang (maintainer) --- .../openvanilla-modules/files/patch-Modules-Mk-ov.module.mk | 11 +++++++++++ .../files/patch-Modules-OVIMBoshiamy-Makefile | 11 +++++++++++ .../files/patch-Modules-OVIMSpaceChewing-Makefile | 13 +++++++++++++ .../files/patch-Modules-OVIMSpaceChewing0.3-Makefile | 11 +++++++++++ .../files/patch-Modules-SharedHeaders-OVFileHandler.h | 13 +++++++++++++ .../files/patch-Modules::Mk::ov.module.mk | 11 ----------- .../files/patch-Modules::SharedHeaders::OVFileHandler.h | 13 ------------- 7 files changed, 59 insertions(+), 24 deletions(-) create mode 100644 textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk create mode 100644 textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile create mode 100644 textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing-Makefile create mode 100644 textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing0.3-Makefile create mode 100644 textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h delete mode 100644 textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk delete mode 100644 textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h (limited to 'textproc/openvanilla-modules/files') diff --git a/textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk b/textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk new file mode 100644 index 000000000000..aa430813df8c --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk @@ -0,0 +1,11 @@ +--- Modules/Mk/ov.module.mk.orig Tue Feb 14 00:18:29 2006 ++++ Modules/Mk/ov.module.mk Tue Feb 14 13:55:40 2006 +@@ -178,7 +178,7 @@ + + GCC=/usr/bin/gcc + GPP=/usr/bin/g++ +-LIBTOOL=$(shell ../Mk/find-libtool.pl) ++# LIBTOOL=$(shell ../Mk/find-libtool.pl) + + + ifeq ("$(OS_COMPILE)", "Darwin") diff --git a/textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile b/textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile new file mode 100644 index 000000000000..41eff6367753 --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules-OVIMBoshiamy-Makefile @@ -0,0 +1,11 @@ +--- Modules/OVIMBoshiamy/Makefile.orig Mon May 14 14:23:33 2007 ++++ Modules/OVIMBoshiamy/Makefile Tue May 15 22:09:09 2007 +@@ -4,7 +4,7 @@ + SOURCES=OVIMBoshiamy + DATA=imtables.db + CINS=liu5.cin +-LDFLAGS+=-lsqlite3 ++LDFLAGS+=-lsqlite3 -L${LOCALBASE}/lib + EXTRA_GOALS=imtables.db + + include ../Mk/ov.module.mk diff --git a/textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing-Makefile b/textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing-Makefile new file mode 100644 index 000000000000..a79f69ad84ab --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing-Makefile @@ -0,0 +1,13 @@ +--- Modules/OVIMSpaceChewing/Makefile.orig Mon May 14 14:23:34 2007 ++++ Modules/OVIMSpaceChewing/Makefile Tue May 15 22:20:23 2007 +@@ -31,8 +31,8 @@ + MODULEID=OVIMSpaceChewing + SOURCES=OVIMSpaceChewing + +-LIBCHEWING_PREFIX?=/usr/local +-LIBCHEWING_VERSION?=$(shell perl -n -e 'print "$$1\n" if /Version: (.+)/' < $(LIBCHEWING_PREFIX)/lib/pkgconfig/chewing.pc) ++LIBCHEWING_PREFIX?=${LOCALBASE} ++LIBCHEWING_VERSION?=$(shell perl -n -e 'print "$$1\n" if /Version: (.+)/' < $(LIBCHEWING_PREFIX)/libdata/pkgconfig/chewing.pc) + + DATA=$(LIBCHEWING_PREFIX)/share/chewing/ch_index.dat \ + $(LIBCHEWING_PREFIX)/share/chewing/dict.dat \ diff --git a/textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing0.3-Makefile b/textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing0.3-Makefile new file mode 100644 index 000000000000..007cdeff917b --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules-OVIMSpaceChewing0.3-Makefile @@ -0,0 +1,11 @@ +--- Modules/OVIMSpaceChewing0.3/Makefile.orig Tue May 15 22:36:11 2007 ++++ Modules/OVIMSpaceChewing0.3/Makefile Tue May 15 22:36:11 2007 +@@ -17,7 +17,7 @@ + + data: + cd libchewing/tool/; make; +- svn cat http://svn.openfoundry.org/libchewingdata/utf-8/tsi.src > chewingdata/tsi.src ++ #svn cat http://svn.openfoundry.org/libchewingdata/utf-8/tsi.src > chewingdata/tsi.src + cd chewingdata/; ../libchewing/tool/sort_word; + cd chewingdata/; ../libchewing/tool/sort_dic tsi.src; + cd chewingdata/; ../libchewing/tool/maketree; diff --git a/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h b/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h new file mode 100644 index 000000000000..178ac1900dbb --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules-SharedHeaders-OVFileHandler.h @@ -0,0 +1,13 @@ +--- Modules/SharedHeaders/OVFileHandler.h.orig Mon May 14 14:23:35 2007 ++++ Modules/SharedHeaders/OVFileHandler.h Tue May 15 21:07:16 2007 +@@ -43,9 +43,9 @@ + HANDLE hMap; + } MmapHandles; + #else ++ #include + #include + #include +- #include + #include + #include + #include diff --git a/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk b/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk deleted file mode 100644 index aa430813df8c..000000000000 --- a/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- Modules/Mk/ov.module.mk.orig Tue Feb 14 00:18:29 2006 -+++ Modules/Mk/ov.module.mk Tue Feb 14 13:55:40 2006 -@@ -178,7 +178,7 @@ - - GCC=/usr/bin/gcc - GPP=/usr/bin/g++ --LIBTOOL=$(shell ../Mk/find-libtool.pl) -+# LIBTOOL=$(shell ../Mk/find-libtool.pl) - - - ifeq ("$(OS_COMPILE)", "Darwin") diff --git a/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h b/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h deleted file mode 100644 index 0c05b9e380f5..000000000000 --- a/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h +++ /dev/null @@ -1,13 +0,0 @@ ---- Modules/SharedHeaders/OVFileHandler.h.orig Tue Feb 14 00:18:36 2006 -+++ Modules/SharedHeaders/OVFileHandler.h Mon Mar 20 16:19:33 2006 -@@ -36,9 +36,9 @@ - #include - - #ifndef WIN32 -+ #include - #include - #include -- #include - #include - #include - #include -- cgit v1.2.3