Commit Graph

15609 Commits

Author SHA1 Message Date
Piotr Kubaj 6f226739a3 math/openblas: change option to optimize for POWER8 to POWER6
Optimizing for POWER8 is broken on big-endian.
2020-01-22 09:21:48 +00:00
Sunpoet Po-Chuan Hsieh e9972a754c Bump PORTREVISION for graphics/gdal shlib change 2020-01-22 06:02:24 +00:00
Sunpoet Po-Chuan Hsieh 11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Sunpoet Po-Chuan Hsieh 22caa015eb Fix build with protobuf 3.11.2
Obtained from:	https://github.com/onnx/onnx/pull/2482/commits/7bcb1302352c9953bfc396c3ec2114b382c65614
2020-01-22 05:45:08 +00:00
Yuri Victorovich a7b4527a5a math/py-deap: Update 1.3.0 -> 1.3.1
Reported by:	portscout
2020-01-22 05:07:33 +00:00
Pedro F. Giffuni 2b370215da math/metis4: Deprecate
The package is deprecated upstream and the license was not too friendly
anyways. Users should try Metis 5+ instead.

Approved by:	thierry (mentor)
2020-01-21 22:43:38 +00:00
Steve Wills 033b9daecd math/openblas: Update to 0.3.7
While here, improve formatting and fix build of dependant ports.

PR:		231371
Submitted by:	yuri (initial version), pkubaj (ppc fixes)
Approved by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2020-01-21 22:03:19 +00:00
Antoine Brodin 4616d11683 Mark BROKEN: fails to build
LANG=C LC_ALL=en_US.UTF-8 SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 ./bin/scilab-adv-cli -noatomsautoload -nb -l en_US -nouserstartup -e "try xmltojar([],[],'en_US');catch disp(lasterror()); exit(-1);end;exit(0);"
Could not access to the Main Scilab Class:
Exception in thread "main" java.lang.ExceptionInInitializerError
	at org.scilab.modules.localization.Messages.gettext(Unknown Source)
	at org.scilab.modules.commons.xml.XConfiguration.<clinit>(Unknown Source)
	at org.scilab.modules.core.Scilab.<clinit>(Unknown Source)
Caused by: java.lang.NullPointerException
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
	at java.lang.Runtime.loadLibrary0(Runtime.java:871)
	at java.lang.System.loadLibrary(System.java:1124)
	at org.scilab.modules.localization.MessagesJNI.<clinit>(Unknown Source)
	... 3 more

Reported by:	pkg-fallout
2020-01-21 13:23:10 +00:00
Baptiste Daroussin bf1ac05943 Update 0.9.4 2020-01-21 09:01:15 +00:00
Stephen Montgomery-Smith 0aaf4daa23 - Add uses=pkgconfig to unbreak build.
Thanks to:	fernando.apesteguia@gmail.com
2020-01-20 19:29:25 +00:00
Baptiste Daroussin 619a4702f1 Fix bad invocation of REINPLACE_CMD
Missing space before the -e argument

Reported by:	Antonio Huete Jimenez <tuxillo@quantumachine.net> (dragonfly)
2020-01-20 17:09:01 +00:00
TAKATSU Tomonari 2eb4183220 - Update to 0.12-0 2020-01-20 14:34:37 +00:00
Yuri Victorovich 2ec6a27178 New port: math/poly2tri: 2D constrained Delaunay triangulation library 2020-01-19 17:50:26 +00:00
Antoine Brodin 3525f133d4 Mark BROKEN: fails to build
iscc.c:1117:22: error: use of undeclared identifier 'isl_hash_table_entry_none'; did you mean 'isl_hash_table_remove'?

Reported by:	pkg-fallout
2020-01-18 22:19:02 +00:00
Sunpoet Po-Chuan Hsieh 96e59c9d8c Update RUN_DEPENDS for py-fonttools 4.2.4 update
- Bump PORTREVISION for dependency change
2020-01-18 18:25:54 +00:00
Sunpoet Po-Chuan Hsieh df63fc83b4 Change the way *_DEPENDS are set 2020-01-18 18:25:49 +00:00
Johannes M Dieterich 018e9976d4 math/libflame: update WWW
Reported by:	stephen@missouri.edu
2020-01-18 16:45:16 +00:00
Stephen Montgomery-Smith 1f2f167f19 - Correct license. 2020-01-18 03:39:23 +00:00
Tobias C. Berner 61485db5e5 math/saga: Update to 7.5.0
PR:		243355
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2020-01-17 20:17:49 +00:00
Stephen Montgomery-Smith 20c51cce64 - Correct portlint errors. 2020-01-17 17:30:01 +00:00
Yuri Victorovich 0dbf42fd8b math/py-CyLP: Update 0.7.2-30 -> 0.9.0
Reported by:	portscout
2020-01-17 06:50:12 +00:00
Stephen Montgomery-Smith 909b44b49d - Add optional dependency AUDIO.
- Update to 20200117.
2020-01-17 00:51:17 +00:00
Stephen Montgomery-Smith 706aa68a09 - Resurrect port math/octave-forge-audio.
- Update to 2.0.0.
2020-01-17 00:48:55 +00:00
Yuri Victorovich 27e4046104 math/ensmallen: Update 2.11.1 -> 2.11.2
Reported by:	portscout
2020-01-16 05:06:18 +00:00
TAKATSU Tomonari 367365b9ad - Update to 2020.1 2020-01-15 22:25:09 +00:00
TAKATSU Tomonari aef5a3066b - Update to 1.3-4 2020-01-15 22:17:51 +00:00
Johannes M Dieterich d51ee74304 math/blis: update to 0.6.1
Bugfix release.

While there, update LLVM requirement to llvm90.
2020-01-15 18:20:46 +00:00
Baptiste Daroussin 003a571d1d Add LOCALBASE/share/man to the valid path for manpages
Also compress manpages in this location.

As a followup of a discussion which occured in 2017:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html
And following:
https://svnweb.freebsd.org/base?view=revision&revision=315053
and
https://svnweb.freebsd.org/base?view=revision&revision=315142

All the supported FreeBSD version now supports share/man in manpath for
LOCALBASE As a result the ports tree can now accept it for manpage, but
more over migrate to this new path. Resulting in more consistency now the
manpages in base and ports would be in the relative path (under share/)
and a reduced amount of patching needed to port something to FreeBSD

Note1: this has already be done for GNU info pages earlier
Note2: due to the fact that for end user no functionnality will change during
the migration of the manpages to the new location and to avoid massive rebuild
of packages, it has been decided to not bump portrevision when migrating.

Reviewed by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D23166
2020-01-15 12:06:13 +00:00
Piotr Kubaj e34ef5ef29 math/libflame: unbreak on powerpc64
Builds fine on powerpc64.

MFH:		2020Q1 (fix build blanket)
2020-01-15 10:50:53 +00:00
Yuri Victorovich 88eb6191ad math/py-primme: Update 3.0.1 -> 3.0.2
Reported by:	portscout
2020-01-15 10:01:06 +00:00
Yuri Victorovich 2725c06a1b math/primme: Update 3.0.1 -> 3.0.2
Reported by:	portscout
2020-01-15 10:00:36 +00:00
Loïc Bartoletti be19bdfc55 Change my mail address to lbartoletti@FreeBSD.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
2020-01-14 21:45:15 +00:00
Piotr Kubaj 83d5ca9d37 math/gau2grid: remove -march=native, unbreak on i386 and powerpc64
This port added -march=native, which was against ports tree compliance, broke run-time on some amd64 and broke building on non-x86.

I have verified that it builds correctly on i386 and powerpc64 (provided -march=native is removed). It probably also builds on other architectures.

Reviewed by:	linimon
MFH:		2020Q1 (fix build blanket)
2020-01-14 14:18:58 +00:00
Antoine Brodin fa91e4c7ba Deprecate a few broken ports
With hat:	portmgr
2020-01-14 12:36:37 +00:00
Baptiste Daroussin fd7ea0f6b0 Update to 0.9.3 2020-01-14 08:04:38 +00:00
Yuri Victorovich 1d2bd307ee math/coinutils: Update 2.11.1 -> 2.11.3
Reported by:	portscout
2020-01-14 05:06:17 +00:00
Yuri Victorovich aeea489373 math/cppad: Update 20200000.1 -> 20200000.2
Reported by:	portscout
2020-01-14 04:56:31 +00:00
Yuri Victorovich fe6826dccc devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR:		229677
Differential Revision:	D22905
2020-01-13 21:38:35 +00:00
Yuri Victorovich 03d922c1c7 math/rumur: Update 2020.01.07 -> 2020.01.11
Reported by:	portscout
2020-01-13 05:57:34 +00:00
Piotr Kubaj 2c8bc2c7f0 math/clp: fix build on non-x86 non-ARM
Only amd64 and i386 have immintrin.h. There's a check for ARM, but not for other architectures.

Building without immintrin.h works fine on amd64.

PR:		242966
Approved by:	co9co9@gmail.com (maintainer timeout)
MFH:		2020Q1 (fix build blanket)
2020-01-12 17:26:24 +00:00
Sunpoet Po-Chuan Hsieh 1a28f71ff2 Update version requirement of RUN_DEPENDS 2020-01-12 16:07:51 +00:00
Yuri Victorovich 00e9e549a3 math/gau2grid: Update 2.0.1 -> 2.0.4
Reported by:	portscout
2020-01-12 07:39:47 +00:00
Yuri Victorovich 785420a1c0 math/py-gau2grid: Update 2.0.1 -> 2.0.4
Reported by:	portscout
2020-01-12 07:22:24 +00:00
Yuri Victorovich 8d967c318c math/py-cvxpy: Update 1.0.24 -> 1.0.25
Reported by:	portscout
2020-01-12 07:02:05 +00:00
Yuri Victorovich 888a58c7da math/py-chaospy: Update 3.0.12 -> 3.0.18
Reported by:	portscout
2020-01-12 06:55:22 +00:00
Yuri Victorovich 685eed8ada math/fplll: Update 5.3.0 -> 5.3.2 2020-01-12 01:36:19 +00:00
TAKATSU Tomonari 7b0cf82a9d - Update to 1.8-7 2020-01-11 22:38:38 +00:00
Yuri Victorovich 17bd13b9df math/rumur: Update 2019.12.22 -> 2020.01.07
Reported by:	portscout
2020-01-11 22:15:09 +00:00
TAKATSU Tomonari 5c9c5f2f25 - Update to 1.3.11 2020-01-11 17:38:20 +00:00
Rene Ladan 3fb72e318f Remove expired ports:
2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained
2020-01-10 games/stonesoup-sdl: Broken for more than 8 months
2020-01-10 games/xtris: Broken for more than 3 months
2020-01-10 graphics/mapnik: Broken for more than 8 months
2020-01-10 graphics/vv: Broken for more than 4 months
2020-01-10 lang/js_of_ocaml: Depends on broken and expiring devel/ocaml-deriving-ocsigen
2020-01-10 lang/rubinius: Broken for more than 7 months
2020-01-10 math/dynare: Broken for more than 9 months
2020-01-10 science/meep: Broken for more than 6 months
2020-01-10 sysutils/hfm: Broken for more than 4 months
2020-01-10 sysutils/u-boot-zedboard: Broken for more than 6 months
2020-01-10 sysutils/u-boot-zybo: Broken for more than 6 months
2020-01-10 x11-themes/kde-icons-kool-gorilla: Broken for more than 3 months, unmaintained
2020-01-10 20:59:19 +00:00