Index: head/www/novnc/Makefile =================================================================== --- head/www/novnc/Makefile (revision 562584) +++ head/www/novnc/Makefile (revision 562585) @@ -1,31 +1,32 @@ # $FreeBSD$ PORTNAME= novnc PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= dpetrov67@gmail.com COMMENT= HTML5 VNC client LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= novnc GH_PROJECT= noVNC GH_TAGNAME= 9142f8f -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes TARGET_DIR= ${PREFIX}/libexec/novnc post-extract: @cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml .eslintignore @cd ${WRKSRC} && ${RM} -R .github - @cd ${WRKSRC} && ${FIND} ${WRKSRC} -name '.eslintrc' -delete + @${FIND} ${WRKSRC} -name '.eslintrc' -delete do-install: ${MKDIR} ${STAGEDIR}${TARGET_DIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} .include Index: head/www/novnc/files/patch-core_decoders_tight.js =================================================================== --- head/www/novnc/files/patch-core_decoders_tight.js (nonexistent) +++ head/www/novnc/files/patch-core_decoders_tight.js (revision 562585) @@ -0,0 +1,11 @@ +--- core/decoders/tight.js.orig 2020-07-14 08:16:52 UTC ++++ core/decoders/tight.js +@@ -56,7 +56,7 @@ export default class TightDecoder { + } else if (this._ctl === 0x0A) { + ret = this._pngRect(x, y, width, height, + sock, display, depth); +- } else if ((this._ctl & 0x80) == 0) { ++ } else if ((this._ctl & 0x08) == 0) { + ret = this._basicRect(this._ctl, x, y, width, height, + sock, display, depth); + } else { Property changes on: head/www/novnc/files/patch-core_decoders_tight.js ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property