juanfra
93f7c23442
Add USE_WXNEEDED. Passes the tests.
2016-08-18 19:32:50 +00:00
jsing
6c8e51f58a
Upgrade lang/go to 1.7.
...
ok czarkoff@ pea@
2016-08-18 17:23:03 +00:00
jasper
484e46033e
switch to USE_WXNEEDED
2016-08-18 12:50:42 +00:00
sthen
78af353645
use USE_WXNEEDED
2016-08-18 12:31:52 +00:00
abieber
a61cf71ce8
100% more wxneeded! Also fix for the man page that snuck in!
...
Tested on amd64 and i386
OK jca@
2016-08-17 01:05:38 +00:00
abieber
5ef8d5bbe4
- drop myself as MAINTAINER, welcome David!
...
- set wxneeded
- clean up the Makefile a bit
2016-08-15 19:19:46 +00:00
edd
dc750b461a
lang/pypy: Fix build for W^X and update to 5.3.1.
...
Note that the W^X patch only makes the CPython-based no_bootstrap build work,
and that the PyPy JIT itself is still not W^X compliant. This will require more
work.
OK jca@, thanks.
2016-08-15 09:16:40 +00:00
kili
f8557828d9
Remove unused CONF_GCC_LD_OPTS_STAGE* from CONFIGURE_ENV.
2016-08-13 18:54:58 +00:00
landry
ebcc7c96fe
Sebastien drops MAINTAINERship for lack of time... any takers ?
...
Thanks for your work on it !
2016-08-13 07:40:43 +00:00
juanfra
12aa49faf0
+lang/bacon
2016-08-12 23:21:25 +00:00
jasper
012940cdb0
update to elixir-1.3.2
2016-08-12 19:28:10 +00:00
jasper
978e3c67a6
annotate python interpreters with wxneeded; while python itself is clean there
...
are various ports that aren't (e.g. py-cryptography and py-qt5 (QtWebKit)).
obviously not a long-term "fix" but helps to keep moving forward
ok jca@ sthen@ rpointel@ (MAINTAINER)
2016-08-12 09:55:28 +00:00
jca
7235ca3ab5
wxneeded
2016-08-11 11:34:13 +00:00
kili
7977309d52
Mark ghc as wxneeded for now.
...
A real fix would be to remove PROT_EXEC from mmapForLinker() in
rts/Linker.c and to flip PROT_WRITE / PROT_EXEC in loadObj_()
when it's done, but this requires a little bit more time for
testing (turnaround times for building and testing ghc aren't
that funny).
2016-08-10 07:08:28 +00:00
jturner
da13b403a8
Remove mlite. ok juanfra@
2016-08-09 01:42:33 +00:00
jturner
181706633c
Unhook mlite. ok juanfra@
2016-08-09 01:41:37 +00:00
landry
21f2d2efeb
BROKEN-sparc64: SIGBUS during phar generation
2016-08-07 07:33:05 +00:00
pascal
745086eb8c
Update to 2016.07; similar diff from Caspar Schutijser.
2016-08-06 16:31:37 +00:00
pascal
ad514b82d7
Update to 2016.07; similar diff from Caspar Schutijser.
2016-08-06 16:30:53 +00:00
pascal
c5a9393496
Update to 2016.07; similar diff from Caspar Schutijser on ports@.
2016-08-06 16:30:07 +00:00
juanfra
35106b6285
The man page is broken. Remove it until upstream fixes the problems.
2016-08-05 23:22:00 +00:00
juanfra
3750f42be4
OK benoit@
...
Comment:
BASIC converter to C translator for Unix system
Description:
BaCon is a BASIC to C translator for Unix-based systems. It intends to be a
programming aid in creating tools which can be compiled on different platforms
(including 64bit environments), while trying to revive the days of the good old
BASIC.
Maintainer: Juan Francisco Cantero Hurtado <juanfra@openbsd.org>
WWW: http://www.basic-converter.org/
2016-08-03 19:13:17 +00:00
abieber
f1afddb428
Update node to the latest.
...
Full ChangeLog:
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md#4.4.7
OK juanfra@
2016-08-03 13:56:56 +00:00
ajacoutot
96ecf1cd12
Zap trailing spaces at EOL.
2016-08-03 13:06:41 +00:00
ajacoutot
013a103b65
Properly strip go binaries when !DEBUG.
...
On big executables, size drops by ~40%.
with and ok czarkoff@
2016-08-03 09:34:10 +00:00
juanfra
0440104c60
Update to Racket 6.6.
2016-07-30 18:47:28 +00:00
pea
c2816f26a8
Security update to 1.6.3 (CVE-2016-5386)
...
ok jsing@, naddy@
2016-07-20 15:52:14 +00:00
jeremy
c322ffdfb9
Fix REVISION-main bumps
2016-07-15 15:53:05 +00:00
jeremy
7465a481c5
Use shadow versions of password functions
2016-07-15 15:39:03 +00:00
tobiasu
1a681052d6
Sync startfile spec, fixes egcc -static to link against rcrt0
...
ok stefan@ pascal@ naddy@
2016-07-14 07:22:31 +00:00
tobiasu
6331309983
Sync startfile spec, fixes egcc -static to link against rcrt0
...
ok stefan@ pascal@ naddy@
2016-07-14 07:20:28 +00:00
ajacoutot
91663c0fe0
Forgot to move converters/libiconv to LIB_DEPENDS in previous.
2016-07-13 14:04:22 +00:00
ajacoutot
74329f82de
Limit gc stack space; half of the pkgsrc patch was missing.
...
May help in bulks...
ok robert (maintainer)
2016-07-13 08:21:38 +00:00
juanfra
4597add3ba
Add wxneeded again. We will not have a proper fix before of 6.0.
2016-07-05 22:30:11 +00:00
rpointel
a4515812c4
forgotten make update-patches, spotted by danj@.
...
inputs and ok sthen@.
2016-07-03 20:10:33 +00:00
rpointel
88f000423c
update Python 2.7 to 2.7.12, 3.4 to 3.4.5 and 3.5 to 3.5.2.
...
tested in a bulk build and ok sthen@, ok danj@
2016-07-03 18:16:00 +00:00
robert
950ec6cb87
the build needs python in the acceptance-tests target
2016-07-02 10:22:30 +00:00
jasper
9ca1f9059a
- update to elixir-1.3.1
...
- switch to erlang 19
http://elixir-lang.org/blog/2016/06/21/elixir-v1-3-0-released/
2016-06-30 07:25:15 +00:00
jasper
4b42a77043
hookup erlang 19
2016-06-30 07:19:23 +00:00
jasper
17e8868aa2
grrr
2016-06-30 07:18:50 +00:00
jasper
b5459753ad
add erlang-19.0
...
feedback/ok aja@
2016-06-30 07:18:19 +00:00
espie
1d55a231e7
add is-branch to all trivial ports that exist as multiple branches.
2016-06-29 16:14:38 +00:00
jsing
cd24745d47
Update lang/go to handle the sys_thrkill/sys_kill change.
...
Partially based on a diff from Ray Lai.
2016-06-27 15:57:17 +00:00
jsing
4db071d1b8
Update lang/go-bootstrap to handle the sys_thrkill/sys_kill change.
...
Partially based on a diff from Ray Lai.
2016-06-27 15:54:58 +00:00
jasper
94e3ca5e17
update to vala-0.32.1
2016-06-27 09:24:44 +00:00
robert
129e23c478
update to 4.4.0.182
2016-06-26 10:40:28 +00:00
sthen
771e43701f
update to php-7.0.8 and fix FLAVORS handling to properly knock out no_suhosin
...
ok robert@
2016-06-25 18:55:11 +00:00
sthen
5d6764ce04
update to php-5.6.23, ok robert@
2016-06-25 18:54:31 +00:00
sthen
0336699e2c
update to php-5.5.37, ok robert@
2016-06-25 18:54:14 +00:00
krw
f5fd6f0fd2
Upgrade Ocaml to 4.3.0 and tweak ports the minimal amount to keep
...
them all compiling.
Tweaks include updating
ocaml-batteries 2.3.1 -> 2.5.0
ocaml-lwt 2.4.8 -> 2.5.2
ocaml-ppx-tools 0.99.2 -> 4.03.0
ocaml-camlp4 4.02+6 -> 4.03+1
utop 1.15 -> 1.19.2
and fixes to coccinelle and wyrd to let them build on bytecode archs.
Other necessary tweaks from the various homes of the projects.
Everything still builds on amd64 (native and bytecode) and sparc64 (bytecode).
ok anil@ sthen@ so final 4.3.0 tweaks can be done in-tree.
2016-06-24 15:59:11 +00:00