non port: math/rpy/Makefile |
Number of commits found: 54 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Saturday, 4 Nov 2017
|
11:43 dbaio
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
 |
Monday, 24 Jul 2017
|
18:26 pawel
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
 |
Wednesday, 25 May 2016
|
16:13 amdmi3
Fix build by stripping any .so library
Library name seems to be dependent on R version, so this port will
break on any R update otherwise
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 1 Nov 2015
|
14:00 antoine
- Unbreak after math/R update
- Bump PORTREVISION for (auto)plist change
Reported by: pkg-fallout
 |
Wednesday, 3 Jun 2015
|
16:13 amdmi3
- Strip library
 |
Friday, 23 Jan 2015
|
15:21 antoine
Canonicalize some dependencies on numpy
 |
Tuesday, 21 Oct 2014
|
16:54 mva
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
Saturday, 31 May 2014
|
05:20 wen
- Stage support [1]
- Reset maintainer to ports@
PR: 190358 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
 |
Monday, 10 Mar 2014
|
20:55 gerald
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
 |
Wednesday, 13 Nov 2013
|
08:19 bf
Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports
Reviewed by: pfg, thierry, tota
 |
Saturday, 26 Oct 2013
|
00:52 gerald
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
 |
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
 |
Tuesday, 28 May 2013
|
15:15 bf
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository
Reviewed by: wen
Approved by: wen, tota
 |
Thursday, 7 Mar 2013
|
04:21 bf
update math/R to 2.15.3, and adjust dependent ports
 |
Friday, 4 Jan 2013
|
17:51 bf
update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by: thierry, tota, wen
 |
Tuesday, 26 Jun 2012
|
23:57 bf
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 4 May 2012
|
20:56 bf
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2]
 |
Saturday, 3 Mar 2012
|
16:59 bf
update math/R to 2.14.2, and adjust dependent ports
 |
Wednesday, 18 Jan 2012
|
23:04 bf
update math/R to 2.14.1, and adjust dependent ports
 |
Sunday, 27 Nov 2011
|
07:02 bf
update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports
Approved by: linimon (portmgr), thierry, tota, wen
Feature safe: yes
 |
Tuesday, 11 Oct 2011
|
14:19 bf
update math/R to 2.13.2, and adjust dependent ports
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Saturday, 30 Jul 2011
|
10:01 bf
add LICENSE; don't clobber LDFLAGS
Approved by: wen
 |
Thursday, 28 Jul 2011
|
04:19 bf
update R to 2.13.1 [1], and adjust dependent ports (this
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)
PR: 158947 [1]
Submitted by: wen ([1], independently)
 |
Saturday, 7 May 2011
|
03:29 bf
- update to 2.13.0
- switch to the bundled Rblas and Rlapack by default (this
can be changed by setting BLAS and LAPACK) which favors
correctness in some corner cases over a slight performance
penalty; this will be revisited after the blas and lapack
updates
- replace the STATIC_LIBR option with a LIBR option (on
by default): if on, libR.a and libR.so are installed,
and R is linked to libR.so. Otherwise, R is static, and
no libRs are installed.
- remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1]
- enable the cairo and pango elements in the X11() graphics
device by default, controlled by new PANGOCAIRO option
- add a few small patches to dependent ports, bumping
PORTREVISION where necessary
PR: 153309 [1]
Approved by: thierry (rkward*), wen (rpy*, R-cran-*)
 |
Monday, 28 Feb 2011
|
16:03 bf
- Update R to 2.12.2, a bugfix release
- Bump PORTREVISION of dependent ports,
where necessary
Approved by: makc, miwi (mentors, implicit)
 |
Saturday, 29 Jan 2011
|
16:53 bf
- Update R to 2.12.1
- Bump PORTREVISION of
dependent ports
Approved by: makc, miwi (mentors, implicit)
pav (portmgr)
Feature safe: yes
 |
Tuesday, 3 Aug 2010
|
10:59 pav
- Chase R update
Submitted by: b. f. <bf1783@googlemail.com>
 |
Sunday, 2 May 2010
|
01:33 wen
- Fix the PLIST error reported by QAT@
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Tuesday, 29 Dec 2009
|
06:28 wen
- Fix the build error reported by pointyhat
 |
Thursday, 3 Sep 2009
|
20:27 pav
- Bump for R 2.9.2
Reported by: pointyhat
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Thursday, 18 Jun 2009
|
20:55 pav
- Chase R update
 |
Wednesday, 14 Jan 2009
|
16:00 miwi
- Fix build
PR: 130527
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Reported by: pavbot
 |
Thursday, 25 Dec 2008
|
10:54 miwi
- Fix build after math/R update
PR: 129703
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Reported by: erwinbot
 |
Saturday, 6 Dec 2008
|
15:09 miwi
- Fix build
PR: 129430
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
 |
Monday, 4 Aug 2008
|
20:04 gahr
- Chase math/R upgrade
- Bump PORTREVISION
Reported by: pointyhat (via pav)
Approved by: Wen Heping <wenheping@gmail.com> (maintainer)
 |
Sunday, 3 Aug 2008
|
10:03 miwi
- Mark BROKEN Does not compile
Submitted by: maintainer
Reported by erwinbot
 |
Thursday, 19 Jun 2008
|
00:03 miwi
- Update to 1.0.3
- Pass maintainership to submitter
PR: 124680
Submitted by: Wen heping <wenheping@gmail.com>
 |
Friday, 6 Jun 2008
|
13:44 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Wednesday, 13 Jun 2007
|
15:03 danfe
Try to fix the build with contemporary GCC.
Reported by: pointyhat
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Friday, 15 Oct 2004
|
20:57 pav
- Update to 0.3.5
- Fix build against R 2.0
Reported by: pointyhat via kris
 |
Friday, 30 Apr 2004
|
08:17 pav
math/R-project port was renamed to math/R
PR: ports/65809
Submitted by: pav
Repocopy by: marcus
 |
Monday, 19 Apr 2004
|
22:58 pav
- Rename math/R-letter to math/R-project.
- Remove math/R-a4 slave port. A4 format is now default. If you need letter
or other paper formats, define PAPERSIZE when building the port.
Note that renaming to math/R was declined by marcus (portmgr) because
we're not sure if single-letter port name break something.
Requested by: maintainer
Repocopy by: marcus
 |
Friday, 31 Oct 2003
|
01:47 ijliao
add rpy 0.3.1
Python interface to the R Programming Language
 |
Number of commits found: 54 |