FreeBSD Bugzilla – Attachment 164892 Details for
Bug 205751
java/openjdk8: Patch breaks CCACHE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised patch to java/openjdk8/files/patch-bsd
patch-bsd.patch (text/plain), 1.60 KB, created by
Christian Ullrich
on 2015-12-31 08:09:47 UTC
(
hide
)
Description:
Revised patch to java/openjdk8/files/patch-bsd
Filename:
MIME Type:
Creator:
Christian Ullrich
Created:
2015-12-31 08:09:47 UTC
Size:
1.60 KB
patch
obsolete
>--- patch-bsd.orig 2015-12-31 08:52:17.127428000 +0100 >+++ patch-bsd 2015-12-31 08:53:04.923756000 +0100 >@@ -40,7 +40,7 @@ > AC_MSG_CHECKING([if ccache supports precompiled headers]) > - HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E 3.1.@<:@456789@:>@) 2> /dev/null` > - if test "x$HAS_GOOD_CCACHE" = x; then >-+ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split($3, a, "."); if (a@<:@1@:>@ >= 3 && (a@<:@2@:>@ > 1 || (a@<:@2@:>@ == 1 && a@<:@3@:>@ >= 4))) print "yes"; else print "no"; }') 2> /dev/null` >++ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split(@S|@3, a, "."); if (a@<:@1@:>@ >= 3 && (a@<:@2@:>@ > 1 || (a@<:@2@:>@ == 1 && a@<:@3@:>@ >= 4))) print "yes"; else print "no"; }') 2> /dev/null` > + if test "x$HAS_GOOD_CCACHE" = xyes; then > AC_MSG_RESULT([no, disabling ccache]) > CCACHE= >@@ -593,7 +593,7 @@ > $as_echo_n "checking if ccache supports precompiled headers... " >&6; } > - HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E 3.1.[456789]) 2> /dev/null` > - if test "x$HAS_GOOD_CCACHE" = x; then >-+ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split(, a, "."); if (a[1] >= 3 && (a[2] > 1 || (a[2] == 1 && a[3] >= 4))) print "yes"; else print "no"; }') 2> /dev/null` >++ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | awk '{ split($3, a, "."); if (a[1] >= 3 && (a[2] > 1 || (a[2] == 1 && a[3] >= 4))) print "yes"; else print "no"; }') 2> /dev/null` > + if test "x$HAS_GOOD_CCACHE" = xyes; then > { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5 > $as_echo "no, disabling ccache" >&6; }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205751
:
164891
| 164892