275 Commits

Author SHA1 Message Date
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
robert
9cab0dcef3 Rework how the GPU vendor and device id is detected by using direct calls
to Mesa. The current solution is based on a diff from jsg@.
Also fix font redering issues with WebKit, with 3rd party TTFs with a
diff from Yoshihisa Matsushita.
2015-02-22 11:33:57 +00:00
robert
c8ff44bc99 update to 40.0.2214.115 2015-02-22 05:58:34 +00:00
robert
b3e9f10830 use mesa to get the gpu vendor and device id and pass it to chromium because
we can't use libpci due to permission restrictions and use some more UI code
on BSD as well
2015-02-15 19:51:28 +00:00
robert
d0f3fdd66a update to 40.0.2214.114 2015-02-12 07:38:09 +00:00
sthen
ce36908e70 restore PLIST, unbreaks packaging on i386 (insufficient memory to link with
libpdf enabled).
2015-02-10 10:12:49 +00:00
robert
e1d5e1b7a6 update to 40.0.2214.111 2015-02-06 17:45:14 +00:00
robert
60bb3e48c6 update to 40.0.2214.93 2015-01-28 15:04:21 +00:00
sthen
3b116b49e1 Repair chromium builds on i386, we are bumping into the hard 2GB MAXDSIZ
limit during linking:

- use --no-keep-memory
- disable pdf support on i386
(conditionalize the libpdf.so PLIST entry based on arch)

We are still very close to the limit and I suspect it may still intermittently
fail.

ok robert@
2015-01-24 18:07:46 +00:00
robert
71d80985d9 add a missing dependency to fix ninja random build 2015-01-23 06:34:57 +00:00
robert
7feafe1dde include the internal pdf viewer/generator 2015-01-22 11:42:24 +00:00
robert
bbc1baf91d update to 40.0.2214.91 2015-01-22 11:16:40 +00:00