Index: head/misc/openhantek/Makefile =================================================================== --- head/misc/openhantek/Makefile (revision 540984) +++ head/misc/openhantek/Makefile (revision 540985) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= openhantek -DISTVERSION= 3.1.0 +DISTVERSION= 3.1.1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Digital Software Oscilloscope (DSO) software for Hantek oscilloscopes LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfftw3.so:math/fftw3 USES= cmake compiler:c++11-lang gl localbase qt:5 USE_GITHUB= yes GH_ACCOUNT= OpenHantek GH_PROJECT= OpenHantek6022 # there's also the openhantek account USE_QT= core gui opengl printsupport widgets buildtools_build linguist_build qmake_build USE_GL= gl glu PLIST_FILES= bin/OpenHantek .include Index: head/misc/openhantek/distinfo =================================================================== --- head/misc/openhantek/distinfo (revision 540984) +++ head/misc/openhantek/distinfo (revision 540985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589087001 -SHA256 (OpenHantek-OpenHantek6022-3.1.0_GH0.tar.gz) = 5a1233609ce38201f787770003ae47109a9be69d432ea908e971bf4d9eb6256f -SIZE (OpenHantek-OpenHantek6022-3.1.0_GH0.tar.gz) = 20464522 +TIMESTAMP = 1593620468 +SHA256 (OpenHantek-OpenHantek6022-3.1.1_GH0.tar.gz) = 963ecf47a38da2fb4fc3601518fc94ed6b3915ec26a2d8891f8f4d7598b057bf +SIZE (OpenHantek-OpenHantek6022-3.1.1_GH0.tar.gz) = 18920771 Index: head/misc/openhantek/files/patch-openhantek_src_main.cpp =================================================================== --- head/misc/openhantek/files/patch-openhantek_src_main.cpp (nonexistent) +++ head/misc/openhantek/files/patch-openhantek_src_main.cpp (revision 540985) @@ -0,0 +1,13 @@ +--- openhantek/src/main.cpp.orig 2020-07-01 17:59:30 UTC ++++ openhantek/src/main.cpp +@@ -163,8 +163,10 @@ int main( int argc, char *argv[] ) { + SelectSupportedDevice().showLibUSBFailedDialogModel( error ); + return -1; + } ++#if !defined(__FreeBSD__) // see https://github.com/OpenHantek/OpenHantek6022/issues/101 + if ( useLocale ) // localize USB error messages, supported: "en", "nl", "fr", "ru" + libusb_setlocale( QLocale::system().name().toLocal8Bit().constData() ); ++#endif + + // SelectSupportedDevive returns a real device unless demoMode is true + scopeDevice = SelectSupportedDevice().showSelectDeviceModal( context ); Property changes on: head/misc/openhantek/files/patch-openhantek_src_main.cpp ___________________________________________________________________ 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