summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2011-01-25 12:26:01 +0000
committertron <tron>2011-01-25 12:26:01 +0000
commit4fff23686850830f5500749952ceff12e67d2b55 (patch)
tree37041445ad0d17cfae92c192ccf1814f2a3151c8
parente5a9c689437c6dda9a446b12bb6e44f69b687dc3 (diff)
downloadpkgsrc-4fff23686850830f5500749952ceff12e67d2b55.tar.gz
Pullup ticket #3334 - requested by obache
inputmethod/ibus-table-chinese: build fix Revisions pulled up: - inputmethod/ibus-table-chinese/distinfo 1.4 - inputmethod/ibus-table-chinese/patches/patch-ad 1.1 --- Module Name: pkgsrc Committed By: obache Date: Mon Jan 24 08:40:39 UTC 2011 Modified Files: pkgsrc/inputmethod/ibus-table-chinese: distinfo Added Files: pkgsrc/inputmethod/ibus-table-chinese/patches: patch-ad Log Message: "-m" option for grep is not portable.
-rw-r--r--inputmethod/ibus-table-chinese/distinfo3
-rw-r--r--inputmethod/ibus-table-chinese/patches/patch-ad15
2 files changed, 17 insertions, 1 deletions
diff --git a/inputmethod/ibus-table-chinese/distinfo b/inputmethod/ibus-table-chinese/distinfo
index 23c74fc7a13..90ce1e1e22a 100644
--- a/inputmethod/ibus-table-chinese/distinfo
+++ b/inputmethod/ibus-table-chinese/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2010/12/06 05:16:14 obache Exp $
+$NetBSD: distinfo,v 1.3.2.1 2011/01/25 12:26:01 tron Exp $
SHA1 (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 8e21e6b11d9102ba23a8b268436d0301323258fe
RMD160 (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 7c175fe19d76fb8e0a6092f83af045f8325fc842
Size (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 10521276 bytes
SHA1 (patch-ab) = 17180e36a68b4c54ec2388adfb43f781762dec04
SHA1 (patch-ac) = 565bbc4a117e753571c66404949b4ec54559594a
+SHA1 (patch-ad) = c69dcb80258663776302c7bb1c841f1f16792591
diff --git a/inputmethod/ibus-table-chinese/patches/patch-ad b/inputmethod/ibus-table-chinese/patches/patch-ad
new file mode 100644
index 00000000000..744cbda5bb8
--- /dev/null
+++ b/inputmethod/ibus-table-chinese/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.2.2 2011/01/25 12:26:01 tron Exp $
+
+"-m" option for grep is not portable.
+
+--- Modules/ManageVersion.cmake.orig 2010-12-06 00:55:50.000000000 +0000
++++ Modules/ManageVersion.cmake
+@@ -31,7 +31,7 @@ IF(NOT DEFINED _MANAGE_VERSION_CMAKE_)
+ INCLUDE(ManageVariable)
+
+ MACRO(LOAD_RELEASE_FILE releaseFile)
+- COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n -m 1 ${releaseFile})
++ COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n ${releaseFile})
+ SET(RELEASE_FILE ${releaseFile})
+ #MESSAGE("_grep_line=|${_grep_line}|")
+ IF("${_grep_line}" STREQUAL "")