4001 Commits

Author SHA1 Message Date
pascal
b74f68904a Missing RUN_DEPENDS on nqp, noticed by landry@. 2015-02-03 12:25:45 +00:00
bcallah
93a6ef1d20 Update to 20150201. 2015-02-01 20:53:56 +00:00
jeremy
d430e050a0 Update to jruby 1.7.19 2015-02-01 17:34:21 +00:00
ratchov
a6bb527423 Stop installing python 2.7 ossaudiodev module. It's not present
in recent versions of python most probably because it doesn't make sense
to expose non-portable low-level ioctl's to scripts (PyAudio & PyGame
are much better choices).

ok brad, aja and sthen ok'd first version of this diff
2015-02-01 12:52:53 +00:00
jasper
cb2e05b3fd Security fix for CVE-2014-9651
ok maintainer
2015-01-30 14:30:30 +00:00
robert
0a72bc1144 update to 5.6.5;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232
2015-01-23 16:10:28 +00:00
robert
8c3839e607 update to 5.5.21;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232
2015-01-23 16:10:01 +00:00
robert
396285c570 update to 5.4.37;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232
2015-01-23 16:09:41 +00:00
jsing
d14cd26a88 Update lang/go to 1.4.1.
ok sthen@ rpe@
2015-01-23 12:09:26 +00:00
naddy
9281e1d2ce Drop USE_GROFF from subdir: trivial formatting differences only. 2015-01-22 23:03:31 +00:00
naddy
c6299e5727 Drop USE_GROFF: trivial page footer difference only. 2015-01-22 18:41:16 +00:00
naddy
9a016ff933 Drop USE_GROFF since groff and mandoc produce identical output. 2015-01-22 13:11:43 +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
naddy
6dfe1e0668 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>.
Remove now useless (parts of) patches.
2015-01-19 20:44:14 +00:00
jasper
c39b6701c3 update to librep-0.92.3 2015-01-19 09:19:15 +00:00
jasper
23bc73bf83 update to vala-0.26.2 2015-01-19 09:00:19 +00:00
bcallah
e01449393a Update to 20150118. 2015-01-18 20:22:08 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
robert
a7a3a7de67 update to 3.12.0 2015-01-17 12:24:25 +00:00
jturner
3c4228071b Update node-typescript to 1.4.1 2015-01-17 00:06:34 +00:00
jturner
ebb4e03fdd Fix typo s/land/lang 2015-01-14 20:10:10 +00:00
jturner
b8af710ae0 Hook up Lua 5.3. ok jasper@ 2015-01-14 20:07:45 +00:00
jturner
b4ab9e20b9 Import ports/lang/lua/5.3. ok jasper@
Lua is a powerful, light-weight programming language designed for
extending applications.  Lua is also frequently used as a
general-purpose, stand-alone language.
2015-01-14 20:06:36 +00:00
pascal
36900731cd Update to GCC 4.8.4.
Additionally, from tobiasu@:

Disable the optimized shared Ada.Strings.Unbounded implementation until
overlapping memcpy() is fixed. Requires fresh adastrap's.

Rename all binaries starting with "egnat" back to "gnat". Reduces the
amount of workarounds needed to build various Ada software - including
GNAT itself.

Stop running the fixincludes script - saves time and pain. If our
headers are broken, we want to know and fix them ourselves, thank you
very much.

Drop gnat debug patch for a linker issue that was fixed some time ago.

ok tobiasu@
2015-01-08 20:23:21 +00:00
jeremy
adce9186e0 Add ruby 2.2 support, so you can use FLAVOR=ruby22
to build ruby gems for ruby 2.2, or MODRUBY_REV = 2.2
to have other software use ruby 2.2 as the ruby version.

OK jasper@
2015-01-08 18:51:20 +00:00
jeremy
153dbf01d0 Hook ruby 2.2 up to the build 2015-01-08 18:49:20 +00:00
jeremy
233af13a64 Import ruby 2.2.0
OK jasper@
2015-01-08 18:48:32 +00:00
kili
331044c401 Reenable ghc builds. 2015-01-07 20:45:28 +00:00
bcallah
545a3a4bc3 Update to 20150104. Perl line introduced in the last update goes away now
thanks to upstream being fast and responsive!
2015-01-05 04:55:53 +00:00
jasper
7818460c59 - update to abcl-1.3.1
- enable regress tests
- add 'completions' target to generate the completions file

ok MAINTAINER
2015-01-04 21:12:52 +00:00
brad
ecb0a7a643 bump revision. 2015-01-03 01:23:28 +00:00
sthen
d6a3190275 bump REVISION for 5.7 2015-01-02 14:26:12 +00:00
kili
04c1e03900 Bugfix udpate to ghc-7.8.4.
Also, use a new(er) bootstrapper; note that we have to use 7.8.3
for this, because if the built ghc and the bootstrapper have identical
versions, things will fail badly. May be it's not the ghc but the
cabal version which is problematic, but at the moment, I really
don'y call about *this* problem.
Still marked as broken. I hope to send promised diffs and new ports
for discussion tomorrow and then enable ghc and haskell-platform
on monday.
2015-01-01 19:25:36 +00:00
kili
dc02db5a6d Remove outdated and useless pugs and hs-HsParrot. 2015-01-01 19:04:28 +00:00
kili
7fe451ae5c Unhook pugs and hs-HsParrot. 2015-01-01 19:01:57 +00:00
jasper
ae00bf73ae - update to elixir-0.12.5 which is the last version to work with erlang 16 2014-12-31 13:18:34 +00:00
jasper
744d13280c - update to erlang-R16B03-1
* not updating to the latest erlang (17.4) as there's no version of riak that
  supports it yet, and ejabberd needs a major update to 14.12 (beginnings of
  such an update are in openbsd-wip)

as discussed with jmatthew@
2014-12-31 13:18:24 +00:00
landry
e7df1f7194 Mark BROKEN-alpha a bunch of ports that reliably failed (!) to build in
the past 3 bulks, or forever.

Various reasons: no d^Hrecent compiler available, base gcc generating
nice internal compiler errors, no atomic ops, etc, etc.

While here, mark all webkits as BROKEN-hppa, since this also requires
clang or g++ 4.7. Our g++ 4.8 port only builds on
i386|amd64|powerpc|sparc64 anyway...

if you're interested^Wbored to death, full past logs at
http://build-failures.rhaalovely.net/alpha/...
2014-12-30 21:50:24 +00:00
robert
bf790b6de2 fix reading past the end of a string when setting the native thread name,
which would lead to a crash on i386; noticed by sthen@

also remove a bogus patch which hardcodes the python path and properly
substitute the python binary's path in the Makefile instead
2014-12-30 18:47:31 +00:00
jturner
0026bac353 Update mlite to 20141229 2014-12-30 16:06:22 +00:00
robert
c71d17c3eb update to 3.10.0 2014-12-29 10:49:12 +00:00
jasper
98105518c6 don't use rm -f, as the files may be removed at some point and we'd never know
about it
2014-12-28 14:28:34 +00:00
robert
b643d1c962 security update to 5.6.4; fixes CVE-2014-8142 2014-12-28 13:01:42 +00:00
robert
50a7dd9dcf security update to 5.5.20; fixes CVE-2014-8142 2014-12-28 12:52:42 +00:00
kili
c3e8ee7e7f Mark as broken, because an update would need yet another hs- port
(tree-view). This also disables the build of the depending ports
feldspar-compiler (already disabled by marking hs-ghc-mtl as broken)
and feldspar-language.
2014-12-28 12:16:27 +00:00
robert
e81d32b615 security update to 5.4.36; fixes CVE-2014-8142 2014-12-28 12:13:04 +00:00
bcallah
1adcb6fa34 Update to 20141223. Introduce another perl line to prevent a compile error
from trying to redefine swap64.
2014-12-24 21:13:22 +00:00
jca
7daf9c2bc4 Update to mawk-1.3.4-20141206, fixes a bug for gsub and nextfile. 2014-12-23 12:50:24 +00:00
jsing
e1f15078f3 Update lang/go to version 1.4.
ok bmercer@ daniel@ sthen@
2014-12-23 12:21:37 +00:00