jturner
69a85c5cbc
Update Elixir to 1.2.1. ok jasper@
...
https://github.com/elixir-lang/elixir/blob/v1.2.1/CHANGELOG.md
2016-01-19 14:24:13 +00:00
jasper
58bc9c3712
ruby 2.2 and newer don't ship a testrb script anymore. however if
...
MODRUBY_TEST=testrb requires it to be present in order to run the tests. so
unbreak for newer rubies by re-using the original script.
feedback/ok jeremy@
2016-01-17 19:39:05 +00:00
juanfra
60d7342c07
Fix "raco distribute". Patch from upstream.
2016-01-14 21:21:01 +00:00
jsing
f667ff2fd9
Rework go.port.mk to install packages in /usr/local/go-pkg and build
...
without -a, -work and without running things through sed and piping to
shell:
- Install additional packages under /usr/local/go-pkg and include this in
GOPATH when building. Go considers anything under the GOROOT to be part
of the standard library, which introduces various problems. In particular
they do not get rebuilt without the -a flag.
- Using 'go build -a' is unnecessary (at least now that we're not
installing in GOROOT). Furthermore, the semantics of -a have changed
between go1.4 and go1.5. In go1.4 the standard library was excluded from
the -a flag whereas for go1.5 it does mean all dependencies including the
standard library (this was the same for go1.3). However, there is
already blanket 'do not rebuild standard library packages' in place when
the -a flag is NOT specified.
- Avoid -work since it leaves the work directory behind and nothing is
currently cleaning it up.
- Overall, avoid running 'go install -x' and piping the results through
sed and sh. Firstly, 'go install -x' is already running those commands,
then they're being run a second time around via sh. Secondly, there are
cases where replacing GOROOT is incorrect.
ok jasper@ sthen@ kspillner@ czarkoff@
2016-01-14 15:03:08 +00:00
jsing
1c5714d152
Update lang/go to 1.5.3.
...
This release addresses CVE-2015-8618.
ok ajacoutot@ sthen@
2016-01-14 12:11:50 +00:00
semarie
a7ac139c37
install libraries with rustc
...
- remove now unneeded MAKE_ENV option to pass --sysroot argument to bootstrapper
- backport the latest changes for building rustc under openbsd
- switch the install from installing a stage3 rustc binary to installing a stage2 rustc binary (and all required libraries)
ok juanfra@
2016-01-13 07:39:07 +00:00
juanfra
bdc7fb7b4d
Temporary workaround for "raco distribute" until upstream creates
...
a proper fix.
2016-01-13 02:05:21 +00:00
robert
1f64da10f5
security update to 7.0.2
2016-01-11 16:55:35 +00:00
robert
cc7be5a974
security update to 5.6.17
2016-01-11 16:52:18 +00:00
robert
866392c3e9
security update to 5.5.31
2016-01-11 16:46:38 +00:00
juanfra
be32c55ef0
I forgot to remove the CFLAGS in the previous commit.
...
While here, sort the list of architectures. (spotted by jasper@)
2016-01-09 03:41:47 +00:00
juanfra
0257c94648
Add the new "no_jit" flavor. Unbreak racket on powerpc.
...
Help and "looks good to me" sthen@.
2016-01-08 20:12:01 +00:00
abieber
5d617819b8
Teach npm how to use eg++. This removes the need to do things like:
...
env CXX=eg++ npm install nativemodule
OK jasper@
2016-01-08 16:50:13 +00:00
jasper
ac6e688019
- set a default HOMEPAGE for ports using MODPY_PI
...
- while here add _MODPY_EGG_NAME and re-use that to define MODPY_PI_DIR
idea from aja@
ok aja@ rpointel@
2016-01-07 21:14:06 +00:00
sthen
056c0c3e5c
merge php-fpm into the main php packages, making things easier for
...
httpd/nginx/lighttpd users. ok robert@
2016-01-07 18:06:45 +00:00
jeremy
87d41db0fa
Add ruby23 FLAVOR for building ruby 2.3 versions of ruby ports.
...
Drop support for ruby19 and rbx FLAVORs, as the related ports
have been removed.
OK sthen@
2016-01-07 00:55:23 +00:00
jeremy
b1bb341c41
Hookup ruby 2.3 to the build
2016-01-07 00:53:23 +00:00
jeremy
467dc84bf8
Import ruby 2.3.0
...
OK sthen@
2016-01-07 00:52:46 +00:00
jeremy
b97c90af10
Allow fixing rbconfig.rb file even when post-install defined in subdir Makefile
...
This is needed for upcoming import of ruby 2.3.0
2016-01-07 00:51:28 +00:00
ajacoutot
152a555557
Remove martynas@ from MAINTAINER, per his request.
2016-01-06 17:01:54 +00:00
sebastia
e8e894edcd
I don't get a OOM condition building on HPPA, manually as well as when
...
using DPB, so remove the BROKEN marker.
Let's see how it works out for landry bulk building
OK landry@
2016-01-06 11:40:45 +00:00
pascal
4ab2f5ddae
Do not try to call the (non-existant) __init function from the early Pascal
...
startup code on i386. Fixes hedgewars on i386.
found and fix tested by sthen@
2016-01-04 11:40:41 +00:00
jasper
a470edaac8
upstream seems to have retagged 1.2 as 1.2.0.
...
spotted by nigel@ and sthen@
2016-01-02 21:46:18 +00:00
robert
67b63db0d1
update to 7.0.1
2016-01-02 12:53:50 +00:00
jasper
c379b76063
- update to elixir-1.2
...
* https://github.com/elixir-lang/elixir/blob/v1.2.0/CHANGELOG.md
2016-01-02 08:42:15 +00:00
abieber
a4dd88e2b0
Update to the latest version.
...
Full changelog here:
https://github.com/nodejs/node/blob/v4.2.4/CHANGELOG.md
OK juanfra@
2016-01-01 04:47:05 +00:00
jasper
d6e85d6790
DISTNAME is set by bsd.port.mk for these ports now
2015-12-29 19:49:39 +00:00
jasper
db644a787e
use GH_PROJECT to construct DISTNAME
2015-12-29 12:54:10 +00:00
kili
c620b77563
Update to use ghc-7.10.3b distfiles. No changes to ghc-main, only
...
ghc-doc is affected.
BTW: a merge of -main and -doc will be done later, and some other
changes are in my queue.
2015-12-28 19:18:52 +00:00
kili
4ac06cd66c
Update to hs-haskell-src-exts-1.17.1.
2015-12-28 18:55:57 +00:00
mpi
b187af6f7d
Add 'powerpc' to ONLY_FOR_ARCHS.
...
Node builds and runs just fine on macppc since v8 has ppc support.
ok abieber@
2015-12-28 16:08:33 +00:00
pascal
3234c63e9a
previous was *still* not enough. using checksums as filenames is apparently
...
a bad idea too ...
2015-12-28 09:30:07 +00:00
ajacoutot
3e966ca936
Remove a comment that has been bogus for awhile now that 4.9 is being
...
built.
from Brad
2015-12-28 07:14:18 +00:00
pascal
7352c880c9
Upstream has decided to include a timestamp in certain filenames. Comment out
...
the corresponding plist entries to at least get this to package until they
figure it out.
found the hard way by kili@
2015-12-28 00:13:59 +00:00
pascal
0b70e75aa1
Update to 2015.12. Fix from upstream to respect DESTDIR.
2015-12-27 20:37:32 +00:00
pascal
b4e37ed5b9
Update to 2015.12.
2015-12-27 20:35:59 +00:00
pascal
ab5b92bbc1
Update to 2015.12.
2015-12-27 20:35:41 +00:00
pascal
ec35e8c219
drop maintainer
2015-12-27 17:08:05 +00:00
ajacoutot
4e1ea8b4b1
Remove some BROKEN markers for ports that should build now with the new libgcc
...
assisted built-in atomic ops for mips64.
from Brad
2015-12-25 08:39:45 +00:00
bentley
56e2d44015
Update to cython-0.23.4.
2015-12-25 02:18:09 +00:00
bentley
4cd0ceb6da
Update to iverilog-10.0.
2015-12-23 11:12:53 +00:00
rpointel
3e663e26e2
update to python 3.4.4.
...
ok with inputs from aja@ shadchin@
2015-12-23 07:18:12 +00:00
jturner
ead6a3a17f
Remove myself and maintainer. ok juanfra@
2015-12-22 19:40:48 +00:00
rpointel
2acc75ca78
update to python 3.5.1.
...
ok shadchin@ benoit@
2015-12-22 18:00:30 +00:00
stu
96394db172
Update to latest.
2015-12-22 16:36:23 +00:00
pascal
6815cf2de0
Update to FPC 3.0.0. Bootstrap hosted by aja@, thanks!
2015-12-22 14:43:55 +00:00
abieber
22cfd276fc
Update to the lastest version. Add two new patches:
...
patches/patch-deps_uv_src_unix_openbsd_c is from Fabian Raetz
<fabian.raetz@gmail.com>, it was sent upstream as well. It will be included
in one of the next libuv releases.
patches/patch-deps_v8_src_globals_h is from robert@'s v8 patches (slightly
modified), recommended by sthen@.
OK jturner@
2015-12-21 19:27:05 +00:00
naddy
e70007de6d
don't try to use ps2pdf if it happens to be around during configure
2015-12-20 15:40:17 +00:00
kili
afc70ac1d2
Adjust MODGHC_PACKAGE_KEY.
2015-12-20 11:31:52 +00:00
kili
4fb1811aac
Update to ghc-7.10.3.
2015-12-20 11:04:27 +00:00