Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= webkit |
4 |
PORTNAME= webkit |
5 |
PORTVERSION= 2.4.8 |
5 |
PORTVERSION= 2.4.8 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= www |
7 |
CATEGORIES= www |
7 |
MASTER_SITES= http://webkitgtk.org/releases/ |
8 |
MASTER_SITES= http://webkitgtk.org/releases/ |
8 |
PKGNAMESUFFIX= -gtk2 |
9 |
PKGNAMESUFFIX= -gtk2 |
Lines 51-57
Link Here
|
51 |
|
52 |
|
52 |
CONFIGURE_ARGS+=--disable-egl \ |
53 |
CONFIGURE_ARGS+=--disable-egl \ |
53 |
--disable-gles2 |
54 |
--disable-gles2 |
54 |
SHEBANG_FILES= \ |
55 |
SHEBANG_FILES= \ |
55 |
Source/JavaScriptCore/create_hash_table \ |
56 |
Source/JavaScriptCore/create_hash_table \ |
56 |
Source/JavaScriptCore/inspector/scripts/xxd.pl \ |
57 |
Source/JavaScriptCore/inspector/scripts/xxd.pl \ |
57 |
Source/WebCore/css/*.pl \ |
58 |
Source/WebCore/css/*.pl \ |
Lines 63-69
Link Here
|
63 |
Source/WebCore/bindings/scripts/*.p[lm] \ |
64 |
Source/WebCore/bindings/scripts/*.p[lm] \ |
64 |
Source/JavaScriptCore/create_hash_table |
65 |
Source/JavaScriptCore/create_hash_table |
65 |
|
66 |
|
66 |
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 |
67 |
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk2 |
67 |
#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", |
68 |
#_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}", |
68 |
|
69 |
|
69 |
OPTIONS_DEFINE= DEBUG FULLDEBUG |
70 |
OPTIONS_DEFINE= DEBUG FULLDEBUG |
Lines 98-104
Link Here
|
98 |
CXXFLAGS+= -Qunused-arguments |
99 |
CXXFLAGS+= -Qunused-arguments |
99 |
.endif |
100 |
.endif |
100 |
|
101 |
|
101 |
|
|
|
102 |
post-patch: |
102 |
post-patch: |
103 |
@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ |
103 |
@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ |
104 |
${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp |
104 |
${WRKSRC}/Source/WebCore/plugins/PluginDatabase.cpp |