OpenBSD ports changes summary for 2017-02-02 ============================================
databases/sqlite3 graphics graphics/darktable graphics/digikam-kde4 infrastructure/templates lang/rust mail/claws-mail net/icinga shells/zsh sysutils/google-cloud-sdk telephony/asterisk www www/composer www/midori www/owncloud www/sogo www/sope x11/i3status x11/smplayer == databases ========================================================= 01/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases sqlite3 ~ Makefile ~ distinfo > Update to sqlite3 3.16.2. > Will be required by gecko 52, went into a pair of amd64 bulk builds > without fallout. (landry@) == graphics ========================================================== 02/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics graphics ~ Makefile > Link digikam-kde4 to the build properly. It was already pulled in via > meta/kde4/Makefile but that's not enough to get listed in INDEX. (sthen@) darktable ~ Makefile ~ distinfo > update to darktable-2.2.3. > Disable OpenCL tests as they cause clang to be picked up during configure, > causing problems if DPB junks it (found by naddy). > (darktable needs to be built with ports gcc for TLS emulation, otherwise > I'd just switch it to clang instead..) (sthen@) digikam-kde4 ~ Makefile + patch-core_libs_dimg_filters_lens_lensfuniface_h > backport upstream patch to fix digikam-kde4 with newer lensfun. > diff from rsadowski with minor tweak in patch comment by me. (sthen@) == infrastructure ==================================================== 03/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure templates ~ network.conf.template > MASTER_SITE_OPENBSD http -> https. OK bentley@ phessler@. (juanfra@) == lang ============================================================== 04/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang rust ~ Makefile + patches/patch-src_llvm_cmake_modules_AddLLVM_cmake + patches/patch-src_llvm_include_llvm_Support_Threading_h + patches/patch-src_llvm_lib_CodeGen_TargetLoweringBase_cpp + patches/patch-src_llvm_lib_Support_Unix_Signals_inc > Temporarly switch rust to build with embedded llvm. > rust doesnt build yet with llvm 4.0, which should be soon updated in the > portstree. Upstream rust support for llvm 4.0 is in the pipe. > From semarie@ (landry@) == mail ============================================================== 05/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail claws-mail ~ patches/patch-configure_ac > Regen patch (danj@) == net =============================================================== 06/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net icinga ~ core2/Makefile ~ core2/distinfo ~ core2/patches/patch-CMakeLists_txt ~ core2/patches/patch-config_h_cmake ~ core2/patches/patch-lib_base_CMakeLists_txt ~ core2/pkg/PLIST-main ~ core2/pkg/PLIST-mysql ~ core2/pkg/PLIST-pgsql ~ core2/pkg/README-main + core2/patches/patch-lib_base_loader_cpp > update to icinga2-2.6.1 (sthen@) ~ web2/Makefile ~ web2/distinfo ~ web2/pkg/PLIST > update to icingaweb2-2.4.1 (sthen@) ~ web2-module-director/Makefile ~ web2-module-director/distinfo ~ web2-module-director/pkg/PLIST > update to icingaweb2-module-director-1.3.0 (sthen@) ~ web2/Makefile > Adjust icingaweb2 dependencies; don't force pecl-imagick, it's only needed > for exporting graphs to PDF. (sthen@) == shells ============================================================ 07/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/shells zsh - patches/patch-Completion_Unix_Command__elfdump - patches/patch-Completion_Unix_Command__nm - patches/patch-Completion_Unix_Command__objdump - patches/patch-Completion_Unix_Command__readelf - patches/patch-Completion_Unix_Type__object_files ~ Makefile ~ distinfo ~ patches/patch-Doc_zsh_texi ~ pkg/PLIST > From Matthew Martin. Tested by pea@ and me. OK pea@ (MAINTAINER). > (juanfra@) == sysutils ========================================================== 08/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils google-cloud-sdk ~ Makefile ~ distinfo ~ pkg/PLIST > Update to google-cloud-sdk-142.0.0. (ajacoutot@) == telephony ========================================================= 09/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/telephony asterisk ~ Makefile + patches/patch-main_audiohook_c > Patch to raise level of Asterisk's "Read factory %p and write factory %p > both fail to provide %zu samples" debug message which is triggering very > frequently, so that it's possible to get debug level 5 messages without > flattening the box. (sthen@) == www =============================================================== 10/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www www ~ Makefile > remove midori,gtk3 - it's now the default (landry@) composer ~ Makefile ~ files/composer > Set memory_limit=-1 in the wrapper script for composer CLI. > Requested by Leo Unglaub. (sthen@) midori - pkg/PFRAG.no-gtk3 ~ Makefile ~ pkg/PLIST > Remove gtk3 flavor and build by default against gtk3 and webkitgtk4, > even if the latter was touted upstream as 'HALF_BRO_INCOM_WEBKIT2' it > somewhat works, and allows us to stop depending on www/webkit. Upstream > isn't very much alive sadly.. > based on a diff from Davide Gerhard. (landry@) owncloud ~ Makefile ~ distinfo ~ patches/patch-version_php ~ pkg/PLIST > Update to owncloud-9.1.4. (ajacoutot@) ~ Makefile ~ distinfo ~ patches/patch-version_php ~ pkg/PLIST TAGGED OPENBSD_6_0 > Maintenance update to owncloud-9.0.8; keeping up-to-date on the previous > release to ease upgrade to 9.1.X for 6.1. (ajacoutot@) sogo ~ Makefile ~ distinfo ~ pkg/PLIST > Minor update to 2.3.19, also works for Davide Gerhard rainbow at irh it > Tighten version dependency to www/sope, as proposed by and discussed by > Davide (sebastia@) sope ~ Makefile ~ distinfo > Minor update to 2.3.19, also works for Davide Gerhard rainbow at irh it > (sebastia@) == x11 =============================================================== 11/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 i3status ~ Makefile + patches/patch-src_print_battery_info_c > Suppress printing :00 seconds of remaining battery lifetime, as apm(4)'s > estimate only has a granularity of minutes. > ok jasper (tb@) smplayer ~ Makefile ~ distinfo > Update for SMPlayer to 17.1.0 > Test as always from Josh. > Thanks! > OK danj@ (gonzalo@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
