OpenBSD ports changes summary for 2017-04-16 ============================================
audio/libsidplay audio/mac audio/speech-dispatcher comms/fldigi converters/qprint databases/db databases/kyotocabinet devel devel/argp-standalone devel/distcc devel/gsettings-desktop-schemas devel/libgit2 devel/liblouis devel/silc-toolkit devel/spidermonkey38 games/spider graphics graphics/ansilove graphics/libsixel graphics/p5-SVG graphics/pqiv lang/duktape meta/gnome meta/kde4 misc/portroach multimedia/get_iplayer multimedia/gstreamer1 net/GeoIP net/bwm-ng net/dnsmasq net/irssi-silc net/ladvd net/openvpn net/silc-client net/silc-server net/sipsak print/transfig sysutils/polkit sysutils/torture textproc/link-grammar www/py-werkzeug x11/fbpanel x11/gnome x11/slim x11/spectrwm x11/x11vnc x11/xdmchoose x11/xsettingsd == audio ============================================================= 01/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio libsidplay + patches/patch-configure > converting code to standard C++ (98!) is cool, but converting configure > tests too is better. No longer fails with non pre-standard includes. > okay sthen@ (espie@) mac + patches/patch-src_MACLib_APELink_cpp > stricter const propagation, pleases both gcc and clang > okay sthen@ (espie@) speech-dispatcher ~ Makefile ~ distinfo ~ patch-src_api_python_speechd_config_config_py_in > Update to speech-dispatcher-0.8.6. (ajacoutot@) == comms ============================================================= 02/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/comms fldigi ~ Makefile ~ distinfo ~ pkg/PLIST > update to fldigi-4.0.2 (sthen@) == converters ======================================================== 03/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/converters qprint ~ Makefile > clang doesn't like duplicate declarations without extern, but this finds > bugs! > no need to recompile a standard getopt, just use the appropriate > post-configure > glue. > okay sthen@ (espie@) == databases ========================================================= 04/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases db + v3/patches/patch-cxx_cxx_app_cpp + v3/patches/patch-cxx_cxx_table_cpp + v3/patches/patch-include_db_cxx_h > convert iostream.h to iostream, fix with libc++ (sthen@) kyotocabinet ~ Makefile + patches/patch-kccommon_h > extend the existing ifdef that decides whether or not to use tr1 > path/namespace > so that this has a chance with clang/libc++ arch > remove unneeded quotes from BROKEN lines in Makefile that make my eyes > bleed > with syntax highlighting (sthen@) == devel ============================================================= 05/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel devel ~ Makefile > +spidermonkey38 (jasper@) argp-standalone ~ Makefile > use --std=gnu89 > tweak COMMENT (sthen@) distcc ~ Makefile ~ distinfo > update to distcc-3.2.0-rc1, the last tag before googlecode went belly-up > (jasper@) gsettings-desktop-schemas ~ Makefile ~ distinfo ~ pkg/PLIST > Update to gsettings-desktop-schemas-3.24.0. (ajacoutot@) libgit2 ~ libgit2-glib/Makefile ~ libgit2-glib/distinfo ~ libgit2-glib/pkg/PLIST > update to libgit2-glib-0.25.0, reminded by nigel@ (jasper@) liblouis ~ Makefile ~ distinfo ~ patches/patch-python_louis_Makefile_in ~ pkg/PLIST > Update to liblouis-3.1.0. (ajacoutot@) silc-toolkit ~ Makefile ~ patches/patch-configure_ac > Remove the use of -fno-regmove to appease Clang. From Brad. (sthen@) ~ Makefile ~ patches/patch-configure_ac > Fix SILC_ADD_CC_FLAGS to actually test that the compiler flags work, > they were testing the wrong thing. silc-toolkit diff from espie, > ports diff for all 3 from Brad. (sthen@) spidermonkey38 + Makefile + distinfo + patches/patch-jit_ExecutableAllocator_h + patches/patch-configure + pkg/DESCR + pkg/PLIST > New import: > import spidermonkey-38.8.0, as required by an upcoming gjs update. == games ============================================================= 06/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games spider ~ patches/patch-gfx_c ~ patches/patch-movelog_c ~ patches/patch-spider_c > minimal damage control. make void functions void. > pleases clang, still happy on gcc > okay sthen@ (espie@) == graphics ========================================================== 07/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics graphics ~ Makefile > Add libsixel. (fcambus@) ansilove ~ Makefile ~ distinfo > Update ansilove to 3.0.5. (fcambus@) libsixel + Makefile + distinfo + pkg/PLIST + pkg/DESCR > New import: > Import graphics/libsixel. p5-SVG ~ Makefile ~ distinfo > update to SVG-2.65 (jasper@) pqiv ~ Makefile ~ distinfo > Update to pqiv-2.8.5 (danj@) == lang ============================================================== 08/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang duktape ~ Makefile ~ distinfo > Update duktape to 2.1.0. (fcambus@) == meta ============================================================== 09/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/meta gnome ~ Makefile ~ pkg/README-main > xdm -> xenodm. (ajacoutot@) kde4 ~ Makefile ~ pkg/README-minimal > xdm -> xenodm. (ajacoutot@) == misc ============================================================== 10/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/misc portroach - patches/patch-Portroach_SiteHandler_GitHub_pm - patches/patch-Portroach_SiteHandler_Launchpad_pm - patches/patch-Portroach_SiteHandler_PyPI_pm ~ Makefile ~ distinfo > update to portroach-2.0.11, containing a bunch of fixes related to github. > nb: in order to do a full portroach scan one needs a github token otherwise > rate-limiting will block requests after the default limit of 60 p/h has > been reached. (jasper@) == multimedia ======================================================== 11/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia get_iplayer ~ Makefile ~ distinfo ~ patches/patch-get_iplayer > update to get_iplayer-2.99 (sthen@) ~ Makefile > remove no-longer-needed dep (sthen@) gstreamer1 ~ Makefile.inc > This can be built on sparc64 with clang now. > diff from / tested by Brad (ajacoutot@) == net =============================================================== 12/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net GeoIP ~ Makefile ~ distinfo ~ pkg/PLIST-asn ~ pkg/PLIST-city > update to GeoIP-1.6.10 and new geolite-data (sthen@) bwm-ng + patches/patch-src_help_c > de-inline (sthen@) dnsmasq ~ Makefile + patches/patch-src_dnsmasq_c + patches/patch-src_forward_c > Disable use of IP_SENDSRCADDR in dnsmasq for now, for some > yet-to-be-determined reason it results in no reply being sent to the > client. Problem reported by Harald Dunkel. OK Brad. (sthen@) ~ Makefile + patches/patch-src_dnsmasq_c + patches/patch-src_forward_c TAGGED OPENBSD_6_1 > MFC: Disable use of IP_SENDSRCADDR in dnsmasq for now, for some > yet-to-be-determined reason it results in no reply being sent to the > client. Problem reported by Harald Dunkel. OK Brad. (sthen@) irssi-silc ~ patches/patch-configure_ac > apply espie's SILC_ADD_CC_FLAGS autoconf fix to irssi-silc (sthen@) ladvd ~ patches/patch-configure_ac > don't use -Werror, fixes with clang (sthen@) openvpn ~ Makefile ~ patches/patch-src_openvpn_tun_c > Fix unaligned access in openvpn to unbreak it on sparc64 and such > platforms. > ok jca@ uwe@ (stsp@) silc-client ~ Makefile ~ patches/patch-configure_ac > Remove the use of -fno-regmove to appease Clang. From Brad. (sthen@) ~ Makefile ~ patches/patch-configure_ac > Fix SILC_ADD_CC_FLAGS to actually test that the compiler flags work, > they were testing the wrong thing. silc-toolkit diff from espie, > ports diff for all 3 from Brad. (sthen@) silc-server ~ Makefile ~ patches/patch-configure_ac > Remove the use of -fno-regmove to appease Clang. From Brad. (sthen@) ~ Makefile ~ patches/patch-configure_ac > Fix SILC_ADD_CC_FLAGS to actually test that the compiler flags work, > they were testing the wrong thing. silc-toolkit diff from espie, > ports diff for all 3 from Brad. (sthen@) sipsak + patches/patch-header_f_c + patches/patch-header_f_h + patches/patch-helper_c > de-inline to fix with clang (sthen@) ~ Makefile + patches/patch-transport_c > Fix bug found by clang. > transport.c:206:23: warning: use of logical '&&' with constant operand > [-Wconstant-logical-operand] > if (sockerr.revents && POLLERR) { > ^ ~~~~~~~ > transport.c:206:23: note: use '&' for a bitwise operation (sthen@) == print ============================================================= 13/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print transfig ~ Makefile > honour CC (sthen@) + patches/patch-fig2dev_dev_genibmgl_c > declare set_width as void (uses "return;", which is an error in clang) > (sthen@) == sysutils ========================================================== 14/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils polkit ~ Makefile ~ patch-src_polkitbackend_polkitbackendinteractiveauthority_c + patches/patch-src_polkit_polkitpermission_c + patches/patch-src_polkitbackend_polkitbackendauthority_c > Fix a few memory leaks (via Fedora). (ajacoutot@) torture ~ Makefile > honour CC (sthen@) + patches/patch-Makefile > drop -Wbounded to unbreak on compilers other than base gcc (sthen@) == textproc ========================================================== 15/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc link-grammar ~ Makefile ~ distinfo ~ pkg/PLIST-main > Update to link-grammar-5.3.16. (ajacoutot@) == www =============================================================== 16/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www py-werkzeug - patches/patch-werkzeug_contrib_lint_py ~ Makefile ~ distinfo ~ pkg/PLIST > Update to py-werkzeug-0.12.1 (danj@) == x11 =============================================================== 17/17 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 fbpanel ~ Makefile ~ patches/patch-exec_xlogout > xdm -> xenodm. (ajacoutot@) gnome ~ gdm/Makefile ~ gdm/patches/patch-data_Init_in ~ gdm/patches/patch-data_PostSession_in ~ gdm/patches/patch-data_PreSession_in ~ gdm/pkg/gdm.rc > xdm -> xenodm. (ajacoutot@) ~ tweak-tool/Makefile ~ tweak-tool/distinfo > Update to gnome-tweak-tool-3.24.0. (ajacoutot@) ~ baobab/Makefile ~ baobab/distinfo > Update to baobab-3.24.0. (ajacoutot@) ~ orca/Makefile ~ orca/distinfo ~ orca/pkg/PLIST > Update to orca-3.24.0. (ajacoutot@) slim ~ Makefile ~ pkg/README > xdm -> xenodm (jasper@) spectrwm ~ patches/patch-Makefile > Add explicit -lxcb; newer linkers don't follow NEEDED. Fixes linking with > LLD. (sthen@) x11vnc ~ Makefile ~ patches/patch-x11vnc_help_c > xdm -> xenodm. (ajacoutot@) xdmchoose ~ Makefile ~ pkg/DESCR > xdm -> xenodm. (ajacoutot@) xsettingsd ~ Makefile ~ distinfo + patches/patch-SConstruct > update to a newer checkout of xsettingsd > don't use -Werror (sthen@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
