rpointel
5a12b3f5fa
link 3.4 to the build to have better test coverage on weird architectures.
...
ok sthen@.
2014-04-13 07:41:28 +00:00
rpointel
d097a7853b
understand Python 3.4.
2014-04-13 07:11:10 +00:00
rpointel
d61da32057
import Python 3.4 but it will be linked to the build later.
...
ok aja@.
Release notes: https://docs.python.org/3.4/whatsnew/3.4.html
2014-04-13 07:10:09 +00:00
naddy
2b8930a283
Drop USE_GROFF since groff and mandoc produce identical output.
2014-04-13 01:01:38 +00:00
bcallah
94703385b8
Update to 10.6.0
...
ok jturner@
2014-04-10 20:20:16 +00:00
jeremy
faecb9b245
Add explicit dependency on net/loudmouth.
...
Issue found by naddy@, OK naddy@
2014-04-10 16:01:12 +00:00
kili
d6f0e58851
Fix name of libuniaue in WANTLIB to unbreak the build.
...
ok jturner@ juanfra@
2014-04-09 21:20:33 +00:00
juanfra
9073300ccb
Update to racket 6, plus some additional changes.
...
Tested by bcallah@ (i386), jturner@ (amd64) and me (both platforms).
Help and OK from jturner@ to an old similar diff. Change from
RUN_DEPENDS to LIB_DEPENDS of some deps suggested by sthen@ and OK
from him.
2014-04-09 03:34:48 +00:00
bcallah
2905e1bb96
Update to 20140406.
2014-04-06 23:16:19 +00:00
sthen
c1acea1f5f
build 5.5, ok robert@
2014-04-06 12:53:50 +00:00
sthen
610a6bc584
update to PHP 5.5.11, ok robert@ - various bug fixes including
...
fileinfo CVE-2013-7345
2014-04-06 12:53:41 +00:00
sthen
1cf0109ea8
update to PHP 5.4.27, ok robert@
...
- Core: Fixed bug #60602 (proc_open() changes environment array)
- Fileinfo: Fixed bug #66946 (fileinfo: extensive backtracking in awk rule
regular expression (CVE-2013-7345))
- FPM: Added clear_env configuration directive to disable clearenv() call.
- GMP: Fixed bug #66872 (invalid argument crashes gmp_testbit)
- Mail: Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script)
- MySQLi: Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when
link closed)
- Openssl: Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1)
2014-04-06 12:52:25 +00:00
edd
3ecb23c261
Update to SWI Prolog 6.6.4
...
OK ajacoutot@, benoit@
CVS choked last time I tried to commit this, so I hope it works...
2014-04-04 17:53:49 +00:00
edd
f887032a6c
Update SWI Prolog to version 6.6.4.
...
OK ajacoutot@, benoit@
2014-04-04 17:17:03 +00:00
jturner
6fa164d903
Update node-typescript to 1.0.0
2014-04-03 02:24:38 +00:00
sthen
536fa856e0
doubled 'the', noticed by dcoppa@
2014-03-31 10:57:38 +00:00
sthen
522cb0bd92
Modify the README instructions based on a diff from dcoppa@ to work around the
...
changes made in Tomcat 7.0.52 which broke previous installations. Add a MESSAGE
as well (to be removed after next release) so that people upgrading production
servers are clued into the required changes.
2014-03-31 10:28:20 +00:00
jasper
ec922a63c2
write out the sorted list of completions, makes it easier to diff the list
2014-03-30 21:08:24 +00:00
jasper
21ad9f1b80
update to clojure-1.6.0
2014-03-30 20:38:10 +00:00
naddy
a097501e8a
fix the quick hack to unbreak gcc/4.8 after gets() removal
...
ok nigel@ sthen@
2014-03-30 19:30:28 +00:00
ajacoutot
5b78fa19ad
Committed upstream.
2014-03-30 16:53:06 +00:00
ajacoutot
6f57fe27c4
atk: Update and fix metadata (upstream)
2014-03-30 14:42:13 +00:00
jturner
b7289fee90
Enable tlsEmulation. No bump needed was just imported.
2014-03-30 00:15:01 +00:00
jturner
e9e9320de4
+nimrod
2014-03-30 00:01:14 +00:00
jturner
63253ddd8d
Import ports/lang/nimrod. ok juanfra@
...
Nimrod is a statically typed, imperative programming language that tries
to give the programmer ultimate power without compromises on runtime
efficiency. This means it focuses on compile-time mechanisms in all
their various forms.
Beneath a nice infix/indentation based syntax with a powerful (AST
based, hygienic) macro system lies a semantic model that supports a soft
realtime GC on thread local heaps. Asynchronous message passing is used
between threads, so no "stop the world" mechanism is necessary. An
unsafe shared memory heap is also provided for the increased efficiency
that results from that model.
2014-03-29 23:59:25 +00:00
naddy
303d8f364a
fix quoting
2014-03-29 15:01:51 +00:00
naddy
02cb051d12
escape for make
2014-03-29 13:30:26 +00:00
sthen
f42034f7e9
quick hack to unbreak gcc/4.8 after gets removal; bootstraps will be
...
updated later. ok pascal@
2014-03-29 10:09:27 +00:00
sthen
bdcb3300be
fix WANTLIB and add a patch I forgot to 'cvs add'; didn't build without the
...
patch, so no bump
2014-03-27 14:05:02 +00:00
sthen
2a8901bfb7
fix WANTLIB
2014-03-27 14:04:34 +00:00
sthen
8020fd4f3f
update php/5.5 to 5.5.10 and adjust php-fpm.conf to use unix sockets
...
(5.5 is still unlinked to the build)
2014-03-27 11:34:05 +00:00
sthen
d785bbbc57
switch sample php-fpm config to using unix sockets. ok robert@,
...
tested with new nginx sample config, everything in chroot.
2014-03-27 10:41:21 +00:00
jsing
24f4541b86
Upgrade lang/go to version 1.2.1.
...
Update API exceptions so that make regress passes fully - this is the same
change that has already been made in Go tip.
ok sthen@, "Go for it" krw@
2014-03-25 13:21:20 +00:00
jasper
158bc2826c
- update to vala-0.24.0
...
if there happens to be any fallout, it'll be dealt with shortly.
ok aja@
2014-03-25 08:59:45 +00:00
ajacoutot
103c3b79aa
Properly find bash(1); from upstream.
2014-03-24 19:40:22 +00:00
pascal
5d3f42f1b1
Switch GCC in ports to PIE by default on powerpc.
2014-03-23 17:30:19 +00:00
pascal
d6319115db
Update to FPC 2.6.4; bootstrap mirrored by aja@ again, thanks!
2014-03-23 10:54:43 +00:00
ajacoutot
04eae4c316
Default to UTC instead of having an undefined timezone.
...
This can be easily changed per application or system-wide and will allow
some PHP apps to behave right out-of-the-box without the following vomit:
PHP message: PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set().....
ok robert@ (maintainer)
2014-03-20 13:02:19 +00:00
jasper
65eca758da
more assorted m68k related cleanups
2014-03-19 13:53:29 +00:00
sthen
40b75a3638
Security update to php 5.4.26, ok robert@
...
5.4.26:
JSON: Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
Fileinfo: Fixed bug #66731 (file: infinite recursion) (CVE-2014-1943)
Fileinfo: Fixed bug #66820 (out-of-bounds memory access in fileinfo) (CVE-2014-2270)
LDAP: Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch ).
Openssl: Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
Pgsql: Added warning for dangerous client encoding and remove possible
injections for pg_insert()/pg_update()/pg_delete()/pg_select().
5.4.25:
Core: Fixed bug #66286 (Incorrect object comparison with inheritance).
Core: Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
mysqlnd: Fixed bug #66283 (Segmentation fault after memory_limit).
PDO_pgsql: Fixed bug #62479 (PDO-psql cannot connect if password contains spaces).
Session: Fixed bug #66481 (Calls to session_name() segfault when session.name is null).
2014-03-18 15:18:36 +00:00
jasper
9faf39c714
mark broken on mips64
2014-03-18 07:25:53 +00:00
bcallah
590289dc4d
Update to 20140316.
2014-03-16 20:48:57 +00:00
stu
2adaef6ca0
Update to beta29.
2014-03-14 22:08:41 +00:00
sthen
febaa89cd3
handle httpd move, originally from florian@, tweaks by me
2014-03-13 17:33:27 +00:00
jeremy
67956f2869
Add missing patch, noticed by nigel@
2014-03-13 16:53:22 +00:00
abieber
cd1c8e4b1b
Update to the latest luajit - tested on amd64 using luakit. luasocket was also
...
used as a test.
OK jturner@
2014-03-12 22:51:21 +00:00
jasper
663f3f6e4a
sync DESCR with upstream homepage and add BUILD_DEPENDS
2014-03-12 21:46:56 +00:00
jasper
12f2a21717
update to coffeescript-1.7.1
...
feedback/ok abieber@
2014-03-12 14:32:28 +00:00
jeremy
76fc1426d3
Update to ruby 2.1.1
...
Remove some patches applied upstream.
2014-03-11 20:10:40 +00:00
jeremy
a4d7429783
Update to ruby 2.0.0-p451
2014-03-11 20:08:45 +00:00