OpenBSD ports changes summary for 2017-02-18 ============================================
audio/ario audio/cmus databases/evolution-data-server databases/freetds databases/libdbi-drivers devel/ccache devel/gwenhywfar devel/libvirt-glib devel/libvmime devel/py-jupyter_core devel/vte3 devel/xulrunner graphics/gimp graphics/shotwell infrastructure/mk lang/rust mail/claws-mail mail/evolution-ews mail/evolution-rss mail/mozilla-thunderbird mail/zarafa multimedia/libvpx multimedia/x265 net/filezilla net/glib2-networking net/libepc net/libvncserver net/monitoring-plugins net/openconnect net/py-botocore net/radcli net/ruby-msgpack net/samba net/telepathy print/cups-filters print/gtklp print/gutenprint print/hplip print/libspectre productivity/aqbanking security/gnutls security/xmlsec sysutils/awscli sysutils/collectd sysutils/librelp sysutils/libvirt sysutils/riemann-c-client sysutils/rsyslog sysutils/u-boot sysutils/udfclient textproc/extract_url textproc/iksemel textproc/link-grammar www/epiphany www/firefox-esr www/liferea www/mozilla www/mozilla-firefox www/py-beautifulsoup4 www/seamonkey www/squid www/tinyproxy www/tor-browser x11/gnome x11/gtk+2 x11/gtk+3 x11/gtk-vnc x11/kde x11/virt-viewer x11/vlc x11/xfce4 == audio ============================================================= 01/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio ario ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) cmus ~ patches/patch-sndio_c > Fix 24 bits support. > from Donovan Watteau (maintainer) (jca@) ~ Makefile > New HOMEPAGE. > from Donovan Watteau (maintainer) (jca@) ~ Makefile + patches/patch-configure > The ffmpeg plugin has a dep on libavcodec, register it. > from Donovan Watteau (maintainer) (jca@) == databases ========================================================= 02/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases evolution-data-server ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) freetds ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) libdbi-drivers ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) == devel ============================================================= 03/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel ccache ~ Makefile ~ distinfo > update to ccache-3.3.4 (sthen@) gwenhywfar ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) libvirt-glib ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) libvmime ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) py-jupyter_core ~ Makefile ~ distinfo > Update to py-jupyter_core 4.3.0 (shadchin@) vte3 ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) xulrunner ~ 24/Makefile > This outdated copy of gecko doesnt bundle nor need icu4c, cheat by > setting MOZILLA_USE_BUNDLED_ICU to Yes so that it doesnt uselessly > depend on it. (landry@) == graphics ========================================================== 04/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics gimp ~ stable/Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ stable/Makefile > Missed bump. (ajacoutot@) shotwell ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) == infrastructure ==================================================== 05/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure mk ~ bsd.port.mk > more simplification, there is no reason for having several crypto ciphers > in the ports tree at any one time. (espie@) ~ bsd.port.mk ~ pkgpath.mk > list-distinfo never got used so kill it (espie@) == lang ============================================================== 06/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang rust ~ Makefile ~ patches/patch-src_bootstrap_native_rs + patches/patch-src_bootstrap_lib_rs > Divide build time by at least three and various fixes, all from semarie@ > - stop pruning optimizations coming from the environment (ie OpenBSD's > default -O2 -pipe) when building llvm - this resulted in a very slow > llvm, and in a veeery slow rust build, and an awfully slow rust > compiler. Yay. See https://github.com/rust-lang/rust/issues/39900 > - only add cmake to BDEP when rustc is compiled with bundled llvm > - propagate verbose cmake flag to bundled llvm build > tested on i386 and amd64 (landry@) == mail ============================================================== 07/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail claws-mail ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) evolution-ews ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) evolution-rss ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) mozilla-thunderbird ~ Makefile > Consolidate textproc/icu4c common dependency into mozilla.port.mk, and > allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU. > (landry@) zarafa ~ zarafa/Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ zarafa/Makefile > Missed bump. (ajacoutot@) == multimedia ======================================================== 08/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia libvpx ~ patches/patch-libs_mk > Remove -Wno-unknown-warning-option -Wno-clobbered when building > vp8/encoder/onyx_if.c and vp8/decoder/onyxd_if.c, those options only > exist in clang or recent gccs (?) - unbreaks the build on at least > macppc and loongson, maybe sparc64. > From Donovan Watteau, who tested this on loongson. Tested by myself on > macppc. (landry@) x265 ~ Makefile ~ distinfo > Update to x265-2.3. > from Brad (maintainer) (ajacoutot@) == net =============================================================== 09/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net filezilla ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) glib2-networking ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) libepc ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) libvncserver ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) monitoring-plugins ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) openconnect ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) py-botocore ~ Makefile ~ distinfo > Update to py-botocore-1.5.14. (ajacoutot@) radcli ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) ruby-msgpack ~ Makefile ~ pkg/PLIST > Unbreak for ruby 2.4 > pointed out by naddy@, rpe@, nigel@ > feedback from jeremy@, suggesting a much larger cleanup than I first > intended (sebastia@) samba ~ Makefile ~ pkg/PLIST-main TAGGED OPENBSD_6_0 > Fix samba-tool domain --use-ntvfs > It is not clear whether s3fs is a valid alternative to ntvfs, so keep > providing ntvfs support for people who run an AD DC (AD support is > supposed to require s3fs). The same fix was committed to -current some > time ago. Prodded by Alex McWhirter and Ian McWilliam. (jca@) telepathy ~ telepathy-gabble/Makefile ~ telepathy-salut/Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ telepathy-gabble/Makefile ~ telepathy-salut/Makefile > Missed bump. (ajacoutot@) == print ============================================================= 10/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print cups-filters ~ Makefile ~ distinfo > Update to cups-filters-1.13.4. (ajacoutot@) ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) gtklp ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) gutenprint ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) hplip ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) libspectre ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) == productivity ====================================================== 11/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/productivity aqbanking ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) == security ========================================================== 12/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security gnutls ~ Makefile > Move to libidn2. (ajacoutot@) xmlsec ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) == sysutils ========================================================== 13/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils awscli ~ Makefile ~ distinfo > Update to awscli-1.11.51. (ajacoutot@) collectd ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) librelp ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) libvirt ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) riemann-c-client ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) rsyslog ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) u-boot ~ Makefile > BROKEN on sparc64 (jca@) udfclient ~ Makefile ~ distinfo > Update to UDFclient-0.8.7 > > Minor release fixing newfs_udf bug that would not > > detect an overflow on the number of sectors. It now > > allows for discs bigger than 2tb. > from Josh Grosse (maintainer) (jca@) == textproc ========================================================== 14/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc extract_url ~ Makefile ~ distinfo > Update to extract_url 1.6.2 (feinerer@) iksemel ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) link-grammar ~ Makefile > Mirror distfile. MASTER_SITES has a bad ssl setup. > prodded by naddy@ (ajacoutot@) ~ Makefile > Revert, they seem to have fix it... (ajacoutot@) == www =============================================================== 15/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www epiphany ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) firefox-esr ~ Makefile > Consolidate textproc/icu4c common dependency into mozilla.port.mk, and > allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU. > (landry@) liferea ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) mozilla ~ mozilla.port.mk > As it's done for nss/sqlite/libevent, provide a way to build against > bundled nspr if MOZILLA_USE_BUNDLED_NSPR is set - no binary change for > ports using this module. Paves the way for some -stable work. (landry@) ~ mozilla.port.mk > Consolidate textproc/icu4c common dependency into mozilla.port.mk, and > allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU. > (landry@) ~ mozilla.port.mk > Somewhat fix DEBUG flavor (enable-debug-symbols expects debug flags, > not a yes/no flag) > From semarie@ (landry@) mozilla-firefox ~ Makefile > Consolidate textproc/icu4c common dependency into mozilla.port.mk, and > allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU. > (landry@) py-beautifulsoup4 ~ Makefile ~ distinfo > Update to py-beautifulsoup4 4.5.3 > ok danj@ (shadchin@) seamonkey ~ Makefile > Consolidate textproc/icu4c common dependency into mozilla.port.mk, and > allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU. > (landry@) squid ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) tinyproxy - patches/patch-src_child_c - patches/patch-src_hashmap_c - patches/patch-src_reqs_c ~ Makefile ~ distinfo ~ patches/patch-configure ~ patches/patch-etc_tinyproxy_conf_in > Update to tinyproxy-1.8.4 > Includes the patches we have for CVE-2012-3505, and adds support for > listening on multiple addresses (0.0.0.0 and :: by default). > maintainer timeout (jca@) tor-browser ~ browser/Makefile > Consolidate textproc/icu4c common dependency into mozilla.port.mk, and > allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU. > (landry@) == x11 =============================================================== 16/16 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 gnome ~ anjuta/Makefile ~ builder/Makefile ~ color-manager/Makefile ~ devhelp/Makefile ~ documents/Makefile ~ empathy/Makefile ~ gvfs/Makefile ~ initial-setup/Makefile ~ libgepub/Makefile ~ online-accounts/Makefile ~ settings-daemon/Makefile ~ terminal/Makefile ~ yelp/Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ anjuta/Makefile ~ builder/Makefile ~ color-manager/Makefile ~ devhelp/Makefile ~ documents/Makefile ~ empathy/Makefile ~ gvfs/Makefile ~ initial-setup/Makefile ~ libgepub/Makefile ~ online-accounts/Makefile ~ settings-daemon/Makefile ~ terminal/Makefile ~ yelp/Makefile > Missed bump. (ajacoutot@) gtk+2 ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) gtk+3 ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) gtk-vnc ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) kde ~ base3/Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ base3/Makefile > Missed bump. (ajacoutot@) virt-viewer ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ Makefile > Missed bump. (ajacoutot@) vlc ~ Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) xfce4 ~ xfce4-taskmanager/Makefile ~ xfce4-taskmanager/distinfo ~ xfce4-taskmanager/pkg/PLIST > Update to xfce4-taskmanager 1.2.0. > Dont default to Gtk3 yet, there's a SIGBUS upon exit i'm investigating. > Shuffle WANTLIB around in preparation for it. (landry@) ~ terminal/Makefile ~ xfce4-mailwatch/Makefile > idn -> idn2 after gnutls WANTLIB change. (ajacoutot@) ~ terminal/Makefile ~ xfce4-mailwatch/Makefile > Missed bump. (ajacoutot@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
