notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: math/R-cran-SuppDists/Makefile

Number of commits found: 29

Saturday, 7 Jan 2017
17:04 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:430816 
Monday, 17 Oct 2016
12:03 wen search for other commits by this committer
- Update to 1.1.9.4
Original commitRevision:424113 
Tuesday, 13 Sep 2016
02:28 wen search for other commits by this committer
- Update to 1.1.9.2
Original commitRevision:421971 
Monday, 27 Jun 2016
21:30 rene search for other commits by this committer
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
Original commitRevision:417685 
Saturday, 4 Jun 2016
12:34 antoine search for other commits by this committer
Mark BROKEN: fails to build

g++48 -I/usr/local/lib/R/include -DNDEBUG  -I/usr/local/include -DLIBICONV_PLUG 
  -fpic  -O2 -pipe -fno-builtin-coshl -fno-builtin-erfcl -fno-builtin-erfl
-fno-builtin-lgammal -fno-builtin-powl -fno-builtin-sinhl -fno-builtin-tanhl
-fno-builtin-tgammal -DLIBICONV_PLUG -fstack-protector
-Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing  -DLIBICONV_PLUG
-Wl,-rpath=/usr/local/lib/gcc48  -c dists.cc -o dists.o
In file included from /usr/local/lib/gcc48/include/c++/cmath:42:0,
                 from /usr/local/lib/R/include/R.h:43,
                 from dists.cc:10:
/usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:213:12: error:
redefinition of 'struct std::__is_integer<int>'
     struct __is_integer<int>
            ^
/usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:146:12: error: previous
definition of 'struct std::__is_integer<int>'
     struct __is_integer<bool>
            ^

Reported by:	pkg-fallout
Original commitRevision:416358 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Tuesday, 29 Jul 2014
20:55 adamw search for other commits by this committer
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363390 
Monday, 26 May 2014
08:44 bapt search for other commits by this committer
Convert to USES=dos2unix

With hat:	portmgr
Original commitRevision:355288 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Saturday, 28 Dec 2013
10:28 dbn search for other commits by this committer
Convert Mk/bsd.cran.mk to the Uses framework.

PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
Original commitRevision:337846 
Wednesday, 27 Nov 2013
18:56 dbn search for other commits by this committer
Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).

Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
Original commitRevision:335044 
Wednesday, 13 Nov 2013
08:19 bf search for other commits by this committer
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
Original commitRevision:333659 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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)
Original commitRevision:331644 
Sunday, 22 Sep 2013
18:05 bapt search for other commits by this committer
Fix NO_STAGE attribution
Original commitRevision:327888 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Tuesday, 28 May 2013
15:15 bf search for other commits by this committer
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
Original commitRevision:319316 
Thursday, 28 Mar 2013
01:09 bf search for other commits by this committer
update to 1.1-9
Original commitRevision:315425 
Thursday, 7 Mar 2013
04:21 bf search for other commits by this committer
update math/R to 2.15.3, and adjust dependent ports
Original commitRevision:313562 
Friday, 4 Jan 2013
17:51 bf search for other commits by this committer
update the R base ports to 2.15.2 and adjust dependent ports

Reviewed by:	thierry, tota, wen
Original commitRevision:309935 
Tuesday, 26 Jun 2012
23:57 bf search for other commits by this committer
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
Original commit
Friday, 4 May 2012
20:56 bf search for other commits by this committer
- 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]
Original commit
Saturday, 3 Mar 2012
16:59 bf search for other commits by this committer
update math/R to 2.14.2, and adjust dependent ports
Original commit
Wednesday, 18 Jan 2012
23:04 bf search for other commits by this committer
update math/R to 2.14.1, and adjust dependent ports
Original commit
Sunday, 27 Nov 2011
07:02 bf search for other commits by this committer
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
Original commit
Tuesday, 15 Nov 2011
20:09 tota search for other commits by this committer
- Move PKGNAMEPREFIX defined in each R-cran- related ports Makefile
  to Mk/bsd.cran.mk

PR:             ports/162238
Submitted by:   tota (myself)
Approved by:    wen (maintainer of Mk/bsd.cran.mk and many related ports),
                David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com>
                  (maintainer of math/R-cran-RSvgDevice and math/R-cran-car),
                Dan Rue <drue_AT_therub_DOT_org>
                  (maintainer of math/R-cran-psych, timeout > 2 weeks)
Feature safe:   yes
Original commit
Tuesday, 11 Oct 2011
14:19 bf search for other commits by this committer
update math/R to 2.13.2, and adjust dependent ports
Original commit
Thursday, 28 Jul 2011
04:19 bf search for other commits by this committer
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)
Original commit
Saturday, 7 May 2011
05:47 bf search for other commits by this committer
Add R-cran-SuppDists , supplementary distributions and RNG for R.
Original commit

Number of commits found: 29