OpenBSD ports changes summary for 2017-09-01 ============================================
devel/cmake devel/include-what-you-use devel/llvm devel/quirks devel/ruby-rspec lang lang/clang lang/cython lang/ocaml lang/php multimedia/transcode net/librenms net/mininet net/pidgin net/py-botocore net/py-s3transfer net/wireshark security/burpsuite security/sudo sysutils/awscli telephony/asterisk textproc/pdfpc www/mongrel2 x11/hicolor-icon-theme x11/tint2 == devel ============================================================= 01/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel cmake ~ Makefile + patches/patch-Source_cmakemain_cxx > cmake: Fix --find-package mode with imported targets > (upstream git commit 18454ea44d6a1fd2dbc613ad9c3fe941639563aa) > Before: > $ cmake --find-package -DNAME=TIFF -DLANGUAGE=C -DCOMPILER_ID=GNU > -DMODE=LINK > CMake Error at /usr/local/share/cmake/Modules/FindTIFF.cmake:78 > (add_library): > Unknown CMake command "add_library". > Call Stack (most recent call first): > /usr/local/share/cmake/Modules/CMakeFindPackageMode.cmake:180 > (find_package) > TIFF not found. > CMake Error: Problem processing arguments. Aborting. > After: > $ cmake --find-package -DNAME=TIFF -DLANGUAGE=C -DCOMPILER_ID=GNU > -DMODE=LINK > -L/usr/local/lib -ltiff -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib > (dcoppa@) include-what-you-use ~ Makefile + patches/patch-CMakeLists_txt > Fix for llvm>=5.0.0rc4 and make use of COMPILER. > from Brad (ajacoutot@) llvm - patches/patch-lib_Support_Unix_Signals_inc - patches/patch-lib_Target_Sparc_SparcFrameLowering_cpp - patches/patch-tools_clang_include_clang_Basic_Builtins_def - patches/patch-tools_clang_include_clang_Basic_DiagnosticGroups_td - patches/patch-tools_clang_lib_Basic_Targets_cpp - patches/patch-tools_clang_lib_Driver_ToolChains_cpp - patches/patch-tools_clang_lib_Driver_ToolChains_h - patches/patch-tools_clang_lib_Driver_Tools_cpp ~ Makefile ~ distinfo ~ patches/patch-cmake_modules_AddLLVM_cmake ~ patches/patch-include_llvm_CodeGen_AsmPrinter_h ~ patches/patch-lib_CodeGen_AsmPrinter_AsmPrinter_cpp ~ patches/patch-lib_CodeGen_TargetLoweringBase_cpp ~ patches/patch-lib_MC_MCAsmInfoELF_cpp ~ patches/patch-lib_MC_MCELFStreamer_cpp ~ patches/patch-lib_Target_AArch64_AArch64ISelLowering_cpp ~ patches/patch-lib_Target_AArch64_AArch64Subtarget_h ~ patches/patch-lib_Target_Mips_MCTargetDesc_MipsMCAsmInfo_cpp ~ patches/patch-lib_Target_X86_X86AsmPrinter_h ~ patches/patch-lib_Target_X86_X86MCInstLower_cpp ~ patches/patch-lib_Transforms_Scalar_LoopIdiomRecognize_cpp ~ patches/patch-tools_clang_include_clang_Basic_DiagnosticSemaKinds_td ~ patches/patch-tools_clang_include_clang_Driver_Options_td ~ patches/patch-tools_clang_include_clang_Sema_Sema_h ~ patches/patch-tools_clang_lib_Sema_SemaChecking_cpp ~ patches/patch-tools_clang_lib_Sema_SemaDeclAttr_cpp ~ patches/patch-tools_lld_ELF_DriverUtils_cpp ~ patches/patch-tools_lld_ELF_Driver_cpp ~ patches/patch-tools_lld_ELF_SymbolTable_cpp ~ pkg/PLIST-main + patches/patch-include_llvm_MC_MCAsmInfoELF_h + patches/patch-tools_clang_lib_Driver_ToolChains_Arch_AArch64_cpp + patches/patch-tools_clang_lib_Driver_ToolChains_Arch_AArch64_h + patches/patch-tools_clang_lib_Driver_ToolChains_Arch_Sparc_cpp + patches/patch-tools_clang_lib_Driver_ToolChains_Clang_cpp + patches/patch-tools_clang_lib_Driver_ToolChains_Gnu_cpp + patches/patch-tools_clang_lib_Driver_ToolChains_OpenBSD_cpp + patches/patch-tools_clang_lib_Driver_ToolChains_OpenBSD_h > Update to llvm-5.0.0rc4. > Tested on amd64, i386, sparc64 > from Brad (maintainer) (ajacoutot@) quirks ~ Makefile ~ files/Quirks.pm > Add python3 flavor to cython. Help danj@ sthen@. OK sthen@. (juanfra@) ruby-rspec ~ specinfra/Makefile ~ specinfra/distinfo > update to specinfra-2.70.2 (jasper@) == lang ============================================================== 02/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang lang ~ Makefile > Add python3 flavor to cython. Help danj@ sthen@. OK sthen@. (juanfra@) clang ~ clang.port.mk > Cope with llvm 5.0.0rc4. > from Brad (ajacoutot@) cython ~ Makefile ~ pkg/PLIST > Add python3 flavor to cython. Help danj@ sthen@. OK sthen@. (juanfra@) ocaml ~ Makefile ~ ocaml.port.mk > trailing whitespace (jasper@) php ~ 7.0/Makefile ~ 7.0/distinfo ~ 7.0/patches/patch-ext_spl_php_spl_c > update to php-7.0.23, ok robert@ (martijn@ has the same diff) (sthen@) == multimedia ======================================================== 03/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia transcode + patches/patch-filter_yuvdenoise_motion_c > add newlines to fix inline asm with clang (sthen@) == net =============================================================== 04/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net librenms ~ Makefile ~ distinfo > bugfix update to librenms-1.31.03v0 (sthen@) mininet ~ Makefile > tidy pre-install > ok akoshibe@ (jasper@) pidgin - patches/patch-libpurple_protocols_yahoo_Makefile_in ~ Makefile ~ distinfo ~ patches/patch-configure_ac ~ patches/patch-libpurple_protocols_jabber_Makefile_in ~ pkg/DESCR-finch ~ pkg/DESCR-main ~ pkg/PLIST-libpurple ~ pkg/PLIST-main > Update to pidgin-2.12.0. (ajacoutot@) py-botocore ~ Makefile ~ distinfo > Update to py-botocore-1.7.2. (ajacoutot@) py-s3transfer ~ Makefile ~ distinfo > Update to py-s3transfer-0.1.11. (ajacoutot@) wireshark + patches/patch-rawshark_c > unbreak; forgotten "cvs add" (sthen@) == security ========================================================== 05/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security burpsuite ~ Makefile ~ distinfo > minor update to 1.7.27. (rpointel@) sudo ~ Makefile ~ distinfo > Update to sudo 1.8.21p1 (millert@) == sysutils ========================================================== 06/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils awscli ~ Makefile ~ distinfo > Update to awscli-1.11.144. (ajacoutot@) == telephony ========================================================= 07/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/telephony asterisk ~ Makefile ~ patches/patch-build_tools_cflags_xml + patches/patch-third-party_pjproject_Makefile > - fix build when pjproject distfile is older than version.mak, breakage > reported by nigel@ > - avoid hardcoded -O3 in pjsip build, honour CFLAGS instead (sthen@) == textproc ========================================================== 08/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc pdfpc - patches/patch-src_CMakeLists_txt ~ Makefile ~ distinfo > update to pdfpc-4.0.8.2 (jasper@) == www =============================================================== 09/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www mongrel2 ~ Makefile > mark BROKEN-i386 (sthen@) == x11 =============================================================== 10/10 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 hicolor-icon-theme ~ Makefile ~ distinfo > Update to hicolor-icon-theme-0.17. (ajacoutot@) tint2 - patches/patch-src_tint2conf_CMakeLists_txt ~ Makefile ~ distinfo ~ patches/patch-src_tint2conf_main_c ~ patches/patch-src_tint2conf_properties_c ~ pkg/PLIST + patches/patch-CMakeLists_txt + patches/patch-themes_CMakeLists_txt + patches/patch-themes_tint2rc > update to tint2-0.14.6, from J. Scott Heppler plus minor tweaks (sthen@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
