diff options
author | obache <obache> | 2011-01-24 08:40:39 +0000 |
---|---|---|
committer | obache <obache> | 2011-01-24 08:40:39 +0000 |
commit | 9e5e568c1b773be4a52ffc470636545d5507425b (patch) | |
tree | ceefbe73cec005196a36f916cd3d0fd8ce9ea122 /inputmethod/ibus-table-chinese | |
parent | fa071fd90c179f0a8558406fced160a97a617c4f (diff) | |
download | pkgsrc-9e5e568c1b773be4a52ffc470636545d5507425b.tar.gz |
"-m" option for grep is not portable.
Diffstat (limited to 'inputmethod/ibus-table-chinese')
-rw-r--r-- | inputmethod/ibus-table-chinese/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/ibus-table-chinese/patches/patch-ad | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/inputmethod/ibus-table-chinese/distinfo b/inputmethod/ibus-table-chinese/distinfo index 23c74fc7a13..e4c2b2140e6 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.4 2011/01/24 08:40:39 obache 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..a56cbdf094d --- /dev/null +++ b/inputmethod/ibus-table-chinese/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2011/01/24 08:40:39 obache 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 "") |