Commit Graph

3026 Commits

Author SHA1 Message Date
pascal
23ea3c8c47 Sync mips* configuration with base. Fixes gfortran on mips64 (loongson
untested).

tested by and ok jasper@
2013-01-05 16:51:28 +00:00
chrisz
12eb27ca17 by default use ocamldoc.opt on native-dynlink archs.
This will greatly speed up builds for several ports.
2013-01-03 14:32:11 +00:00
chrisz
0db34feeee always define -Ddynlink= in PKG_ARGS and MODOCAML_NATDYNLINK.
This unbreaks devel/coccinelle

OK
jasper@, landry@, avsm@ (maintainer)
2012-12-31 15:17:00 +00:00
jasper
ab689f4ef8 - add a README to explain how to run and use the guiserver.
maintainer timed-out.
2012-12-31 14:57:15 +00:00
jasper
af84bdcf70 - update to newlisp-10.4.5
maintainer timed-out
2012-12-31 14:52:45 +00:00
jasper
d74b5d0e76 unbreak on mips64
ok pascal@ (MAINTAINER)
2012-12-29 07:20:51 +00:00
jasper
062044e273 - update to datalog-2.3 2012-12-28 16:43:11 +00:00
jasper
5320a5e5e5 use xdg-open instead of hardcoding a list of browsers 2012-12-28 14:48:42 +00:00
jasper
81b5f76cbd - unbreak newlisp-edit as the path to newlisp was wrong. 2012-12-28 14:44:56 +00:00
espie
298824094f a little overkill on autoconf override magic... 2012-12-28 14:32:00 +00:00
espie
e803038409 make darn sure we don't detect gnu stuff 2012-12-27 18:16:44 +00:00
naddy
2d6647c472 Mark as BROKEN. The build is unreliable and fails most of the time in
bulk builds.
2012-12-26 17:47:56 +00:00
naddy
814177890f do not run parallel fake until the race condition there has been fixed 2012-12-26 16:15:19 +00:00
naddy
f1585b592f remove pm3: it has been broken for eight years 2012-12-26 15:07:57 +00:00
brad
dcd1c4672d Bump MODCLANG_VERSION after the update to LLVM 3.2. 2012-12-23 21:36:33 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00
sthen
0f00dc3d53 bump -Xmx, fails to compile swing otherwise. ok jasper@ 2012-12-23 12:06:24 +00:00
sthen
8f88b1b375 update to php 5.3.20, ok robert@ 2012-12-22 12:09:23 +00:00
fgsch
5401d8078b - expose _MODPY_MAJOR_VERSION (remove underscore)
- use :R to extract the major
- remove unneeded check

rpointel@ ok. while here add some spaces for consistency with the rest of
the file.
2012-12-21 18:19:38 +00:00
landry
ef7b5735ee Mark as BROKEN-hppa: never built there.
error: unsupported architecture hppa
2012-12-21 18:18:55 +00:00
landry
75e5169014 Mark as BROKEN-hppa: Segfault during build since the PIE switch 2012-12-21 18:16:09 +00:00
landry
4f266b4171 Mark as BROKEN-hppa: never built there.
There should probably be a easy fix, but that'd involve a brave soul digging
into the patch maze.
2012-12-21 18:13:08 +00:00
landry
82a8a36b42 Mark as BROKEN-hppa: it never built there.
cc: Internal error: Illegal instruction on _gambc.c
2012-12-21 18:04:02 +00:00
jasper
6f1166755e - enable readline support on the REPL 2012-12-21 09:42:28 +00:00
jasper
f9ee1a60d9 sync 2012-12-21 08:43:04 +00:00
jasper
8b279ba906 import kawa-1.13
Kawa is a programming language for the Java platform. It is an
implementation of Scheme, which, is in the Lisp family of programming
languages. Kawa has many useful features, including convenient
integration with Java. It can be used as a "scripting language", but
includes a compiler and all the benefits of a "real" programming
language, including optional static typing, so Kawa programs can be as
efficient as Java.  Kawa is also a useful framework for implementing
other programming languages on the Java platform. It has has many useful
utility classes.

ok aja@
2012-12-21 08:42:36 +00:00
landry
7f3e7e2ae8 Mark as BROKEN on sparc64 and hppa. crashes/infinite loops on the
former, undefined refs to atomic ops on the latter.
2012-12-20 15:52:36 +00:00
jeremy
31fc516be5 + SUBDIR += io 2012-12-17 23:57:13 +00:00
jeremy
ee76c8745f Import lang/io 20110905
Io is a prototype-based programming language inspired by Smalltalk (all
values are objects, all messages are dynamic), Self (prototype-based),
NewtonScript (differential inheritance), Act1 (actors and futures for
concurrency), LISP (code is a runtime inspectable/modifiable tree) and
Lua (small, embeddable).

OK sthen@
2012-12-17 23:55:28 +00:00
jasper
c4f55927e7 - don't define ENABLE_EXECUTE_STACK, just like mips64's gcc from base.
this doesn't unbreak gfortran on mips64* yet, but at least it's getting a bit further now
2012-12-17 15:04:58 +00:00
naddy
1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00
naddy
be091a93af bump: this uses openpty since we fixed ac_cv_func_openpty in config.site 2012-12-13 14:41:51 +00:00
jasper
e233c978fc - unbreak g77 on mips64* by defining PIE_DEFAULT in the right place.
ok pascal@
2012-12-12 21:54:41 +00:00
abieber
5ac3eafeb7 Update lang/node to 0.8.15
OK jeremy@
2012-12-12 16:51:23 +00:00
jeremy
a8b55da4bf In the dbm subpackage, drop dependency on databases/db/v4. Since ruby
1.9.3, ruby uses the libc dbopen support as the backend for the
dbm extension.
2012-12-11 22:20:02 +00:00
sthen
8aa34f7499 allow MODLUA_VERSION to be overridden; ok jasper@ 2012-12-11 22:12:12 +00:00
naddy
592e83e766 use posix_openpt() and UNIX98 ptys 2012-12-08 20:46:05 +00:00
ajacoutot
8a397d9eb7 This has been BROKEN forever on powerpc, exists_keyed_str() not implemented in class 'NQPMu'. 2012-12-07 08:44:05 +00:00
abieber
4142ecefb5 Add v8 to WANTLIB
Add lang/libv8 to LIB_DEPENDS
Remove lang/libv8 from BUILD_DEPENDS

OK sthen@
2012-12-06 22:51:08 +00:00
abieber
2e7986324b Add i386 compat to libv8 - was removed in previous version as the patches
are upstream.

OK jeremy@
2012-12-05 01:07:45 +00:00
abieber
c6737d8b53 Update node to use lang/libv8
OK jeremy@
2012-12-05 00:40:27 +00:00
abieber
19a48052be Downgrade libv8 to 3.12.19 to make it compatible with the ports that require it.
OK jeremy@
2012-12-05 00:34:03 +00:00
chrisz
65c7c6238a - update to version 3.12.1
- make use of bsd.port.arch.mk properties
- update MASTER_SITES

but still doesn't work with the current ocaml.

ok by @avsm, @jasper
2012-12-04 07:01:07 +00:00
kili
836d6bff1e Fix license comment: the package now also contains a (patched) libgmp,
which is LGPLv3.
2012-12-04 06:30:20 +00:00
jasper
54664ddec7 remove mips64 from ONLY_FOR_ARCHS until gcc 4.6 has been ported to it.
ok abieber@ (MAINTAINER)
2012-12-02 19:09:36 +00:00
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
jasper
d3cf796d70 mark broken on mips64 2012-11-30 15:16:48 +00:00
sthen
87bb29524a For the ap2 flavour, strip the unwanted subpackages from MULTI_PACKAGES rather
than BUILD_PACKAGES (which is for pseudo-flavours). Reported by naddy.
2012-11-30 12:56:02 +00:00
sthen
4b0046284a mark as BROKEN. 2012-11-30 11:29:05 +00:00
landry
15e164e01e Mark as BROKEN-sparc64, it doesnt reliably build, and some depending ports
randomly fail to build too. Someone with interest in sparc64 should look
into it, in the meantime it messes up bulk builds.
2012-11-28 21:46:42 +00:00