4139 Commits

Author SHA1 Message Date
sthen
e07fec811f add a comment pointing out that NO_xx flavours are broken, to avoid people
trying to do a quick build by disabling things they don't need, only to have
it fail when packaging -libs
2015-08-18 10:16:55 +00:00
sthen
5f0d137420 tweak WANTLIB again; build problem reported by ajacoutot.
quadmath is used by -f95 (WANTLIB), however the lib is also present in GCC 4.9
which is required all over the place for bulk builds. So bodge around it by
removing the WANTLIB and at least specifying a RUN_DEPENDS-f95 instead.

This is pretty much academic anyway as you can't install gcc-4.8 on a typical
workstation as it will conflict with gcc-4.9 libs that are a common dependency.
2015-08-18 10:14:06 +00:00
sthen
d8e24bbded sync WANTLIB 2015-08-17 19:52:39 +00:00
sthen
0f4034be36 sync WANTLIB 2015-08-17 19:10:11 +00:00
jasper
de831b29e2 remove mips64 from the ONLY_FOR_ARCH list for it doesn't build 2015-08-17 09:02:36 +00:00
ajacoutot
417069317d Needs devel/gettext-tools. 2015-08-12 06:13:56 +00:00
robert
7d24a31675 update to 5.6.12 2015-08-12 05:50:18 +00:00
robert
8e3c4688ff security update to 5.5.28 2015-08-12 05:50:04 +00:00
robert
9b854f5b99 security update to 5.4.44 2015-08-12 05:49:42 +00:00
jasper
3bd5a7d4e4 update to vala-0.28.1 2015-08-11 21:41:27 +00:00
jasper
14b12a81cc - update to sbcl-1.2.14
based on an initial update by Manuel Giraud
maintainer timed-out
2015-08-11 21:41:04 +00:00
juanfra
fa01932976 Update to racket-minimal 6.2.1. 2015-08-11 21:14:26 +00:00
bcallah
b7986c6387 Update to 20150802 2015-08-11 20:57:48 +00:00
jasper
1e4c21592b add lang/go to CATEGORIES
ok czarkoff@
2015-08-11 20:16:21 +00:00
jasper
37beef5e39 - update to abcl-1.3.2
- add --noinit to the completions target to prevent quicklisp from showing up

with Timo Myyra (MAINTAINER)
2015-08-11 20:12:01 +00:00
sthen
f01f130905 Disable code added in GCC 4.9.3 which passes ".machine ppc" to the assembler;
this breaks builds when -maltivec is used, including Mozilla ports.

Borrowed from a commit to the Amiga development tools project,
b24ae06571

ok landry@ mpi@ naddy@
2015-08-06 18:38:34 +00:00
naddy
b70813dce9 fix variable name 2015-07-31 14:37:34 +00:00
juanfra
d53e6fc789 chibi-scheme does not work on architectures which require aligned
access to memory. The bug is fixed in upstream's repo but the patch is
not simple and it could break the code on amd64/i386.

Build failures on sparc64 and hppa spotted by tobiasu@.
2015-07-31 12:40:11 +00:00
robert
8d764893e2 remove all references to the suhosin patch 2015-07-30 09:46:18 +00:00
jeremy
7dacc8bb06 Set ONLY_FOR_ARCHS = amd64, due to runtime issues on i386
OK jasper@
2015-07-28 21:55:32 +00:00
jeremy
68799a9e5e Update MODRUBY_LIBREV on jruby to 2.2.0 due to JRuby upgrade 2015-07-26 04:41:37 +00:00
jeremy
01167105dc Update to JRuby 9.0.0.0
Bump jdk dependency to 1.8.0

Help and OK jasper@
2015-07-26 04:40:16 +00:00
juanfra
5f97117b76 Update to gambit 4.7.7. Regex and OK jasper@. 2015-07-24 23:43:17 +00:00
jturner
bf7ac4e1a7 Update node-typescript to 1.5.3 2015-07-24 02:08:17 +00:00
pascal
cfc70878f7 Force use of /usr/bin/make; otherwise this may pick up gmake, as noticed by
ajacoutot@.
2015-07-23 10:16:21 +00:00
pascal
0a6288ef05 Bugfix update to 4.9.3. 2015-07-19 21:22:49 +00:00
sthen
205e3dad56 fix typo 2015-07-19 20:09:58 +00:00
ajacoutot
6e315d6b9a Kill debug FLAVOR; same can be achieved by running "make DEBUG= ... " 2015-07-19 02:14:57 +00:00
jeremy
3b2e299ff9 Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of
the ports that use it are still built with ruby 1.8.

OK ajacoutot@
2015-07-19 02:10:31 +00:00
ajacoutot
9906df3b62 Fix comment. 2015-07-19 02:06:30 +00:00
jeremy
e07f7c31e7 Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code
the dependency, more modern ports don't need it.

OK ajacoutot@
2015-07-18 21:07:40 +00:00
sthen
52dc481d6e guard SSLv3_*_method with OPENSSL_NO_SSL3, same as php 5.6 does
(if you use SSL/TLS in php, you really should be using 5.6+)
(...if you use php at all,   "                           " )
2015-07-18 20:54:19 +00:00
jasper
578636fbdd update to clojure-1.7.0 2015-07-18 00:50:23 +00:00
sthen
3a4c3144c9 copy the ccache handling from gcc/4.8/gcc4.port.mk and apply it to gcc/4.9 2015-07-17 22:42:12 +00:00
jeremy
4ad0a6112f Switch the default ruby version from ruby 2.1 to 2.2, and bump affected
ports.

OK jcs@ ajacoutot@
2015-07-16 17:27:08 +00:00
sthen
9117d447a3 ocaml-4.02-refman-html.tar.gz was re-rolled upstream (regenerated with new
hevea; header changes but no content changes) - adjust distinfo, and while
there also package a .css file that was missing. OK chrisz@
2015-07-16 15:05:55 +00:00
ajacoutot
e1f63b6547 Missing @conflict and @pkgpath markers
discussed with sthen@
2015-07-16 00:34:13 +00:00
juanfra
e3ea29b07e -racket 2015-07-16 00:27:57 +00:00
ajacoutot
82f9e7e6a1 Do not hardcode /usr/local.
Remove bogus blank lines.
2015-07-16 00:26:20 +00:00
juanfra
51d7ec06ee racket -> racket-minimal 2015-07-16 00:22:50 +00:00
juanfra
1b51d91b4b Tests, help with the README file and OK jturner@.
Racket is a multi-paradigm programming language in the Lisp/Scheme
family, that also serves as a platform for language creation, design,
and implementation.

The primary components of Racket platform are:

- The implementation of Racket (including a rich run-time system,
  various libraries, JIT compiler, and more).
- pkg.racket-lang.org, Racket's web-based package distribution system
  for user-contributed packages.
- raco, command line tool for finding documentation, compiling Racket
  source to bytecode, packaging executables, packaging installable
  archives, and installing packages from remote servers.
2015-07-16 00:20:53 +00:00
jeremy
d0ae60dfef Update to jruby 1.7.21
This removes a lot of the gems that were temporarily shipped with JRuby.

OK jasper@
2015-07-15 22:19:23 +00:00
ajacoutot
3bae775dc7 Tweak pexp a bit. 2015-07-15 16:03:07 +00:00
jasper
72d8e8fbe7 spacing 2015-07-14 23:14:42 +00:00
jasper
bd82c9cbc5 add MODERL_WX to set a BDEP/RDEP on the wx subpackage 2015-07-14 22:52:56 +00:00
robert
a54d81334c update to 5.5.27 2015-07-12 14:07:10 +00:00
robert
209ed8695b update to 5.6.11 2015-07-12 14:06:23 +00:00
jasper
0d2eca6e6a missed bump; spotted by nigel@ 2015-07-11 11:00:55 +00:00
jasper
75787518ba bump after erlang dependency change
reminded by aja@
2015-07-10 17:10:09 +00:00
robert
a43332a4cd update to 5.4.43 2015-07-10 06:29:25 +00:00