88077 Commits

Author SHA1 Message Date
dcoppa
058632e309 Update to youtube-dl-2013.11.11 2013-11-12 06:43:36 +00:00
landry
d2250507c8 Instead of shuffling things around after arc4random_addrandom() removal,
take a stronger stance and remove evutil_secure_rng_add_bytes() from
libevent's API. Nothing calls it anyway, and there's even a big scary
warning (tm) in libevent's header..

---
You should almost never need to call this function; it should be
sufficient to invoke evutil_secure_rng_init(), or let Libevent take
care of calling evutil_secure_rng_init() on its own.

If you call this function as a _replacement_ for the regular
entropy sources, then you need to be sure that your input
contains a fairly large amount of strong entropy.  Doing so is
notoriously hard: most people who try get it wrong.  Watch out!
---

Bump event_core major, and remove the now useless configure.in patch.

Discussed with/ok sthen@
2013-11-11 21:54:57 +00:00
sthen
a78bc7a7d6 update to xapian-omega 1.2.15 2013-11-11 21:25:58 +00:00
sthen
040e0bf4c8 update to p5-Search-Xapian 1.2.15.0 2013-11-11 21:25:56 +00:00
sthen
786df97f35 update to xapian-core 1.2.15 2013-11-11 21:25:54 +00:00
kili
f10123589d Bump because of library signature changes for base, ghc, haskell98,
old-time and time. After comparing all the .hi files before and
after (using ghc --show-iface) I guess this changes had been triggered
by the suseconds_t change some weeks ago (my previous ghc build was
from october 23rd, so just a little bit before that change).

People following -current and using Haskell for serious work should
wait with updates until the new ghc and hs-packages are built and
copied out to the mirrors. Any Haskell additional libraries built
manually (i.e. using cabal something) should be rebuilt. If in
doubt, run ghc-pkg check to see if anything is broken for you.
2013-11-11 20:46:30 +00:00
robert
0219a01b7b update to 1.2.3 and fallback to using the openssl binary if available instead of deprecated mhash() functions 2013-11-11 18:17:27 +00:00
ajacoutot
3b9b71724a Update to pango-1.36.1. 2013-11-11 16:52:46 +00:00
ajacoutot
94e7cfead6 Update to devhelp-3.10.2. 2013-11-11 16:14:08 +00:00
ajacoutot
3324dd0039 Update to gdk-pixbuf-2.30.1. 2013-11-11 16:08:49 +00:00
ajacoutot
aa9b9d8a54 Update to GTK+ 3.10.3. 2013-11-11 16:06:01 +00:00
bcallah
21a0726254 Enable -python for mips64* now that py-gtk2 works on those platforms.
Bump.
ok aja@
2013-11-11 16:05:28 +00:00
ajacoutot
26267d638f Update to colord-1.0.4. 2013-11-11 15:52:40 +00:00
merdely
adb2c7d882 Update to 2.007.
Fixes this problem (notified by sthen):
   Use of uninitialized value in pattern match (m//) at
   /usr/local/libdata/perl5/site_perl/Net/Server.pm line 600.

From sthen:
   one of the tests fails if you have IO::Socket::SSL installed (it tries to run a local ssl
   server and connect to it but fails due to it being an unknown ca, IO::Socket::SSL defaults got
   tighter) but that isn't new and isn't a real problem

ok sthen, gonzalo
2013-11-11 15:42:58 +00:00
ajacoutot
888f664cb9 Remove unused file.
ok robert@ (maintainer)
2013-11-11 15:38:16 +00:00
ajacoutot
543ec7b5fc Update to py-gobject3-3.10.2. 2013-11-11 15:16:12 +00:00
espie
695fe955dd there are aliases between categories and pkgpaths, as noted by
Constantine A. Murenin

move ports-readmes to the same basic url structure as
ports-readmes-dancer, to avoid the confusion.
2013-11-11 15:00:50 +00:00
ajacoutot
61fb9ed19f Update to quvi-0.9.5. 2013-11-11 14:57:10 +00:00
ajacoutot
988141af2f Update to libquvi-0.9.4. 2013-11-11 14:56:58 +00:00
ajacoutot
c8be6d84ff Update to libquvi-scripts-0.9.20131104. 2013-11-11 14:56:46 +00:00
zhuk
170e7a001f Avoid pulling extra dependencies if NO_BUILD=Yes. No-op for current builds,
but will be needed for meta/kde4.
2013-11-11 14:13:29 +00:00
steven
93412ee88d +mpdscribble 2013-11-11 14:13:05 +00:00
steven
7dc493b03a re-import newer version of mpdscribble
ok landry@
2013-11-11 14:01:56 +00:00
steven
368699154b re-import newer version of mpdscribble
ok landry@
2013-11-11 13:56:51 +00:00
zhuk
3ddb450355 +link-grammar 2013-11-11 13:37:35 +00:00
zhuk
798d8cea76 Link libktorrent (forgotten) and ortp (new) to build. 2013-11-11 13:35:52 +00:00
jasper
23e25a8639 - update to lldpd-0.7.7
ok sthen@
2013-11-11 12:23:13 +00:00
ajacoutot
9cb41d64bb Update to liboauth-1.0.1. 2013-11-11 11:53:37 +00:00
zhuk
98cfa28f1a Import oRTP, RTP (RFC3550) implementation library. This is needed for
Jingle support in kopete-4.11.3. The kdenetwork-4.10.5 could also use it
for the same thing, but my tests showed that Jingle doesn't work there, so
no point in enabling it.

oRTP - a Real-time Transport Protocol (RFC3550) stack under LGPL.
It implements the RFC3550 (RTP) with a easy to use API with high and
low level access and features:
  * Support for multiples profiles, AV profile (RFC3551) being
    the one by default.
  * A packet scheduler for sending and recieving "on time", according
    to their timestamp. Scheduling is optionnal, RTP sessions can remain
    not scheduled.
  * Mutiplexing I/O, so that hundreds of RTP sessions can be scheduled
    by a single thread.
  * Adaptive jitter algorithm for a receiver to adapt to the clockrate
    of the sender.
  * Supports part of RFC2833 for telephone events over RTP.
  * The API is well documented using doxygen.
  * RTCP messages sent periodically since 0.7.0 (compound packet
    including sender report or receiver report + SDES).
  * An API to parse incoming RTCP packets.

okay landry@
2013-11-11 09:23:09 +00:00
zhuk
c8a55849f2 Import link-grammar, a dependency for upcoming KDE 4.11.3 PIM.
The Link Grammar Parser is a syntactic parser of English, Russian,
Arabic and Persian (and other languages as well), based on link
grammar, an original theory of English syntax. Given a sentence,
the system assigns to it a syntactic structure, which consists of
a set of labelled links connecting pairs of words. The parser also
produces a "constituent" (Penn tree-bank style phrase tree)
representation of a sentence (showing noun phrases, verb phrases,
etc.). The RelEx extension provides dependency-parse output.

okay landry@, espie@ (for the BUILD_PACKAGES part)
2013-11-11 09:20:43 +00:00
dcoppa
5ff455237f Bugfix update to cmake-2.8.12.1 2013-11-11 07:23:32 +00:00
schwarze
1e89139261 My implementation of .%C (city) in .Rs (citation block), accepted and
committed upstream.  It already works in mandoc(1), and it is used in
some OpenBSD base system manuals, and using it is generally encouraged,
so having it in our groff port as well really makes sense.
ok bentley@ on August 1, 2013 (and i forgot to commit after unlock, sorry)
2013-11-11 06:41:02 +00:00
sthen
9c39c314cc bugfix update to sqliteman 1.2.2 2013-11-10 22:28:59 +00:00
sthen
2a601101f5 update to qscintilla 2.8 2013-11-10 22:23:43 +00:00
sthen
e6dd13fcba update to QScintilla 2.7.2
(oops, forgot to commit this along with the py-qscintilla/py-sip update..)
2013-11-10 21:44:02 +00:00
jasper
ab0b69c400 update to gnome-calculator-3.10.2 2013-11-10 20:54:55 +00:00
ajacoutot
1f3a607e40 Update to evolution-ews-3.10.2. 2013-11-10 16:10:18 +00:00
ajacoutot
dc986964f8 Update to evolution-3.10.2. 2013-11-10 16:10:00 +00:00
ajacoutot
ac229980e2 Update to evolution-data-server-3.10.2. 2013-11-10 16:09:36 +00:00
naddy
95c3bd7dd3 update to 2.5.3 and add Marathi, Nepali, Tamil-Classical fonts 2013-11-10 15:01:24 +00:00
naddy
9b97317187 spelling; ok zhuk@ 2013-11-10 14:56:41 +00:00
espie
2833ffded8 use bsd.port.arch.mk 2013-11-10 12:38:34 +00:00
shadchin
45cd38fe95 Update to texmaker 4.1 2013-11-10 12:31:45 +00:00
espie
8a3feb1a92 turns out that dpb is happy with BUILD_PACKAGES being wildy different
from MULTI_PACKAGES, so there's no reason left to tweak MULTI_PACKAGES
directly for pseudo-flavors.

saner.
2013-11-10 12:27:50 +00:00
espie
b11e3accb3 pseudo-flavor 2013-11-10 12:25:14 +00:00
espie
59cdb26dc0 use bsd.port.arch.mk for proper multi-packages
move as much as possible outside the conditionals
2013-11-10 12:20:29 +00:00
espie
5999e4c4c4 simplify with bsd.port.arch.mk 2013-11-10 12:12:26 +00:00
espie
a1f6badbc3 brad@ snuck unneeded stuff back in thru sthen@...
bsd.port.arch.mk *does* trim BUILD_PACKAGES for you!
2013-11-10 11:59:44 +00:00
espie
7265a5b829 standard pseudo-flavor -> do it the bsd.port.arch.mk way
no functional change
2013-11-10 11:39:33 +00:00
espie
32ef5a34df spacing 2013-11-10 11:28:19 +00:00