Ticket #24622: portfile.quartz.diff
File portfile.quartz.diff, 1.6 KB (added by elelay (Eric Le Lay), 15 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name webkit-gtk 7 version 1. 1.15.47 version 1.2.0 8 8 revision 0 9 epoch 110 9 description Apple's WebKit HTML rendering library for GTK+ 11 10 long_description ${description} 12 11 maintainers gmail.com:myschizobuddy devans … … 17 16 18 17 distname webkit-${version} 19 18 20 checksums md5 47301fb7120421ac38bf714db8f5d428\21 sha1 0778b130720756d880c2bbe9eeef79f35bcf861a\22 rmd160 dcfae86f7a2fc63b478741b370ac620d1659513e19 checksums md5 b2bfcbc4bbf1d0a51f848cb54c21ee66 \ 20 sha1 ac9db7c25471eed9d03ea90cea1c0b3378b6d47e \ 21 rmd160 122b40f2d103406a42e5340fa6662781a0e356e2 23 22 24 23 patchfiles patch-WebKitTools-DumpRenderTree-gtk-TestNetscapePlugin-TestNetscapePlugin.cpp.diff \ 25 24 TextBreakIterator.diff … … 39 38 40 39 # TODO: Use muniversal, so this is detected per arch 41 40 configure.args \ 42 --enable-jit=no 41 --enable-jit=no \ 43 42 44 43 post-patch { 45 44 reinplace "s|-licucore|-licui18n -licuuc|" ${worksrcpath}/configure … … 48 47 file mkdir ${worksrcpath}/DerivedSources 49 48 } 50 49 50 variant quartz { 51 configure.args-append --with-font-backend=pango --with-target=quartz 52 patchfiles-append patch-quartz-WebCore-plugins-gtk-gtkxtbin.c.diff \ 53 patch-quartz-WebCore-plugins-gtk-PluginViewGtk.cpp.diff 54 } 55 51 56 # 52 57 # video is now enabled by default so make the variant no_video 53 58 #