Commit Graph

76 Commits

Author SHA1 Message Date
robert
154c88a827 update to 14.0.835.163 2011-09-19 08:55:26 +00:00
espie
58fffade54 normalize pkgpath 2011-09-16 12:00:05 +00:00
ajacoutot
adfd7f6996 Fix build fix cups >=1.5. 2011-09-08 10:34:25 +00:00
robert
40a9de8641 update to 13.0.782.220 2011-09-04 20:44:47 +00:00
robert
7fbe6fea27 update to 13.0.782.218 2011-08-31 13:50:42 +00:00
robert
d5880a823b update to 13.0.782.215 2011-08-23 09:33:03 +00:00
robert
2dd585500f update to the next stable release (13.0.782.112) 2011-08-16 08:17:44 +00:00
robert
9f86f5a83c update to 12.0.742.122 2011-07-26 20:47:55 +00:00
naddy
aef75e9887 fix build on 5.0 2011-07-19 19:20:20 +00:00
naddy
eed7c62887 Fix build with png-1.5.
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
halex
c8b1c12875 fix the chrome wrapper script a bit
- skip the tests if you already have a running chrome instance
- default to 'no' (meaning you must not use the mouse for doing the
  sensible thing)
- do not start chrome if you just close the window (alt+f4 etc)

ok robert@
2011-07-05 09:16:19 +00:00
robert
f5bf576b18 update to 12.0.742.112 2011-06-29 06:32:32 +00:00
ajacoutot
a35af41beb Add gnome-icon-theme to RUN_DEPENDS, it's needed to render some icons.
ok robert@ (maintainer)
2011-06-28 11:34:42 +00:00
canacar
9c5121f96b Try to set the number of open files to the desired value before warning
about openfiles-max. ok robert@
2011-06-17 04:25:06 +00:00
robert
dd75e16ee2 Use MODPY_VERSION instead of hardcoding 2.6 which is not the case anymore
since we default to python 2.7
2011-06-15 19:41:02 +00:00
robert
38c1147a8d update to chromium-12.0.742.100 2011-06-15 10:59:55 +00:00
robert
9a2097bd24 fix AtomicWord definition on i386, no bump needed 2011-06-10 07:41:24 +00:00
robert
3ab7390e38 cvs missed this, tsk tsk 2011-06-08 21:23:04 +00:00
robert
b49d7d8c4c Update to the new stable branch: 12.0.742.91
http://googlechromereleases.blogspot.com/2011/06/chrome-stable-release.html
2011-06-08 20:36:56 +00:00
rpointel
d9c94aa811 bump after default python version switch 2011-06-08 18:15:28 +00:00
robert
4f302c4365 update to chromium-11.0.696.77 2011-06-07 10:39:53 +00:00
robert
c480666f7d Instead of reserving 32MB of virtual memory let's reserve the quarter of
RLIMIT_DATA (ulimit -d) if RLIMIT_DATA is not 0 (unlimited).
If RLIMIT_DATA is 0 then the default 512MB reservation will be used.
Using 32MB made v8 use less memory for sure but it was a huge performance
loss too.
2011-06-02 07:21:14 +00:00
robert
ba1ed4f32a Make v8 pre-allocate at least 32M of virtual memory to avoid
crashing with vmmap. This is needed because of their JIT is
not fully 64-bit.
2011-05-31 07:55:04 +00:00
robert
dd0e30a71b - re-enable flock in the build
- add support for detecting if an sqlite3 db is on an NFS mount
- fix printing: Chrome can only print to PDF and that is why you
  cannot print to LPD directly. It requres CUPS.
2011-05-26 11:39:14 +00:00
robert
b5b48227dd update to 11.0.696.71 2011-05-25 16:41:28 +00:00
robert
cb80367c54 Add WIP progress sndio support to chrome, developed by jakemsr@ and
with modifications by me.
It is not working yet so you can only enable it by setting the
CHROME_SNDIO environment variable, so by default nothing changes.
I commit this so that other people can work on it too.
2011-05-20 08:35:24 +00:00
ajacoutot
3c101b3a3b Add missing RUN_DEPENDS.
Remove trailing blank line.
2011-05-19 11:57:37 +00:00
robert
65907ca1bc Add a .desktop file for the menus and install the icons too.
Remove the message about bumping shmall and datasize too.
2011-05-19 11:52:06 +00:00
robert
6236c7d71e sync transport dib code 2011-05-18 17:02:56 +00:00
robert
0818a3651c - use the same memory allocation values on amd64 and i386 too.
this makes chrome use way less memory and since it does not hit
  datasize limits anymore, it is way more stable too
- remove the warning of datasize bumping from the wrapper script

tested by sthen@, jasper@ and me
2011-05-17 08:35:31 +00:00
ajacoutot
8e6304f974 deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely
register x11/gtk+2 for ports depending on gconf2 that don't have another
dependency that would bring it.

discussed with jasper@
2011-05-14 21:29:03 +00:00
robert
5ae6977a70 update to chromium-11.0.696.68 2011-05-13 11:48:19 +00:00
ajacoutot
889eec6cde xdg-open is used to start helpers, so add devel/xdg-utils to RUN_DEPENDS.
ok robert@ (maintainer)
2011-05-12 07:51:10 +00:00
robert
c8082e48fd update to 11.0.696.65 2011-05-07 11:19:25 +00:00
robert
089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00
robert
b2b50f4c7b update to 10.0.648.205 and use python 2.6 2011-04-15 10:10:27 +00:00
robert
683536bff8 update to 10.0.648.204 2011-03-27 15:13:01 +00:00
robert
59ec93d887 merge patches from http://codereview.chromium.org/6682026 2011-03-23 12:33:25 +00:00
robert
597f0ebce5 sync with the freebsd transport dib code 2011-03-21 11:27:45 +00:00
robert
465aa6e5a0 make sure we depend on kvm>=10.0 otherwise it will fail to build
from Pascal Stumpf <Pascal.Stumpf@cubes.de>
2011-03-20 07:51:00 +00:00
robert
381f8d9830 update to 10.0.648.151 2011-03-18 10:28:30 +00:00
robert
20d44b0e9c Add some missing patches that were missed by the previous commit
and move back to KERN_PROC from KERN_PROC2 now that we can.
2011-03-16 10:52:46 +00:00
robert
ad1b662244 update to 10.0.648.133 2011-03-15 11:38:05 +00:00
sthen
d84119ab5b install the manpage, this also fixes chrome --help
ok robert@
2011-03-09 17:24:21 +00:00
sthen
7e5c89bcbc WANTLIB+=kvm and bump, ok robert@ 2011-03-05 20:12:35 +00:00
robert
d98d635e81 turns out that disable_sse2 is only checked on i386 so remove the check
for amd64
2011-03-03 19:39:17 +00:00
robert
03c292ee7a - remove LINK=/usr/bin/g++ from make env
- fix an ifdef
- enable SSE2 support on amd64

diff from Matthew Dempsky
2011-03-03 13:47:47 +00:00
robert
b6bec7cc6a update to 9.0.597.107 2011-03-03 10:37:33 +00:00
robert
e1213a297b no need to use gcc from ports anymore, the pragma patch has been
commited to base
2011-03-02 11:11:31 +00:00
robert
7edcdfdb76 Use KERN_PROC2 everywhere instead of trying to use /proc and use
kvm(3) to help chrome identify it's own processes.
2011-03-02 08:53:51 +00:00