Commit Graph

13179 Commits

Author SHA1 Message Date
pascal
1652ccd333 Update to git 2.1.0.
ok benoit@ (maintainer)
2014-08-19 19:44:39 +00:00
bcallah
974c23c09a +py-singledispatch 2014-08-18 23:03:22 +00:00
bcallah
18a620b505 Import devel/py-singledispatch
The singledispatch library brings functools.singledispatch from Python
3.4 to Python 2.6-3.3.

PEP 443 proposed to expose a mechanism in the functools standard library
module in Python 3.4 that provides a simple form of generic programming
known as single-dispatch generic functions.

This library is a backport of this functionality to Python 2.6 - 3.3.

ok jca@
2014-08-18 23:02:59 +00:00
bluhm
9011e5b36b Update p5-Sub-Name to 0.09 2014-08-18 21:29:10 +00:00
bluhm
edc750cec5 + p5-Devel-CheckBin 2014-08-18 21:23:51 +00:00
bluhm
07e3b93a21 Import p5-Devel-CheckBin 0.02
Devel::CheckBin is a perl module that checks whether a particular
command is available.

OK sthen@
2014-08-18 21:21:45 +00:00
jca
36e23228e9 In cdiff, use ftp(1) by default instead of tools from the ports tree.
ok edd@ (maintainer)
2014-08-18 19:28:50 +00:00
jca
e7c4fbb7bd Mark as GPLv2+, not just GPLv2. ok edd@ (maintainer) 2014-08-18 18:25:22 +00:00
jca
5be743a1df Add NO_TEST=Yes. ok edd@ (maintainer) 2014-08-18 17:59:58 +00:00
edd
3817e0d84a Link devel/colordiff. 2014-08-18 17:34:03 +00:00
edd
9d423100c9 Import devel/colordiff: a colorized diff tool.
OK chrisz@, jca@. Thanks.
2014-08-18 17:32:40 +00:00
ajacoutot
3637298e68 Update to libidn-1.29. 2014-08-17 06:38:16 +00:00
ajacoutot
c8558e1ee9 Update to pango-1.36.6. 2014-08-16 13:37:45 +00:00
chrisz
22601d0549 Our libiberty does not have filename_cmp(), but since it would simply
call strcmp(), use a macro when building gdb and most of all libbfd.

Fixes linking against libbfd with our system libiberty.


reviewed and ok pascal@
2014-08-16 11:14:04 +00:00
jasper
d0418b942b sort 2014-08-15 12:19:13 +00:00
jasper
4a8f55e59f +ruby-rake-remote_task 2014-08-15 07:24:07 +00:00
jasper
c510efa3a0 import rake-remote_task-2.2.2
Vlad the Deployer's sexy brainchild is rake-remote_task, extending
Rake with remote task goodness.

ok jeremy@
2014-08-15 07:21:53 +00:00
jasper
4de9c879e1 update to open4-1.3.4 2014-08-15 07:19:38 +00:00
ajacoutot
d11cd4a9e1 Add vala bindings.
ok jasper@
2014-08-14 08:26:10 +00:00
pascal
6091383dc8 Update to GDB 7.8. 2014-08-14 07:50:24 +00:00
jasper
af39785839 - update to libgit2-glib-0.0.20
- whack the OutputStream statemachine with mutexes and conditional variables (from guenther@, thanks!)
2014-08-14 06:42:16 +00:00
brad
06acbb6e4b r211435
Legalizer: Add support for splitting insert_subvectors.

We handle this by spilling the whole thing to the stack and doing the
insertion as a store.

PR19492. This happens in real code because the vectorizer creates v2i128 when AVX is
enabled.

ok matthew@
2014-08-14 01:08:09 +00:00
jsg
ac8d6a8b3e update to cppcheck 1.66
ok gsoares@ (maintainer)
2014-08-13 15:13:33 +00:00
bluhm
2073194e90 update p5-Data-Validate to 0.09 2014-08-11 18:44:02 +00:00
stsp
39c80bdd13 Update to Subversion 1.8.10. -stable backports of important fixes will
follow in about a week when new files can be created in the tree again.
2014-08-11 17:36:18 +00:00
pascal
9310567888 Update to 2.0.4; also install the "multimail" hooks as requested by djm@
ok benoit@ (maintainer)
2014-08-11 16:49:31 +00:00
ajacoutot
12001c51fc Drop XXX, we are past 5.6 now. 2014-08-11 14:02:08 +00:00
jasper
960bc3b312 update to libpeas-1.10.1 2014-08-10 11:59:17 +00:00
jasper
a798a9cdd9 remove BROKEN-sparc64 as it's autofixed; it works fine now on sparc64. 2014-08-10 11:11:36 +00:00
espie
b33a13668c missed SUBST_* 2014-08-10 10:11:05 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
ajacoutot
85110fec51 Merge upstream's fix for vte crash.
ok jasper@
2014-08-10 08:05:35 +00:00
ajacoutot
dc2719b7c5 Update to harfbuzz-0.9.34. 2014-08-10 08:01:05 +00:00
jca
74f0b23d8a New homepage. From Stefan Wollny. 2014-08-09 19:39:34 +00:00
jca
b86749e037 Use ${_MASTER_SITE_FREEBSD} instead of hardcoding (outdated) locations. 2014-08-09 19:31:22 +00:00
naddy
206193e0e5 Fix segfault in gnome-terminal-server process.
This fix from espie@; ok ajacoutot@ jasper@ robert@

(The tree is still locked.)
2014-07-30 14:30:54 +00:00
naddy
39264c5be6 Fix chroot instructions to work with the perl version we ship in 5.6.
While here, drop some obsolete configuration examples and tweak the
default man.cgi URL.
ok espie@
2014-07-26 19:38:03 +00:00
zhuk
b15d2f4b20 Tweak python3 @conflicts for py-setuptools and py-distribute right.
Spotted by naddy@, rpointel@ (MAINTAINER) agrees with the fix.

okay espie@
2014-07-26 11:26:46 +00:00
pascal
b7bbd19079 Fix detection of arc4random.
ok brad@ sthen@
2014-07-26 09:27:29 +00:00
naddy
0d0160ad6a Work around a missing Makefile rule to derive a .lo from a source file
in a subdirectory; fixes the build on sparc64.

While here, don't run autoconf.  Nothing requires it.

ok jca@
2014-07-25 20:24:51 +00:00
zhuk
0ea76f6c1f Apply a hammer to kdevelop and digikam-kde4 since OBJECT_DEPENDS
doesn't work as advertised. To be investigated later, and we need
reliable builds now.

okay naddy@ who probably hates those ports now
2014-07-25 17:45:58 +00:00
zhuk
02452bfd3f Remove p5-TAP-Parser, superseded by p5-Test-Harness.
Unmarked conflict initially noticed by naddy@

okay afresh1@ (MAINTAINER), sthen@.
2014-07-25 09:17:16 +00:00
zhuk
004be739b7 Unlink p5-TAP-Parser. 2014-07-25 09:16:01 +00:00
zhuk
fe226d1f36 Add tcpcat removal to quirks.
okay naddy@
2014-07-24 19:54:59 +00:00
landry
4446c67310 Update to xulrunner 24.7.0.
It is way too late to start moving stuff to an hypotethical xulrunner
31, so let's stay on the esr24 branch for this one - less important...

ok sthen@ jasper@ naddy@
2014-07-24 18:11:14 +00:00
jca
13b07fb1e9 Entry for cherokee CVE-2014-4668. 2014-07-23 20:35:15 +00:00
naddy
5dc9caa8a7 add www/p5-CGI-Application CVE-2013-7329 2014-07-23 20:08:08 +00:00
naddy
cf2fbfa8fc do not pick up gmkdir in configure; ok espie@ 2014-07-23 18:02:27 +00:00
sthen
d34a7c3de5 quirk for exim vuln fix, reminded by espie 2014-07-23 12:03:53 +00:00
zhuk
de040783f8 Fix WANTLIB. 2014-07-23 10:50:43 +00:00