CVS: cvs.openbsd.org: ports

2020-09-04 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2020/09/04 23:41:37

Modified files:
editors/libreoffice: Makefile distinfo 

Log message:
update to 7.0.1.2



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2020/09/04 20:14:46

Modified files:
sysutils/u-boot: Makefile 
sysutils/u-boot/pkg: PFRAG.aarch64 
Added files:
sysutils/u-boot/patches: patch-arch_arm_dts_rk3399-nanopi4_dtsi 
 patch-configs_nanopi-neo4-rk3399_defconfig 

Log message:
build nanopi-neo4-rk3399 target

requested and tested by Anton Barsukov



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/09/04 16:14:08

Modified files:
devel  : Makefile 

Log message:
+dnspy



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/09/04 16:11:32

Log message:
import devel/dnspy
At this point, only the console version is supported and installed.
tweaks and ok bentley@

DESCR:
dnSpy is a debugger and .NET assembly editor. You can use it to edit and 
debug
assemblies even if you don't have any source code available. Main features:

Debugger
* Debug .NET Framework, .NET Core and Unity game assemblies, no source code
required
* Set breakpoints and step into any assembly
* Locals, watch, autos windows
* Variables windows support saving variables (eg. decrypted byte arrays) to
disk or view them in the hex editor (memory window)
* Object IDs
* Multiple processes can be debugged at the same time
* Break on module load
* Tracepoints and conditional breakpoints
* Export/import breakpoints and tracepoints
* Call stack, threads, modules, processes windows
* Break on thrown exceptions (1st chance)
* Variables windows support evaluating C# / Visual Basic expressions
* Dynamic modules can be debugged (but not dynamic methods due to CLR
limitations)
* Output window logs various debugging events, and it shows timestamps by
default :)
* Assemblies that decrypt themselves at runtime can be debugged, dnSpy will 
use
the in-memory image. You can also force dnSpy to always use in-memory images
instead of disk files.
* Public API, you can write an extension or use the C# Interactive window to
control the debugger

Assembly Editor
* All metadata can be edited
* Edit methods and classes in C# or Visual Basic with IntelliSense, no 
source
code required
* Add new methods, classes or members in C# or Visual Basic
* IL editor for low-level IL method body editing
* Low-level metadata tables can be edited. This uses the hex editor 
internally.

Hex Editor
* Click on an address in the decompiled code to go to its IL code in the hex
editor
* The reverse of the above, press F12 in an IL body in the hex editor to go 
to
the decompiled code or other high-level representation of the bits. It's 
great
to find out which statement a patch modified.
* Highlights .NET metadata structures and PE structures
* Tooltips show more info about the selected .NET metadata / PE field
* Go to position, file, RVA Go to .NET metadata token, method body, #Blob /
#Strings / #US heap offset or #GUID heap index
* Follow references (Ctrl+F12)

Other
* BAML decompiler
* Blue, light and dark themes (and a dark high contrast theme)
* Bookmarks
* C# Interactive window can be used to script dnSpy
* Search assemblies for classes, methods, strings, etc
* Analyze class and method usage, find callers, etc
* Multiple tabs and tab groups
* References are highlighted, use Tab / Shift+Tab to move to the next 
reference
* Go to the entry point and module initializer commands
* Go to metadata token or metadata row commands
* Code tooltips (C# and Visual Basic)
* Export to project

Status:

Vendor Tag: thfr
Release Tags:   thfr_20200904

N ports/devel/dnspy/Makefile
N ports/devel/dnspy/distinfo
N ports/devel/dnspy/files/dnspy.sh
N ports/devel/dnspy/pkg/DESCR
N ports/devel/dnspy/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 15:22:42

Modified files:
telephony/asterisk: Makefile distinfo 
telephony/asterisk/patches: patch-res_res_pjsip_pubsub_c 
patch-res_res_pjsip_registrar_c 
telephony/asterisk/pkg: PLIST-main 

Log message:
update to asterisk-16.13.0



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 15:19:59

Modified files:
net/librenms   : Makefile distinfo 
net/librenms/pkg: PLIST 

Log message:
update to librenms-1.67



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2020/09/04 14:06:58

Modified files:
devel/ode  : Makefile distinfo 
devel/ode/patches: patch-ode_demo_Makefile_am 
   patch-ode_demo_demo_jointPR_cpp 
   patch-ode_demo_demo_jointPU_cpp 
   patch-ode_demo_demo_piston_cpp 
devel/ode/pkg  : PLIST 

Log message:
Update to ode-0.16
Switch HOMEPAGE to https and remove dead MASTER_SITES while here.



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 14:06:11

Modified files:
net/net-snmp/patches: patch-configure_d_config_os_progs 

Log message:
net-snmp: expand the comment explaining why the -Wl,-no-undefined autoconf
check is neutered. (when -no-undefined is used, build fails with missing
libc symbols when trying to link net-snmp's shared library).



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 13:45:57

Added files:
net/tcl-snmptools/patches: patch-generic_netsnmp_c 

Log message:
tcl-snmptools: include unistd.h, currently it comes for free with a
net-snmp header, but that changes in net-snmp 5.9



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 13:46:15

Modified files:
net/net-snmp   : Makefile distinfo 
net/net-snmp/patches: patch-Makefile_in patch-Makefile_top 
  patch-agent_mibgroup_mibII_ipAddr_c 
  patch-perl_SNMP_Makefile_PL 
net/net-snmp/pkg: PLIST-main 
Added files:
net/net-snmp/patches: patch-configure_d_config_os_progs 
Removed files:
net/net-snmp/patches: 
  
patch-agent_mibgroup_tcp-mib_data_access_tcpConn_openbsd_c 
  
patch-agent_mibgroup_udp-mib_data_access_udp_endpoint_openbsd_c 
  patch-apps_snmpps_c 
  patch-configure_d_config_os_libs1 
  patch-configure_d_config_os_libs2 

Log message:
update to net-snmp 5.9



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/09/04 12:34:51

Modified files:
graphics/digikam: Makefile distinfo 
graphics/digikam/pkg: PLIST 

Log message:
Update digikam to 7.1.0



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/09/04 09:51:23

Modified files:
www/mozilla-firefox: Makefile distinfo 
www/firefox-i18n: Makefile.inc distinfo 

Log message:
Update to firefox 80.0.1.

See https://www.mozilla.org/en-US/firefox/80.0.1/releasenotes/



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2020/09/04 09:41:24

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Register the removal of x11/lxqt/l10n



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2020/09/04 09:40:13

Modified files:
x11/lxqt   : Makefile Makefile.inc 
x11/lxqt/about : Makefile distinfo 
x11/lxqt/about/pkg: PLIST 
x11/lxqt/build-tools: Makefile distinfo 
x11/lxqt/build-tools/patches: 
  
patch-cmake_modules_LXQtCompilerSettings_cmake 
x11/lxqt/build-tools/pkg: PLIST 
x11/lxqt/compton-conf: Makefile distinfo 
x11/lxqt/compton-conf/pkg: PLIST 
x11/lxqt/config: Makefile distinfo 
x11/lxqt/config/pkg: PLIST 
x11/lxqt/globalkeys: Makefile distinfo 
x11/lxqt/globalkeys/patches: patch-daemon_core_cpp 
x11/lxqt/globalkeys/pkg: PLIST 
x11/lxqt/libfm-qt: Makefile distinfo 
x11/lxqt/libfm-qt/pkg: PLIST 
x11/lxqt/liblxqt: Makefile distinfo 
x11/lxqt/liblxqt/patches: patch-lxqtprogramfinder_cpp 
x11/lxqt/liblxqt/pkg: PLIST 
x11/lxqt/libqtxdg: Makefile distinfo 
x11/lxqt/libqtxdg/patches: patch-cmake_compiler_settings_cmake 
x11/lxqt/libqtxdg/pkg: PLIST 
x11/lxqt/libsysstat: Makefile distinfo 
x11/lxqt/lximage-qt: Makefile distinfo 
x11/lxqt/lximage-qt/pkg: PLIST 
x11/lxqt/notificationd: Makefile distinfo 
x11/lxqt/notificationd/pkg: PLIST 
x11/lxqt/obconf-qt: Makefile distinfo 
x11/lxqt/obconf-qt/pkg: PLIST 
x11/lxqt/openssh-askpass: Makefile distinfo 
x11/lxqt/openssh-askpass/pkg: PLIST 
x11/lxqt/panel : Makefile distinfo 
x11/lxqt/panel/pkg: PLIST 
x11/lxqt/pavucontrol-qt: Makefile distinfo 
x11/lxqt/pavucontrol-qt/pkg: PLIST 
x11/lxqt/pcmanfm-qt: Makefile distinfo 
x11/lxqt/pcmanfm-qt/patches: patch-pcmanfm_tabpage_cpp 
x11/lxqt/pcmanfm-qt/pkg: PLIST 
x11/lxqt/policykit: Makefile distinfo 
x11/lxqt/policykit/pkg: PLIST 
x11/lxqt/powermanagement: Makefile distinfo 
x11/lxqt/powermanagement/pkg: PLIST 
x11/lxqt/qterminal: Makefile distinfo 
x11/lxqt/qterminal/pkg: PLIST 
x11/lxqt/qtermwidget: Makefile distinfo 
x11/lxqt/qtermwidget/pkg: PLIST 
x11/lxqt/qtplugin: Makefile distinfo 
x11/lxqt/qtplugin/pkg: PLIST 
x11/lxqt/runner: Makefile distinfo 
x11/lxqt/runner/patches: patch-providers_cpp 
x11/lxqt/runner/pkg: PLIST 
x11/lxqt/screengrab: Makefile distinfo 
x11/lxqt/screengrab/pkg: PLIST 
x11/lxqt/session: Makefile distinfo 
x11/lxqt/session/patches: 
  patch-lxqt-config-session_autostartedit_cpp 
  
patch-lxqt-config-session_sessionconfigwindow_cpp 
  patch-lxqt-session_src_lxqtmodman_cpp 
  patch-lxqt-session_src_wmselectdialog_cpp 
x11/lxqt/session/pkg: PLIST 
x11/lxqt/sudo  : Makefile distinfo 
x11/lxqt/sudo/pkg: PLIST 
x11/lxqt/themes: Makefile distinfo 
Added files:
x11/lxqt/config/patches: 
 patch-lxqt-config-input_keyboardlayoutconfig_h 
x11/lxqt/libqtxdg/patches: patch-src_qtxdg_xdgdirs_cpp 
   patch-src_xdgiconloader_xdgiconloader_cpp 
   patch-test_tst_xdgdirs_cpp 
x11/lxqt/panel/patches: 

patch-plugin-directorymenu_directorymenuconfiguration_cpp 
patch-plugin-kbindicator_src_x11_kbdlayout_cpp 

patch-plugin-mainmenu_lxqtmainmenuconfiguration_cpp 
x11/lxqt/policykit/patches: patch-test_test_agent_sh 
x11/lxqt/qtermwidget/patches: patch-lib_qtermwidget_cpp 
x11/lxqt/qtplugin/patches: patch-src_lxqtplatformtheme_cpp 
x11/lxqt/session/patches: patch-CMakeLists_txt 
Removed files:
x11/lxqt/compton-conf/patches: patch-CMakeLists_txt 
x11/lxqt/l10n  : Makefile distinfo 
x11/lxqt/l10n/pkg: DESCR-about DESCR-compton-conf DESCR-config 
   DESCR-libfm-qt DESCR-lximage-qt DESCR-main 
   DESCR-notificationd DESCR-obconf-qt 
   DESCR-openssh-askpass DESCR-panel 
   DESCR-pavucontrol-qt DESCR-pcmanfm-qt 
   DESCR-policykit DESCR-powermanagement 
   DESCR-qterminal DESCR-qtermwidget 
   DESCR-runner DESCR-session DESCR-sudo 
   PLIST-about PLIST-compton-conf PLIST-config 
   PLIST-libfm-qt PLIST-lximage-qt PLIST-main 
   PLIST-notificationd PLIST-obconf-qt 
   PLIST-openssh-askpass PLIST-panel 
   PLIST-pavucontrol-qt PLIST-pcmanfm-qt 
   

CVS: cvs.openbsd.org: ports

2020-09-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2020/09/04 09:40:43

Modified files:
meta/lxqt  : Makefile 

Log message:
Update meta/lxqt 0.13.0 to 0.15.0

Reflecting reality on x11/lxqt



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2020/09/04 09:39:10

ports/x11/lxqt/qtplugin/patches

Update of /cvs/ports/x11/lxqt/qtplugin/patches
In directory cvs.openbsd.org:/tmp/cvs-serv70780/patches

Log Message:
Directory /cvs/ports/x11/lxqt/qtplugin/patches added to the repository



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2020/09/04 09:38:23

ports/x11/lxqt/policykit/patches

Update of /cvs/ports/x11/lxqt/policykit/patches
In directory cvs.openbsd.org:/tmp/cvs-serv78902/patches

Log Message:
Directory /cvs/ports/x11/lxqt/policykit/patches added to the repository



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2020/09/04 09:37:08

ports/x11/lxqt/config/patches

Update of /cvs/ports/x11/lxqt/config/patches
In directory cvs.openbsd.org:/tmp/cvs-serv41271/patches

Log Message:
Directory /cvs/ports/x11/lxqt/config/patches added to the repository



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Kevin Lo
CVSROOT:/cvs
Module name:ports
Changes by: ke...@cvs.openbsd.org   2020/09/04 09:37:28

Modified files:
inputmethods   : Makefile 

Log message:
+fcitx-configtool



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Kevin Lo
CVSROOT:/cvs
Module name:ports
Changes by: ke...@cvs.openbsd.org   2020/09/04 09:36:26

Log message:
Import fcitx-configtool, a GTK-based configure tool for fcitx.
From Shawn Chiou.

Input from and ok rsadowski@, sthen@

Status:

Vendor Tag: kevlo
Release Tags:   kevlo_20200904

N ports/inputmethods/fcitx-configtool/distinfo
N ports/inputmethods/fcitx-configtool/Makefile
N ports/inputmethods/fcitx-configtool/pkg/DESCR
N ports/inputmethods/fcitx-configtool/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2020/09/04 09:04:50

Modified files:
devel/git-lfs  : Makefile distinfo 
devel/git-lfs/pkg: PLIST 

Log message:
Update to git-lfs-2.12.0

>From Asher Pasha . Thank you!



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/09/04 07:09:29

Modified files:
graphics/opencv: Makefile distinfo 
graphics/opencv/patches: patch-cmake_OpenCVFindLibsGrfmt_cmake 
graphics/opencv/pkg: PLIST-java 
Added files:
graphics/opencv/patches: patch-modules_core_src_parallel_cpp 

Log message:
Update opencv to 4.4.0



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 04:54:00

Modified files:
lang/php/7.4   : Tag: OPENBSD_6_7 Makefile distinfo 

Log message:
update to php-7.4.10



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 04:53:57

Modified files:
lang/php/7.3   : Tag: OPENBSD_6_7 Makefile distinfo 

Log message:
update to php-7.3.22



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 04:53:15

Modified files:
lang/php/7.4   : Makefile distinfo 

Log message:
update to php-7.4.10



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 04:53:12

Modified files:
lang/php/7.3   : Makefile distinfo 

Log message:
update to php-7.3.22



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2020/09/04 04:00:25

Modified files:
security/sqlmap: Makefile distinfo 
security/sqlmap/pkg: PLIST 

Log message:
Update for SQLMap to 1.4.9

Tested by Ricardo (thanks!)

OK benoit@



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2020/09/04 03:58:02

Modified files:
www/nextcloud  : Makefile distinfo 
www/nextcloud/pkg: PLIST 

Log message:
Update for Nextcloud to 19.0.2



CVS: cvs.openbsd.org: ports

2020-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/09/04 03:55:35

Modified files:
lang/gcc/8 : Makefile distinfo 
lang/gcc/8/patches: patch-fixincludes_fixincl_x 
patch-fixincludes_inclhack_def 
patch-gcc_Makefile_in 
patch-gcc_ada_osint_adb patch-gcc_c_c-decl_c 
patch-gcc_common_config_aarch64_aarch64-common_c 
patch-gcc_config_alpha_alpha_c 
patch-gcc_config_gcc 
patch-gcc_config_i386_i386_c 
patch-gcc_config_i386_i386_h 
patch-gcc_config_pa_pa_c 
patch-gcc_config_rs6000_rs6000_c 
patch-gcc_config_sparc_sparc_c 
patch-gcc_configure patch-gcc_opts_c 
patch-libstdc++-v3_configure 
patch-libstdc++-v3_libsupc++_Makefile_in 
patch-libstdc++-v3_src_Makefile_in 
lang/gcc/8/pkg : PFRAG.ITM-main PFRAG.QUADMATH-main PLIST-ada 
 PLIST-c++ PLIST-f95 PLIST-main PLIST-objc 
devel/llvm : Makefile 

Log message:
update lang/gcc to 8.4.0, from Brad, ok pascal@
has been through bulk builds on i386 sparc64