diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-19 20:44:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-19 20:44:51 +0800 |
commit | ff85d5e2a3bf18213b74759d1c8c49525f4f892e (patch) | |
tree | 7f57f622938b0296aea309c1aeabcebc970ce318 /www/midori/files | |
parent | 5f1a5e92e5febfe34bea4ebd2ea781354c5a1e8a (diff) | |
download | marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.gz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.bz2 marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.lz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.xz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.zst marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.zip |
Remove webkit-gtk2. Use the version in FreeBSD ports instead of 1.3.3.
When I did this port it looked like this would be the new stable version.
That is until GNOME 3 got delayed.
If your webkit-gtk2 port is 1.3.3 you will need to run
"portmaster -r webkit-gtk-1" after updating.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14597 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/midori/files')
-rw-r--r-- | www/midori/files/patch-data_search | 16 | ||||
-rw-r--r-- | www/midori/files/patch-wscript | 12 |
2 files changed, 0 insertions, 28 deletions
diff --git a/www/midori/files/patch-data_search b/www/midori/files/patch-data_search deleted file mode 100644 index 4fafcf236..000000000 --- a/www/midori/files/patch-data_search +++ /dev/null @@ -1,16 +0,0 @@ ---- data/search.orig 2010-05-26 12:31:56.000000000 +0200 -+++ data/search 2010-05-26 12:34:03.000000000 +0200 -@@ -6,6 +6,13 @@ - icon= - token=g - -+[FreshPorts] -+name=FreshPorts -+text=The changes made to the FreeBSD ports tree -+uri=http://www.freshports.org/search.php?query=%s -+icon= -+token=fp -+ - [Wikipedia] - name=Wikipedia - text=The free encyclopedia diff --git a/www/midori/files/patch-wscript b/www/midori/files/patch-wscript deleted file mode 100644 index ccab30837..000000000 --- a/www/midori/files/patch-wscript +++ /dev/null @@ -1,12 +0,0 @@ ---- wscript.orig 2010-05-26 12:34:09.000000000 +0200 -+++ wscript 2010-05-26 12:35:30.000000000 +0200 -@@ -267,8 +267,7 @@ - if not conf.env['HAVE_UNIQUE']: - if Options.platform == 'win32': - conf.check (lib='ws2_32') -- check_pkg ('openssl', mandatory=False) -- conf.define ('USE_SSL', [0,1][conf.env['HAVE_OPENSSL'] == 1]) -+ conf.define ('HAVE_OPENSSL', [0,1][conf.check (header_name='openssl/opensslv.h')]) - conf.define ('HAVE_NETDB_H', [0,1][conf.check (header_name='netdb.h')]) - conf.check (header_name='sys/wait.h') - conf.check (header_name='sys/select.h') |