286 Commits

Author SHA1 Message Date
robert
7e9e14bc05 update to 46.0.2490.80 2015-10-24 09:10:35 +00:00
robert
ac380eb415 add fonts/droid-fonts as a run dependency to ease displaying
some special Japanese, Russian and other characters by default
2015-10-19 11:36:59 +00:00
robert
ce1fd2ef2b update to 46.0.2490.71 2015-10-14 16:42:07 +00:00
robert
fa07c44804 re-enable the pre-build targets which i accidentally disabled in the previous
commit
2015-09-25 21:09:19 +00:00
robert
fe21d6949a make v8 pre-allocate less memory on OpenBSD/amd64 to avoid v8 running out
of memory
2015-09-25 13:43:04 +00:00
robert
d481df5f66 update to 45.0.2454.101 2015-09-25 13:08:54 +00:00
robert
6c6a3f1391 update to 45.0.2454.99 2015-09-22 16:42:21 +00:00
robert
1dd4c8da4f sync the heap handling code of v8 with linux and regen patches 2015-09-20 18:32:18 +00:00
robert
82251d29bc fix typo 2015-09-19 10:03:26 +00:00
robert
0ba1bbd1cb add cacheinvalidation and cacheinvalidation_proto_cpp to the pre-build targets 2015-09-19 09:52:36 +00:00
robert
ebbeba4e9d update to 45.0.2454.93 2015-09-17 18:59:44 +00:00
robert
bb70117daf fix build by applying a patch from upstream 2015-09-07 14:29:38 +00:00
robert
bcdd6ff914 update to 45.0.2454.85 2015-09-05 16:06:50 +00:00
robert
a1affca8eb detect *BSD in the javascript code of webui 2015-08-27 14:16:50 +00:00
robert
adc2372af5 update to 44.0.2403.157 2015-08-21 12:58:15 +00:00
robert
7b217e462f update to 44.0.2403.156 2015-08-20 08:04:33 +00:00
robert
babc6327b9 drop the dependency on libusb in favor of the internal libusb due to
extra functionality implemented in the bundled version
2015-08-16 20:42:46 +00:00
robert
0e33c06c08 update to 44.0.2403.155 2015-08-12 05:55:16 +00:00
robert
f7e3d6573c add net_interfaces to the list of pre-built targets 2015-08-02 16:14:06 +00:00
robert
caff981439 add the suggestions target to the list of pre-built targets 2015-08-01 11:07:29 +00:00
robert
b4caa4432f update to 44.0.2403.125;
add a hack to build the generated resources to avoid random build failures
2015-07-29 11:36:38 +00:00
robert
5bd97ab551 add a missing patch and remove some bad practice shell code from the Makefile 2015-07-28 11:30:25 +00:00
sthen
a1244edd73 register another missing internal dependency (there are still more, though) 2015-07-28 10:06:07 +00:00
robert
8c90b493b3 add a missing dependency on internal resource 2015-07-26 09:32:38 +00:00
robert
bc0185b3a0 update to 44.0.2403.107 2015-07-25 12:59:15 +00:00
robert
e599a1d060 fix a patch for llvm 2015-07-24 07:29:52 +00:00
robert
8b294cec10 update to 44.0.2403.89 2015-07-23 13:44:04 +00:00
robert
09ba4de238 update to 43.0.2357.134 2015-07-15 08:06:42 +00:00
robert
e0b2f7552e allow chromium to restart itself when necessary after asking the user
for confirmation
2015-07-12 14:44:04 +00:00
robert
637fccad06 update to 43.0.2357.132 2015-07-08 15:26:50 +00:00
robert
860fcc5705 update to 43.0.2357.130 2015-06-23 11:51:53 +00:00
espie
028a73f86b dependency fix, okay robert@ (testing same with iridium) 2015-06-16 18:03:40 +00:00
robert
8763fe7f21 update to 43.0.2357.125 2015-06-12 07:39:16 +00:00
robert
80e4a27e7a update to 43.0.2357.124 2015-06-11 10:55:18 +00:00
robert
d543f088c6 add a missing build dependency to avoid ninja failing 2015-06-04 05:42:26 +00:00
robert
14785ad361 remove unused MASTER_SITE 2015-05-26 12:49:49 +00:00
robert
f62de79dd0 update to 43.0.2357.81 2015-05-26 06:18:29 +00:00
robert
d1711fbf1f update to 43.0.2357.65 2015-05-24 15:51:52 +00:00
dcoppa
c6f3a8392f Zap bogus '${SUBST_CMD}' line 2015-05-19 07:27:17 +00:00
dcoppa
b21ba1f1b2 Our nm doesn't support neither '-D' nor '-f', hence some non-critical
errors occur during chromium and iridium builds:

---8<---

[2581/10537] CXX obj/components/policy/core/common/cloud/policy_component_common.cloud_external_data_manager.o
[2582/10537] CXX obj/components/policy/core/common/cloud/policy_component_common.external_policy_data_updater.o
[2583/10537] CXX obj/components/policy/core/common/cloud/policy_component_common.component_cloud_policy_service.o
[2584/10537] SOLINK(module) libffmpegsumo.so
nm: unknown option -- D
usage: nm [-aCegnoprsuw] [file ...]

[8618/16362] STAMP obj/extensions/extensions_browser.actions_depends.stamp
[8619/16362] AR obj/extensions/libextensions_browser.a
nm: unknown option -- D
usage: nm [-aCegnoprsuw] [file ...]

---8<---

Fix these errors by using llvm-nm instead.

While here, also fix a typo into iridium's pkg/DESCR (missing verb).

OK robert@ (maintainer)
2015-05-15 10:47:55 +00:00
robert
980b90730a unbreak i386 and make the debug flavor closer to build 2015-05-07 12:29:07 +00:00
robert
9bf94da8cc update to 42.0.2311.135 2015-05-01 12:45:04 +00:00
sthen
6d541a329a Mark BROKEN-i386, binutils-2.15 can no longer link this in available ram. 2015-04-30 22:51:46 +00:00
robert
0d68a1e686 update to 42.0.2311.90 2015-04-27 16:38:25 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
robert
369a0fc8fc update to 41.0.2272.118 2015-04-03 10:32:04 +00:00
ajacoutot
0bad5217f7 Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match
XDG_DATA_DIR (where Desktop tools will look for by default).

discussed with sthen@ and matthieu@
ok sthen@
2015-03-31 09:44:48 +00:00
ajacoutot
8c5eef4f3b x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:15:03 +00:00
robert
ae9830c578 update to 41.0.2272.101 and add missing patches from last commit 2015-03-21 14:11:19 +00:00
robert
e057952ff0 update to 41.0.2272.89 2015-03-18 19:26:29 +00:00