14519 Commits

Author SHA1 Message Date
sthen
18356c9d2f py3 support for py-cffi 2015-05-20 09:11:52 +00:00
sthen
abe241ca92 add py3 support to py-asn1, ok benoit@ 2015-05-20 09:06:42 +00:00
sthen
7eadc2c568 support py3 in py-cparser 2015-05-20 09:04:36 +00:00
kettenis
d4e1138cc1 Use EXIT_SUCCESS instead of _STDLIB_H to detect if <stdlib.h> has been
included.  Fixes multimedia/libaacs with binutils 2.17 on amd64.

ok (and help from) jca@
2015-05-19 09:54:53 +00:00
kettenis
ceaef45fc1 Force JeagerTrampoline to be hidden to avoid R_X86_64_PC32 relocation.
ok jasper@
2015-05-19 09:26:11 +00:00
ajacoutot
693adec6b2 Backport commits from upstream LLVM.
r237580
Add support for the Sparc implementation-defined "ASR" registers.

r237581
Sparc: Add the "alternate address space" load/store instructions.

- Adds support for the asm syntax, which has an immediate integer
  "ASI" (address space identifier) appearing after an address, before
  a comma.

- Adds the various-width load, store, and swap in alternate address
  space instructions. (ldsba, ldsha, lduba, lduha, lda, stba, stha,
  sta, swapa)

r237582
Sparc: Support PSR, TBR, WIM read/write instructions

from brad (maintainer)
2015-05-19 05:33:38 +00:00
gsoares
9a9595ee82 update to 1.78b
OK jsg@ (MAINTAINER)
2015-05-18 11:32:27 +00:00
jasper
7e7ecc3b15 remove another bunch of @rm -f, some of which were hiding the arguments no
longer existed
2015-05-18 11:29:37 +00:00
dcoppa
9334187dce Update to hslogger-1.2.9 2015-05-18 08:53:22 +00:00
jasper
1f5850fd2f - zap a bunch of '@rm -fr' cases that were masking files that have long since been removed
- pre-emptively fix a few other cases while here
2015-05-18 06:56:04 +00:00
robert
69327f53ab update to 8.37;
includes fixes for the following CVEs:
CVE-2014-8964
CVE-2015-2325
CVE-2015-2326
2015-05-17 15:18:37 +00:00
benoit
4ed38cd8f5 Update to p5-Eval-Closure-0.13. 2015-05-17 07:19:39 +00:00
kettenis
1dedf79151 Use $CC to link shared library to make sure crtbeginS.o gets linked in.
ok dcoppa@
2015-05-16 10:07:19 +00:00
landry
adb05bd6ba Revision bumps after mozilla.port.mk dependency changes. 2015-05-16 07:19:06 +00:00
benoit
d397dbc41d Update to p5-Class-C3-0.28. 2015-05-16 06:24:43 +00:00
benoit
ae6186787a Update to p5-B-Utils-0.26. 2015-05-16 06:06:39 +00:00
stsp
1fcfcd51a3 Register removal of ap2-mod_fastcgi and ap2-mod_fcgid. 2015-05-15 08:13:34 +00:00
benoit
754c205fbd Update to p5-PerlIO-via-Timeout-0.30. 2015-05-15 07:34:15 +00:00
jasper
be0bf9118c use the new golang module 2015-05-15 07:32:00 +00:00
jasper
94711fc9a2 committed upstream 2015-05-14 18:20:34 +00:00
jasper
02b8f9867f +ruby-colorize 2015-05-14 17:51:27 +00:00
jasper
8468bac6f6 import ruby-colorize-0.7.7
Ruby String class extension. Adds methods to set text color, background
color and, text effects on ruby console and command line output, using
ANSI escape sequences.

ok jeremy@
2015-05-14 17:47:08 +00:00
benoit
abaf9a780b Update to git-2.4.1. 2015-05-14 09:25:02 +00:00
jasper
3b113484af update to specinfra-2.32.0 2015-05-14 07:21:37 +00:00
jasper
4fb8f0897e register cucumber removal 2015-05-13 18:56:16 +00:00
jasper
99f805f78d remove, this has been rotting in our tree for far too long.
ok jeremy@
2015-05-13 18:55:00 +00:00
jasper
9fc78b29eb fix HOMEPAGE; note that this gem is a perfect candidate for removal as it's
not been updated in 6 years (while there are regular updates) and most halfwhat
modern ruby code chokes badly on this rotten vegatable
2015-05-13 18:36:49 +00:00
sthen
db64cee589 update to ccache 3.2.2 2015-05-13 08:19:23 +00:00
ajacoutot
f0a7aa4f99 Update to glib2-2.44.1. 2015-05-13 06:13:30 +00:00
sthen
57e61a05c9 unbreak i386 packaging.
watch out for ${MACHINE_ARCH}, that's why update-plist warns about them.
2015-05-13 06:08:33 +00:00
naddy
a75f048c78 The autopoint tool requires xz to unpack its archive, so add a corresponding
run dependency.  Noticed by ajacoutot@, jca@.
ok sthen@
2015-05-12 19:57:42 +00:00
jasper
6006cb314a update to vte-0.40.2 2015-05-12 12:45:47 +00:00
jasper
8039c54fba fix regress tests on OpenBSD; with upstream 2015-05-12 12:39:10 +00:00
sthen
ad47e48c60 update to py-pip 6.1.1, from frantisek holop 2015-05-12 11:23:16 +00:00
sthen
a90c7a961d update to py-virtualenv 12.1.1, from frantisek holop 2015-05-12 11:20:33 +00:00
ajacoutot
9b0b92263c Backport commits from upstream LLVM.
r236042
Sparc: Add alternate aliases for conditional branch instructions.

r236107
Sparc: Prefer reg+reg address encoding when only one register used.

r236137
Make Sparc assembler accept parenthesized constant expressions.

from brad (maintainer)
2015-05-11 23:21:51 +00:00
kurt
35d97716f0 - Update to 7u80 which includes Java SE Critical Patch Updates:
http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html
- Support Gnome shell as Mutter backport from jdk8 from Christian Schulte:
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/8530456e0091
okay sthen@ kili@ ajacoutot@
2015-05-11 14:47:45 +00:00
jasper
ff32f3dc97 fix rdep on specinfra; spotted by aja@ 2015-05-10 18:16:26 +00:00
afresh1
f7ecf6cee6 +p5-Test-YAML 2015-05-10 16:50:12 +00:00
afresh1
5a9ee415fe Update devel/p5-YAML to 1.15 2015-05-10 16:49:28 +00:00
afresh1
7fe7e5548a Import devel/p5-Test-YAML 1.05
With help from sthen@
2015-05-10 16:47:01 +00:00
ajacoutot
7fe0df0073 Update to ragel-6.9. 2015-05-09 15:08:24 +00:00
jasper
f8d2ef0551 update to serverspec-2.16.0 2015-05-09 08:06:42 +00:00
jasper
2769faf6b8 update to specinfra-2.31.0 2015-05-09 08:06:32 +00:00
benoit
7ca751972e Update to capstone-3.0.3. 2015-05-09 06:50:02 +00:00
zhuk
e97aebf22c Update Intellij IDEA port to 14.1.2.
Initial patch from Caspar Schutijser, thanks!
2015-05-08 21:17:03 +00:00
stu
b6fadcfb29 +p5-Tcl 2015-05-08 17:43:36 +00:00
espie
2ace40bfb8 don't depend on modes in the ports tree being what we want installed 2015-05-08 09:08:44 +00:00
stu
6abd446168 Import p5-Tcl 1.02.
The Tcl extension provides a small but complete interface into libtcl
and any other Tcl-based library. It lets you create Tcl interpreters
(as perl5 objects), bind in commands to them (either perl subroutines
or C functions dynamically loaded with the DynaLoader extension) and
execute Tcl code in those interpreters.

ok sthen@
2015-05-08 03:09:11 +00:00
jturner
eed347f646 Fix a use-after-free found by stsp@ and fixed upstream 2015-05-08 00:00:32 +00:00