Commit Graph

2839 Commits

Author SHA1 Message Date
jasper
91d743a84d - Fix use of "clever" mktime.
-  Fix support for leap seconds-aware timezones.

from piotr sikora
2012-07-18 13:44:31 +00:00
pascal
002cee8638 Enable gcc 4.7 for release.
ok espie@
2012-07-15 08:56:55 +00:00
pascal
f2e4c82f69 Disable -java until I get around to fixing it.
ok espie@
2012-07-15 08:56:26 +00:00
jasper
802663255c Security fix for CVE-2012-3382, Mono "ProcessRequest()" Cross-Site Scripting Vulnerability
ok robert@ (MAINTAINER)
2012-07-13 16:59:15 +00:00
jasper
afe54d5764 regen 2012-07-13 16:59:01 +00:00
pascal
8060bec3df Update to rakudo 2012.06. 2012-07-13 09:47:01 +00:00
pascal
6ee4b374e1 Update to nqp 2012.06.1; give arm a chance to work. 2012-07-13 09:46:41 +00:00
pascal
ffa60ef381 Update to parrot 4.5.0, fix detection of libffi and IPv6. 2012-07-13 09:46:05 +00:00
jasper
bb57cf2769 fix net/nmap 2012-07-12 12:54:50 +00:00
jasper
92a0eb7c2b check for invalid modlua_versions 2012-07-11 10:10:57 +00:00
jasper
f1ab9af1e0 redo flavor handling 2012-07-11 10:06:11 +00:00
robert
8bf8339b57 update to 2.10.9 2012-07-10 22:32:01 +00:00
jasper
89882b25dc start fixing flavors 2012-07-10 18:34:26 +00:00
jasper
71ba6a5b3e if a port already has flavors, allow it to use the lua52 flavor too.
spotted by william@
2012-07-10 17:14:53 +00:00
jasper
9a3fabe227 - update to 5.2.1 2012-07-10 15:23:43 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
1ab04af85e - rewrite lua.port.mk to support multiple lua versions.
written and rewritten above and in budapest, with some help from sthen@ (and his cider)
2012-07-10 15:09:25 +00:00
jasper
e5fed29a14 remove lua 5.1 leftovers 2012-07-10 15:07:55 +00:00
jasper
511ec1da34 add lua 5.2 2012-07-10 15:06:21 +00:00
jasper
4d5f9beaf3 Move lua 5.1 into it's own directory 2012-07-10 15:04:52 +00:00
abieber
c18fbf0a5f - update node to 0.8.2
- really remove @extraunexec

ok sthen@, jeremy@
2012-07-10 00:45:10 +00:00
abieber
f253937abb - update node to 0.8.1
- remove @extraunexec

ok jeremy@, sthen@
2012-07-09 13:54:54 +00:00
jasper
3d06a421a9 - don't install emacs files; since it'll break when emacs is not available. 2012-07-07 10:15:24 +00:00
jasper
d414bb5e45 - update to 4.6.6 2012-07-07 09:39:55 +00:00
jasper
611142c06d allow regress tests to run 2012-07-07 09:11:59 +00:00
jasper
2ba13ad0e5 - update to 0.92.2.1, no visible changes for us. 2012-07-07 09:07:03 +00:00
jasper
24834cb0f9 - update to 1.8.8 (last release in the 1.8 series)
* the update to the 2.x series will require a lot more work
2012-07-07 08:31:57 +00:00
stu
5f4341a3c7 Update to beta-23.
ok landry@
2012-07-04 17:47:27 +00:00
stu
9e9c68c951 Bump number of lines processed to 20
in MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ.
Catches more scripts; lessens the need for patching.

ok landry@
2012-07-04 17:04:01 +00:00
sthen
265570289f allow native-compat_o51___tfork until Go is ported to the new system call.
I was going to add this to the global infrastructure/db/systrace.filter
(which was OK'd by phessler) but realised it makes more sense to
put it here.  ok jsing@
2012-07-04 15:20:31 +00:00
jsing
1b3eb18043 Update to Go version 1.0.2.
ok jasper@ sthen@
2012-07-04 15:18:39 +00:00
ajacoutot
db4cc08965 Mark BROKEN on powerpc. 2012-07-04 12:47:50 +00:00
jeremy
88c8137132 Update to ruby 1.8.7-p370.
One of our local patches for a security fix was applied upstream, so
remove that patch.
2012-07-03 19:58:39 +00:00
jasper
0dde8e2808 Allow building against OpenSSL without SSLv2 support.
from brad
ok robert@ (MAINTAINER)
2012-07-02 08:14:26 +00:00
pascal
3c23183a62 Update to gcc 4.7.1.
- add some fixes for hppa, though it still isn't ready for prime time yet.
  Chances are it will only work with -O1, pending testing.  Many optimisations
  lead to broken code and segfaults on hppa.  Joint work with jsg@.
- fix libstdc++ upgrade path
- bring in recent fixes for execinfo/magic.h from 4.6

ok espie@
2012-07-01 18:56:45 +00:00
pascal
c648bb387c Deal with hidden dependencies libmagic and libexecinfo, found by Mikolaj
Kucharski:
- disable detection of magic.h
- record build dependency on devel/libexecinfo.  Note that this affects only
  profiling features of libstdc++, enabled by defining _GLIBCXX_PROFILE.

ok espie@
2012-07-01 18:28:40 +00:00
sthen
69db9fb84d update Railo to 3.3.4.003 2012-06-30 20:47:53 +00:00
kili
67005b2c07 Use new bootstrappers and bump.
(i386 from sthen@, thanks!)
2012-06-29 05:52:01 +00:00
jasper
e65c567a95 - update node to 0.8.0
* please see this blog post for more details on the changes:
  http://blog.nodejs.org/2012/06/25/node-v0-8-0/
  * the migration wiki can be consulted to port your code to node 0.8:
    https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
    - expose node-gyp, so it's now installed into ${LOCALBASE}/bin/ too

    from aaron bieber with tweaks by me
    ok jeremy@
2012-06-28 08:30:28 +00:00
naddy
dd246c15f1 remove gcc3 workaround 2012-06-27 19:28:52 +00:00
rpointel
1411c3f1b5 Update Python 3.2.2 to 3.2.3.
Changelog: http://www.python.org/getit/releases/3.2.3/
ok landry@.
2012-06-27 18:58:25 +00:00
rpointel
9f5c81ba5f needed for the python 3.2.3 update (to understand the splendid pep3147...)
ok landry@.
2012-06-27 18:56:26 +00:00
jasper
6bbe01dca4 sync 2012-06-26 19:54:00 +00:00
jasper
fc6be5c733 import tinyscheme 1.40
TinyScheme is a lightweight Scheme interpreter that implements as large
a subset of R5RS as was possible without getting very large and
complicated. It is meant to be used as an embedded scripting interpreter
for other programs. As such, it does not offer IDEs or extensive
toolkits although it does sport a small top-level loop, included
conditionally.

ok sthen@
2012-06-26 19:53:38 +00:00
kili
0b00fbcf29 We need a new Timmy^WBootstrapper!
(It would be nice if someone could build one on a current i386)
2012-06-26 18:17:18 +00:00
jasper
02abd40f9d - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:02:18 +00:00
jasper
82493d7030 - update to 0.16.1 2012-06-25 12:26:03 +00:00
espie
10adbfb29c use TRUEPREFIX to allow correct behavior wrt do-install.
from Christopher Zimmermann
2012-06-25 11:43:35 +00:00
jasper
8000c77301 - update to 1.1 2012-06-22 16:38:21 +00:00
phessler
c46c212820 mark as broken on 32bit sparc 2012-06-22 13:08:09 +00:00