OpenBSD ports changes summary for 2017-04-30
============================================

audio/caps-plugins                      audio/grip
audio/xcd                               databases/evolution-data-server
devel/iso-codes                         devel/p5-Test-Output
games/dangerdeep                        games/wtf
graphics/clutter                        graphics/p5-SVG
graphics/tesseract                      infrastructure/bin
infrastructure/man                      lang/ghc
mail                                    mail/evolution
mail/mozilla-thunderbird                mail/p5-Mail-IMAPTalk
mail/pear-Mail-mimeDecode               mail/thunderbird-i18n
math/p5-Math-Derivative                 math/p5-Math-GMP
math/udunits                            misc/mmv
misc/p5-I18N-Charset                    misc/p5-User-Identity
misc/ytree                              multimedia/get_iplayer
net/gnaughty                            net/p5-Bot-BasicBot
net/p5-Net-SMTP-SSL                     net/p5-Net-SMTPS
net/p5-Net-TFTP                         net/p5-RPC-XML
net/putty                               security/glib-openssl
security/p5-Crypt-OpenSSL-X509          security/p5-Net-SSL-ExpireDate
security/scrypt                         security/spiped
sysutils/collectd                       sysutils/ddrescue
sysutils/riemann                        textproc/elasticsearch
textproc/p5-String-Approx               textproc/p5-Template
textproc/p5-Text-Aligner                textproc/p5-Text-Format
textproc/p5-Text-Glob                   textproc/p5-Text-Table
textproc/p5-Text-Template               textproc/p5-XML-SAX-Base
textproc/p5-XML-SemanticDiff            textproc/xml2rfc
www/lynx                                www/p5-CSS-Tiny
www/p5-HTML-StripScripts                x11/gnome
x11/libdnd                              x11/mate

== audio ============================================================= 01/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio

caps-plugins

  + patches/patch-AutoFilter_cc           

  > calling div on unsigned is ambiguous, so force it into a known call (clang)
  > (espie@)

grip

  ~ Makefile                              + patches/patch-src_gripcfg_c

  > * add missing return value (clang fix from upstream)
  > * replace gettext module and sync wantlib (naddy@)

xcd

  ~ patches/patch-cdplayer_cc             

  > silence most warnings and an error with clang (espie@)

== databases ========================================================= 02/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases

evolution-data-server

  ~ Makefile                              ~ patches/patch-CMakeLists_txt

  > Drop patch and use CMAKE_C_FLAGS instead. (ajacoutot@)

== devel ============================================================= 03/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel

iso-codes

  ~ Makefile                              ~ distinfo

  > update to iso-codes-3.75 (jasper@)

p5-Test-Output

  ~ Makefile                              ~ distinfo

  > Update to p5-Test-Output-1.031. (benoit@)

== games ============================================================= 04/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games

dangerdeep

  + patches/patch-src_coastmap_h          + patches/patch-src_color_h

  > shut up some noise in clang++, match struct against struct. (espie@)

  + patches/patch-src_global_data_h       

  > more noise in clang, put ; on a separate line (espie@)

  + patches/patch-src_model_cpp           

  > you have to define static members along with declaring them (espie@)

  + patches/patch-src_tone_reproductor_h

  > fix obvious bug (espie@)

  + patches/patch-src_widget_cpp          

  > retval is a pointer (espie@)

  ~ Makefile                              + patches/patch-src_condvar_cpp
  + patches/patch-src_condvar_h           + patches/patch-src_game_h
  + patches/patch-src_log_cpp             + patches/patch-src_message_queue_h
  + patches/patch-src_modelmeasure_cpp    + patches/patch-src_mutex_cpp
  + patches/patch-src_mutex_h             + patches/patch-src_thread_h

  > wrap dangerdeep's mutex into its own namespace so that it doesn't conflict
  > with std::mutex on modern compilers.
  > Fixes the build with clang, and still builds with gcc (espie@)

wtf

  ~ Makefile                              ~ distinfo

  > Update to wtf-20170324. (benoit@)

== graphics ========================================================== 05/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics

clutter

  ~ cogl/Makefile                         

  > maintainer-mode is another option (espie@)

p5-SVG

  ~ Makefile                              ~ distinfo

  > update to p5-SVG-2.70 (jasper@)

tesseract

  ~ tesseract/Makefile                    

  > needs libtool (sthen@)

== infrastructure ==================================================== 06/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/infrastructure

bin

  ~ proot                                 

  > run ldconfig *after* unpopulate. Makes no sense to scan /usr/local/lib
  > right before emptying it. (espie@)

  ~ proot                                 

  > let's be slightly more helpful and show the dirs we know about along with
  > the users (espie@)

man

  ~ man1/proot.1                          

  > run ldconfig *after* unpopulate. Makes no sense to scan /usr/local/lib
  > right before emptying it. (espie@)

== lang ============================================================== 07/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang

ghc

  ~ Makefile                              

  > Suppress a lot of (not all) warnings when using clang:
  > ghc uses cc for generating object files from assembler files and
  > passes the CONF_CC_OPTS_STAGE? flags to it, which clang doesn't
  > like, so add -Wno-unused-command-line-argument to the flags passed
  > to cc if it's clang.
  > To let this work for the bootstrap compiler, properly CONFIGURE_ENV
  > when installing the bootstrap (in post-patch:). This also makes the
  > hack patching the bootstrap/bin/ghc script in post-patch: obsolete.
  > prodded by (and with some hints from) espie@
  > ~here are still a lot of warnings, most about macros #defined in
  > storage/ClosureMacros.h. Those should be fixed in a separate step,
  > probably after an update to ghc-8. (kili@)

== mail ============================================================== 08/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail

mail

  ~ Makefile                              

  > build gpgme,sasl flavour of mutt (as is already done for neomutt).
  > req by William Graeber (sthen@)

evolution

  - patches/patch-CMakeLists_txt          ~ Makefile

  > Drop patch and use CMAKE_C_FLAGS instead. (ajacoutot@)

mozilla-thunderbird

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-main                        

  > Update to thunderbird 52.1.0.
  > See https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/
  > Build against bundled sqlite, as Gloda (the global indexing database
  > behind the search field, not the 'quick filter' search bar) relies on
  > SQLITE_ENABLE_FTS3_TOKENIZER (see #1252937) - and it might not be a good
  > idea to enable this option in the systemwide sqlite install.  Might be
  > revisited once #1270882 is fixed.
  > Gloda not working issue reported & fix tested by mpi@
  > ok mpi@ (landry@)

p5-Mail-IMAPTalk

  ~ Makefile                              ~ distinfo

  > Update to p5-Mail-IMAPTalk-4.04. (benoit@)

pear-Mail-mimeDecode

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to pear-Mail-mimeDecode-1.5.6. (benoit@)

thunderbird-i18n

  ~ Makefile.inc                          ~ distinfo

  > Update to thunderbird 52.1.0.
  > See https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/
  > Build against bundled sqlite, as Gloda (the global indexing database
  > behind the search field, not the 'quick filter' search bar) relies on
  > SQLITE_ENABLE_FTS3_TOKENIZER (see #1252937) - and it might not be a good
  > idea to enable this option in the systemwide sqlite install.  Might be
  > revisited once #1270882 is fixed.
  > Gloda not working issue reported & fix tested by mpi@
  > ok mpi@ (landry@)

== math ============================================================== 09/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math

p5-Math-Derivative

  ~ Makefile                              ~ distinfo

  > Update to p5-Math-Derivative-0.04. (benoit@)

p5-Math-GMP

  ~ Makefile                              ~ distinfo

  > Update to p5-Math-GMP-2.14. (benoit@)

udunits

  ~ Makefile                              ~ distinfo
  ~ patches/patch-lib_Makefile_in         

  > Update to udunits-2.2.24. (benoit@)

== misc ============================================================== 10/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/misc

mmv

  ~ Makefile                              ~ patches/patch-mmv_1
  ~ patches/patch-mmv_c                   

  > adding missing includes and not redefining void as char makes this build
  > with clang (naddy@)

p5-I18N-Charset

  ~ Makefile                              ~ distinfo

  > Update to p5-I18N-Charset-1.415. (benoit@)

p5-User-Identity

  ~ Makefile                              ~ distinfo

  > Update to p5-User-Identity-0.97. (benoit@)

ytree

  ~ Makefile                              ~ distinfo

  > Update to ytree-1.99. (benoit@)

== multimedia ======================================================== 11/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia

get_iplayer

  ~ Makefile                              ~ distinfo

  > Update to fix BBC site changes. Read the release notes
  > section "do this first"
  > https://github.com/get-iplayer/get_iplayer/wiki/release300
  > Ok sthen@ (nigel@)

== net =============================================================== 12/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net

gnaughty

  ~ Makefile                              

  > Bump autofuck requirements because I am a naughty boy. (ajacoutot@)

p5-Bot-BasicBot

  ~ Makefile                              ~ distinfo

  > Update to p5-Bot-BasicBot-0.91. (benoit@)

p5-Net-SMTP-SSL

  ~ Makefile                              ~ distinfo

  > Update to p5-Net-SMTP-SSL-1.04. (benoit@)

p5-Net-SMTPS

  ~ Makefile                              ~ distinfo

  > Update to p5-Net-SMTPS-0.06. (benoit@)

p5-Net-TFTP

  ~ Makefile                              ~ distinfo

  > Update to p5-Net-TFTP-0.1901. (benoit@)

p5-RPC-XML

  ~ Makefile                              ~ distinfo

  > Update to p5-RPC-XML-0.80. (benoit@)

putty

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-main                        + patches/patch-Makefile_in

  > update to PuTTY-0.69
  > disable new pageant build for now, doesn't build (setpgrp) (sthen@)

== security ========================================================== 13/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security

glib-openssl

  ~ Makefile                              + patches/patch-tls_openssl_gtlsbio_c
  + patches/patch-tls_openssl_gtlsclientconnection-openssl_c

  > Fix build with clang and a bazillion of implicit declarations. Patches may
  > be revisited but it can't be worse.
  > reported by espie@ (ajacoutot@)

  ~ Makefile                              ~ patches/patch-tls_openssl_gtlsbio_c
  ~ patches/patch-tls_openssl_gtlsclientconnection-openssl_c
  ~ pkg/PLIST                             
  + pkg/patch-tls_openssl_openssl-module_c

  > Fix a few warnings (from upstream).
  > Regen PLIST while here. (ajacoutot@)

  ~ patches/patch-tls_openssl_gtlsbio_c   
  ~ patches/patch-tls_openssl_gtlsclientconnection-openssl_c

  > Add BZ URL. (ajacoutot@)

  ~ patches/patch-tls_openssl_gtlsbio_c   
  ~ patches/patch-tls_openssl_gtlsclientconnection-openssl_c

  > Pushed upstream. (ajacoutot@)

p5-Crypt-OpenSSL-X509

  ~ Makefile                              ~ distinfo

  > Update to p5-Crypt-OpenSSL-X509-1.807. (benoit@)

p5-Net-SSL-ExpireDate

  ~ Makefile                              ~ distinfo

  > Update to p5-Net-SSL-ExpireDate-1.20. (benoit@)

scrypt

  ~ Makefile                              ~ distinfo

  > Update to scrypt-1.2.1. (benoit@)

spiped

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update spiped to 1.6.0 (jturner@)

== sysutils ========================================================== 14/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils

collectd

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-src_Makefile_in
  ~ patches/patch-src_daemon_Makefile_in
  ~ patches/patch-src_processes_c         ~ patches/patch-src_tcpconns_c

  > Update to collectd 5.7.1, from Pavel Korovin, thanks !
  > See https://collectd.org/wiki/index.php/Version_5.7 (landry@)

ddrescue

  ~ Makefile                              ~ distinfo

  > Update to ddrescue-1.22. (benoit@)

riemann

  ~ Makefile                              ~ distinfo

  > Update to riemann 0.2.13, from maintainer Pavel Korovin. (landry@)

== textproc ========================================================== 15/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc

elasticsearch

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to elasticsearch-5.3.2l (jasper@)

p5-String-Approx

  ~ Makefile                              ~ distinfo

  > Update to p5-String-Approx-3.28. (benoit@)

p5-Template

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to p5-Template-2.27. (benoit@)

p5-Text-Aligner

  ~ Makefile                              ~ distinfo

  > Update to p5-Text-Aligner-0.13. (benoit@)

p5-Text-Format

  ~ Makefile                              ~ distinfo

  > Update to p5-Text-Format-0.60. (benoit@)

p5-Text-Glob

  ~ Makefile                              ~ distinfo

  > Update to p5-Text-Glob-0.11. (benoit@)

p5-Text-Table

  ~ Makefile                              ~ distinfo

  > Update to p5-Text-Table-1.132. (benoit@)

p5-Text-Template

  ~ Makefile                              ~ distinfo

  > Update to p5-Text-Template-1.47. (benoit@)

p5-XML-SAX-Base

  ~ Makefile                              ~ distinfo

  > Update to p5-XML-SAX-Base-1.09. (benoit@)

p5-XML-SemanticDiff

  ~ Makefile                              ~ distinfo

  > Update to p5-XML-SemanticDiff-1.0005. (benoit@)

xml2rfc

  - files/xml2rfc                         ~ Makefile
  ~ distinfo                              ~ pkg/PLIST

  > xml2rfc has been completely re-written, moving from tcl/tk to python.
  > Update to the version that is currently used for submtting RFCs to the
  > IETF.
  > OK sthen@ (phessler@)

== www =============================================================== 16/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www

lynx

  ~ Makefile                              ~ distinfo
  ~ patches/patch-lynx_cfg                ~ patches/patch-lynx_man
  ~ patches/patch-src_LYReadCFG_c         ~ patches/patch-src_LYUtils_c

  > Update lynx to 2.8.9pl13.
  > While there, amend our lynx.cfg patch to switch default site to HTTPS.
  > (fcambus@)

p5-CSS-Tiny

  ~ Makefile                              ~ distinfo

  > Update to p5-CSS-Tiny-1.20. (benoit@)

p5-HTML-StripScripts

  ~ Makefile                              ~ distinfo

  > Update to p5-HTML-StripScripts-1.06. (benoit@)

== x11 =============================================================== 17/17 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11

gnome

  ~ font-viewer/Makefile                  ~ font-viewer/distinfo
  ~ font-viewer/pkg/PLIST                 

  > update to gnome-font-viewer-3.24.0 (jasper@)

libdnd

  ~ patches/patch-DNDlib_DragAndDrop_c    + patches/patch-DNDlib_configure

  > fix stupid configure test.
  > regen patches (espie@)

mate

  + Makefile                              + Makefile.inc
  + desktop/Makefile                      + desktop/distinfo
  + desktop/pkg/DESCR                     + desktop/pkg/PLIST
  + panel/Makefile                        + panel/distinfo
  + panel/pkg/DESCR                       + panel/pkg/PLIST
  + settings-daemon/Makefile              + settings-daemon/distinfo
  + settings-daemon/pkg/DESCR             + settings-daemon/pkg/PLIST
  + libmatekbd/Makefile                   + libmatekbd/distinfo
  + libmatekbd/pkg/DESCR                  + libmatekbd/pkg/PLIST
  + libmatemixer/Makefile                 + libmatemixer/distinfo
  + libmatemixer/pkg/DESCR                + libmatemixer/pkg/PLIST
  + menus/Makefile                        + menus/distinfo
  + menus/pkg/DESCR                       + menus/pkg/PLIST
  + menus/patches/patch-layout_mate-applications_menu
  + libmateweather/Makefile               + libmateweather/distinfo
  + libmateweather/pkg/DESCR              + libmateweather/pkg/PLIST
  + libmateweather/patches/patch-configure_ac
  + session-manager/Makefile              + session-manager/distinfo
  + session-manager/pkg/DESCR             + session-manager/pkg/PLIST
  + marco/Makefile                        + marco/distinfo
  + marco/pkg/DESCR                       + marco/pkg/PLIST
  + marco/patches/patch-src_core_window-props_c
  + marco/patches/patch-configure         + caja/Makefile
  + caja/distinfo                         + caja/pkg/DESCR
  + caja/pkg/PLIST                        + icon-theme/Makefile
  + icon-theme/distinfo                   + icon-theme/pkg/DESCR
  + icon-theme/pkg/PLIST                  + control-center/Makefile
  + control-center/distinfo               + control-center/pkg/DESCR
  + control-center/pkg/PLIST              + themes/Makefile
  + themes/distinfo                       + themes/pkg/DESCR
  + themes/pkg/PLIST                      + terminal/Makefile
  + terminal/distinfo                     + terminal/pkg/DESCR
  + terminal/pkg/PLIST                    + power-manager/Makefile
  + power-manager/distinfo                + power-manager/pkg/DESCR
  + power-manager/pkg/PLIST               
  + power-manager/patches/patch-configure_ac
  + screensaver/Makefile                  + screensaver/distinfo
  + screensaver/pkg/DESCR                 + screensaver/pkg/PLIST
  + screensaver/patches/patch-src_gs-auth-bsdauth_c
  + screensaver/patches/patch-configure_ac
  + screensaver/patches/patch-src_Makefile_in
  + screensaver/patches/patch-src_Makefile_am
  + screensaver/patches/patch-src_setuid_c
  + screensaver/patches/patch-src_gs-auth-pwent_c
  + screensaver/patches/patch-data_mate-screensaver-preferences_desktop_in
  + screensaver/patches/patch-data_lock-dialog-default_ui
  + media/Makefile                        + media/distinfo
  + media/pkg/DESCR                       + media/pkg/PLIST
  + utils/Makefile                        + utils/distinfo
  + utils/pkg/DESCR                       + utils/pkg/PLIST
  + calc/Makefile                         + calc/distinfo
  + calc/pkg/DESCR                        + calc/pkg/PLIST
  + atril/Makefile                        + atril/distinfo
  + atril/pkg/DESCR                       + atril/pkg/PLIST
  + caja-extensions/Makefile              + caja-extensions/distinfo
  + caja-extensions/pkg/DESCR             + caja-extensions/pkg/PLIST
  + eom/Makefile                          + eom/distinfo
  + eom/pkg/DESCR                         + eom/pkg/PLIST
  + notification-daemon/Makefile          + notification-daemon/distinfo
  + notification-daemon/pkg/DESCR         + notification-daemon/pkg/PLIST
  + engrampa/Makefile                     + engrampa/distinfo
  + engrampa/pkg/DESCR                    + engrampa/pkg/PLIST
  + pluma/Makefile                        + pluma/distinfo
  + pluma/pkg/DESCR                       + pluma/pkg/PLIST

  > New import:
  >     Initial import of the MATE Desktop Environment (version 1.18)...

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to