3833 Commits

Author SHA1 Message Date
juanfra
cce3420c13 - Unbreak racket after the last header changes. Spotted by sthen@.
- Add minimal support for powerpc (broken). Tested on Jan Stary's macppc. Thanks!
- The additional changes are a WIP for the next version.
- Enable the assembler code again in gmplonglong for i386 and amd64.
2014-07-15 00:13:16 +00:00
ajacoutot
42b7592114 Properly register sampled directories with @sample instead of running
mkdir manually... bug found by sysmerge(8) WIP support for packages.
2014-07-14 08:02:07 +00:00
armani
cf0480d6e5 Complete homepage url with http://
ok sthen@
2014-07-13 08:59:41 +00:00
pascal
513a02085a sync 2014-07-13 08:59:18 +00:00
pascal
43efdd54d3 Import lang/p5-Language-Ook, ook landry@
A programming language should be writable and readable by orang-utans.
So Ook! is a programming language designed for orang-utans.

Ook! is bijective with BrainFuck, and thus, Turing-complete.
2014-07-13 08:58:35 +00:00
robert
5eb3d199a1 fix i386 build by using -march=i586 and also commit a missing diff
to fix packaging
2014-07-12 16:24:20 +00:00
ajacoutot
474ad3824d Fix dependencies. 2014-07-11 13:10:53 +00:00
robert
0672436d7f add devel/boehm-gc,-atomic as a RUN_DEPEND as well 2014-07-11 09:10:27 +00:00
rpointel
9616e3bb7c Update Python to 2.7.8.
Changelog: http://hg.python.org/cpython/raw-file/v2.7.8/Misc/NEWS
ok daniel@ (thanks for the 2 patches).
2014-07-11 06:59:42 +00:00
landry
f6fad364ac Properly implement process.memoryUsage() via sysctl() on KERN_PROC_PID
instead of using kvm_open.
ok abieber@ (MAINTAINER)
2014-07-10 19:54:57 +00:00
landry
74cbeec136 Regen patches. 2014-07-10 19:53:30 +00:00
rpe
f2487b3796 Move ports that used filename{url}sufx to fetch DISTFILES from
Github to GH_ACCOUNT, GH_PROJECT, GH_TAGNAME, GH_COMMIT.

OK sthen@ jasper@ aja@
2014-07-10 11:06:15 +00:00
ajacoutot
0a3bdeb498 CONFIGURE_STYLE be always defined.
ok jasper@
2014-07-09 17:07:38 +00:00
robert
82213749fe update to mono-3.4.0 2014-07-09 11:39:16 +00:00
sthen
ad5da16f7d widen the ifdef; vmmeter.h will be required here as well as on .Dx/.Fx 2014-07-08 10:40:26 +00:00
naddy
016a84e4e1 Drop USE_GROFF since groff and mandoc produce identical output. 2014-07-05 14:08:04 +00:00
juanfra
f11806a1fa Update to chicken 4.9.0.1 by Timo Myyra (MAINTAINER). ok jasper@ 2014-07-04 18:26:49 +00:00
robert
dd4cc4f838 update to 5.4.30:
Over 20 bugs were fixed in this release, including the following CVEs:
CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480,
CVE-2014-3487, CVE-2014-4049, CVE-2014-3515.
2014-06-27 16:13:08 +00:00
robert
e08f3b7989 update to 5.5.14:
This release fixes several bugs in addition to 8 CVEs.
2014-06-27 16:10:59 +00:00
jeremy
67de8d7e1b Update to JRuby 1.7.13. 2014-06-27 15:26:02 +00:00
sthen
2e8d423c2b whitespace commit, test cvsync 2014-06-26 21:01:37 +00:00
pascal
34eebf0b92 sync 2014-06-26 16:32:50 +00:00
pascal
2670d3e4e1 Import GCC 4.9, sparc64 test and ok tobiasu@ 2014-06-26 16:30:15 +00:00
pascal
3dacafb463 infrastructure glue for gcc 4.9 2014-06-26 16:26:59 +00:00
jeremy
bc053665a5 Backport an upstream rubygems patch fixing issues with Gem.refresh.
OK ajacoutot@
2014-06-25 15:38:39 +00:00
jeremy
247716f6e1 Update to rubinius 2.2.9. 2014-06-24 21:51:16 +00:00
juanfra
a40c7e0ae4 BROKEN-mips64el. Tests on loongson by jturner@. 2014-06-22 10:59:37 +00:00
kili
7eb2711b9b Add comments to ports which meta/haskell-platform depends on, to
stop other people wasting time on updates which should not be done.

ian@ ran into this (while working on devel/hs-aeson and
textproc/hs-attoparsec), and even I didn't notice before trying to
build all Haskell ports (including meta/haskell-platform) with his
diffs.
2014-06-19 18:58:01 +00:00
bcallah
d9c4dd2ba1 Update to 20140615. Adds a make7 binary. 2014-06-16 01:01:42 +00:00
rpointel
836cdeea27 regen PLIST, replace Grammar3.4.0.final.0.pickle by Grammar3.4.1.final.0.pickle
spotted by niggle@. do not bump revision because it did not build without this modification.
2014-06-09 05:14:45 +00:00
brad
ef24a6a81c Add stack protector strong support and enable it by default.
ok pascal@
2014-06-08 18:55:36 +00:00
rpointel
8a360b796f Update Python 3.4 to 3.4.1.
Release notes: https://docs.python.org/3.4/whatsnew/changelog.html#python-3-4-1
2014-06-07 15:01:27 +00:00
rpointel
5b51d2380d Update Python 2.7 to 2.7.7.
ok benoit@, tested by tobiasu@ on sparc and Daniel Dickman (thanks).
2014-06-07 14:46:46 +00:00
jeremy
656d8c2033 Update rubinius to 2.2.7. 2014-06-06 17:33:30 +00:00
sthen
c43b0c2145 update to php-5.4.28 / 5.5.13, bug/crash/DOS fixes. ok robert@
http://www.php.net/ChangeLog-5.php
2014-06-03 21:52:46 +00:00
rpointel
1e99cde674 switch our default python 3 to python 3.4.
tested in a bulk build by landry@ (thanks).
2014-06-03 11:29:32 +00:00
juanfra
9dd4727ef0 +luajit,lua52 2014-06-02 19:47:04 +00:00
juanfra
cd9828c345 Enable LUA52COMPAT for the lua52 flavor. ok abieber@. 2014-06-02 19:43:50 +00:00
bcallah
5102c1d776 Update to 20140601. 2014-06-01 14:05:55 +00:00
sthen
579bf71d7f Major update to Railo 4.2.1.000, for more information see
http://blog.getrailo.com/post.cfm/railo-4-2-final-release
2014-05-31 13:42:15 +00:00
sthen
2bcd8c5c0c /var/www/conf/modules.sample is no longer provided by base; noticed by florian@ 2014-05-30 13:14:08 +00:00
brad
ad4a54c092 Bump _VERSION to at least p2 for the stack protector changes.
ok sthen@
2014-05-29 00:28:33 +00:00
pascal
9f14ce5989 sync 2014-05-25 21:50:44 +00:00
pascal
52348934d2 Import lang/moarvm, ok landry@
MoarVM (short for Metamodel On A Runtime Virtual Machine) is a runtime built
for the 6model object system. It is primarily aimed at running NQP and Rakudo
Perl 6, but should be able to serve as a backend for any compilers built using
the NQP compiler toolchain.
2014-05-25 21:49:55 +00:00
pascal
0b40b0fa0a Update to gcc 4.8.3. Tested on sparc64 and adastraps hosted by tobiasu@.
"rein damit" tobiasu@
2014-05-25 21:45:39 +00:00
jasper
5dda223cb0 Security fix for CVE-2014-3776,
buffer overflow in "read-u8vector!" procedure leads to DoS or arbitrary code exec
2014-05-22 11:22:27 +00:00
jasper
e2ffbb93ee update to verilator-3.860 2014-05-20 19:36:27 +00:00
jturner
264602dca5 Update node-typescript to 1.0.1 2014-05-20 01:39:32 +00:00
bcallah
f255a93f42 Update to 20140518. 2014-05-18 23:31:14 +00:00
jeremy
705a5a8ff8 Update to rubinius 2.2.6.
No longer have a BDEP on llvm unless llvm is used.

Remove the FileUtils.mkdir_p patch, as it doesn't work correctly in
this version.
2014-05-18 15:49:46 +00:00