Index: head/net/neatvnc/Makefile =================================================================== --- head/net/neatvnc/Makefile (revision 533254) +++ head/net/neatvnc/Makefile (revision 533255) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= neatvnc DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jbeich@FreeBSD.org COMMENT= Liberally licensed VNC server library LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm LIB_DEPENDS= libuv.so:devel/libuv USES= compiler:c11 meson pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman USE_LDCONFIG= yes GH_ACCOUNT= any1 OPTIONS_DEFINE= GNUTLS JPEG OPTIONS_DEFAULT=GNUTLS JPEG GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_MESON_ENABLED= tls JPEG_LIB_DEPENDS= libturbojpeg.so:graphics/libjpeg-turbo JPEG_MESON_ENABLED= tight-encoding .include Index: head/net/neatvnc/files/patch-default-target =================================================================== --- head/net/neatvnc/files/patch-default-target (nonexistent) +++ head/net/neatvnc/files/patch-default-target (revision 533255) @@ -0,0 +1,24 @@ +Revert https://github.com/any1/neatvnc/commit/a43bb5d3d438 in favor of CPUTYPE. +Not all i386 and amd64 support AVX and not all armv6 support NEON. + +https://github.com/any1/wayvnc/issues/34 + +--- meson.build.orig 2020-02-21 23:04:19 UTC ++++ meson.build +@@ -19,16 +19,6 @@ if buildtype == 'release' or buildtype == 'plain' + c_args += '-DNDEBUG' + endif + +-cpu = host_machine.cpu_family() +- +-if cpu == 'x86_64' +- c_args += '-mavx' +-elif cpu == 'arm' +- c_args += '-mfpu=neon' +-endif +- +-add_project_arguments(c_args, language: 'c') +- + cc = meson.get_compiler('c') + + libm = cc.find_library('m', required: false) Property changes on: head/net/neatvnc/files/patch-default-target ___________________________________________________________________ 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