98498 Commits

Author SHA1 Message Date
sthen
a35f4d1768 drop USE_GROFF, output checked with gmdiff 2015-01-21 14:40:09 +00:00
sthen
549efc978a add an explicit comment about a mandoc difference; some chars dropped in
DateTime::Locale::is_IS.3p and DateTime::Locale::is.3p
2015-01-21 14:29:19 +00:00
sthen
ef39390c13 drop USE_GROFF, output checked with gmdiff 2015-01-21 14:27:55 +00:00
sthen
db2fcbbe39 drop USE_GROFF, output checked with gmdiff 2015-01-21 14:19:13 +00:00
sthen
c83186be7a drop USE_GROFF; output is broken anyway (no charset encoding in pod source)
but no worse with mandoc
2015-01-21 14:10:34 +00:00
sthen
6323055218 drop USE_GROFF, output checked with gmdiff 2015-01-21 14:09:59 +00:00
sthen
f443bc8bac drop USE_GROFF, output checked with gmdiff 2015-01-21 14:05:45 +00:00
jca
10a0d052de Additional manpage, missed in previous update.
Noticed by sthen@ and dcoppa@, thanks!
2015-01-21 13:24:40 +00:00
jca
beb0560ba2 Update to xclip-0.12, USE_GROFF not needed anymore.
ok ajacoutot@

While here, remove MAINTAINER (mail bounces).
2015-01-21 12:57:41 +00:00
landry
0fee0d0b4e Unbreak by adding hppa to MODGCC4_ARCHS. 2015-01-21 10:17:40 +00:00
ajacoutot
d78085072f pgp: Force use of the first gnupg found by configure.ac (upstream). 2015-01-21 09:26:25 +00:00
dcoppa
062dc3e06e Merge fix from the "0.6.2-fixes" branch:
streamer: fix resuming network streams after losing network connection
2015-01-21 09:22:51 +00:00
ajacoutot
7f6ad05786 Because security/gpgme RDEP on either gnupg-1 or gnupg-2, force the
dependency on gnupg-1.X. This unbreaks building when gpgme was installed
with only gnupg-2 around.

reported by landry@
2015-01-21 09:09:43 +00:00
dcoppa
f062bcef51 Fix bug: integer underflow in startup phase
(upstream git commit 7b8fd2d81ad80a73564fc9fbb779f47568f12652)

Crash reported and fix tested by Janis Lukasevics
2015-01-21 08:52:04 +00:00
zhuk
fed8be577d Upstream rerolled distfile, putting in a fix for Konqueror.
Didn't built -> no bump.
2015-01-21 08:07:52 +00:00
benoit
e4f24c83ba Update to p5-GD-SecurityImage-1.73. 2015-01-21 07:40:11 +00:00
bentley
a94be4ebfa Take maintainership. 2015-01-21 06:59:05 +00:00
bentley
eb5d566e19 Remove Kevin Lo as maintainer, by request. 2015-01-21 06:23:33 +00:00
bentley
87cea09896 Remove Kevin Lo as maintainer, by request.
While here, fix a couple of license markers.
2015-01-21 06:13:46 +00:00
kirby
90fcdbd521 update to ode-0.13.1 2015-01-21 04:55:43 +00:00
bcallah
0951539ce5 Update to xfe-1.40 - thanks to all who tested! 2015-01-21 02:26:00 +00:00
bentley
f9ce351936 Update maintainer email. 2015-01-21 02:11:27 +00:00
naddy
1f3fb3e2e5 drop groff 2015-01-21 00:08:38 +00:00
jturner
a0cb9e9a3b Install headers in $PREFIX/include/duo. Requested by sthen@ 2015-01-20 22:31:35 +00:00
sthen
80852ff226 update to pidgin-sipe-1.18.5, from maintainer Tom Doherty 2015-01-20 22:30:24 +00:00
zhuk
68d950633f Bringing in KDE 4.14.3. This is the last KDE4 release, ever.
This release contains only minor fixes.

See you in KDE Frameworks land in the next season!
2015-01-20 21:58:37 +00:00
sthen
7b41a3de61 oh, the file is installed; bump (see previous commit to patch-include_cmocka_h) 2015-01-20 20:54:54 +00:00
sthen
f6f03f7f74 fix our patch; use "#ifdef __OpenBSD__" not "#ifdef OpenBSD" 2015-01-20 20:54:05 +00:00
sthen
407eeca0ce Fix gpgme BUILD_DEPENDS to explicitly request gnupg 2.x (otherwise it also
matches 1.x).

Fix RUN_DEPENDS to allow either gnupg 1.x or 2.x (gpgme can use either version).

OK aja
2015-01-20 20:43:37 +00:00
landry
f723c70e53 Add hppa to MODGCC4_ARCHS, and mark BROKEN there: bindings.h:85:4: error: type 'Binding' is not a direct base of 'Binding' 2015-01-20 19:48:42 +00:00
landry
abf237485f Broken on hppa for missing atomic ops 2015-01-20 18:42:38 +00:00
landry
3eb5b25f35 BROKEN-hppa = SIGILL at runtime during make fake 2015-01-20 18:40:53 +00:00
landry
d3cff6ee49 BROKEN-hppa = error: No native atomic implementation found. 2015-01-20 18:38:09 +00:00
abieber
c4a283c051 From tedu@:
On i386, it's better for a jit to ask for exec memory upfront, so uvm
knows to place it in the exec segment. Otherwise, if you mmap non-exec
and mprotect it, you wind up with a high mapping and the segment must
be enlarged to cover the whole process.

I sent Mike a slightly different diff; this is what he ended up
committing to git. I think we should add it to the port.

OK dcoppa@
2015-01-20 15:26:26 +00:00
zhuk
83b6a8d8d8 Enable W^X in JIT for Qt5 WebKit.
Tested using Otter Browser on amd64.
2015-01-20 13:38:42 +00:00
zhuk
5d2a0ac57a Make Qt5 pick up certs from /etc/ssl. Fixes annoying warnings in browsers.
Similar (but less invasive) patch was done for Qt4 as well. There is no
valid point for allowing Qt5 to look at many other places, which could
happen be accessible by unauthorized users by occasion, thus we hardcode
the /etc/ssl/ as the only vaild place.
2015-01-20 13:27:59 +00:00
bentley
f19e587010 clean up uqm makefile, add -remix4 package, add upstream manpage.
ok kirby@
2015-01-20 12:28:31 +00:00
bentley
866a834131 Update to scons-2.3.4. 2015-01-20 12:16:48 +00:00
naddy
b335bd48b5 Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-20 11:54:16 +00:00
naddy
4eeb46e5bc remove forgotten ports that were imported in 2011 but never hooked up
to the build; ok jasper@ (original importer)
2015-01-20 11:51:37 +00:00
dcoppa
8d53785692 Simplify; this requires the latest cmake 2015-01-20 11:44:30 +00:00
naddy
9b935b0068 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>.
Remove now useless patches.
2015-01-20 11:44:19 +00:00
dcoppa
b8b360d24a Fetch the right version of ruby from MODRUBY_REV automagically 2015-01-20 11:41:32 +00:00
sthen
92835d0044 Change catdoc from using a FLAVOR to provide the Tk "wordview" user interface
to using a subpackage instead. From Dmitrij D. Czarkoff, small tweak from me.
2015-01-20 11:08:41 +00:00
sthen
204e22c239 unhook catdoc,-tk; it is about to be replaced with a subpackage 2015-01-20 11:07:51 +00:00
sthen
8303e2e180 update to racktables 0.20.9 2015-01-20 10:06:48 +00:00
sthen
0ea6f1b0e0 remove patch to avoid using -fdiagnostics compiler flags; this was a ccache bug 2015-01-20 10:04:15 +00:00
sthen
48d4f017a5 update to ccache 3.2.1 2015-01-20 10:02:09 +00:00
benoit
724279ca58 Update to p5-MooseX-Traits-Pluggable-0.12.
ok ajacoutot@
2015-01-20 09:56:55 +00:00
benoit
89f814bc50 Update to p5-MooseX-Params-Validate-0.19.
ok ajacoutot@
2015-01-20 09:55:23 +00:00