OpenBSD ports changes summary for 2016-12-26 ============================================
archivers archivers/quazip databases/postgresql databases/qt3-sqlite3-plugin devel/bouml devel/cargo devel/qt-creator editors/libreoffice games games/instead games/instead-launcher graphics/birdfont graphics/ffmpeg graphics/k3dsurf lang/python lang/rust mail/geary multimedia/daala net/apache-activemq net/syncthing security/qca security/qca-tls telephony/baresip www/jupyter-notebook www/lighttpd x11/qt3 x11/qt5 == archivers ========================================================= 01/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/archivers archivers ~ Makefile > Hookup quazip,qt5 (zhuk@) quazip ~ Makefile ~ pkg/PLIST > Add Qt5 support to quazip, needed for upcoming port. > Also, tests do not require package installation first. (zhuk@) == databases ========================================================= 02/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases postgresql ~ Makefile > Base gcc does not have atomic builtins on arm. Instead of disabling > spinlocks build with ports gcc for now to get the atomic builtins. > ok sthen@ (jsg@) qt3-sqlite3-plugin ~ Makefile > Switch to qmake.port.mk, shaving 4 lines from Makefile. (zhuk@) == devel ============================================================= 03/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel bouml ~ Makefile > Convert to qmake.port.mk, shaves 2 lines from Makefile. (zhuk@) cargo ~ Makefile ~ distinfo ~ patches/patch-tests_cargotest_support_paths_rs + cargo.port.mk + patches/patch-Makefile_in + patches/patch-modcargo-crates_libc-0_2_18_src_unix_bsd_netbsdlike_openbsdlike_mod_rs > Enable cargo on i386, from MAINTAINER semarie@ > - provide a new cargo MODULE for ports based on cargo (documentation > pending) > - convert cargo itself to use this module > tested on i386 here. (landry@) qt-creator - pkg/patch-src_libs_cplusplus_TypePrettyPrinter_cpp - pkg/patch-src_libs_extensionsystem_extensionsystem_pro - pkg/patch-src_libs_utils_process_stub_unix_c - pkg/patch-src_plugins_debugger_debuggerrunner_h - pkg/patch-src_plugins_help_helpplugin_cpp - pkg/patch-src_plugins_projectexplorer_environment_cpp - pkg/patch-src_plugins_projectexplorer_toolchain_cpp - pkg/patch-src_qtcreatorplugin_pri ~ Makefile ~ distinfo ~ patches/patch-doc_doc_pri ~ pkg/PLIST + pkg/patch-src_libs_utils_buildablehelperlibrary_cpp + pkg/patch-src_plugins_projectexplorer_gcctoolchain_cpp + pkg/patch-src_plugins_qmakeprojectmanager_qmakebuildconfiguration_cpp + pkg/patch-src_shared_qbs_src_lib_corelib_tools_processutils_cpp + pkg/patch-src_shared_qbs_src_lib_corelib_tools_tools_pri > Nobody loves you, qt-creator, except three people: Caspar Schutijser, > Rafael Sadowski and me. > So lets move on and put it in. Nowadays there is no point in having > a separate qt-creator with support for older Qt's, and 4.1.0 works > with egdb at least. > Most of the work was done by Caspar, last rollup from Rafael, commit by me. > (zhuk@) == editors =========================================================== 04/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors libreoffice ~ Makefile ~ distinfo ~ pkg/PLIST-main > update to 5.2.4.2 (robert@) == games ============================================================= 05/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games games ~ Makefile > Link in instead-launcher. (zhuk@) instead ~ Makefile ~ distinfo ~ pkg/PLIST > Update Instead to 2.4.1. > The patch was sitting in my tree for a while... (zhuk@) ~ Makefile > Sync HOMEPAGE and MASTER_SITES with reality. (zhuk@) instead-launcher + Makefile + distinfo + patches/patch-qunzip_cpp + pkg/DESCR + pkg/PLIST > New import: > Import Instead Launcher, a package manager for Instead game engine. == graphics ========================================================== 06/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics birdfont ~ Makefile ~ distinfo > update to birdfont-2.18.3 (jasper@) ffmpeg ~ Makefile + patches/patch-doc_muxers_texi > doc/muxers: remove "-strict experimental" from tee muxer examples > from Brad (maintainer) (ajacoutot@) k3dsurf - patches/patch-src_src_pro ~ Makefile ~ pkg/PLIST > Convert to qmake.port.mk, shaving 7 lines from Makefile and not needed > anymore patch. The qmake.port.mk takes care of CXXFLAGS already. > As a bonus, add @bin marker in PLIST, thus REVISION bump. (zhuk@) == lang ============================================================== 07/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang python + 3.6/Makefile + 3.6/distinfo + 3.6/files/CHANGES.OpenBSD + 3.6/patches/patch-Lib_test_test_locale_py + 3.6/patches/patch-Makefile_pre_in + 3.6/patches/patch-Python_random_c + 3.6/patches/patch-configure_ac + 3.6/patches/patch-setup_py + 3.6/pkg/DESCR-gdbm + 3.6/pkg/DESCR-idle + 3.6/pkg/DESCR-main + 3.6/pkg/DESCR-tests + 3.6/pkg/DESCR-tkinter + 3.6/pkg/PLIST-gdbm + 3.6/pkg/PLIST-idle + 3.6/pkg/PLIST-main + 3.6/pkg/PLIST-tests + 3.6/pkg/PLIST-tkinter > add python 3.6. > ok shadchin@ (rpointel@) ~ Makefile.inc > adapt ALL_TARGET for Python 3.6. (rpointel@) ~ Makefile > link Python 3.6 to the build (rpointel@) ~ python.port.mk > add the possibility to use 3.6 version for a port. (rpointel@) rust ~ Makefile ~ distinfo ~ patches/patch-configure ~ patches/patch-src_librustc_back_target_i686_unknown_openbsd_rs ~ patches/patch-src_librustc_back_target_mod_rs ~ patches/patch-src_librustc_back_target_openbsd_base_rs ~ patches/patch-src_librustdoc_test_rs ~ patches/patch-src_libstd_sys_unix_ext_net_rs ~ patches/patch-src_libstd_sys_unix_os_rs ~ patches/patch-src_test_run-pass_backtrace_rs ~ patches/patch-src_tools_compiletest_src_runtest_rs ~ patches/patch-src_tools_tidy_src_main_rs ~ pkg/PLIST-doc ~ pkg/PLIST-main > update rust to 1.14.0, from MAINTAINER semarie@ > for details, please see > https://blog.rust-lang.org/2016/12/22/Rust-1.14.html > tested on i386 w/ llvm 3.9.0 here, and sebastien tested both amd64 & i386. > (landry@) == mail ============================================================== 08/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail geary - pkg/patch-src_client_application_geary-application_vala - pkg/patch-src_client_components_conversation-find-bar_vala - pkg/patch-src_client_dialogs_attachment-dialog_vala - pkg/patch-src_console_main_vala ~ Makefile ~ distinfo ~ pkg/PLIST > Update to geary 0.11.3, prodded by ajacoutot@ (landry@) == multimedia ======================================================== 09/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia daala ~ Makefile ~ distinfo > Update to daala git head as of 2016-12-20 (czarkoff@) == net =============================================================== 10/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net apache-activemq ~ Makefile ~ distinfo ~ pkg/PLIST > update to apache-activemq-5.14.3 (jasper@) syncthing ~ Makefile ~ distinfo > Update syncthing to 0.14.16. > Tested by awolk@ and Dimitris Papastamos. > OK awolk@, thanks. (edd@) == security ========================================================== 11/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security qca ~ Makefile > Switch to devel/qmake, shaves 5 lines from Makefile. (zhuk@) qca-tls ~ Makefile > Convert to devel/qmake, shaving 2 lines from Makefile. (zhuk@) == telephony ========================================================= 12/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/telephony baresip ~ Makefile.inc ~ baresip/Makefile ~ baresip/distinfo ~ baresip/patches/patch-src_config_c ~ baresip/pkg/PLIST-gtk2 ~ baresip/pkg/PLIST-main > Update to baresip 0.5.0 (czarkoff@) == www =============================================================== 13/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www jupyter-notebook ~ Makefile ~ distinfo ~ pkg/PLIST > Security update to jupyter-notebook 4.3.1. > CVE-2016-9971. Fix CSRF vulnerability > ok edd@ (shadchin@) lighttpd ~ Makefile ~ pkg/DESCR > tweak DESCR. > from Brad (maintainer) (ajacoutot@) == x11 =============================================================== 14/14 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 qt3 ~ qt3.port.mk > Pure style tweaking of qt3.port.mk, putting it in line with its colleagues. > (zhuk@) ~ Makefile ~ patches/patch-qmake_generators_unix_unixmake2_cpp > Don't create shlib symlinks on OpenBSD. > Allows to switch security/qca to devel/qmake. (zhuk@) qt5 ~ qtenginio/Makefile > Fixup previous, tarball doesnt fetch.. (landry@) ~ Makefile.inc ~ qtenginio/Makefile > Fix version handling in x11/qt5, issue found hard way by landry@. (zhuk@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
