1827 Commits

Author SHA1 Message Date
danj
63967366aa Remove avsm@ as maintainer per his request 2019-05-01 16:04:26 +00:00
sthen
42dc443195 Use ld.bfd to link math/py-scipy and telephony/asterisk on i386, like gcc/8
itself they fail with "has non-ABS relocation R_386_GOTOFF against symbol XXX"
with LLD.

Mention these ports in the comment in lang/gcc/8/Makefile.
2019-05-01 12:12:24 +00:00
jca
331675f840 Add missing ilaenv2stage function to our Makefile
Missed in the update to lapack-3.8.0.  Fixes loading of py-numpy and
friends as reported by landry@.  ok landry@ steven@ (maintainer)
2019-04-30 20:44:32 +00:00
feinerer
c0084e8158 Update to R 3.6.0
OK kn@
2019-04-29 08:52:47 +00:00
naddy
3e042ba62d Bump all ports that depend on ports-gcc on the clang archs.
SYSTEM_VERSION didn't quite work out how we expected and it's
easier|safer to do it this way than fiddle with pkg_add now.
2019-04-28 21:08:26 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
steven
aedec7de47 update to 3.8.0 2019-04-24 15:30:31 +00:00
kmos
6458dbdcce math/py-pandas has a hidden dependency on lang/cython as mentioned
here:

https://marc.info/?l=openbsd-ports&m=155508121408600&w=2

naddy@ requested it be fixed. This adds it to RUN_DEPENDS.
While here, sorted RUN_DEPENDS.

OK sthen@
2019-04-22 08:22:57 +00:00
daniel
0f2051a4d3 Repair PLIST. 2019-04-20 23:55:21 +00:00
daniel
8a1596e617 Update py-scipy to 1.2.1. 2019-04-20 21:35:01 +00:00
ajacoutot
b56a9d57a9 Missed bump. 2019-04-20 07:20:07 +00:00
rsadowski
018e838702 Unbreak package
Move cmake bits into PLIST-common.

Spotted by ajacoutot@ Thanks!
2019-04-18 15:11:55 +00:00
steven
2dea0f1a1b bump to 3.8.0, only cosmetic changes 2019-04-17 18:53:29 +00:00
rsadowski
df5aaf906f Update fftw to 3.3.8
OK steven@
2019-04-17 18:49:59 +00:00
naddy
d93b646af1 simplify autotools invocation 2019-04-02 09:49:04 +00:00
jasper
8d85c4945b switch to python3 for the bindings
ok rsadowski@
2019-03-30 09:54:39 +00:00
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
jca
3af625615a Move comment to the right place 2019-03-23 10:55:51 +00:00
jca
83c7e2b107 DPB_PROPERTIES=parallel not needed
Sneaked in the last OCaml update.  Those ports aren't big nor critical
enough to warrant the use of multiple build slots in regular bulk
builds.
2019-03-23 10:54:59 +00:00
feinerer
bb57873124 Update to R 3.5.3
OK pirofti@
2019-03-17 07:16:32 +00:00
sthen
4d05e9c3ba update to netcdf-4.6.3, from martin@ taking maintainer, various feedback
from landry@ and myself, ok with Tom Knienieder (outgoing maintainer)
2019-03-13 20:27:40 +00:00
chrisz
ad28eb4c1f Increase stack size limit.
ok jca@
2019-03-10 20:16:54 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
jca
a7af6c85e7 Those files should have been removed in the ocaml-4.07.1+friends update
Noticed by krw@ and Adam Steen
2019-03-05 04:29:46 +00:00
chrisz
b438efbd00 Upgrade OCaml and dependent ports
testing and OKs by avsm@, jca@, krw@ Thanks a lot !
2019-03-04 12:51:12 +00:00
rsadowski
c4888217ef Update z3 to 4.8.4
OK rpointel@
2019-03-03 09:16:17 +00:00
naddy
b1eb1d48fd bump for plist changes 6.4 -> 6.5 2019-02-28 01:52:37 +00:00
landry
ef71815b30 +py-{affine,snuggs}{,python3} 2019-02-22 11:12:27 +00:00
landry
c5f2401f85 Import py-snuggs 1.4.2.
Snuggs wraps Numpy in expressions with the following syntax:

expression = "(" (operator | function) *arg ")"
arg = expression | name | number | string

ok mariani@
2019-02-22 11:11:19 +00:00
landry
cba268f714 Import py-affine 2.2.2.
Matrices describing affine transformation of the plane, derived
from Casey Duncan's Planar package.

ok mariani@
2019-02-22 10:58:40 +00:00
tb
61a151d8e9 Fix use-after-free found the hard way with vm.malloc_conf=F.
Upstream SVN commit #76143.

ok feinerer (maintainer)
2019-02-21 20:04:33 +00:00
cwen
76dae91b2c Remove BROKEN-macppc as it builds properly now.
OK bcallah@ jca@
2019-01-30 19:05:43 +00:00
sthen
28ec08e21f use -Wl,-znotext on i386 to allow text relocations for asm code 2019-01-29 11:43:09 +00:00
feinerer
a9f3fa1ee9 Update to Maxima 5.42.2 2019-01-25 14:31:16 +00:00
rsadowski
a97261b17f zap -03 compiler flag
OK kn@
2019-01-22 06:42:34 +00:00
steven
fe39d46192 maintenance update to 4.4.1
test and feedback on port consistency from kn@
ok rsadowski@
2019-01-13 22:43:59 +00:00
steven
d7fea5f7e0 update to 1.34
from Charlene Wendling
2019-01-05 10:15:12 +00:00
jasper
01c42829f5 update to py-graphviz-0.10.1 2018-12-30 14:41:06 +00:00
pirofti
f52978af95 Update libcerf to 1.11
The authors wiped libcerf-1.10 from the face of the earth in 1984-style.

  http://apps.jcns.fz-juelich.de/src/libcerf/CHANGELOG

Just because you have a defect doesn't mean you have to remove the distfile!
This is the craziest release strategy I encountered!

Hope this one lasts. If this keeps going I will just remove the port. It is just
a soft-dependency of gnuplot.

Noticed by naddy@, thanks!
2018-12-29 07:48:36 +00:00
feinerer
206abefc27 Update to HDF5 1.8.21
OK pirofti@
2018-12-28 18:39:49 +00:00
pirofti
4278fc1b41 Update libcerf to 1.10
This comes with a couple of important changes among which a major library
bump and a migration from autoconf to cmake. More details here:

  http://apps.jcns.fz-juelich.de/src/libcerf/CHANGELOG

Also patched the manpage install directory.

Tested with gnuplot and all seems fine.
2018-12-28 16:28:44 +00:00
feinerer
5cf79f7f86 Update to R 3.5.2
OK pirofti@
2018-12-23 08:03:45 +00:00
pirofti
ba6c8c9422 Update math/gnuplot to 5.2.5.
Here is a minor update to gnuplot.

  http://www.gnuplot.info/ReleaseNotes_5_2_5.html

Contains new features and a couple of bug fixes.

OK ajacoutot@
2018-12-22 09:35:30 +00:00
rpointel
a3d0511afb update z3 to 4.8.3.
ok pirofti@.
2018-12-15 12:43:40 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
kn
b694907787 +nlopt 2018-12-13 09:37:16 +00:00
kn
a0a878a930 Import NLopt
NLopt is a library for nonlinear local and global optimization, for functions
with and without gradient information.  It is designed as a simple, unified
interface and packaging of several free/open-source nonlinear optimization
libraries.

Feedback and OK sthen
2018-12-13 09:35:32 +00:00
bcallah
5d18f97e60 Update to bcal-2.1 -- upstream now makes real tarballs
Changelog: https://github.com/jarun/bcal/blob/master/CHANGELOG
2018-12-12 16:56:12 +00:00