chromium.git
13 years agoMerge branch 'chromium11' master
Matthias Rampke [Fri, 27 May 2011 08:24:22 +0000 (10:24 +0200)]
Merge branch 'chromium11'

13 years agoMerge branch 'vendor/rxg' into chromium11 chromium11
Matthias Rampke [Thu, 26 May 2011 19:18:57 +0000 (21:18 +0200)]
Merge branch 'vendor/rxg' into chromium11

Conflicts:
Makefile

13 years agochromium 11.0.969.72 vendor/rxg
Matthias Rampke [Thu, 26 May 2011 19:16:38 +0000 (21:16 +0200)]
chromium 11.0.969.72

13 years agoFIXUP: remove leftovers from chromium 10
Matthias Rampke [Thu, 26 May 2011 11:15:07 +0000 (13:15 +0200)]
FIXUP: remove leftovers from chromium 10

13 years agoChromium 11.0.696.68
Matthias Rampke [Sun, 22 May 2011 12:02:51 +0000 (14:02 +0200)]
Chromium 11.0.696.68

Merge branch 'chromium11'

13 years agoreplace config.* for all third-party components
Matthias Rampke [Thu, 19 May 2011 14:22:31 +0000 (16:22 +0200)]
replace config.* for all third-party components

deepest is buried 5 levels deep, pkgsrc doesn't check this deep
by default.

13 years agoMerge branch 'vendor/rxg' into chromium11
Matthias Rampke [Sun, 22 May 2011 11:51:43 +0000 (13:51 +0200)]
Merge branch 'vendor/rxg' into chromium11

13 years agoImport rxg's Chromium 11 with DragonFly patches
Matthias Rampke [Sun, 22 May 2011 11:49:42 +0000 (13:49 +0200)]
Import rxg's Chromium 11 with DragonFly patches

this should almost be what will go into pkgsrc-wip soonish.

13 years agoreal implementation for GetProcessExecutablePath
Matthias Rampke [Sat, 21 May 2011 10:31:53 +0000 (12:31 +0200)]
real implementation for GetProcessExecutablePath

get it from the /proc/<pid>/file symlink; copied from linux implementation.

13 years agoupdate generated_resources conditions for dragonfly
Matthias Rampke [Fri, 20 May 2011 09:42:40 +0000 (11:42 +0200)]
update generated_resources conditions for dragonfly

13 years agoexpose GetProcessExecutablePath for *BSD
Matthias Rampke [Fri, 20 May 2011 01:10:33 +0000 (03:10 +0200)]
expose GetProcessExecutablePath for *BSD

FIXME: for DragonFly and OpenBSD this only returns a hardcoded path

13 years agolink against libintl on DragonFly
Matthias Rampke [Thu, 19 May 2011 20:02:29 +0000 (22:02 +0200)]
link against libintl on DragonFly

13 years agoreplace config.* for all third-party components
Matthias Rampke [Thu, 19 May 2011 14:22:31 +0000 (16:22 +0200)]
replace config.* for all third-party components

deepest is buried 5 levels deep, pkgsrc doesn't check this deep
by default.

13 years agoFIX borked import
Matthias Rampke [Thu, 19 May 2011 13:34:41 +0000 (15:34 +0200)]
FIX borked import

13 years agoimport Chromium 11 with DragonFly patches from rxg
Matthias Rampke [Thu, 19 May 2011 09:42:19 +0000 (11:42 +0200)]
import Chromium 11 with DragonFly patches from rxg

13 years agoabort if ${WRKOBJDIR} contains symlinks
Matthias Rampke [Thu, 12 May 2011 09:53:59 +0000 (11:53 +0200)]
abort if ${WRKOBJDIR} contains symlinks

otherwise building will fail in several places in non-obvious ways.

FIXME: pwd -P is a rather new addition to POSIX and may not work everywhere.

13 years agonative_client: do not define _POSIX_C_SOURCE
Matthias Rampke [Tue, 10 May 2011 08:08:11 +0000 (10:08 +0200)]
native_client: do not define _POSIX_C_SOURCE

and _XOPEN_SOURCE on DragonFly
They hide certain BSD calls, e.g. lwp_gettid. This may or may not also apply to FreeBSD.

13 years agofix another missing netinet/in.h include
Matthias Rampke [Sun, 8 May 2011 12:28:58 +0000 (14:28 +0200)]
fix another missing netinet/in.h include

13 years agoDFly needs sys/socket.h for sockets
Matthias Rampke [Sat, 7 May 2011 07:49:48 +0000 (09:49 +0200)]
DFly needs sys/socket.h for sockets

13 years agomore dragonfly adaptions in native_client
Matthias Rampke [Fri, 6 May 2011 15:54:14 +0000 (17:54 +0200)]
more dragonfly adaptions in native_client

13 years agofix getdents conflict & include sys/ headers instead of linux/
Matthias Rampke [Thu, 5 May 2011 19:23:27 +0000 (21:23 +0200)]
fix getdents conflict & include sys/ headers instead of linux/

13 years agoadd missing netinet/in.h include
Matthias Rampke [Thu, 5 May 2011 07:58:43 +0000 (09:58 +0200)]
add missing netinet/in.h include

13 years agomatch FreeBSD/DragonFly implementation of TransportDIB to Open/NetBSD version
Matthias Rampke [Thu, 5 May 2011 00:51:22 +0000 (02:51 +0200)]
match FreeBSD/DragonFly implementation of TransportDIB to Open/NetBSD version

13 years agoforgot to activate ALSA in the correspondig .cc file as well
Matthias Rampke [Thu, 5 May 2011 00:27:47 +0000 (02:27 +0200)]
forgot to activate ALSA in the correspondig .cc file as well

13 years agomissing x11/libXtst dependency
Matthias Rampke [Wed, 4 May 2011 17:55:01 +0000 (19:55 +0200)]
missing x11/libXtst dependency

13 years agoFreeBSD and DragonFly have no fdatasync(2)
Matthias Rampke [Wed, 4 May 2011 06:37:19 +0000 (08:37 +0200)]
FreeBSD and DragonFly have no fdatasync(2)

13 years agomore OS_DIRECTORY
Matthias Rampke [Tue, 3 May 2011 18:56:48 +0000 (20:56 +0200)]
more OS_DIRECTORY

13 years agoit's "dragonfly2" for resource generation
Matthias Rampke [Tue, 3 May 2011 09:07:19 +0000 (11:07 +0200)]
it's "dragonfly2" for resource generation

This amends commit 1361fac8d43a733bb0a6bca4da571b59a97adcbd.
"add dragonfly to conditions for resource generation"

13 years agoFreeBSD and DragonFly are configured to use ALSA
Matthias Rampke [Tue, 3 May 2011 05:35:14 +0000 (07:35 +0200)]
FreeBSD and DragonFly are configured to use ALSA

13 years agoadd dragonfly to conditions for resource generation
Matthias Rampke [Mon, 2 May 2011 23:58:09 +0000 (01:58 +0200)]
add dragonfly to conditions for resource generation

13 years agoBSD: skip Linux implementation for setproctitle(3)
Matthias Rampke [Mon, 2 May 2011 12:04:43 +0000 (14:04 +0200)]
BSD: skip Linux implementation for setproctitle(3)

13 years agosys_info for DragonFly
Matthias Rampke [Sun, 1 May 2011 21:29:33 +0000 (23:29 +0200)]
sys_info for DragonFly

13 years agoREADME for DragonFly notes
Matthias Rampke [Sun, 1 May 2011 19:37:42 +0000 (21:37 +0200)]
README for DragonFly notes

13 years agothere is no O_DIRECTORY flag for open(2) on any BSD
Matthias Rampke [Sun, 1 May 2011 19:22:12 +0000 (21:22 +0200)]
there is no O_DIRECTORY flag for open(2) on any BSD

13 years agoonly linux needs an explicit -lresolv
Matthias Rampke [Sun, 1 May 2011 17:15:18 +0000 (19:15 +0200)]
only linux needs an explicit -lresolv

13 years agoport V8 to DragonFly, part 2
Matthias Rampke [Sun, 1 May 2011 10:08:23 +0000 (12:08 +0200)]
port V8 to DragonFly, part 2

13 years agoport debugger to DragonFly
Matthias Rampke [Sun, 1 May 2011 09:30:49 +0000 (11:30 +0200)]
port debugger to DragonFly

13 years agoport V8 to DragonFly
Matthias Rampke [Sun, 1 May 2011 08:57:51 +0000 (10:57 +0200)]
port V8 to DragonFly

13 years agoprocess information from DragonFly's kinfo_proc
Matthias Rampke [Sat, 30 Apr 2011 23:49:39 +0000 (01:49 +0200)]
process information from DragonFly's kinfo_proc

13 years agoDragonFly has no KERN_PROC_PATHNAME, just as OpenBSD
Matthias Rampke [Sat, 30 Apr 2011 23:02:27 +0000 (01:02 +0200)]
DragonFly has no KERN_PROC_PATHNAME, just as OpenBSD

13 years agotesting/gtest/src/gtest.cc needs sys/socket.h
Matthias Rampke [Sat, 30 Apr 2011 22:02:18 +0000 (00:02 +0200)]
testing/gtest/src/gtest.cc needs sys/socket.h

13 years agoDragonFly and OpenBSD do not have wcscasecmp(3)
Matthias Rampke [Sat, 30 Apr 2011 21:40:46 +0000 (23:40 +0200)]
DragonFly and OpenBSD do not have wcscasecmp(3)

13 years agoFree/OpenBSD and DragonFly do not have clone(2)
Matthias Rampke [Sat, 30 Apr 2011 21:11:55 +0000 (23:11 +0200)]
Free/OpenBSD and DragonFly do not have clone(2)

13 years agobase/test/test_file_util: treat DragonFly like Open/FreeBSD
Matthias Rampke [Sat, 30 Apr 2011 21:10:47 +0000 (23:10 +0200)]
base/test/test_file_util: treat DragonFly like Open/FreeBSD

13 years agofix app/surface/transport_dib_freebsd.cc
Matthias Rampke [Sat, 30 Apr 2011 20:12:33 +0000 (22:12 +0200)]
fix app/surface/transport_dib_freebsd.cc

13 years agoadd missing py-expat dependency
Matthias Rampke [Sat, 30 Apr 2011 19:24:43 +0000 (21:24 +0200)]
add missing py-expat dependency

13 years agoDragonFly BSD readlink doesn't know -f
Matthias Rampke [Sat, 30 Apr 2011 18:50:08 +0000 (20:50 +0200)]
DragonFly BSD readlink doesn't know -f

13 years agochromium Sat Apr 30 20:16:03 CEST 2011
Matthias Rampke [Sat, 30 Apr 2011 18:16:03 +0000 (20:16 +0200)]
chromium Sat Apr 30 20:16:03 CEST 2011