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) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/RStudio/files/patch-boost-1.67

Number of commits found: 2

Thursday, 31 May 2018
07:29 yuri search for other commits by this committer
devel/RStudio: Update 1.1.453 -> 1.2.637

Port changes:
* Add to PATCHFILES for corrections that the upstream made needed to build on
FreeBSD
* Add USES=ssl
* Add USE_QT5=webengine
* Update GWT_VERSION/GIN_VERSION - versions of side-projects needed to build
RStudio
* Implemented the FreeBSD-specific version of getOpenFds included in the
PosixSystem.cpp patch
* Added numerous corrections to the PosixSystem.cpp patch
* Now rstudio and other related executables depend on libprocstat.so -
corresponding patches were added

Reported by:	portscout
Original commitRevision:471195 
Wednesday, 18 Apr 2018
10:17 jbeich search for other commits by this committer
devel/RStudio: unbreak with boost 1.67

src/cpp/core/DateTime.cpp:68:26: error: no matching conversion for
functional-style cast from 'double' to 'boost::posix_time::seconds'
   return time_t_epoch + seconds(sec);
                         ^~~~~~~~~~~
/usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:53:30:
note: candidate constructor (the implicit copy constructor) not viable: no known
conversion from 'double' to 'const boost::posix_time::seconds' for 1st argument
  class BOOST_SYMBOL_VISIBLE seconds : public time_duration
                             ^
/usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:58:37:
note: candidate template ignored: disabled by 'enable_if' [with T = double]
          typename boost::enable_if<boost::is_integral<T>, void>::type* = 0) :
                                    ^

PR:		227427
Reported by:	antoine (via exp-run)
Original commitRevision:467699 

Number of commits found: 2