OpenBSD ports changes summary for 2016-12-30 ============================================
audio/mpd benchmarks/speedtest-cli databases/kyotocabinet databases/leveldb devel/kf5 devel/libgit2 devel/lpc21isp devel/ruby-bundler geo/openbsd-developers graphics/cadubi graphics/glew graphics/libwebp graphics/s10sh japanese/mecab lang/guile2 math/matio misc/gramps multimedia/x265 net/haproxy net/knot net/libtorrent net/p5-Net-DNS net/p5-Net-Twitter-Lite net/py-botocore net/py-libcloud net/rtorrent security/ssh-ldap-helper sysutils/awscli sysutils/freeipmi sysutils/sleuthkit textproc/libxml www/epiphany www/liferea www/seamonkey www/varnish x11/gnome x11/gnustep x11/qt5 x11/worker x11/xfce4 == audio ============================================================= 01/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio mpd ~ Makefile > mpd already builds with ports gcc, now that the arm baseline is armv6k > builtin atomics are available on arm and mpd builds so stop marking it > as BROKEN on arm. (jsg@) == benchmarks ======================================================== 02/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/benchmarks speedtest-cli ~ Makefile ~ distinfo > Update speedtest-cli to 1.0.1. > This is a bugfix release, reverting some code which impacted timing on > devices with a small amount of RAM. > OK jung@, giovanni@, ajacoutot@ (fcambus@) == databases ========================================================= 03/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases kyotocabinet ~ Makefile > use ports gcc on arm to get atomic builtins (jsg@) leveldb ~ Makefile > Don't try to build this on arm as it requires <cstdatomic> on !x86 > which was renamed to <atomic> in gcc 4.5 so it won't even build > with gcc 4.9. (jsg@) == devel ============================================================= 04/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel kf5 ~ ktexteditor/Makefile > Missing dependency, from naddy@. (zhuk@) libgit2 ~ libgit2/Makefile > use ports gcc on arm to get atomic builtins (jsg@) lpc21isp ~ Makefile + patches/patch-lpc21isp_h > Disable broken arm-specific code path. (jca@) ruby-bundler ~ Makefile ~ distinfo ~ pkg/PLIST > Update to bundler 1.13.6 > From Frank Groeneveld (jeremy@) == geo =============================================================== 05/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/geo openbsd-developers ~ Makefile ~ files/OpenBSD > Update Miod's location per his request > ok jca@ (danj@) ~ Makefile > Ride the previous revision bump and move HOMEPAGE to https > ok jca@ (danj@) == graphics ========================================================== 06/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics cadubi ~ Makefile ~ distinfo > Update cadubi to 1.3.3 and remove unneeded HOMEPAGE as it's created > from the GH_ variables. > OK kirby@, jung@ (fcambus@) glew ~ Makefile ~ distinfo ~ files/Makefile.openbsd ~ patches/patch-Makefile ~ pkg/PLIST > update to glew-2.0.0, from Brad, bulk build tests by me and naddy (sthen@) libwebp ~ Makefile ~ distinfo > Update to libwebp-0.5.2. (ajacoutot@) s10sh ~ patches/patch-bytesex_h > Use endian.h instead of a list of architectures, unbreaks arm. > ok markus@ (maintainer) (jca@) ~ patches/patch-Makefile_in > Respect CFLAGS > ok markus@ (maintainer) (jca@) ~ Makefile + patches/patch-common_c > Format string fixs. > ok markus@ (maintainer) (jca@) == japanese ========================================================== 07/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/japanese mecab ~ Makefile > use ports gcc on arm to get atomic builtins (jsg@) == lang ============================================================== 08/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang guile2 ~ Makefile > mark guile2 as BROKEN-i386, build hangs often, taking up a build slot until > dpb kills it. (sthen@) ~ Makefile > also mark as BROKEN-amd64, build hangs often (naddy@) == math ============================================================== 09/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math matio - patches/patch-test_test_mat_c ~ Makefile ~ distinfo ~ pkg/PLIST > Update to matio 1.5.9. Changed licensing to BSD. (shadchin@) == misc ============================================================== 10/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/misc gramps ~ Makefile ~ distinfo ~ pkg/PLIST > Update to gramps-4.2.5. (ajacoutot@) == multimedia ======================================================== 11/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia x265 ~ Makefile ~ distinfo > Update to x265-2.2. > from Brad (maintainer) (ajacoutot@) == net =============================================================== 12/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net haproxy ~ Makefile ~ distinfo > Update to haproxy-1.6.11 (danj@) knot ~ Makefile > Use lang/gcc for atomic builtins on arm (also needs liburcu built with > lang/gcc) (jca@) libtorrent ~ Makefile > Use lang/gcc for atomic ops on arm. > ok dcoppa@ (maintainer) (jca@) p5-Net-DNS ~ Makefile ~ distinfo > update p5-Net-DNS to 1.07 (bluhm@) p5-Net-Twitter-Lite ~ Makefile ~ distinfo > Update to 0.12008. (pascal@) py-botocore ~ Makefile ~ distinfo > Update to py-botocore-1.4.92. (ajacoutot@) py-libcloud ~ Makefile ~ distinfo ~ pkg/PLIST > Update to py-libcloud-1.5.0. (ajacoutot@) rtorrent ~ Makefile > Use lang/gcc for atomic ops on arm. > ok dcoppa@ (maintainer) (jca@) == security ========================================================== 13/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security ssh-ldap-helper ~ Makefile > Ugly fix for an ugly problem, unbreaks ssh-ldap-helper on arm. > The comment in the Makefile says why the problem is ugly. The fix is > ugly because as is there's no easy way to patch the offending file. (jca@) == sysutils ========================================================== 14/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils awscli ~ Makefile ~ distinfo ~ pkg/PLIST > Update to awscli-1.11.35. (ajacoutot@) freeipmi ~ Makefile + patch-libfreeipmi_driver_ipmi-kcs-driver_c > Stop limiting freeipmi to i386 and amd64. > sthen@ points out that low-level io (inb/outb) isn't needed any more on > those archs, now that we have an ipmi driver. ok sthen@ (jca@) sleuthkit ~ Makefile > autoconf picks up cppunit if present; add to bdep (sthen@) == textproc ========================================================== 15/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc libxml ~ Makefile + patches/patch-result_XPath_xptr_vidbase + patches/patch-test_XPath_xptr_vidbase + patches/patch-xpath_c + patches/patch-xpointer_c > Apply patches for CVE-2016-4658 and CVE-2016-5131 to libxml 2.9.4. > From Simon Mages; OK ajacoutot@ (bluhm@) == www =============================================================== 16/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www epiphany ~ Makefile ~ distinfo > update to epiphany-3.22.4 (jasper@) liferea ~ Makefile ~ distinfo ~ patches/patch-src_ui_liferea_shell_c ~ pkg/PLIST > Update to liferea-1.12rc2. (ajacoutot@) seamonkey ~ Makefile ~ pkg/PLIST-lightning ~ pkg/PLIST-main > Fix lightning packaging, somehow i commited the PLIST for 2.46rc6 but > ended up not building/packaging 2.46 final, and thus build failed. > Note that as stated in the upstream release notes, chatzilla and dom > inspector are not shipped anymore (temporarly, due to repacking issues?), > install them from addons.mozilla.org if you rely on them. > Failure reported by naddy@ and nigel@ (landry@) ~ Makefile > Unfuck the fuckety fuck. > - Set MOZILLA_USE_GTK3 = Yes to properly depend on Gtk+3 (reported by > ajacoutot@) > - Bump REVISION-main, better be on the safe side after such a clusterfuck > - Remove BROKEN-i386 marker while here, last i tried 2.46rc on i386 it > built and > ran fine, so it should be unfucked. (landry@) ~ pkg/PLIST-lightning > Unfuck, take 72. (landry@) varnish ~ Makefile > Unbreak on arm and hppa. > The internal backtrace implementation uses __builtin_return_address with > a non-zero argument, which doesn't work on arm and hppa. Instead of > applying a fix in varnish, detect and depend on devel/libexecinfo which > already has the logic to handle those architectures. ok gonzalo@ (jca@) == x11 =============================================================== 17/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 gnome ~ libgweather/Makefile ~ libgweather/distinfo > update to libgweather-3.20.4 (jasper@) gnustep ~ libobjc2/Makefile > Mark gnustep-libobjc2 as broken on arm. It assumes the toolchain > supports neon with no way to disable it. > libobjc2-1.8/objc_msgSend.arm.S:7: Error: unknown floating point format > `neon' (jsg@) qt5 ~ qtbase-docs/Makefile > Missing bumps after tweaking PKGNAME of qtbase-docs,-docindex, > the -html and -qch were depending on it already.. > Found by naddy@ (zhuk@) ~ qtquickcontrols/Makefile > Add to BDEPs necessary for qtquickcontrols,-html. > Found by naddy@. (zhuk@) worker ~ Makefile > worker already builds with ports gcc, now that the arm baseline is armv6k > builtin atomics are available on arm and this builds so stop marking it > as BROKEN on arm. (jsg@) xfce4 ~ terminal/Makefile ~ terminal/distinfo > Update to xfce4-terminal 0.8.2. > See > https://mail.xfce.org/pipermail/xfce-announce/2016-December/000485.html > (landry@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
