1713 Commits

Author SHA1 Message Date
benoit
405ae13c07 Update to ntl-9.10.0. 2016-06-27 09:37:55 +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
sthen
0e84b74c7d update to Units 2.13 2016-06-23 13:26:06 +00:00
feinerer
3096b9c88e Update to R 3.3.1
OK dcoppa@
2016-06-21 18:21:52 +00:00
ajacoutot
d6efc1af5b Update to gnumeric-1.12.30. 2016-06-18 09:13:10 +00:00
landry
d53275fd13 Unbreak on sparc* after malloc.h removal.
I dont know what's the saddest:
- that #ifdef sparc #include <malloc.h> was a popular idiom back in 2006
- or that noone bothered to fix this easy one since malloc.h was removed..
2016-06-13 19:59:25 +00:00
jca
420241f31f s/lrelease4/MODQT_LRELEASE
ok steven@ (maintainer)
2016-06-13 17:42:36 +00:00
feinerer
83bbb722e8 Update to HDF5 1.8.17
OK pirofti@
2016-06-08 10:53:52 +00:00
benoit
8901b9bdb0 Update to ntl-9.9.1. 2016-06-07 13:35:28 +00:00
sthen
c1a210620c update to moo-1.5, from ray@ 2016-06-04 15:57:02 +00:00
benoit
5eb1bb8902 Update to ntl-9.8.1. 2016-05-25 11:42:05 +00:00
feinerer
95743f0ce2 Update to Maxima 5.38.1
OK ajacoutot@
2016-05-21 17:31:23 +00:00
naddy
a26d55a53c bump for plist changes 5.9 -> 6.0 2016-05-12 01:17:13 +00:00
ajacoutot
93d1c3fb49 Update to gnumeric-1.12.29. 2016-05-07 08:20:45 +00:00
feinerer
28833f5a81 Update to R 3.3.0
"Go ahead" pirofti@
2016-05-06 08:52:28 +00:00
naddy
c1fbcfee6b x11/openmotif -> x11/motif 2016-05-05 19:52:28 +00:00
naddy
a29ecc2a37 replace libiconv and gettext modules, regen wantlib 2016-04-27 21:41:07 +00:00
naddy
ed27f40d40 replace gettext module 2016-04-26 17:47:36 +00:00
naddy
68a50ff818 update to 2.1.4: translation updates, minor fixes 2016-04-26 17:42:20 +00:00
daniel
b53d9d13fd +py-scipy,python3 2016-04-25 08:42:10 +00:00
daniel
55089d2f69 Update py-scipy to 0.16.1. Many thanks to Anton Kasimov for testing.
ok shadchin@
2016-04-25 08:33:23 +00:00
sthen
29fa7057f5 use texinfo from ports for math/octave, somewhere in the Makefiles it's
trying to regenerate the files (at least for naddy and myself, but not
steven!), despite the fact that the tarball contains pregenerated ones,
and this doesn't work with the old version of texinfo from base.
2016-04-23 21:16:30 +00:00
steven
ac6ce7c157 update to 4.0.2 2016-04-23 12:44:14 +00:00
steven
db81365fa7 unbreak by completely disabling building of info files.
pointed out by sthen and naddy
2016-04-22 17:21:39 +00:00
benoit
11ddae2a39 Disable native option.
from Michael McConville, thanks !
2016-04-20 07:59:45 +00:00
steven
1da54d69fa maintenance update to 4.0.1 2016-04-19 05:55:44 +00:00
feinerer
6c5fed480a Update to R 3.2.5 and eliminate use of devel/gettext module
OK ajacoutot@
2016-04-16 10:04:36 +00:00
feinerer
c934cfab65 Update to Maxima 5.38.0
OK ajacoutot@
2016-04-10 10:26:50 +00:00
naddy
8c9ed2059f g/c PFRAG.shared 2016-04-04 22:57:45 +00:00
naddy
b565ffc051 g/c PFRAG.shared from OCaml ports; ok chrisz@ 2016-03-29 11:27:00 +00:00
naddy
fd429c3913 g/c PFRAG.shared 2016-03-23 21:14:58 +00:00
ajacoutot
92ca928eff Update to gnumeric-1.12.28. 2016-03-23 07:10:48 +00:00
benoit
17cbc66605 Update to ntl-9.7.0. 2016-03-21 08:17:33 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
naddy
d37bca7d7d drop SHARED_ONLY from KDE3 ports 2016-03-19 22:48:27 +00:00
feinerer
389cfc96d3 Update to R 3.2.4
OK ajacoutot@
2016-03-19 11:42:57 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
daniel
e06dac29bb Update to numpy 1.9.2. Tested by me on i386 and by Anton Kasimov on amd64.
ok sthen@
2016-03-18 13:26:10 +00:00
naddy
8270ef9338 fix errno declaration
also time_t and miscellaneous other fixes
2016-03-16 22:22:33 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
naddy
ef68f42b62 remove SHARED_ONLY from ports that don't use any MODULES 2016-03-16 16:46:31 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
naddy
407f17974c remove various instances of NO_SHARED_LIBS and PROPERTIES:Mno_shared,
fold PFRAG.shared into PLIST
2016-03-10 21:58:51 +00:00
naddy
d1fb05fbc3 requires --enable-shared 2016-03-10 11:50:13 +00:00
jasper
eba90637f6 remove vax workarounds/tentacles, reword where applicable 2016-03-09 18:31:36 +00:00
czarkoff
f2fd9cb0bb update to libtommath-1.0
License changed from public domain to WTFPL

Upsteam code changes are mostly bug fixes.  Port changes are:

 * switch to GH_* infrastructure (-bzip2 bdep, no WRKDIST fixing)
 * drop PDF manual (which doesn't add much to comments in headers)
 * tests are no longer interactive

OK sthen@
2016-03-04 10:38:48 +00:00
kirby
5de4d85c55 Remove explicitely set CONFIGURE_STYLE=cmake. It is already done via
MODULES=devel/cmake
OK dcoppa@, czarkoff@
2016-03-04 10:11:21 +00:00
feinerer
06315dac31 Fix build after texinfo 6.1 update 2016-03-01 17:57:06 +00:00