OpenBSD ports changes summary for 2017-10-29 ============================================
devel/astyle devel/gobject-introspection devel/json-glib devel/keystone devel/radare2 devel/spidermonkey38 devel/spidermonkey52 games games/0ad games/cataclysm-dda lang/vala mail/gmime30 mail/mutt mail/neomutt misc/p5-File-LibMagic net/tcpdpriv print/poppler security/libgcrypt security/lynis security/p5-IO-Socket-SSL security/zaproxy textproc/gspell textproc/gxml textproc/p5-XML-LibXML www/chromium x11/gnome x11/gtk+3 x11/xfce4 == devel ============================================================= 01/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel astyle - patches/patch-Makefile - patches/patch-astyle_main_cpp ~ Makefile ~ distinfo ~ pkg/PLIST + patches/patch-build_clang_Makefile > Long overdue update to astyle-3.0.1, and take MAINTAINER. > ok fcambus@ (bcallah@) gobject-introspection ~ Makefile ~ distinfo ~ patches/patch-configure_ac ~ pkg/PLIST > update to gobject-introspection-1.54.1 (jasper@) json-glib - patches/patch-configure_ac ~ Makefile ~ distinfo ~ pkg/PLIST > update to json-glib-1.4.2 (jasper@) keystone ~ Makefile > Missing bdep on python > Spotted by rpe@ (jca@) radare2 ~ bindings/Makefile > bump after vala update > reminded by aja@ (jasper@) spidermonkey38 ~ Makefile > Fix comment. (ajacoutot@) spidermonkey52 ~ Makefile > Fix comment. (ajacoutot@) == games ============================================================= 02/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games games ~ Makefile > +cataclysm-dda (bcallah@) 0ad ~ base/Makefile > Remove old comment about spidermonkey, it does not use it anymore; no idea > if the COMPILER line should stay though... (ajacoutot@) cataclysm-dda + Makefile + distinfo + patches/patch-Makefile + pkg/PLIST + pkg/DESCR + pkg/PFRAG.no_x11 + pkg/PFRAG.no-no_x11 > New import: > Import games/cataclysm-dda, a rogue-like zombie survival game. == lang ============================================================== 03/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang vala - pkg/DESCR - pkg/PLIST ~ Makefile ~ distinfo + pkg/DESCR-main + pkg/DESCR-valadoc + pkg/PLIST-main + pkg/PLIST-valadoc > - update to vala-0.38.2 > - split valadoc into subpackage (merged into vala upstream) > ok aja@ (jasper@) - pkg/PLIST-valadoc ~ Makefile + patches/patch-Makefile_in + patches/patch-configure_ac > Patch out valadoc for the time being; it introduces lots of cyclic deps. > We'll revisit it at p2k17 and probably create subpackages with a bootstrap > FLAVOR in math/graphviz. (ajacoutot@) == mail ============================================================== 04/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail gmime30 ~ Makefile ~ distinfo ~ pkg/PLIST > Update to gmime30-3.0.3. (ajacoutot@) mutt ~ Makefile ~ pkg/PLIST > remove stray / in @pkgpath (sthen@) neomutt ~ Makefile ~ distinfo ~ patches/patch-main_c ~ patches/patch-newsrc_c > update to neomutt-20171027 (sthen@) == misc ============================================================== 05/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/misc p5-File-LibMagic ~ Makefile ~ distinfo + patches/patch-MANIFEST > update p5-File-LibMagic to 1.16 > use build dependency instead of included modules (bluhm@) == net =============================================================== 06/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net tcpdpriv ~ patches/patch-tcpdpriv_c > Stop including net/slip.h, proposed for removal > The code has a fallback #define for SLIP_HDRLEN. (jca@) == print ============================================================= 07/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print poppler ~ Makefile > Drop LIB_DEPENDS from -main to prevent inheriting the Qt 4 and 5 > dependencies. > committing on behalf of kili@ (ajacoutot@) == security ========================================================== 08/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security libgcrypt ~ Makefile ~ patches/patch-src_secmem_c > Remove useless includes. (ajacoutot@) lynis ~ Makefile ~ distinfo > Update for Lynis to 2.5.6 > OK benoit@ (gonzalo@) p5-IO-Socket-SSL ~ Makefile ~ distinfo > update p5-IO-Socket-SSL to 2.052 (bluhm@) zaproxy ~ Makefile ~ distinfo ~ pkg/PLIST > update zaproxy to 2.6.0. > ok steven@. (rpointel@) == textproc ========================================================== 09/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc gspell ~ Makefile ~ distinfo ~ pkg/PLIST > Update to gspell-1.6.1. (ajacoutot@) gxml ~ Makefile > Explicitely pass --disable-docs in case we have valadoc(1) around; I think > it's the only port in tree that needs this (all others default to disable) > (ajacoutot@) p5-XML-LibXML ~ Makefile ~ distinfo ~ patches/patch-Makefile_PL > update p5-XML-LibXML to 2.0132 (bluhm@) == www =============================================================== 10/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www chromium ~ Makefile ~ patches/patch-base_sys_info_openbsd_cc > unbreak chromium by re-adding a lost pledge(2) patch from the update > (robert@) == x11 =============================================================== 11/11 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 gnome ~ totem-pl-parser/Makefile + totem-pl-parser/patches/patch-meson_build + totem-pl-parser/patches/patch-plparse_totem-pl-parser-videosite_c + totem-pl-parser/patches/patch-plparse_totem-pl-parser_c > Re-add meson patch to properly detect libgcrypt. > Fix a couple of leaks (from upstream). > Add missing BDEP on devel/libsoup (reported by landry@) (ajacoutot@) ~ librsvg/Makefile ~ librsvg/pkg/PLIST > Disable vala bindings for the time being to prevent a cyclic dependency > with the upcoming vala update from jasper@ (ajacoutot@) ~ builder/Makefile ~ builder/pkg/PLIST > disable vala support for now, it will be auto-unbroken when updating > gnome-builder next week > ok aja@ (jasper@) ~ builder/Makefile > missed bump that got lost in merging -r1.56 (jasper@) ~ libgda/Makefile ~ code-assistance/Makefile ~ code-assistance/patches/patch-configure > recognize vala-0.38 (jasper@) ~ builder/Makefile > Fix comment. (ajacoutot@) ~ librsvg/Makefile ~ librsvg/pkg/PLIST > Re-add the vala bindings now that we are skipping valadoc(1) in > lang/vala. (ajacoutot@) gtk+3 ~ Makefile ~ distinfo > Update to gtk+3-3.22.25. (ajacoutot@) xfce4 ~ xfce4-weather/Makefile ~ xfce4-weather/distinfo > Update to xfce4-weather 0.8.10. (landry@) ~ xfce4-notifyd/Makefile ~ xfce4-notifyd/distinfo ~ xfce4-notifyd/pkg/PLIST > Update to xfce4-notifyd 0.4.0. (landry@) ~ xfce4-pulseaudio/Makefile ~ xfce4-pulseaudio/distinfo > Update to xfce4-pulseaudio 0.3.2. (landry@) ~ xfce4-genmon/Makefile ~ xfce4-genmon/distinfo > Update to xfce4-genmon 4.0.1. (landry@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
