Index: head/multimedia/shotcut/files/patch-src_util.cpp =================================================================== --- head/multimedia/shotcut/files/patch-src_util.cpp (revision 569011) +++ head/multimedia/shotcut/files/patch-src_util.cpp (nonexistent) @@ -1,22 +0,0 @@ ---- src/util.cpp.orig 2021-02-27 02:57:47 UTC -+++ src/util.cpp -@@ -480,6 +480,19 @@ bool Util::isMemoryLow() - } - } - return false; -+#elif defined(__FreeBSD__) -+ QProcess p; -+ p.start("sysctl -n hw.usermem"); -+ p.waitForFinished(); -+ auto lines = p.readAllStandardOutput(); -+ p.close(); -+ bool ok = false; -+ auto availableKB = lines.toUInt(&ok); -+ if (ok) { -+ return availableKB < kLowMemoryThresholdKB; -+ } -+ -+ return false; - #elif defined(Q_OS_LINUX) - unsigned int availableKB = UINT_MAX; - QFile meminfo("/proc/meminfo"); Property changes on: head/multimedia/shotcut/files/patch-src_util.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/shotcut/Makefile =================================================================== --- head/multimedia/shotcut/Makefile (revision 569011) +++ head/multimedia/shotcut/Makefile (revision 569012) @@ -1,52 +1,52 @@ # $FreeBSD$ PORTNAME= shotcut DISTVERSIONPREFIX= v DISTVERSION= ${FULLVERSION} CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Free, open source, cross-platform video editor LICENSE= GPLv3 LIB_DEPENDS= libmlt.so:multimedia/mlt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${LOCALBASE}/lib/libjack.so:audio/jack USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \ qmake qt:5 sdl shared-mime-info \ xorg USE_GITHUB= yes GH_ACCOUNT= mltframework # Needed to be able to correctly check for updates in-app. -FULLVERSION= 21.02.27 +FULLVERSION= 21.03.21 USE_GL+= gl USE_QT= buildtools_build concurrent_build core declarative \ graphicaleffects_run gui multimedia network opengl \ printsupport quickcontrols2 sql \ sql-sqlite3_run webkit websockets widgets x11extras xml \ linguisttools_build USE_SDL= sdl2 USE_XORG= x11 QMAKE_ARGS= ${PORTNAME:tu}_VERSION="${FULLVERSION}" OPTIONS_DEFINE= FREI0R LADSPA NLS WEBVFX OPTIONS_DEFAULT=FREI0R LADSPA WEBVFX OPTIONS_SUB= yes WEBVFX_DESC= HTML/QML-based video effects support FREI0R_RUN_DEPENDS= frei0r-plugins>=0:graphics/frei0r-plugins LADSPA_RUN_DEPENDS= swhplugins>=0:audio/swhplugins WEBVFX_RUN_DEPENDS= ${LOCALBASE}/lib/mlt/libmltwebvfx.so:multimedia/webvfx-qt5 pre-build: @${FIND} ${WRKSRC} -name '.depend' -delete .include Index: head/multimedia/shotcut/distinfo =================================================================== --- head/multimedia/shotcut/distinfo (revision 569011) +++ head/multimedia/shotcut/distinfo (revision 569012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1614514351 -SHA256 (mltframework-shotcut-v21.02.27_GH0.tar.gz) = 5ca5a5fb4b13a9da72a1bcff665af5c55fff2516bc90850d128c282d1f4296e9 -SIZE (mltframework-shotcut-v21.02.27_GH0.tar.gz) = 4101402 +TIMESTAMP = 1616401712 +SHA256 (mltframework-shotcut-v21.03.21_GH0.tar.gz) = be668454896c540746a3d27c42c858d7652399722c7ec073c7cd3e52d7578ccd +SIZE (mltframework-shotcut-v21.03.21_GH0.tar.gz) = 4101401