Commit graph

11172 commits

Author SHA1 Message Date
Dmitry Marakasov
511f0dd007 - Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
2017-01-22 09:01:20 +00:00
Thomas Zander
450c345a8c Update to upstream version 2.9.0; new maintainer yuri@rawbw.com
PR:		201381
Submitted by:	yuri@rawbw.com (maintainer)
Reviewed by:	pi, riggs
2017-01-21 18:46:03 +00:00
Raphael Kubo da Costa
c3afff5417 Update to 1.6.1.
- Clang support.
- New website.

PR:		216344
Submitted by:	Carsten Larsen <cs@innolan.dk> (maintainer)
2017-01-21 14:49:05 +00:00
Wen Heping
4bd4a2fd85 - update to 1.0.3 2017-01-21 10:57:54 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Sunpoet Po-Chuan Hsieh
6d41f86b7c Update WWW: remove trailing / 2017-01-19 19:35:24 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Jason E. Hale
a1183f3809 Update to 3.3.6-pl1 (3.3.6.1)
Use ports test framework
Remove obsolete CVS tags

Changes:	http://www.fftw.org/release-notes.html
2017-01-16 23:10:15 +00:00
Dmitry Marakasov
13289e681b - Update to 1.2.0
PR:		216003
Submitted by:	neel@neelc.org (maintainer)
2017-01-16 11:44:17 +00:00
Thomas Zander
37b89163da Update to upstream version 5.0.311.0
PR:		216073
Submitted by:	udvzsolt@gmail.com (maintainer)
2017-01-15 14:07:30 +00:00
Mathieu Arnold
9468432a48 Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat:	portmgr
Sponsored by:	Absolight
2017-01-13 16:54:55 +00:00
Sunpoet Po-Chuan Hsieh
99e9376a4b Update to 1.3003
Changes:	http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
2017-01-12 20:02:59 +00:00
Sunpoet Po-Chuan Hsieh
510f7f0a4a Update to 1.6003
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2017-01-12 20:02:54 +00:00
Sunpoet Po-Chuan Hsieh
790ce00b3c Update to 0.5006
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2017-01-12 20:02:50 +00:00
Sunpoet Po-Chuan Hsieh
2cdc8eb504 Update to 1.999808
Changes:	http://search.cpan.org/dist/Math-BigInt/CHANGES
With hat:	perl
2017-01-12 20:02:45 +00:00
Dmitry Sivachenko
fc4c1f14cc Update to version 0.8.2.
PR:		215894
Submitted by:	wen
2017-01-12 19:45:11 +00:00
Dmitry Marakasov
890df1dc00 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Switch to new test framework
- Whitespace fixes
- Switch to options helpers
2017-01-12 15:14:44 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Vanilla I. Shu
9a6ef01a2e 1: Update to 4.2.0.
2: strip binary.
3: modenize.
2017-01-11 01:41:36 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Wen Heping
0451ec87d3 - Update to 0.19.2
- Expand optional dependency on SQLAlchemy to v1.1
- Strip binary modules

PR:		215876
Submitted by:	john@saltant.com(maintainer)
2017-01-09 10:50:20 +00:00
Dmitry Marakasov
7b5e83a50f - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Switch to new test framework
- Switch to options helpers
2017-01-09 09:52:13 +00:00
Thierry Thomas
ff80c5cd80 Remove math/proj.4.
math/libproj was already duplicated as graphics/proj.

Reported by:	sunpoet and cmt
2017-01-08 00:06:42 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3 Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
2017-01-07 21:42:28 +00:00
Baptiste Daroussin
405ca4b623 Drop useless declaration of PKG_CONFIG_PATH 2017-01-07 20:48:30 +00:00
Thierry Thomas
762deaa847 Upgrade libproj4 to proj.4 4.9.3. 2017-01-07 19:23:00 +00:00
Antoine Brodin
a82e0653ec Deprecate ports broken for more than 6 months 2017-01-07 17:04:18 +00:00
Antoine Brodin
3b8cb68f55 Add USES=makeinfo
Even with the recently added USES=gmake I still have spurious failures on
the exp builders, adding USES=makeinfo works around the problem
2017-01-06 23:09:12 +00:00
Antoine Brodin
db50719156 Fix configure with zlib 1.2.10, configure script believes that version
1.2.10 is lower than 1.2.5

Reported by:	pkg-fallout
MFH:		2017Q1
2017-01-06 21:38:11 +00:00
Jason E. Hale
1d64bf08cd Switch to gmake to hopefully prevent pkg-fallout errors that have been popping
up (specifically for math/fftw3-long), although, I can't reproduce them.

Making all in FAQ
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:"
&& cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if (/bin/sh /wrkdirs/usr/
ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo --version) >/dev/null 2>&1;
then  for f in ./fftw3.info ./fftw3.info-[0-9] ./fftw3.info-[0-9][0-9]
./fftw3.i[0-9] ./fftw3.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir;
restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if /bin/sh
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo   -I .
-o ./fftw3.info ./fftw3.texi;  then  rc=0;  CDPATH="${ZSH_VERSION+.}:" && cd .;
else  rc=$?;  CDPATH="${ZSH_VERSION+.}:" && cd . &&  $restore $backupdir/*
`echo "././fftw3.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
/wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
*** Error code 127
2017-01-06 17:15:38 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Li-Wen Hsu
b1cee5757f - Update to 3.4.5 2017-01-05 06:17:03 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Jan Beich
857289785e lang/gcc: clear BROKEN from consumers as 10.1 is past EOL
PR:		214863
2017-01-03 08:44:59 +00:00
Greg Lewis
a0e4b9be8e . Pet portlint.
PR:		215538
Submitted by:	rsmith@xs4all.nl
2017-01-03 01:21:31 +00:00
Greg Lewis
69ebb7416c . Turn gnuplotrc into a sample to avoid complaints if one customises it.
PR:		215538
Submitted by:	rsmith@xs4all.nl
2017-01-03 01:14:55 +00:00
Antoine Brodin
4430b8f6c9 Fix DISTFILES to not create duplicate lines in distinfo 2017-01-02 09:06:09 +00:00
Antoine Brodin
582ac8fd5c Remove duplicate lines from distinfo 2017-01-02 08:06:12 +00:00
Cy Schubert
51b47d9105 Update 0.2.18 --> 0.2.19
PR:		215699
Submitted by:	cy
Approved by:	maintainer (phd_kimberlite@yahoo.co.jp)
2017-01-02 03:56:15 +00:00
Wen Heping
645c111a1e - Fix build by add a patch which forgot in previous commit
while here add USES=dos2unix

Submitted by:	Yuri Victorovich<yuri@rawbw.com>(maintainer, via email)
2017-01-01 13:23:25 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Hiroki Sato
bb3308956b Update to 8.6. Fix PORTEPOCH accidentally removed in the previous commit. 2016-12-31 23:05:08 +00:00
Hiroki Sato
2f6eb8612d Update to 8.5. 2016-12-31 14:32:50 +00:00
Hiroki Sato
72015275a6 - Add missing dependencies.
- Strip installed binaries.
2016-12-31 09:00:20 +00:00
Hiroki Sato
419c903c4c - Add LICENSE.
- Strip installed binaries.
- Build "bistellar" binary.
2016-12-30 12:02:56 +00:00
Dmitry Marakasov
39068daf28 - Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to USES=localbase

Approved by:	portmgr blanket
2016-12-29 15:32:45 +00:00
Danilo Egea Gondolfo
2d49446ab1 - Update to 7.600.2 2016-12-29 12:18:30 +00:00
Dmitry Marakasov
c44ec4a636 - Fix BROKEN: only fails to build on 10.1
Approved by:	portmgr blanket
2016-12-29 09:11:55 +00:00
Dmitry Marakasov
073378fda7 - Add LICENSE
- Switch to options helpers
2016-12-29 09:01:03 +00:00
Wen Heping
0a674439d8 - Update to 1.0.5
Changes: http://cpansearch.perl.org/src/MARKOV/Math-Polygon-1.05/ChangeLog
2016-12-29 01:34:36 +00:00
Tobias C. Berner
67ccdda91a Update math/facile to 1.1.3
Approved by:	rakuco (mentor)
2016-12-28 23:03:03 +00:00
Dmitry Marakasov
65ffa9ea03 - Require newer clang instead of gcc to circumvent clang 3.8 internal error; this fixes consumer ports (at least cad/openscad) which suffer from libc++/libstdc++ incompatibility
Approved by:	portmgr blanket
2016-12-28 17:55:46 +00:00
Wen Heping
48ac8c4aea - Update to 1.2.4 2016-12-28 06:53:01 +00:00
Steve Wills
2b3a1ae3af math/ruby-algebra: deprecate 2016-12-27 21:21:03 +00:00
Steve Wills
d3d2bddb33 math/rubygem-algebra: create port
This is a library for mathematical computations. Our purpose is to express the
mathematical object naturally in Ruby. Though it is not operated fast, we can
see the algorithm of the mathematical processing not in black box but in
scripts. This library is in development stage.

WWW: https://github.com/kunishi/algebra-ruby2
2016-12-27 21:20:44 +00:00
Wen Heping
39007efbd8 yt supports structured, variable-resolution meshes, unstructured meshes,
and discrete or sampled data such as particles. Focused on driving
physically-meaningful inquiry, yt has been applied in domains such as
astrophysics, seismology, nuclear engineering, molecular dynamics, and
oceanography.

WWW: http://yt-project.org

PR:		214565
Submitted by:	yuri@rawbw.com
2016-12-27 06:35:22 +00:00
Dmitry Marakasov
bcb9b9663a - Fix LICENSE
- Add LICENSE_FILE
- Add missing USES=libedit

Approved by:	portmgr blanket
2016-12-26 12:34:32 +00:00
Dmitry Marakasov
b8af26188d - Add LICENSE
- Switch to options helpers
2016-12-26 09:00:59 +00:00
Stephen Montgomery-Smith
b51f6e0c82 - Revert to 2.1.2 because 2.2.0 breaks octave forge package installation.
- Bump portepoch.
2016-12-25 19:24:16 +00:00
Stephen Montgomery-Smith
c9da4659ad - Update to 2.2.0. 2016-12-25 18:45:02 +00:00
Dmitry Marakasov
76b7101742 - Add comment on why USE_GCC is needed
Approved by:	portmgr blanket
2016-12-25 14:33:14 +00:00
TAKATSU Tomonari
6c29f1fbd2 - Update to 1.2.5
- Fix argument of USES=cran
2016-12-24 09:12:10 +00:00
TAKATSU Tomonari
baca1c3a39 - Update to 0.99.8 2016-12-23 15:26:54 +00:00
TAKATSU Tomonari
d6d1f4b479 - Update to 0.7.600.1.0 2016-12-23 15:10:34 +00:00
Dmitry Marakasov
f516337e21 - Pet portlint
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers
- Regenerate patches
2016-12-23 09:55:11 +00:00
Wen Heping
6a2d3ed739 - Pass maintainership to submitter
PR:		215489
Submitted by:	joneum@bsdproject.de
2016-12-22 12:00:08 +00:00
Sunpoet Po-Chuan Hsieh
7d547e564a - Update to 0.42
Changes:	http://search.cpan.org/dist/Math-GMPf/CHANGES
2016-12-21 20:46:35 +00:00
Dmitry Marakasov
dcd3a41a9d - Mark BROKEN on FreeBSD 10.1
Approved by:	portmgr blanket
2016-12-21 15:56:58 +00:00
Dmitry Marakasov
4a18ca142f - Mark BROKEN on FreeBSD 10.1, 10.2
Approved by:	portmgr blanket
2016-12-21 10:26:05 +00:00
Dmitry Marakasov
b54054a500 - Mark broken in i386:
Program received signal SIGBUS: Access to an undefined portion of a memory object.

Backtrace for this error:
#0  0x28B2C4D6
#1  0x28B2CB17
#2  0xFFFFE193
gmake[2]: *** [Makefile:10: level1] Bus error (core dumped)

Approved by:	portmgr blanket
2016-12-21 10:12:13 +00:00
David Naylor
cbba43df39 math/R-cran-car: updated to version 2.1-4
- updated comment to align with CRAN package
 - updated license to align with CRAN package
 - add new test dependencies:
   - math/R-cran-MatrixModels
   - math/R-cran-SparseM
   - math/R-cran-lme4
   - math/R-cran-nloptr
   - math/R-cran-survey
 - set NO_ARCH as port does not compile

Generated by:	portcran (0.1.3)
2016-12-20 09:56:19 +00:00
Dmitry Marakasov
cc33622fac - Mark broken
Approved by:	portmgr blanket
2016-12-19 11:20:57 +00:00
Wen Heping
56f75bee3a - Update to 0.13 2016-12-19 03:11:55 +00:00
Mathieu Arnold
74a3b89bf6 Whatever you do, ${PORTSDIR}/ keeps creeping back.
Sponsored by:	Absolight
2016-12-17 16:11:01 +00:00
Antoine Brodin
6a830b79bf Revert r428758 and unbreak
The portmgr blanket doesn't cover breakages

Pointy hat:	sunpoet
2016-12-17 13:26:05 +00:00
Sunpoet Po-Chuan Hsieh
026be4a90b - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Approved by:	portmgr (blanket)
2016-12-17 12:59:02 +00:00
Sunpoet Po-Chuan Hsieh
95c3169532 - Update to 0.47
Changes:	http://search.cpan.org/dist/bignum/CHANGES
2016-12-17 12:58:14 +00:00
Sunpoet Po-Chuan Hsieh
fd5e1946cd - Update to 0.5005
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2016-12-17 12:58:10 +00:00
TAKATSU Tomonari
b87ebef55d - Update to 1.7-14
- Add "compiles" argument to USES=cran
2016-12-17 12:19:58 +00:00
TAKATSU Tomonari
8bbbe2412d - Add new port: math/R-cran-backports
Implementations of functions which have been introduced in R since
  version 3.0.0. The backports are conditionally exported which results
  in R resolving the function names to the version shipped with R (if
  available) and uses the implemented backports as fallback. This way
  package developers can make use of the new functions without worrying
  about the minimum required R version.

  WWW: https://cran.r-project.org/web/packages/backports/
2016-12-17 06:52:40 +00:00
Danilo Egea Gondolfo
c3fd7b4cbb - Update to 7.600.1 2016-12-16 19:14:57 +00:00
Jan Beich
13d07760cf Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
2016-12-16 05:08:09 +00:00
Johan van Selst
2127a44c33 Stepping down as maintainer for some ports. 2016-12-14 21:48:10 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Sunpoet Po-Chuan Hsieh
f102dee672 - Update WWW: pecl.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 14:26:11 +00:00
Gerald Pfeifer
0f24239dee Add a comment to never remove the PORTREVISION?= line, since
math/lapack/Makefile is also included from math/blas which overrides
PORTNAME and PORTREVSION.

Approved by:	maho (maintainer)
2016-12-13 13:38:42 +00:00
Wen Heping
f9ad42b9b1 - Update to 0.19-1 2016-12-13 03:09:16 +00:00
Sunpoet Po-Chuan Hsieh
6489c91041 - Update to 0.46
Changes:	http://search.cpan.org/dist/bignum/CHANGES
2016-12-12 20:58:37 +00:00
Sunpoet Po-Chuan Hsieh
c53f6c6e59 - Update to 0.5004
Changes:	http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
2016-12-12 20:58:33 +00:00
Sunpoet Po-Chuan Hsieh
e00ee6f303 - Add p5-Math-BigInt-Lite 0.16
Math::BigInt is not very good suited to work with small (read: typical less than
10 digits) numbers, since it has a quite high per-operation overhead and is thus
much slower than normal Perl for operations.

But for some applications, you want fast speed for small numbers without the
risk of overflowing. This is were Math::BigInt::Lite comes into play.

Math::BigInt::Lite objects should behave in every way like Math::BigInt objects,
that is apart from the different label, you should not be able to tell the
difference. Since Math::BigInt::Lite is designed with speed in mind, there are
certain limitations build-in. In praxis, however, you will not feel them,
because everytime something gets to big to pass as Lite (literally), it will
upgrade the objects and operation in question to Math::BigInt.

WWW: http://search.cpan.org/dist/Math-BigInt-Lite/
2016-12-12 20:57:31 +00:00
Sunpoet Po-Chuan Hsieh
d993604618 - Remove *_DEPENDS: Math::Complex 1.39+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2016-12-12 20:57:26 +00:00
Stephen Montgomery-Smith
bab9cd2877 - Add LICENCE, and small modification to description of error in
libqhullcpp_QhullSet.h.

PR:		ports/215078
Submitted by:	z7dr6ut7gs@snkmail.com
2016-12-12 02:46:23 +00:00
Sunpoet Po-Chuan Hsieh
bfc16b8a3c - Update WWW: rubygems.org uses https://
With hat:	ruby
2016-12-11 19:27:01 +00:00
Antoine Brodin
bfa49f2358 Those ports build fine with bsd make 2016-12-11 17:40:02 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Antoine Brodin
8be339c899 Those ports build fine with bsd make 2016-12-11 08:25:56 +00:00
John Marino
3400994423 math/moo is not jobs safe (flex generation) 2016-12-09 22:39:46 +00:00
Stephen Montgomery-Smith
adbeaa675a - Belated portrevision bump, which got lost because of a collision between
r428057 and r428116.
2016-12-09 14:16:22 +00:00