On Tue, 5 Jun 2012, Ryo ONODERA wrote:
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jun 5 18:09:21 UTC 2012
Modified Files:
pkgsrc/devel/xulrunner: PLIST dist.mk distinfo
pkgsrc/devel/xulrunner/patches: patch-ay patch-mk patch-mm
Added Files:
pkgsrc/devel/xulrunner/patches: patch-js_src_config_rules.mk
patch-js_xpconnect_src_Makefile.in
patch-xpcom_idl-parser_Makefile.in patch-xpcom_idl-parser_header.py
patch-xpcom_typelib_xpidl_Makefile.in
Log Message:
Update to 13.0
[...]
With the 13.0 update the following files where removed from the PLIST:
include/xulrunner/nsIProfiler.h
include/xulrunner/sps_sampler.h
include/xulrunner/thread_helper.h
lib/xulrunner/modules/Profiler.jsm
share/idl/xulrunner/nsIProfiler.idl
However they are still being install on me system, I found the the sps
profiler is enabled by default on Linux i386/x86_64 and Darwin but can
be disabled with the '--disable-sps' flag.
So my question is should I conditionally put the files back or disable the
profiler?