4398 Commits

Author SHA1 Message Date
tobiasu
9e10d5027a Ada support for mips64, powerpc and sparc
- mips64el bits included, need access to bootstrap machine
- sync system-openbsd-*.ads, remove obsolete stuff

Building on sparc requires a recent (21/09) kernel
Tested on hppa mips64 powerpc sparc and sparc64

ok pascal@
2015-09-24 22:29:58 +00:00
sthen
872afeed8f @comment the wininst*.exe files as done in python3.4, also fixes packaging
on !amd64 as some filenames included ${MACHINE_ARCH} but are actually static.
ok rpointel@
2015-09-24 19:16:42 +00:00
sthen
6ec5a88ed7 Move gcc's .la files into the gcc-libs package, they are required for linking.
Build problem noticed with epiphany which doesn't itself need gcc4 but uses
libraries which do.  ok ajacoutot@ pascal@
2015-09-24 08:51:48 +00:00
rpointel
f3e4f44d12 permit to build ports with 3.5. 2015-09-23 19:26:01 +00:00
rpointel
70d46d4c0b +3.5 2015-09-23 19:24:41 +00:00
rpointel
724150adb2 import Python 3.5.0 and link it to the build to have more feedbacks. 2015-09-23 19:23:55 +00:00
semarie
fcc46726b9 update lang/rust to 1.3.0
ok landry@
2015-09-22 08:11:24 +00:00
kili
270e9e21c7 Mark as broken for now. Not important enough. 2015-09-21 20:32:18 +00:00
kili
2a3e7ee221 Remove now unused hs ports. 2015-09-21 11:07:19 +00:00
kili
df5758f5d6 Unhook hs-syntactic. 2015-09-21 11:05:11 +00:00
jasper
91638c983d remove feldspar, outdated and unused. it's also getting in kili's way
ok kili@
2015-09-21 08:50:04 +00:00
jasper
37b76f7f86 -feldspar 2015-09-21 08:48:58 +00:00
jasper
fbd7458205 update to vala-0.30.0 2015-09-19 12:45:45 +00:00
kili
d73fa39075 Update to hs-haskell-src-1.0.2.0. 2015-09-19 08:18:33 +00:00
rpointel
8e426e0c53 PORTROACH = limit:^3\.4 2015-09-19 07:58:33 +00:00
kili
7e53383774 Update to ghc-7.10.2.
Updates to all hs-* ports related to meta/haskell-platform will
follow soon. Other hs-* ports will be fixed during the next days.
2015-09-19 07:42:56 +00:00
rpointel
5d0bd23967 PORTROACH = limit:^2\.7
ok aja@
2015-09-18 21:49:09 +00:00
sthen
078318e1bf de-conflict php-fpm packages, ok robert@
Heads up! The rc script has changed name:

  sed -i s/php_fpm/php56_fpm/g /etc/rc.conf.local
2015-09-18 09:18:22 +00:00
jturner
5a9acba90c Update node-typescript to 1.6.2 2015-09-17 14:31:00 +00:00
pascal
de7bd3a30a Enable secure PLT by default on PowerPC in ports GCC. 2015-09-16 10:59:25 +00:00
robert
bdda5c038d security update to 5.6.13 2015-09-15 12:34:12 +00:00
robert
5671697fa9 security update to 5.5.29 2015-09-15 12:33:49 +00:00
robert
f48cb51386 security update to 5.4.45 2015-09-15 12:33:36 +00:00
benoit
80ac4cf87c Update to seed7-20150914. 2015-09-15 08:47:30 +00:00
kili
c5ca4bd627 New bootstrapper again after libc crank (linked against libc.so.83.0).
The previous bootstrapper will be removed in two days.
2015-09-14 18:39:06 +00:00
kili
ab6d151fdc New bootstrapper after libc crank. 2015-09-11 17:44:12 +00:00
pascal
0ff7bec648 Let's unlock some more ports failures on obscure architectures.
mips64(el) support for gcc 4.9.  Thanks to kettenis@ for fixing binutils bugs!
no ada support yet though, sorry.
2015-09-11 08:07:44 +00:00
sthen
c30dffe1ea these patches weren't removed with the rest of ruby/1.9, spotted by brnrd@freebsd 2015-09-10 11:30:55 +00:00
pascal
d2e5b30aba tedu gcc 4.8
ok sthen@ tobiasu@
2015-09-10 08:23:54 +00:00
pascal
db847a3539 Clean up PSEUDO_FLAVORS: c++ hasn't been optional in a long time, objc and
fortran are required since the gcc-libs conversion (and don't need much time
to build anyway).  Finally, go will never be supported in 4.9.

prompted by sthen@ a while ago
2015-09-09 16:05:29 +00:00
jasper
0d5e8859ce - update to coffeescript-1.10.0
* http://coffeescript.org/#changelog
2015-09-07 10:46:53 +00:00
juanfra
99bde4522f Update to Gambit 4.7.9. OK jasper@.
Remove the references to "gambit-c". More info:
http://article.gmane.org/gmane.lisp.scheme.gambit/7938
2015-09-06 22:32:17 +00:00
jeremy
04886a1e92 Update to JRuby 9.0.1.0 2015-09-05 14:48:53 +00:00
daniel
3c4bfcc3d7 import lang/compcert. ok sthen@
The CompCert C verified compiler is a compiler for a large subset
of the C programming language that generates code for the PowerPC,
ARM and x86 processors.

The distinguishing feature of CompCert is that it has been formally
verified using the Coq proof assistant: the generated assembly code
is formally guaranteed to behave as prescribed by the semantics of
the source C code.

CompCert is not free software. This non-commercial release can only
be used for evaluation, research, educational and personal purposes.
2015-09-05 00:20:08 +00:00
kili
04b85e65bd Add a little helper script that fixes / cleans up plists of hs-* ports. 2015-09-01 09:58:00 +00:00
jasper
1c3c3bbb7b - use ${CC} instead of hardcoding egcc (pointed out by sthen@)
- also use gcc4 from ports on i386 to combat failing tests (pointed out by joshe@)

ok joshe@ (MAINTAINER)
2015-08-31 18:37:30 +00:00
avsm
0efb6038b5 update to ocaml-camlp4-4.02+6
ok jca@, tested by krw@ daniel@ jsg@
2015-08-30 15:41:01 +00:00
avsm
f718ac074b update to ocaml-4.02.3
ok jca@, tested by krw@ daniel@ jsg@
2015-08-30 15:38:32 +00:00
kili
d9a6097ae9 New bootstrapper 2015-08-29 23:00:43 +00:00
jeremy
e01130d3aa Send lang/ruby/1.9 to the Attic, now that we are no longer building
extension libraries for ruby 2.0 by default.

OK jasper@
2015-08-29 16:25:39 +00:00
jasper
cdc020be2a - update to ecl-16.0.0
from Timo Myyra who got upstream to fix various issues on OpenBSD too
feedback from juanfra@ sthen@
2015-08-29 14:48:34 +00:00
jeremy
f2165e226a Send lang/rubinius to the Attic.
Broken following the removal of SSLv3. Very slow as it doesn't work with
the in-tree LLVM. On an older version as newer versions don't work with
any of the in-tree compilers.

OK jasper@ jca@
2015-08-28 14:45:45 +00:00
jeremy
c6bded9e55 Unlink lang/rubinius
OK jasper@ jca@
2015-08-28 14:41:59 +00:00
semarie
e0f924287f update rust to 1.2.0
ok jca@
2015-08-28 06:51:07 +00:00
juanfra
68591ba21d Update to Chicken 4.10.0. From Timo Myyra (MAINTAINER).
Tested on amd64 by Timo and on sparc64 by me.
2015-08-27 22:40:33 +00:00
kili
43b94b803a Fix build after SSLv3 removal.
ok sthen@
2015-08-27 15:55:04 +00:00
jeremy
bcc4898ece Make MODRUBY_WANTLIB include other libraries besides rubyXY even when not
using ext or extconf CONFIGURE_STYLE.  Previously these libraries were
only added to MODRUBY_WANTLIB when using those CONFIGURE_STYLEs.

Build problem with textproc/ruby-hyperestraier noticed by sthen@, nigel@,
and ajacoutot@.

OK nigel@
2015-08-27 14:36:14 +00:00
edd
c7e37a9a24 Update PyPy to 2.6.0.
Thanks sthen@ for hosting the bootstrap.

OK jca@
2015-08-27 14:21:32 +00:00
juanfra
789e7c59a1 ghc hardcodes ${WRKDIR}/bin/gcc. OK kili@ to a similar diff. 2015-08-27 09:33:25 +00:00
juanfra
268db3aa4f Fix the problem on sparc64.
GCC crashes with the default stack size limit. Gambit passes the tests
with the default limits.

OK jasper@.
2015-08-26 15:38:46 +00:00