Skip to content

Commit

Permalink
devel/RStudio: Remove QWebKit dependency
Browse files Browse the repository at this point in the history
It was not used.
  • Loading branch information
yurivict committed Nov 3, 2023
1 parent 33dd44f commit 42223cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions devel/RStudio/Makefile
Expand Up @@ -4,7 +4,7 @@
PORTNAME= RStudio
DISTVERSIONPREFIX= v
DISTVERSION= 2022.12.0+353
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel math java
MASTER_SITES= https://s3.amazonaws.com/rstudio-buildtools/dictionaries/:dictionaries \
https://s3.amazonaws.com/rstudio-buildtools/:buildtools
Expand All @@ -20,9 +20,6 @@ WWW= https://rstudio.com/
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

DEPRECATED= Depends on deprecated www/qt5-webkit
EXPIRATION_DATE= 2023-11-26

BROKEN_i386= [ERROR] Line 101: Failed to resolve 'org.rstudio.studio.client.workbench.views.vcs.common.diff.LineActionButtonRenderer.GrayResources' via deferred binding

BUILD_DEPENDS= ant:devel/apache-ant \
Expand Down Expand Up @@ -74,7 +71,7 @@ GIN_VERSION= 2.1.2
COMMENT+= (desktop UI version)
USES+= desktop-file-utils qt:5 shared-mime-info
USE_QT= core dbus declarative gui location network opengl printsupport quickcontrols sensors \
sql svg webchannel webengine webkit widgets xml xmlpatterns buildtools:build qmake:build
sql svg webchannel webengine widgets xml xmlpatterns buildtools:build qmake:build
CMAKE_ARGS+= -DRSTUDIO_TARGET=Desktop
INSTALL_SUBDIR= ${PORTNAME:tl}
EXECUTABLE= ${PORTNAME:tl}
Expand Down

0 comments on commit 42223cf

Please sign in to comment.