Mon Jan 24 08:40:39 2011 UTC ()
"-m" option for grep is not portable.


(obache)
diff -r1.3 -r1.4 pkgsrc/inputmethod/ibus-table-chinese/distinfo
diff -r0 -r1.1 pkgsrc/inputmethod/ibus-table-chinese/patches/patch-ad

cvs diff -r1.3 -r1.4 pkgsrc/inputmethod/ibus-table-chinese/distinfo (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-table-chinese/distinfo 2010/12/06 05:16:14 1.3
+++ pkgsrc/inputmethod/ibus-table-chinese/distinfo 2011/01/24 08:40:39 1.4
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.3 2010/12/06 05:16:14 obache Exp $ 1$NetBSD: distinfo,v 1.4 2011/01/24 08:40:39 obache Exp $
2 2
3SHA1 (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 8e21e6b11d9102ba23a8b268436d0301323258fe 3SHA1 (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 8e21e6b11d9102ba23a8b268436d0301323258fe
4RMD160 (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 7c175fe19d76fb8e0a6092f83af045f8325fc842 4RMD160 (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 7c175fe19d76fb8e0a6092f83af045f8325fc842
5Size (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 10521276 bytes 5Size (ibus-table-chinese-1.3.0.20101206-Source.tar.gz) = 10521276 bytes
6SHA1 (patch-ab) = 17180e36a68b4c54ec2388adfb43f781762dec04 6SHA1 (patch-ab) = 17180e36a68b4c54ec2388adfb43f781762dec04
7SHA1 (patch-ac) = 565bbc4a117e753571c66404949b4ec54559594a 7SHA1 (patch-ac) = 565bbc4a117e753571c66404949b4ec54559594a
 8SHA1 (patch-ad) = c69dcb80258663776302c7bb1c841f1f16792591

File Added: pkgsrc/inputmethod/ibus-table-chinese/patches/Attic/patch-ad
$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 "")