Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2022.12.0+353_7 10 Oct 2024 08:25:18 |
Yuri Victorovich (yuri) |
devel/RStudio: Fix build after recent boost update |
2022.12.0+353_7 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
2022.12.0+353_6 02 Oct 2024 19:38:44 |
Yuri Victorovich (yuri) |
devel/RStudio: Revert "feat(create-turbo): apply official-starter transform"
This reverts commit 52c0456dd5ec259ac94ee401db79c7ad3569f914.
I have no idea what lead to this commit into devel/RStudio and
lang/rust-nightly to be made. |
2024.09.0+375 02 Oct 2024 19:12:31 |
Yuri Victorovich (yuri) Author: Turbobot |
feat(create-turbo): apply official-starter transform |
2022.12.0+353_6 03 Nov 2023 03:28:45 |
Yuri Victorovich (yuri) |
devel/RStudio: Remove QWebKit dependency
It was not used. |
2022.12.0+353_5 26 Oct 2023 17:57:14 |
Muhammad Moinur Rahman (bofh) |
devel/RStudio: Mark DEPRECATED
- Depends on deprecated www/qt5-webkit
- Set EXPIRATION_DATE 2023-11-26
Approved by: portmgr (blanket) |
2022.12.0+353_5 29 Aug 2023 08:39:44 |
Yuri Victorovich (yuri) |
devel/RStudio: Fix bug that RStudio-server didn't have /usr/local/bin in PATH
This was previously fixed in post-install but the previous fix
relied on the other path that changed, which eroded this fix.
The new fix adds /usr/local/bin to PATH in the C++ code. |
2022.12.0+353_4 28 Aug 2023 23:28:28 |
Yuri Victorovich (yuri) |
devel/RStudio: Fix crash caused by the std::bad_cast exception in RStudio-server
This caused users to be unable to log in.
The workround is now in place. |
2022.12.0+353_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2022.12.0+353_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2022.12.0+353 09 Apr 2023 15:50:37 |
Yuri Victorovich (yuri) |
devel/RStudio: Update license |
2022.12.0+353 22 Jan 2023 20:44:19 |
Yuri Victorovich (yuri) |
devel/RStudio: Fix build by adding #include <set>
Reported by: fallout |
2022.12.0+353 31 Dec 2022 10:22:01 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2022.07.2+576 -> 2022.12.0+353 |
2022.07.2+576 24 Sep 2022 19:18:36 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2022.07.1+554 -> 2022.07.2+576
Reported by: portscout |
2022.07.1+554_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.07.1+554_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.07.1+554_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
2022.07.1+554 27 Jul 2022 16:26:40 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2022.07.0+548 -> 2022.07.1+554
Reported by: portscout |
2022.07.0+548 09 Jul 2022 16:09:45 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2022.02.3+492 -> 2022.07.0+548
Reported by: portscout |
2022.02.3+492 03 Jun 2022 07:17:03 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2022.02.2+485 -> 2022.02.3+492
Reported by: portscout |
2022.02.2+485 25 May 2022 19:34:13 |
Yuri Victorovich (yuri) |
devel/RStudio: Not broken
The BROKEN line was added by mistake. |
2022.02.2+485 24 May 2022 20:09:35 |
Rene Ladan (rene) |
cleanup: remove expired versions of OpenJDK (12 through 16)
Adjust ports depending on expired versions of OpenJDK:
- biology/snpeff: 12+ -> 17+
- devel/RStudio: 12 -> 11
- www/closure-compiler: 13 -> 11+
Allow java/openjdk17 to use java/openjdk17-bootstrap on i386
too, this builds just fine on 13.1-i386
Remove jdk12-doc as it is no longer relevant.
Clean up Java version calculations in bsd.java.mk
Reviewed by: jwb, java (glewis)
Differential Revision: https://reviews.freebsd.org/D35280 |
2022.02.2+485 22 May 2022 20:17:07 |
Dima Panov (fluffy) |
devel/RStudio: mark as BROKEN after boost upgrade
PR: 246106 |
2022.02.2+485 19 May 2022 15:29:25 |
Yuri Victorovich (yuri) |
devel/RStudio: Switch to Java 12 in an attempt to fix Java crash on aarch64
Reported by: fallout |
2022.02.2+485 29 Apr 2022 03:25:15 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2022.02.1+461 -> 2022.02.2+485
Reported by: portscout |
2022.02.1+461_1 12 Apr 2022 06:48:59 |
Yuri Victorovich (yuri) |
devel/RStudio: Not install rstudio.desktop |
2022.02.1+461 10 Apr 2022 20:59:33 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2022.02.0+443 -> 2022.02.1+461 |
2022.02.0+443 20 Feb 2022 05:49:42 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2021.09.2+382 -> 2022.02.0+443
Reported by: portscout |
2021.09.2+382 23 Jan 2022 20:56:25 |
Rene Ladan (rene) |
cleanup: remove transitive py27 deprecation (www/qt5-webengine) |
2021.09.2+382 12 Jan 2022 08:56:36 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2021.09.1+372 -> 2021.09.2+382
Reported by: portscout |
2021.09.1+372 12 Nov 2021 17:07:12 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 2021.09.0+351 -> 2021.09.1+372
Reported by: portscout |
2021.09.0+351 19 Oct 2021 15:33:04 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 1.4.1717 -> 2021.09.0+351 |
1.4.1717_2 04 Sep 2021 21:14:19 |
Yuri Victorovich (yuri) |
devel/RStudio: Fix bug in RStudio-server that gmake isn't in the path
When R modules are installed gmake is needed, but it wasn't in the path
in the server flavor of the port. The patch adds the gmake symlink to
the directory which is in the path.
A better fix will be provided later, pending fix in RStudio, see Makefile.
Also adjust poudriere.conf instructions. |
1.4.1717_1 20 Aug 2021 17:50:08 |
Yuri Victorovich (yuri) |
devel/RStudio: Make build print ulimit -n |
1.4.1717_1 20 Aug 2021 17:25:09 |
Yuri Victorovich (yuri) |
devel/RStudio: Make build to print the limit on number of open files. |
1.4.1717_1 13 Jul 2021 09:07:26 |
Guido Falsi (madpilot) |
devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
binary compatible |
1.4.1717 10 Jun 2021 17:11:11 |
Yuri Victorovich (yuri) |
devel/RStudio: Update 1.3.1093 -> 1.4.1717 |
1.3.1093_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.1093_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.3.1093_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.1093_2 24 Mar 2021 13:34:36 |
rene |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
1.3.1093_2 18 Feb 2021 22:01:08 |
yuri |
devel/RStudio: Fix typos in pkg-message |
1.3.1093_2 18 Feb 2021 21:59:53 |
yuri |
devel/RStudio: Add bug workaround description to pkg-message |
1.3.1093_2 07 Feb 2021 05:42:14 |
yuri |
devel/RStudio: Add rc script for the 'server' flavor/mode
Also
* Remove redundant dependencies for the 'server' flavor
* Improve COMMENT for the 'desktop' flavor
* Remove unnecessary shebang and file in the 'server' flavor |
1.3.1093_1 06 Feb 2021 02:43:25 |
yuri |
devel/RStudio: Flavorize into 'desktop' and 'server' flavors
The RStudio project builds in two modes: Desktop and Server.
These modes are now reflected as port flavors. |
1.3.1093 19 Sep 2020 16:44:40 |
yuri |
devel/RStudio: Update 1.3.1073 -> 1.3.1093
Reported by: portscout |
1.3.1073 21 Aug 2020 05:53:42 |
yuri |
devel/RStudio: Update 1.3.1056 -> 1.3.1073
Reported by: portscout |
1.3.1056 17 Jul 2020 21:03:53 |
yuri |
devel/RStudio: Update 1.3.959 -> 1.3.1056
Reported by: portscout |
1.3.959 23 May 2020 18:20:01 |
yuri |
devel/RStudio: Update 1.2.5042 -> 1.3.959
Reported by: portscout |
1.2.5042_1 09 May 2020 03:10:05 |
yuri |
devel/RStudio: Unbreak the build after math/R upgrade to 4.0.0
Backport the patch.
PR: 246310
Reported by: fallout, Robert Cina <transitive@gmail.com> |
1.2.5042 23 Apr 2020 03:28:12 |
yuri |
devel/RStudio: Update 1.2.5033-2752 -> 1.2.5042
Reported by: portscout |
1.2.5033.2752 18 Feb 2020 17:47:25 |
yuri |
devel/RStudio: Update 1.2.5033 -> 1.2.5033-2752
Unbreak by switching to Java-13. |
1.2.5033 08 Feb 2020 19:53:28 |
antoine |
Mark BROKEN: fails to build
gwtc:
[java] Feb 05, 2020 4:44:59 PM java.util.prefs.FileSystemPreferences$1 run
[java] INFO: Created user preferences directory.
[java] [ERROR] Unexpected internal compiler error
[java] java.lang.UnsatisfiedLinkError:
sun.nio.fs.LinuxWatchService.inotifyInit()I
[java] at sun.nio.fs.LinuxWatchService.inotifyInit(Native Method)
[java] at sun.nio.fs.LinuxWatchService.<init>(LinuxWatchService.java:59)
[java] at sun.nio.fs.BsdFileSystem.newWatchService(BsdFileSystem.java:51)
[java] at
com.google.gwt.dev.resource.impl.ResourceAccumulator.maybeInitializeWatchService(ResourceAccumulator.java:98)
[java] at
com.google.gwt.dev.resource.impl.ResourceAccumulator.fullRefresh(ResourceAccumulator.java:89)
[java] at
com.google.gwt.dev.resource.impl.ResourceAccumulator.refreshResources(ResourceAccumulator.java:69)
[java] at
com.google.gwt.dev.resource.impl.ResourceAccumulatorManager.getResources(ResourceAccumulatorManager.java:113)
[java] at
com.google.gwt.dev.resource.impl.DirectoryClassPathEntry.findApplicableResources(DirectoryClassPathEntry.java:49) (Only the first 15 lines of the commit message are shown above ) |
1.2.5033 26 Dec 2019 17:10:54 |
yuri |
devel/RStudio: Add BROKEN_i386
Reported by: fallout |
1.2.5033 19 Dec 2019 05:15:43 |
yuri |
devel/RStudio: Update 1.2.5019 -> 1.2.5033
Reported by: portscout |
1.2.5019_2 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
1.2.5019_1 04 Dec 2019 06:21:42 |
yuri |
devel/RStudio: Add JAVA_HOME to MAKE_ENV and the executable to eliminate
potential ambiguity
Suggested by: Rainer Hurling <rhurlin@gwdg.de> |
1.2.5019 15 Nov 2019 03:08:23 |
jbeich |
devel/RStudio: unbreak with boost 1.72
src/cpp/core/FilePath.cpp:1035:37: error: no member named 'level' in
'boost::filesystem::recursive_directory_iterator'
if (!iterationFunction(itr.level(),
~~~ ^
Suggested by: upstream |
1.2.5019 10 Nov 2019 10:10:56 |
yuri |
devel/RStudio: Update 1.2.5001 -> 1.2.5019
Reported by: portscout |
1.2.5001 17 Oct 2019 07:07:12 |
yuri |
devel/RStudio: Update 1.2.1335 -> 1.2.5001 |
1.2.1335_4 25 Sep 2019 18:15:04 |
jbeich |
devel/RStudio: unbreak
PR: 236603
Obtained from: upstream |
1.2.1335_4 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
1.2.1335_3 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.2.1335_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.2.1335_2 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
1.2.1335_1 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
1.2.1335 30 Mar 2019 19:31:13 |
yuri |
devel/RStudio: Update 1.2.1330 -> 1.2.1335
Reported by: portscout |
1.2.1330 24 Mar 2019 05:35:34 |
yuri |
devel/RStudio: Update 1.2.1320 -> 1.2.1330
Reported by: portscout |
1.2.1320 20 Mar 2019 14:53:29 |
jbeich |
devel/websocketpp: unbreak with boost 1.70
PR: 236589 |
1.2.1320 08 Mar 2019 16:26:47 |
yuri |
devel/RStudio: Update 1.2.679 -> 1.2.1320
* Update WWW
* Various trivial patch and Makefile updates |
1.2.679_8 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.2.679_7 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.2.679_7 12 Dec 2018 01:35:36 |
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 |
1.2.679_6 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.2.679_5 04 Nov 2018 19:00:54 |
tcberner |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
1.2.679_4 04 Nov 2018 08:19:42 |
yuri |
devel/RStudio: switch to Boost.Signals2
PR: 232924
Submitted by: jbeich |
1.2.679_3 03 Nov 2018 06:04:08 |
yuri |
devel/RStudio: Fix the gcc version in LD_PRELOAD to be based on GCC_DEFAULT
PR: 232923
Reported by: jbeich |
1.2.679_2 03 Nov 2018 05:41:43 |
jbeich |
devel/RStudio: add more boost 1.69 fixes
- r483800 unconditionally removed signals from find_package(Boost)
without switching to signals2 for Boost < 1.69
PR: 232525
Obtained from: upstream |
1.2.679_2 02 Nov 2018 11:15:09 |
jbeich |
devel/RStudio: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
Unable to find the requested Boost libraries.
Boost version: 1.69.0
Boost include path: /usr/local/include
Could not find the following Boost libraries:
boost_signals
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set (Only the first 15 lines of the commit message are shown above ) |
1.2.679_2 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
1.2.679_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.2.679 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.2.679 09 Jun 2018 14:31:20 |
yuri |
devel/RStudio: Update 1.2.637 -> 1.2.679
Port changes:
* Remove PATCHFILES that are now applied upstream
* Add the bundled dependency on trestletech/plumber which is an
R-specific project
Reported by: portscout |
1.2.637 31 May 2018 07:29:12 |
yuri |
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 |
1.1.453_1 18 May 2018 03:58:25 |
yuri |
devel/RStudio: Remove the bogus comment
PR: 228289 |
1.1.453_1 18 May 2018 03:48:28 |
yuri |
devel/RStudio: Fix clang6/boost build errors
Add the upstream commit
https://github.com/rstudio/rstudio/commit/ab3d4355ab5c7f4bc7af1f7aeabe62c3d1bbccec
that is supposed to fix clang6/boost build errors.
PR: 228289 |
1.1.453 17 May 2018 06:27:17 |
yuri |
devel/RStudio: 1.1.451 -> 1.1.453
Reported by: portscout |
1.1.451 15 May 2018 14:45:23 |
yuri |
devel/RStudio: Update 1.1.449 -> 1.1.451
Reported by: portscout |
1.1.449 12 May 2018 16:39:49 |
yuri |
devel/RStudio: Update 1.1.448 -> 1.1.449
Reported by: portscout |
1.1.448 11 May 2018 20:11:47 |
yuri |
devel/RStudio: Update 1.1.447 -> 1.1.448
Reported by: portscout |
1.1.447_1 23 Apr 2018 05:50:26 |
yuri |
devel/RStudio: Add safeguards agaist running without /proc mounted
Port changes:
* Add check that /proc is mounted that fails when it is not
* Add pkg-message warning users about the need to have /proc mounted
* Fix typo in passing arguments in the shell script bin/rstudio
Reported by: Kostas Oikonomou <ko@research.att.com> (user) |
1.1.447 18 Apr 2018 20:28:04 |
yuri |
devel/RStudio: Update 1.1.445 -> 1.1.447
Reported by: portscout |
1.1.445_2 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
1.1.445_1 18 Apr 2018 10:17:35 |
jbeich |
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) |
1.1.445 17 Apr 2018 20:40:57 |
yuri |
devel/RStudio: Update 1.1.444 -> 1.1.445
Reported by: portscout |
1.1.444 31 Mar 2018 16:40:00 |
yuri |
devel/RStudio: Update 1.1.443 -> 1.1.444
Reported by: portscout |
1.1.443 28 Mar 2018 16:28:14 |
yuri |
devel/RStudio: Update 1.1.442 -> 1.1.443 |
1.1.442 18 Mar 2018 15:32:15 |
yuri |
devel/RStudio: Update to 1.1.442
Changelog is in:
https://support.rstudio.com/hc/en-us/articles/200716783-RStudio-Release-History |
1.1.441_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |