Joseph Mingrone
24cc76c584
math/R: Work around bug 221127.
...
PR: 221127
Reported by: rs.os@t-online.de
2017-08-02 21:27:43 +00:00
Jason E. Hale
22d357186f
Fix build on armv6. The -funsafe-math-optimizations flag in Clang (pulled in by
...
-ffast-math) is emitting references to the sincos() function which is not
implemented on versions of FreeBSD < 1200032. Workaround by adding
-fno-unsafe-math-optimizations to armv6 CFLAGS.
/bin/sh ../libtool --tag=CC --mode=link /nxb-bin/usr/bin/cc -D_THREAD_SAFE -pthread -O2 -pipe -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/libfftw3_threads.la ../libfftw3.la ../libbench2/libbench2.a -lm
libtool: link: /nxb-bin/usr/bin/cc -D_THREAD_SAFE -pthread -O2 -pipe -O3 -ffast-math -fstrict-aliasing -fomit-frame-pointer -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/.libs/libfftw3_threads.so ../.libs/libfftw3.so ../libbench2/libbench2.a -lm -pthread -Wl,-rpath -Wl,/usr/local/lib
./libbench2/libbench2.a(verify-lib.o): In function `aphase_shift':
verify-lib.c:(.text+0x578): undefined reference to `sincos'
./libbench2/libbench2.a(verify-lib.o): In function `tf_shift':
verify-lib.c:(.text+0x13a0): undefined reference to `sincos'
verify-lib.c:(.text+0x16e4): undefined reference to `sincos'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Makefile:400: bench] Error 1
gmake[3]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2/tests'
gmake[2]: *** [Makefile:684: all-recursive] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2'
gmake[1]: *** [Makefile:549: all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/math/fftw3/work/fftw-3.3.6-pl2'
*** Error code 1
PR: 220590
Submitted by: jbeich
2017-07-31 11:58:27 +00:00
Nicola Vitale
e47c16dbaf
- Fix pkg-plist
...
- Bump PORTREVISION
2017-07-31 08:56:40 +00:00
Baptiste Daroussin
7ecae48d87
Update to 0.7.2
2017-07-31 07:34:52 +00:00
Sunpoet Po-Chuan Hsieh
10df36dcfd
Update to 0.52
...
- Remove DOCS option
Changes: http://search.cpan.org/dist/Math-Currency/Changes
2017-07-30 13:12:55 +00:00
Sunpoet Po-Chuan Hsieh
59aee4b620
Update to 0.013
...
- Remove MASTER_SITE_SUBDIR
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Data-Float/Changes
2017-07-30 13:12:50 +00:00
Adam Weinberger
eb5d0e37b9
Fix build failure since r446818.
...
gmake[2]: HELPDIR=/usr/local/share/calc/help: No such file or directory
gmake[2]: *** No rule to make target 'HELPDIR=/usr/local/share/calc/help'. Stop.
2017-07-28 22:34:45 +00:00
Jung-uk Kim
f872930d0e
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
...
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
2017-07-28 21:45:20 +00:00
Stephen Montgomery-Smith
3e007f711d
- Update to 2.6.0.
2017-07-28 17:00:10 +00:00
Danilo G. Baio
2d652e58cf
math/R-cran-combinat: Fix typo in WWW
...
PR: 221054
Submitted by: pfg (maintainer)
2017-07-28 00:16:32 +00:00
Mathieu Arnold
189da2fda2
Regular USE_GITHUB cleanup.
...
Sponsored by: Absolight
2017-07-27 13:57:30 +00:00
Wen Heping
3b5aef1325
Routines for combinatorics.
...
WWW: https://cran.r-project.org/package=conmbinat
PR: 220060
Submitted by: pfg@
2017-07-26 08:44:49 +00:00
Wen Heping
35075ad265
- Update to 1.0.4
2017-07-26 08:13:12 +00:00
Joseph Mingrone
75e07f1a2c
math/R: Fix build issues when LIBR option is off and fix runtime issue by
...
permitting FLANG only with RBLAS
- Only apply SONAME patches when the relevant options are chosen. This
prevents install errors when LIBR is off.
- Only permit the FLANG option when RBLAS is chosen, because FLANG causes
some configure-time checks to fail and the shared RBLAS library is fallen
back upon, but not properly packaged, which causes runtime issues.
- Bump PORTREVISION
Reported by: rhurlin@gwdg.de
Differential Revision: https://reviews.freebsd.org/D11726
2017-07-25 23:28:26 +00:00
Nicola Vitale
3f475c1a8c
- Update to 2.41
...
- Sort values of ONLY_FOR_ARCHS variable
- Sort variables in Makefile
- Use option helpers
ChangeLog: https://sourceforge.net/projects/asymptote/files/2.41/
2017-07-25 11:55:14 +00:00
Nicola Vitale
9a9fc216d9
- Update to 17.05.1
...
- Update WWW field in pkg-descr
2017-07-25 09:45:00 +00:00
Pawel Pekala
c971fe3c72
After r446199 libR.so has SONAME and was made visible for
...
consumer ports. Register correct dependency by using LIB_DEPENDS
instead of BUILD|RUN_DEPENDS dance.
math/rkward-kde4:
- Add 2 missing files to pkg-plist also
PR: 219776
Submitted by: myself
Approved by: maintainers timeouts
2017-07-24 18:26:39 +00:00
Nicola Vitale
6215302f1a
- Update to 17.05.0
...
- Fix paths for man page, DOCSDIR and locales via patches
- Use CMake instead of GNU configure to build the port
- Remove patch/patch-data_Makefile.am
ChangeLog: https://github.com/andrejv/wxmaxima/releases/tag/Version-17.05.0
2017-07-22 20:41:06 +00:00
Richard Gallamore
21f6ec370a
* Updated to 1.8.2
...
* Update maintainer address
* Included new dist sites
* Stopped build in install stage
* Sorted Makefile, Uses section is before option section[1]. Option section was also sorted to comply with[1].
[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order
PR: 220741
Submitted by: Carsten Larsen <cs@innolan.net> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11663
2017-07-20 20:23:47 +00:00
Sunpoet Po-Chuan Hsieh
4d04fd0c94
Update to 2.018
...
Changes: http://search.cpan.org/dist/PDL/Changes
2017-07-20 17:57:06 +00:00
Joseph Mingrone
755b8da41c
math/R: set SONAME for libraries under lib/R/lib
...
PR: 219776
Submitted by: pawel
Reviewed by: pawel, mat
Differential Revision: https://reviews.freebsd.org/D11615
2017-07-19 14:19:47 +00:00
Sunpoet Po-Chuan Hsieh
84a2245baa
Update to 1.06
...
Changes: http://search.cpan.org/dist/Math-Polygon/ChangeLog
2017-07-16 16:10:28 +00:00
Carlos J. Puga Medina
7365b66baf
math/pari: update to 2.9.3 (bugfix)
...
- Update to 2.9.3
- Sort USES section
Changes: http://pari.math.u-bordeaux.fr/archives/pari-announce-17/msg00002.html
PR: 220728
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
MFH: 2017Q3
2017-07-16 12:18:59 +00:00
TAKATSU Tomonari
b9ee25bffd
- Update to 1.2-2
...
- Fix LICENSE section
- Update WWW: line in pkg-descr
2017-07-12 09:25:28 +00:00
Pawel Pekala
ada39e3b75
- Add missing dependencies
...
- Add license information
PR: 220571
Submitted by: myself
Approved by: rakuco
2017-07-11 19:47:25 +00:00
Wen Heping
798c2b5bb8
- Update to 1.1
2017-07-11 09:35:04 +00:00
Joseph Mingrone
f115daaa49
math/fxt: Update to version 2017.06.27 and set new maintainer
...
PR: 220553
Submitted by: maintainer: amutu@amutu.com
2017-07-10 23:05:43 +00:00
David Naylor
47385baad4
math/R-cran-car: updated to version 2.1-5
...
- no changelog provided
Generated by: portcran (0.1.5)
2017-07-09 10:07:34 +00:00
TAKATSU Tomonari
01dcbfe260
- Update to 0.10-0
...
- Fix LICENSE
- Update WWW: line in pkg-descr
2017-07-09 03:33:57 +00:00
Dmitry Marakasov
dd7b5aafa1
- Update WWW
...
Approved by: portmgr blanket
2017-07-08 09:00:21 +00:00
Dmitry Marakasov
42693a5adc
- Switch to options helpers
...
- Fix META installation, should not depend on DOCS
2017-07-06 09:00:21 +00:00
Johan van Selst
898a124cb7
Update to calc 2.12.6.0
...
List licence
2017-07-05 20:10:23 +00:00
Joseph Mingrone
3443cb22fd
math/R: Fix typos in option descriptions
...
PR: 220480
Submitted by: Trond.Endrestol@ximalas.info
2017-07-05 13:47:22 +00:00
Joseph Mingrone
47d0cbff54
math/libRmath: Update to version 3.4.1
2017-07-05 11:58:13 +00:00
Dmitry Marakasov
6c6b764cdb
- Add LICENSE
2017-07-05 10:32:13 +00:00
Joseph Mingrone
299ba0db49
Setting OPTIONS_SINGLE_FORTRAN_armv6 was incorrect. It should be
...
OPTIONS_SINGLE_FORTRAN_aarch64.
Submitted by: jbeich
2017-07-04 17:36:28 +00:00
Joseph Mingrone
1e124d39bd
math/R: Update to version 3.4.1
...
Upstream changes:
https://cran.r-project.org/doc/manuals/r-release/NEWS.html
Port changes:
- Add aarch64 to ONLY_FOR_ARCHS [1]
- Add off-by-default option for experimental fortran support via flang [2]
Submitted by: [1] andrew, [2] yuri@rawbw.com
2017-07-04 17:07:44 +00:00
Pawel Pekala
77cd0c84e7
Remove PORTSDIR from BUILD_DEPENDS
...
Approved by: just fix it
2017-07-04 15:28:50 +00:00
Koop Mast
0a7668c133
Update the mate desktop to 1.18.
...
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
2017-07-04 11:44:30 +00:00
Tobias C. Berner
5da7ccc1fb
Update math/gsl to 2.4
...
Exp-Run by: antoine
PR: 220408
2017-07-03 20:38:11 +00:00
Wen Heping
f5ca542054
- Update to 1.2.5
2017-07-02 08:14:53 +00:00
Greg Lewis
b2f3d8e6b9
. Update to 5.0.6.
2017-07-01 17:36:27 +00:00
Thomas Zander
230bcd4ef1
Update to upstream version 5.0.367.0, update maintainer mail address
...
PR: 220210
Submitted by: uzsolt@uzsolt.hu (maintainer)
2017-07-01 11:47:13 +00:00
Tobias C. Berner
ef64c49347
Update math/giacxcas to 1.2.3-55
...
seems to link just fine.
2017-07-01 08:29:37 +00:00
Sunpoet Po-Chuan Hsieh
0862d11953
Remove Perl core modules
...
- Bump PORTREVISION for dependency change
With hat: perl
2017-06-30 13:44:28 +00:00
Wen Heping
a9a8425d43
- Update to 3.32.1
2017-06-30 07:14:17 +00:00
Jan Beich
a52451abbf
math/openblas: unblock on Tier2 architectures
...
- Limit DYNAMIC_ARCH to i386 and amd64
- Fix build on aarch64 [1]
PR: 218547
Submitted by: andrew [1]
Approved by: portmgr blanket [1], phd_kimberlite@yahoo.co.jp (maintainer)
2017-06-30 04:28:08 +00:00
Guido Falsi
193f86ecf6
- Update to 4.0.3
...
- Convert to options helpers
- Add fixes to make OPENMPI option compile
PR: 219750
Submitted by: pfg@
2017-06-29 09:52:21 +00:00
Joseph Mingrone
8b8ef135a6
math/R: Build with gmake and add devel/gmake to RUN_DEPENDS because some
...
internal packages use GNU make. While here, sort ONLY_FOR_ARCHS value to
silence portlint warning.
PR: 220341
Reported by: yuri@rawbw.com
2017-06-28 19:11:32 +00:00
TAKATSU Tomonari
6cd16618b5
- Update to 8.1
...
- Update LICENSE
2017-06-28 06:33:08 +00:00