4636 Commits

Author SHA1 Message Date
pascal
964e2b6130 Do not install a dangling symlink to (non-existent) standard.ads.h. 2016-09-23 10:11:14 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
pascal
49369b055d Switch ARM default CPU to pcore, but disallow unaligned access.
not hooked up to the build, no bump.
2016-09-20 21:51:54 +00:00
jeremy
ad1df45202 Update to JRuby 9.1.5.0 2016-09-19 21:38:39 +00:00
pascal
d6b137947d Add mips64 support; optimistically enable mips64el too. 2016-09-19 10:14:07 +00:00
pascal
3667ece24c Bump default -march for ARM to pcore (armv6k), but disallow unaligned access.
Required to build clang.

prompted by patrick@/kettenis@
2016-09-18 15:05:15 +00:00
pascal
d38ecb2ecc hppa 2016-09-15 10:37:03 +00:00
pascal
12db290220 Convert to arm EABI. Drop ada support for now until someone re-bootstraps it. 2016-09-15 10:22:10 +00:00
naddy
bac38152ca replace libiconv module 2016-09-13 18:52:05 +00:00
sthen
6791bf9191 switch railo to lucee 2016-09-13 16:26:03 +00:00
sthen
94d0b435d5 import ports/lang/lucee, to replace railo. ok daniel@ jca@
Lucee is a light-weight dynamic scripting language for the JVM that
enables the rapid development of simple to highly sophisticated web
applications. Lucee is fully compatible with the CFML Script and Tag
Language.

Lucee is a JVM language and runs on the JVM as a servlet and will work
with any servlet container (e.g. Apache Tomcat, Eclipse Jetty) or
application server (e.g. JBoss AS, GlassFish). This package is setup
to run Lucee under Tomcat.
2016-09-13 16:24:37 +00:00
pascal
483545cca5 regen ppc adastrap 2016-09-12 09:37:09 +00:00
ratchov
d479093866 Disable audio; unbreaks the build. Audio is not fixable as there are
LP64 problems preventing from implementing proper audio backend.

suggested by and ok naddy@
2016-09-11 16:30:11 +00:00
pascal
616563b21f +powerpc 2016-09-11 07:43:48 +00:00
ajacoutot
5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00
pascal
e5e65a147d ONLY_FOR_ARCHS+=arm 2016-09-09 20:51:03 +00:00
jasper
15eee39723 remove handling of zaurus 2016-09-07 10:02:59 +00:00
jeremy
07183c6d19 Unhook ruby 2.0 2016-09-06 15:38:41 +00:00
jeremy
e8a4d89481 Make ruby 2.3 the default ruby version.
Also, remove code allowing the building of ruby ports using ruby 2.0.
2016-09-06 15:23:26 +00:00
pascal
b6b5cbe4ae regen i386 bootstrap 2016-09-06 10:14:24 +00:00
pascal
088a43f40e Import GCC 6.2.0.
ok espie@
2016-09-04 16:20:14 +00:00
naddy
9faa30cbf8 When testing the bootstrap version, the configure script failed to
use the included libraries. If a system library was bumped, the
binary wouldn't run at the configure stage, even if it ran fine
during the build.

So patch the configure script to pass LD_LIBRARY_PATH as it is done
during the build.  From Sebastien Marie.
2016-09-03 19:51:47 +00:00
jca
9b2446fd9a Re-enable test, now that wxneeded is inherited after fork.
Prodded by naddy@
2016-09-03 15:10:12 +00:00
jca
6daf0d93f5 Disable test that fails for unknown reasons (W^X-related), fixes build.
Test already disabled on Windows and NetBSD.  Initial diff from Solene
Rapenne.
2016-09-03 12:27:17 +00:00
sthen
72e46a5427 sync patches, no change 2016-09-02 14:31:05 +00:00
sthen
b0a98178b2 Disable pcre jit by default in php 7.0, to avoid the process needing to do
W+X mappings. Fixes build with kern.wxabort=1 and runtime on a !wxallowed
partition. ok robert@
2016-09-02 14:30:57 +00:00
dcoppa
072959c4ea Add a "bin/gfortran" symlink pointing to "bin/egfortran"
OK pascal@ (maintainer)
2016-09-02 12:14:06 +00:00
pascal
b2cff9e0b2 Update to GCC 4.9.4.
No fallout in naddy@'s bulk.
2016-09-01 17:30:33 +00:00
robert
53670c4def update to 4.4.2.11 2016-09-01 15:40:29 +00:00
jeremy
dcd3b2292d Remove references to sparc and vax 2016-09-01 14:23:58 +00:00
naddy
8e5d542a24 retire sparc 2016-09-01 14:19:12 +00:00
jasper
f079a29523 more sparc leftovers 2016-09-01 11:01:32 +00:00
jasper
b438691876 retire sparc support and sync distinfo accordingly 2016-09-01 10:56:58 +00:00
jasper
003e889c0a retire sparc 2016-09-01 10:53:26 +00:00
ajacoutot
a660b7d542 Unbreak, from semarie:
When using --enable-local-rebuild option, the configure script will
check the existence of rustc binary from the local-rust-root directory
(/usr/local by default). It is the binary the build process will copy in
stage0 directory.

With the diff, we explicity use the bootstrap directory for configuring.
Note that we still we manually copying all the bootstrap files in
post-configure, as the standard build system will *not* copy the
libraries in lib/ which could be required to run rustc binary
(libraries like libc.so used by bootstrapper).
2016-09-01 09:41:40 +00:00
robert
c6f738a266 update to 5.6.25 2016-08-31 20:33:05 +00:00
robert
55b0f380fd udpate to 7.0.10 2016-08-31 20:32:53 +00:00
landry
db735d1b2f Update to rust 1.11.0, from semarie@, thanks!
All tests passing here.
2016-08-31 08:33:19 +00:00
jasper
5ad58e5763 - update to obc-2.9.7
- drop gettext module and regen WANTLIB

ok Alexander Shiryaev (MAINTAINER)
2016-08-30 11:02:41 +00:00
ajacoutot
a7a2643b0e Update to guile2-2.0.12.
- drop the gettext MODULE
2016-08-27 14:51:36 +00:00
jca
d5f94c9d53 Drop the gettext module. 2016-08-27 10:50:20 +00:00
juanfra
8344b18b66 "fix space-safety in compiler"
5f9576cb22

Passes the tests on amd64.
2016-08-27 01:07:54 +00:00
jca
250f617677 Maintenance update to mawk-1.3.4-20160615 2016-08-26 21:01:23 +00:00
jasper
0fa6f1ec9c once more with an updated gcc; drop the workarounds and XXX comments
spotted by naddy@
2016-08-25 15:59:58 +00:00
dcoppa
85bc950a97 Send gfortran to the Attic
ok naddy@
2016-08-25 15:42:20 +00:00
jasper
2a9260b7f4 missed in previous:
annotate two more ports that were marked as wxneeded with USE_WXNEEDED,
even though in both cases it doesn't work yet, at least they're marked
so they are indexed by sqlports
2016-08-25 08:56:43 +00:00
jasper
c17de26cf7 add USE_WXNEEDED (for sqlports purposes) as it doesn't work yet here (see comment) 2016-08-25 08:42:08 +00:00
jasper
6517b11e9d switch to USE_WXNEEDED instead of altering MAKE_ENV 2016-08-25 08:30:22 +00:00
jca
5febad1d7e USE_WXNEEDED=Yes, even if not effective. 2016-08-22 05:44:54 +00:00
jca
84311bdd65 Mark as BROKEN: mmap W^X violations, but ld -z wxneeded isn't effective 2016-08-22 05:43:33 +00:00