ajacoutot
9e90967bbb
Update to webkit-2.0.3.
...
ok landry@ (maintainer)
2013-06-19 13:24:17 +00:00
sthen
a8f07f5ebe
bump
2013-06-18 17:02:37 +00:00
ajacoutot
9920238d6f
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
...
have it in base now.
2013-06-17 19:30:22 +00:00
ajacoutot
40ff12bf22
Unbreak Mozilla ports after the Heimdal update.
2013-06-17 19:29:05 +00:00
ajacoutot
8613536758
Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
...
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
dcoppa
55f2c463d8
Update to 7.0.41.
2013-06-17 11:52:29 +00:00
espie
d3826796f5
add missing inter-dependency, should fix naddy's build
2013-06-15 16:06:14 +00:00
sthen
394728b041
switch the chromium build from gmake to ninja which uses hugely less cpu
...
time. testing by me and espie, looks good to robert@
2013-06-13 21:23:33 +00:00
sthen
a3ca4bb46e
increase last_ip to varchar(40) so ipv6 fits, ok aja@
2013-06-13 13:39:00 +00:00
sthen
dc291849ea
handle changes to ksh set -e handling, ok jasper
2013-06-13 11:31:44 +00:00
benoit
df1340ad4d
Update privoxy to 3.0.21.
...
ok merdely@ (maintainer)
2013-06-13 08:47:46 +00:00
brad
17833ea850
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
...
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
robert
3723f947a9
update to 27.0.1453.110
2013-06-12 06:20:20 +00:00
jasper
306d3203d6
sync w/ puppet and use ruby 1.9
2013-06-11 14:58:46 +00:00
landry
ee973952e6
Fix langpacks by installing them under firefox-$V/browser/extensions
...
instead of firefox-$V/extensions, the location changed in firefox 21.0.
Note that to properly activate a langpack, it seems you still need to
set general.useragent.locale in about:config.. to be investigated.
2013-06-11 07:28:18 +00:00
benoit
e3307058f8
Update phpmyadmin to 4.0.3.
...
Security update to 4.0.3 (fixes PMASA-2013-6)
from giovanni@ (maintainer)
2013-06-10 14:59:10 +00:00
robert
c05e579888
fix plist
2013-06-09 21:51:58 +00:00
rpe
7c61e7ffed
update dokuwiki to 2013-05-10
...
- add a apache configuration file snippet
- change README accordingly
- zap WRKDIST in Makefile
ok sthen@ pea@ (Maintainer)
2013-06-09 13:42:02 +00:00
landry
07a2ba53be
Put PORTHOME = ${WRKDIST} directly in the port Makefile, apparently it's
...
how others ports do.
discussed with ajacoutot@
2013-06-08 12:07:38 +00:00
landry
15cc135990
Add PORTHOME=${WRKDIST} to CONFIGURE_ENV to stop webkit build trying to
...
write to / like a pig when calling various g-i-r & icon-update-something
binaries during build & fake.
prodded by fgsch@
2013-06-08 11:59:46 +00:00
ajacoutot
220875e0eb
SECURITY update to owncloud-5.0.7.
...
Multiple XSS vulnerabilities (oC-SA-2013-028)
Changelog: http://owncloud.org/changelog/
2013-06-06 21:13:18 +00:00
ajacoutot
21f28e6522
Revert the mysql->MariaDB blurb in the READMEs.
...
It seems the MariaDB move will be reverted.
2013-06-06 13:57:48 +00:00
ajacoutot
9afcdab386
mysql -> MariaDB
2013-06-05 14:38:08 +00:00
dcoppa
b6d9497153
Update to cntlm-0.93beta5.
...
Final 0.93 release continues to be an unfulfilled dream and this
seems to perform better than 0.92.3 in my tests.
Based on an old diff by sthen@
2013-06-05 09:29:56 +00:00
robert
bb1559ed96
thank you cvs for missing these patches
2013-06-04 20:09:42 +00:00
landry
acc5fc1ac5
Update to tt-rss 1.7.9, still seems to work fine in ffx & with the
...
android unofficial client. Dont forget to visit the webpage for db
upgrade process first.
2013-06-04 19:59:37 +00:00
naddy
10bfdff492
the png headers are now directly under include/
2013-06-04 18:41:39 +00:00
robert
3204214fa5
update to 4.0.13
2013-06-04 15:14:23 +00:00
fgsch
081021164e
Remove MODPY_JSON from RDEP and bump.
2013-06-04 07:57:13 +00:00
fgsch
257ed1a783
Fix RDEP and bump.
2013-06-04 07:54:19 +00:00
pirofti
2f331601cd
And another update to youtube-dl. Version 2013.05.23 is out.
2013-06-03 23:11:52 +00:00
pirofti
1205a79028
Update to youtube-dl 2013.05.07.
...
Note that this update changes the output name to the title of the video.
From David Hill, thanks!
2013-06-03 23:03:40 +00:00
sthen
fc39912ef2
- add patch from upstream, fixing problem with kqueue and SSL MITM
...
- s/transparent/intercept/ in README, as I happened to notice in a misc@
post from Rob Sheldon
2013-06-03 11:01:03 +00:00
jasper
c676d00720
revert here too
2013-06-02 17:00:16 +00:00
landry
ac33065526
Fix linking on ppc by backporting #846986 which got only fixed in 23,
...
and forgotten in the other branches.
2013-06-01 22:09:42 +00:00
kurt
4045c4c04e
- Adjust to changed boehm-gc API in 7.2d. okay sthen, landry
2013-06-01 21:06:20 +00:00
stsp
14e0710d8d
Update UTF-8 locale workaround in owncloud's README to account for
...
/usr/share/locale layout changes.
2013-06-01 20:30:37 +00:00
ajacoutot
2932fc964a
Needs to depend on devel/harfbuzz,-icu now.
2013-05-31 20:07:33 +00:00
jturner
bae1f22099
Use none translated version of options.gtk2.ui. Until translations are
...
working properly this is better then seeing tokens in place of the
actual labels.
Discussed with landry@. ok bently@ (MAINTAINER)
2013-05-31 16:18:40 +00:00
robert
f9652d6e0b
fix audio output buffer size and remove the adobe flash notification
...
also unbreak chromium on i386 because it seems the new release magically
works on i386
2013-05-31 15:38:59 +00:00
ajacoutot
3de9758da8
Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
...
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
jasper
6173472462
allow regress tests to run
2013-05-31 14:46:01 +00:00
jasper
d11177988a
update to epiphany-3.8.2
2013-05-31 14:43:20 +00:00
robert
f1670efc4c
remove bogus patch
2013-05-30 21:05:17 +00:00
robert
d7bf3bddbe
update to 27.0.1453.93
2013-05-30 18:42:18 +00:00
jasper
f2159ca9b7
use the new MODLUA_LIB_DEPENDS and switch to MODLUA_RUN_DEPENDS while here.
...
ok abieber@ (MAINTAINER)
2013-05-30 16:50:49 +00:00
landry
1afb400776
Bump all REVISIONS after nspr LIB_DEPENDS bump.
...
No seamonkey 2.18 release with the gecko 21 train because of
infrastructure issues (see http://blog.drapostles.org/archives/95 )
2013-05-30 14:26:50 +00:00
landry
6e8b51be9b
Update to firefox-i18n 21.0
...
While here, rewrite MESSAGE to be more in line with reality. That part
from Marcus Merighi, thanks!
2013-05-30 14:21:11 +00:00
landry
929b483f4d
Update to firefox 21.0.
...
- See http://www.mozilla.org/en-US/firefox/21.0/releasenotes/
- Fixes MFSA 2013-41->48
- switch back again to use gcc 4.6 on i386, ld hits the memory exhausted
wall again with objects built with clang. doh.
- stuff shuffled around in PLIST
*BIG SCARY WARNING FOR PRIVACY-CONCERNED USERS*
Firefox 21 starts implementing something called 'Firefox Health Report',
which sends _anonymized_ data to mozilla servers about Firefox
performance.
This is opt-out - users will be prompted at first start if they want to
keep it enabled. This is not turned as an opt-in knob in the port on
purpose, because i got no feedback on this, and that will allow upstream
to know they have some OpenBSD users. This is of course subject to change.
See https://blog.mozilla.org/futurereleases/2013/05/14/firefox-heal-thyself/
& about:healthreport for more info about this.
2013-05-30 14:17:32 +00:00
landry
466462f7c3
Bump dependency on nspr 4.9.6, technically only needed for firefox.
2013-05-30 14:08:05 +00:00