4124 Commits

Author SHA1 Message Date
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
jasper
be641b8bb9 - unbreak linking of wx bindings now that wxwidgets has been fixed
- move all wx and observer bits into a wx subpackage

this shrinks the main package by about 18M
2015-07-09 19:46:39 +00:00
bcallah
498767c5e8 Update to 20150705 2015-07-06 15:50:50 +00:00
jasper
81f80339aa regen 2015-07-02 11:53:11 +00:00
zhuk
e46f7daa3f Remove extra @pkgpath markers. They were relevant for GCC 4.2, which was not
MULTI_PACKAGEd initially, but not for later ones.

Feedback and 4.9 part okay from sthen@.
2015-07-02 00:22:18 +00:00
jeremy
45d56680df Add fixes for CVE-2015-3900 and CVE-2015-4020
OK jasper@
2015-06-29 18:55:03 +00:00
jasper
da26c3d567 - update to elixir 1.0.5
- switch to erlang 18
2015-06-29 18:38:50 +00:00
semarie
8d6e2a8e26 Update to rust-1.1.0
OK landry@
2015-06-27 15:37:32 +00:00
jasper
88236dda1f missing BDEP on libxslt 2015-06-27 12:17:59 +00:00
jasper
d19326bb2c mark SHARED_ONLY 2015-06-26 07:33:17 +00:00
jasper
3681992fc7 plumbing for erlang18 2015-06-26 06:36:57 +00:00
jasper
75b67617a6 18+ 2015-06-26 06:36:34 +00:00
jasper
6e3cf8b335 add erlang 18: http://www.erlang.org/news/88
ok sthen@
2015-06-26 06:35:54 +00:00
jasper
9186e6ac8e add missing @mandir annotation 2015-06-25 15:06:33 +00:00
jasper
03095fc85f whitespace 2015-06-25 13:35:21 +00:00
jasper
27acaf9d38 define MODERL_{ERL,ERLC} as shortcuts to the versioned binaries 2015-06-25 13:34:23 +00:00