Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2017-01-12 Thread Conrad Meyer
This appears to have broken Chromium[0]:

FAILED: obj/services/ui/ws/lib/window_manager_display_root.o
clang++39 -MMD -MF
obj/services/ui/ws/lib/window_manager_display_root.o.d
-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 -DV8_DEPRECATION_WARNINGS
-DENABLE_MDNS=1 -DENABLE_NOTIFICATIONS -DENABLE_PEPPER_CDMS
-DENABLE_PLUGINS=1 -DENABLE_PDF=1 -DENABLE_PRINTING=1
-DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1
-DENABLE_SPELLCHECK=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1
-DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_CLIPBOARD_AURAX11=1
-DUSE_DEFAULT_RENDER_THEME=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1
-DUSE_X11=1 -DNO_TCMALLOC -DENABLE_WEBRTC=1 -DDISABLE_NACL
-DENABLE_EXTENSIONS=1 -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1
-DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SESSION_SERVICE=1
-DENABLE_SUPERVISED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1
-DUSE_PROPRIETARY_CODECS -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD
-DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1
-DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=278861-1
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2
-DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0
-DGL_GLEXT_PROTOTYPES -DUSE_GLX -DUSE_EGL -DSK_IGNORE_DW_GRAY_FIX
-DSK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS -DSK_SUPPORT_GPU=1
-DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_NOEXCEPT=
-DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE
-I../.. -Igen -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-Igen/shim_headers/harfbuzz_shim -I../../third_party/khronos
-I../../gpu -I../../skia/config -I../../skia/ext
-I../../third_party/skia/include/c
-I../../third_party/skia/include/config
-I../../third_party/skia/include/core
-I../../third_party/skia/include/effects
-I../../third_party/skia/include/images
-I../../third_party/skia/include/lazy
-I../../third_party/skia/include/pathops
-I../../third_party/skia/include/pdf
-I../../third_party/skia/include/pipe
-I../../third_party/skia/include/ports
-I../../third_party/skia/include/utils
-I../../third_party/skia/include/gpu -I../../third_party/skia/src/gpu
-I../../third_party/icu/source/common
-I../../third_party/icu/source/i18n
-I../../third_party/mesa/src/include -fno-strict-aliasing
--param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC
-pipe -fcolor-diagnostics
-fdebug-prefix-map=/wrkdirs/usr/ports/www/chromium/work/chromium-54.0.2840.100=.
-pthread -m64 -march=x86-64 -Wall -Wextra
-Wno-missing-field-initializers -Wno-unused-parameter
-Wno-c++11-narrowing -Wno-covered-switch-default
-Wno-deprecated-register -Wno-unneeded-internal-declaration
-Wno-inconsistent-missing-override -Wno-shift-negative-value
-Wno-undefined-var-template -Wno-nonportable-include-path -O2
-fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden
-Wheader-hygiene -Wstring-conversion -fno-threadsafe-statics
-fvisibility-inlines-hidden -std=gnu++11 -fno-rtti -fno-exceptions -c
../../services/ui/ws/window_manager_display_root.cc -o
obj/services/ui/ws/lib/window_manager_display_root.o
In file included from ../../services/ui/ws/window_manager_display_root.cc:5:
In file included from ../../services/ui/ws/window_manager_display_root.h:10:
In file included from /usr/include/c++/v1/memory:599:
/usr/include/c++/v1/__config:58:2: error:
"_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported.use
_LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
#error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
 ^
1 error generated.


contrib/libc++/include/__config:
309124dim #ifdef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
309124dim #error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer
supported. \
309124dimuse
_LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
309124dim #endif

Best,
Conrad


[0]: 
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p431044_s311844/logs/errors/chromium-54.0.2840.100_1.log
(warning: BIG)

On Thu, Nov 24, 2016 at 2:54 PM, Dimitry Andric  wrote:
> Author: dim
> Date: Thu Nov 24 22:54:55 2016
> New Revision: 309124
> URL: https://svnweb.freebsd.org/changeset/base/309124
>
> Log:
>   Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
>   release, and add lld 3.9.0.  Also completely revamp the build system for
>   clang, llvm, lldb and their related tools.
>
>   Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
>   support to build; see UPDATING for more information.
>
>   Release notes for llvm, clang and lld are available here:
>   
>   
>   
>
>   Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan
>   Beich for their help.
___

Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2017-01-11 Thread Conrad Meyer
More context and fix here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214654

Best,
Conrad

On Wed, Jan 11, 2017 at 6:35 PM, Conrad Meyer  wrote:
> This appears to have broken Chromium[0]:
>
> FAILED: obj/services/ui/ws/lib/window_manager_display_root.o
> clang++39 -MMD -MF
> obj/services/ui/ws/lib/window_manager_display_root.o.d
> -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 -DV8_DEPRECATION_WARNINGS
> -DENABLE_MDNS=1 -DENABLE_NOTIFICATIONS -DENABLE_PEPPER_CDMS
> -DENABLE_PLUGINS=1 -DENABLE_PDF=1 -DENABLE_PRINTING=1
> -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1
> -DENABLE_SPELLCHECK=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1
> -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_CLIPBOARD_AURAX11=1
> -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1
> -DUSE_X11=1 -DNO_TCMALLOC -DENABLE_WEBRTC=1 -DDISABLE_NACL
> -DENABLE_EXTENSIONS=1 -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1
> -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SESSION_SERVICE=1
> -DENABLE_SUPERVISED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1
> -DUSE_PROPRIETARY_CODECS -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD
> -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1
> -DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=278861-1
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2
> -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0
> -DGL_GLEXT_PROTOTYPES -DUSE_GLX -DUSE_EGL -DSK_IGNORE_DW_GRAY_FIX
> -DSK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS -DSK_SUPPORT_GPU=1
> -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_NOEXCEPT=
> -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE
> -I../.. -Igen -I/usr/local/include/glib-2.0
> -I/usr/local/lib/glib-2.0/include -I/usr/local/include
> -Igen/shim_headers/harfbuzz_shim -I../../third_party/khronos
> -I../../gpu -I../../skia/config -I../../skia/ext
> -I../../third_party/skia/include/c
> -I../../third_party/skia/include/config
> -I../../third_party/skia/include/core
> -I../../third_party/skia/include/effects
> -I../../third_party/skia/include/images
> -I../../third_party/skia/include/lazy
> -I../../third_party/skia/include/pathops
> -I../../third_party/skia/include/pdf
> -I../../third_party/skia/include/pipe
> -I../../third_party/skia/include/ports
> -I../../third_party/skia/include/utils
> -I../../third_party/skia/include/gpu -I../../third_party/skia/src/gpu
> -I../../third_party/icu/source/common
> -I../../third_party/icu/source/i18n
> -I../../third_party/mesa/src/include -fno-strict-aliasing
> --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC
> -pipe -fcolor-diagnostics
> -fdebug-prefix-map=/wrkdirs/usr/ports/www/chromium/work/chromium-54.0.2840.100=.
> -pthread -m64 -march=x86-64 -Wall -Wextra
> -Wno-missing-field-initializers -Wno-unused-parameter
> -Wno-c++11-narrowing -Wno-covered-switch-default
> -Wno-deprecated-register -Wno-unneeded-internal-declaration
> -Wno-inconsistent-missing-override -Wno-shift-negative-value
> -Wno-undefined-var-template -Wno-nonportable-include-path -O2
> -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden
> -Wheader-hygiene -Wstring-conversion -fno-threadsafe-statics
> -fvisibility-inlines-hidden -std=gnu++11 -fno-rtti -fno-exceptions -c
> ../../services/ui/ws/window_manager_display_root.cc -o
> obj/services/ui/ws/lib/window_manager_display_root.o
> In file included from ../../services/ui/ws/window_manager_display_root.cc:5:
> In file included from ../../services/ui/ws/window_manager_display_root.h:10:
> In file included from /usr/include/c++/v1/memory:599:
> /usr/include/c++/v1/__config:58:2: error:
> "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported.use
> _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
> #error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
>  ^
> 1 error generated.
>
>
> contrib/libc++/include/__config:
> 309124dim #ifdef _LIBCPP_TRIVIAL_PAIR_COPY_CTOR
> 309124dim #error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer
> supported. \
> 309124dimuse
> _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
> 309124dim #endif
>
> Best,
> Conrad
>
>
> [0]: 
> http://beefy12.nyi.freebsd.org/data/head-amd64-default/p431044_s311844/logs/errors/chromium-54.0.2840.100_1.log
> (warning: BIG)
>
> On Thu, Nov 24, 2016 at 2:54 PM, Dimitry Andric  wrote:
>> Author: dim
>> Date: Thu Nov 24 22:54:55 2016
>> New Revision: 309124
>> URL: https://svnweb.freebsd.org/changeset/base/309124
>>
>> Log:
>>   Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
>>   release, and add lld 3.9.0.  Also completely revamp the build system for
>>   clang, llvm, lldb and their related tools.
>>
>>   Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
>>   support to build; see UPDATING for more information.
>>
>>   Release notes for llvm, clang and lld are available here:
>>   

Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2016-11-28 Thread Glen Barber
On Mon, Nov 28, 2016 at 01:50:44PM -0600, Kyle Evans wrote:
> On Mon, Nov 28, 2016 at 1:44 PM, Dimitry Andric  wrote:
> > On 28 Nov 2016, at 03:20, Kyle Evans  wrote:
> >>
> >> On Thu, Nov 24, 2016 at 4:54 PM, Dimitry Andric  wrote:
> >>> Author: dim
> >>> Date: Thu Nov 24 22:54:55 2016
> >>> New Revision: 309124
> >>> URL: https://svnweb.freebsd.org/changeset/base/309124
> >>>
> >>> Log:
> >>>  Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
> >>>  release, and add lld 3.9.0.  Also completely revamp the build system for
> >>>  clang, llvm, lldb and their related tools.
> > ...
> >> Unfortunately, this commit seems to have done away with the -clang
> >> pkgbase pkg [1], and doesn't seem to have revived the PACKAGE=
> >> elsewhere as FreeBSD-clang has disappeared from my newly built
> >> repository. =(
> >
> > Sorry about that.  I have submitted the following review to make amends:
> >
> > https://reviews.freebsd.org/D8666
> >
> 
> Thanks! I had a brief moment of panic where I thought perhaps this
> meant clang would be omitted from the upgraded system as the old
> -clang package got removed upon upgrade.
> 
> Of course, I was pleasantly surprised to find that the lack of
> PACKAGE= just meant a fallback to the -runtime package -- this design
> I like, even though the -clang package is desired. =)
> 

There is a small potential downside to this, however - you may need to
manually install the clang package after upgrading again.  This is being
worked on, though.

Glen



signature.asc
Description: PGP signature


Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2016-11-28 Thread Kyle Evans
On Mon, Nov 28, 2016 at 1:44 PM, Dimitry Andric  wrote:
> On 28 Nov 2016, at 03:20, Kyle Evans  wrote:
>>
>> On Thu, Nov 24, 2016 at 4:54 PM, Dimitry Andric  wrote:
>>> Author: dim
>>> Date: Thu Nov 24 22:54:55 2016
>>> New Revision: 309124
>>> URL: https://svnweb.freebsd.org/changeset/base/309124
>>>
>>> Log:
>>>  Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
>>>  release, and add lld 3.9.0.  Also completely revamp the build system for
>>>  clang, llvm, lldb and their related tools.
> ...
>> Unfortunately, this commit seems to have done away with the -clang
>> pkgbase pkg [1], and doesn't seem to have revived the PACKAGE=
>> elsewhere as FreeBSD-clang has disappeared from my newly built
>> repository. =(
>
> Sorry about that.  I have submitted the following review to make amends:
>
> https://reviews.freebsd.org/D8666
>
> -Dimitry
>

Thanks! I had a brief moment of panic where I thought perhaps this
meant clang would be omitted from the upgraded system as the old
-clang package got removed upon upgrade.

Of course, I was pleasantly surprised to find that the lack of
PACKAGE= just meant a fallback to the -runtime package -- this design
I like, even though the -clang package is desired. =)

Kyle Evans
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2016-11-28 Thread Dimitry Andric
On 28 Nov 2016, at 03:20, Kyle Evans  wrote:
> 
> On Thu, Nov 24, 2016 at 4:54 PM, Dimitry Andric  wrote:
>> Author: dim
>> Date: Thu Nov 24 22:54:55 2016
>> New Revision: 309124
>> URL: https://svnweb.freebsd.org/changeset/base/309124
>> 
>> Log:
>>  Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
>>  release, and add lld 3.9.0.  Also completely revamp the build system for
>>  clang, llvm, lldb and their related tools.
...
> Unfortunately, this commit seems to have done away with the -clang
> pkgbase pkg [1], and doesn't seem to have revived the PACKAGE=
> elsewhere as FreeBSD-clang has disappeared from my newly built
> repository. =(

Sorry about that.  I have submitted the following review to make amends:

https://reviews.freebsd.org/D8666

-Dimitry



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2016-11-28 Thread Kyle Evans
Hi,

On Thu, Nov 24, 2016 at 4:54 PM, Dimitry Andric  wrote:
> Author: dim
> Date: Thu Nov 24 22:54:55 2016
> New Revision: 309124
> URL: https://svnweb.freebsd.org/changeset/base/309124
>
> Log:
>   Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
>   release, and add lld 3.9.0.  Also completely revamp the build system for
>   clang, llvm, lldb and their related tools.
>
>   Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
>   support to build; see UPDATING for more information.
>
>   Release notes for llvm, clang and lld are available here:
>   
>   
>   
>
>   Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan
>   Beich for their help.
>
>   Relnotes: yes
>   MFC after:1 month

First off, thanks for this! =)

Unfortunately, this commit seems to have done away with the -clang
pkgbase pkg [1], and doesn't seem to have revived the PACKAGE=
elsewhere as FreeBSD-clang has disappeared from my newly built
repository. =(

[1] 
https://svnweb.freebsd.org/base/head/usr.bin/clang/clang.prog.mk?limit_changes=0=298107=309124=309124
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2016-11-27 Thread Kyle Evans
On Nov 27, 2016 20:20, "Kyle Evans"  wrote:
>
> Hi,
>
> On Thu, Nov 24, 2016 at 4:54 PM, Dimitry Andric  wrote:
> > Author: dim
> > Date: Thu Nov 24 22:54:55 2016
> > New Revision: 309124
> > URL: https://svnweb.freebsd.org/changeset/base/309124
> >
> > Log:
> >   Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to
3.9.0
> >   release, and add lld 3.9.0.  Also completely revamp the build system
for
> >   clang, llvm, lldb and their related tools.
> >
> >   Please note that from 3.5.0 onwards, clang, llvm and lldb require
C++11
> >   support to build; see UPDATING for more information.
> >
> >   Release notes for llvm, clang and lld are available here:
> >   
> >   
> >   
> >
> >   Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and
Jan
> >   Beich for their help.
> >
> >   Relnotes: yes
> >   MFC after:1 month
>
> First off, thanks for this! =)
>
> Unfortunately, this commit seems to have done away with the -clang
> pkgbase pkg [1], and doesn't seem to have revived the PACKAGE=
> elsewhere as FreeBSD-clang has disappeared from my newly built
> repository. =(
>
> [1]
https://svnweb.freebsd.org/base/head/usr.bin/clang/clang.prog.mk?limit_changes=0=298107=309124=309124

Argh, sorry about the noise here. I just realized that clang was moved to
the runtime package -- spooked by the package disappearing for no good
reason.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contri

2016-11-24 Thread Ravi Pokala
This is huge, and a long time coming! Thanks all!

-Ravi (rpokala@)

-Original Message-
> From:  on behalf of Dimitry Andric 
> 
> Date: 2016-11-24, Thursday at 14:54
> To: , , 
> 
> Subject: svn commit: r309124 - in head: . contrib/compiler-rt 
> contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan 
> contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm 
> contrib...
> 
> Author: dim
> Date: Thu Nov 24 22:54:55 2016
> New Revision: 309124
> URL: https://svnweb.freebsd.org/changeset/base/309124
> 
> Log:
>   Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0
>   release, and add lld 3.9.0.  Also completely revamp the build system for
>   clang, llvm, lldb and their related tools.
>   
>   Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11
>   support to build; see UPDATING for more information.
>   
>   Release notes for llvm, clang and lld are available here:
>   
>   
>   
>   
>   Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan
>   Beich for their help.
>   
>   Relnotes:   yes
>   MFC after:  1 month



___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"