Index: head/devel/valgrind/files/patch-configure.ac =================================================================== --- head/devel/valgrind/files/patch-configure.ac (nonexistent) +++ head/devel/valgrind/files/patch-configure.ac (revision 433879) @@ -0,0 +1,21 @@ +--- configure.ac.orig 2016-01-13 19:20:20 UTC ++++ configure.ac +@@ -145,6 +145,18 @@ case "${is_clang}-${gcc_version}" in + notclang-5.*) + AC_MSG_RESULT([ok (${gcc_version})]) + ;; ++ notclang-6.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; ++ notclang-7.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; ++ notclang-8.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; ++ notclang-9.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; + clang-2.9|clang-3.*|clang-4.*) + AC_MSG_RESULT([ok (clang-${gcc_version})]) + ;; Property changes on: head/devel/valgrind/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/valgrind-devel/files/patch-configure.ac =================================================================== --- head/devel/valgrind-devel/files/patch-configure.ac (nonexistent) +++ head/devel/valgrind-devel/files/patch-configure.ac (revision 433879) @@ -0,0 +1,21 @@ +--- configure.ac.orig 2016-01-13 19:20:20 UTC ++++ configure.ac +@@ -145,6 +145,18 @@ case "${is_clang}-${gcc_version}" in + notclang-5.*) + AC_MSG_RESULT([ok (${gcc_version})]) + ;; ++ notclang-6.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; ++ notclang-7.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; ++ notclang-8.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; ++ notclang-9.*) ++ AC_MSG_RESULT([ok (${gcc_version})]) ++ ;; + clang-2.9|clang-3.*|clang-4.*) + AC_MSG_RESULT([ok (clang-${gcc_version})]) + ;; Property changes on: head/devel/valgrind-devel/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property