OpenBSD ports changes summary for 2017-08-20 to 2017-08-27 inclusive
====================================================================

archivers/fuse-zip                      archivers/lz4
archivers/lzop                          audio
audio/akode                             audio/festival
audio/flac                              audio/liblo
audio/libofa                            audio/mpd
audio/pianobar                          audio/py-last
audio/squeezelite                       benchmarks/iozone
comms/wy60                              databases
databases/apache-couchdb                databases/architect
databases/barman                        databases/hs-HDBC
databases/hs-HDBC-mysql                 databases/hs-HDBC-postgresql
databases/hs-HDBC-sqlite3               databases/leveldb
databases/luadbi                        databases/openldap
databases/sqlite3                       devel/appstream-glib
devel/cmake                             devel/cmockery
devel/codeworker                        devel/dee
devel/dissy                             devel/gflags
devel/glog                              devel/harfbuzz
devel/jdk                               devel/libf2c
devel/libgdata                          devel/libmtp
devel/mm-common                         devel/mono-addins
devel/mono-gdata                        devel/npth
devel/p5-Config-AutoConf                devel/p5-Device-USB
devel/p5-List-MoreUtils                 devel/p5-List-MoreUtils-XS
devel/py-gobject3                       devel/py-iniparse
devel/py-mox                            devel/quirks
devel/shunit2                           devel/stp
devel/ucpp                              devel/xdg-user-dirs
editors/hexedit                         editors/libreoffice
editors/vim                             editors/xemacs21
emulators/xroar                         games/0ad
games/openarena                         games/openttd
geo/gmapcatcher                         graphics
graphics/DevIL                          graphics/colord
graphics/delaboratory                   graphics/feh
graphics/ffmpeg                         graphics/gifsicle
graphics/gimp                           graphics/maim
graphics/mapnik                         graphics/pdf2djvu
graphics/pinta                          graphics/py-cairo
graphics/py-graphics                    graphics/rawtherapee
graphics/simgear                        graphics/slop
graphics/tesseract                      infrastructure/mk
infrastructure/templates                inputmethods/ibus
inputmethods/ibus-anthy                 japanese/mecab
lang/clang                              lang/erlang
lang/fsharp                             lang/g77
lang/gcc                                lang/gprolog
lang/mono                               lang/parrot
lang/pcc                                lang/php
lang/rust                               lang/swi-prolog
mail/cyrus-imapd                        mail/mozilla-thunderbird
mail/mutt                               mail/rspamd
mail/zarafa                             math/R
math/foma                               math/minisat
math/octave                             meta/tor-browser
misc/dialog                             misc/p5-Umph-Prompt
multimedia/get_iplayer                  multimedia/libass
multimedia/libmp4v2                     net/haproxy
net/icbd                                net/kea
net/knot                                net/lftp
net/libnids                             net/librenms
net/lldpd                               net/megatools
net/mininet                             net/nagios
net/openafs                             net/p5-Net-DNS
net/p5-Nmap-Parser                      net/pure-ftpd
net/py-botocore                         net/scamper
net/seafile                             net/wireshark
net/yaz                                 news/tin
print/cups-filters                      print/mpage
print/qpdf                              print/sile
print/texlive                           productivity/kmymoney
security/dsniff                         security/emldump
security/encfs                          security/gnupg2
security/gnutls                         security/gpa
security/letsencrypt                    security/libgcrypt
security/lynis                          security/nikto
security/p5-IO-Socket-SSL               security/pgp5
security/scanlogd                       security/sqlmap
security/sudo                           shells/nsh
sysutils                                sysutils/arm-trusted-firmware
sysutils/atf-allwinner                  sysutils/awscli
sysutils/binwalk                        sysutils/dosfstools
sysutils/dwdiff                         sysutils/freeipmi
sysutils/py-augeas                      sysutils/sysclean
sysutils/terraform                      sysutils/u-boot
telephony/asterisk                      telephony/asterisk-g729
telephony/asterisk-sounds               textproc/calibre
textproc/enchant                        textproc/groff
textproc/icu4c                          textproc/libical
textproc/link-grammar                   textproc/p5-PDF-API2
textproc/py-ICU                         textproc/py-pykwalify
textproc/vislcg3                        textproc/wkhtmltopdf
www/firefox-esr                         www/kcaldav
www/mozilla-firefox                     www/newsbeuter
www/nextcloud                           www/nghttp2
www/p5-HTML-Base                        www/p5-HTTP-Cookies
www/phantomjs                           www/pnp4nagios
www/py-django                           www/seamonkey
www/squid                               www/tomcat
www/tor-browser                         www/varnish
www/youtube-dl                          x11/e17
x11/gnome                               x11/gnustep
x11/gtk+3                               x11/hicolor-icon-theme
x11/kde4                                x11/mate
x11/mlterm                              x11/mplayer
x11/ogre                                x11/qt4
x11/qt5                                 x11/vlc
x11/windowmaker                         

== archivers ========================================================= 01/31 ==

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

fuse-zip

  ~ Makefile                              ~ distinfo

  > - update to fuse-zip-0.4.2
  > - switch to bitbucket (jasper@)

lz4

  - patches/patch-Makefile                - patches/patch-lib_lz4_c
  - patches/patch-lib_lz4opt_h            ~ Makefile
  ~ distinfo                              ~ patches/patch-lib_Makefile
  ~ pkg/PLIST                             

  > update to lz4-1.8.0 (sthen@)

  + patches/patch-examples_frameCompress_c

  > missing return in program used in tests; from Markus Hennecke (sthen@)

  ~ Makefile                              

  > lz4 has several methods to handle unaligned access,
  > method 0: memcpy, "safe and portable"
  > method 1: __packed, "safe if your compiler supports it", used by default on
  > most arches.
  > method 2: direct access. "portable but violate C standard" (er, so not
  > really portable...)
  > "It can generate buggy code on targets which assembly generation depends on
  > alignment.
  > But in some circumstances, it's the only known way to get the most
  > performance (ie
  > GCC + ARMv6)".
  > The recent update to the port switched to method 2 if __ARM_ARCH_6K__ is
  > defined,
  > but this causes a bus error on armv7. Change to forcing __packed instead
  > (method 1)
  > to avoid the issue.
  > All worked out by, and diff from, Markus Hennecke. (sthen@)

lzop

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update lzop to 1.04.
  > Notable changes:
  > - Switch HOMEPAGE and MASTER_SITES to HTTPS
  > - Update license marker to specify GPLv2+
  > OK jca@ (fcambus@)

== audio ============================================================= 02/31 ==

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

audio

  ~ Makefile                              

  > unhook akode (rsadowski@)

akode

  - Makefile                              - distinfo
  - files/Makefile.am                     - files/sndio_sink.cpp
  - files/sndio_sink.h                    - patches/patch-akode_akode-config_in
  - patches/patch-akode_lib_audioconfiguration_h
  - patches/patch-akode_lib_audioframe_h
  - patches/patch-akode_lib_auto_sink_cpp
  - patches/patch-akode_lib_converter_cpp
  - patches/patch-akode_lib_crossfader_cpp
  - patches/patch-akode_lib_fast_resampler_cpp
  - patches/patch-akode_lib_player_cpp    
  - patches/patch-akode_lib_volumefilter_cpp
  - patches/patch-akode_plugins_Makefile_am
  - patches/patch-akode_plugins_mpc_decoder_mppdec_mpc_dec_cpp
  - patches/patch-akode_plugins_mpc_decoder_mppdec_requant_h
  - patches/patch-akode_plugins_mpc_decoder_mppdec_streaminfo_cpp
  - patches/patch-akode_plugins_mpc_decoder_mppdec_synth_filter_cpp
  - patches/patch-akode_plugins_xiph_decoder_flac113_decoder_cpp
  - patches/patch-akode_plugins_xiph_decoder_speex_decoder_cpp
  - patches/patch-configure_in            - pkg/DESCR
  - pkg/PLIST                             

  > remove audio/akode
  > no longer maintained upstream and no ports use it.
  > ok jca@ zhuk@ (rsadowski@)

festival

  ~ core/Makefile                         

  > Set COMPILER=base-gcc, this version of festival doesn't build with clang or
  > with newer gcc.  The whole audio/festival/* subtree needs an
  > update/reworking. (sthen@)

flac

  ~ Makefile                              

  > prioritize https over http/ftp for distfiles.
  > ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the
  > rest (tj@)

liblo

  - patches/patch-lo_lo_macros_h          ~ Makefile
  ~ distinfo                              ~ pkg/PLIST

  > update to liblo-0.29 (jasper@)

libofa

  ~ Makefile                              

  > zap dead HOMEPAGE/MASTER_SITES (jasper@)

mpd

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             

  > Update to mpd-0.20.10 (dcoppa@)

pianobar

  - patches/patch-src_main_c              - patches/patch-src_ui_act_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                ~ patches/patch-src_player_c

  > Update to a newer snapshot (pianobar-2017.04.26) (dcoppa@)

py-last

  ~ Makefile                              

  > zap dead HOMEPAGE/MASTER_SITES (jasper@)

squeezelite

  ~ Makefile                              

  > zap dead HOMEPAGE/MASTER_SITES (jasper@)

== benchmarks ======================================================== 03/31 ==

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

iozone

  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_current_makefile    

  > update to iozone-3.465 (jasper@)

== comms ============================================================= 04/31 ==

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

wy60

  ~ Makefile                              

  > replace dead HOMEPAGE/MASTER_SITES with a backup mirror (jasper@)

== databases ========================================================= 05/31 ==

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

databases

  ~ Makefile                              

  > level this port to the ground; while upstream moved forward this one
  > never leveled up and stuck behind.
  > ok fcambus@ jmatthew@ (jasper@)

apache-couchdb

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

architect

  ~ Makefile                              ~ pkg/README

  > sync README with Makefile -r1.20 (jasper@)

barman

  ~ Makefile                              ~ distinfo
  ~ patches/patch-doc_barman_conf         ~ patches/patch-manifest_in
  ~ patches/patch-setup_py                ~ pkg/PLIST
  ~ pkg/README                            

  > update to barman-2.2 (jasper@)

hs-HDBC

  ~ Makefile                              ~ distinfo

  > Updates:
  > hs-HDBC 2.4.0.1 -> 2.4.0.2
  > hs-HDBC-postgresql 2.3.2.4 -> 2.3.2.5 (dcoppa@)

hs-HDBC-mysql

  ~ Makefile                              

  > Updates:
  > hs-HDBC 2.4.0.1 -> 2.4.0.2
  > hs-HDBC-postgresql 2.3.2.4 -> 2.3.2.5 (dcoppa@)

hs-HDBC-postgresql

  ~ Makefile                              ~ distinfo
  ~ patch-HDBC-postgresql_cabal           

  > Updates:
  > hs-HDBC 2.4.0.1 -> 2.4.0.2
  > hs-HDBC-postgresql 2.3.2.4 -> 2.3.2.5 (dcoppa@)

hs-HDBC-sqlite3

  ~ Makefile                              

  > Updates:
  > hs-HDBC 2.4.0.1 -> 2.4.0.2
  > hs-HDBC-postgresql 2.3.2.4 -> 2.3.2.5 (dcoppa@)

leveldb

  - Makefile                              - distinfo
  - patches/patch-Makefile                - patches/patch-build_detect_platform
  - patches/patch-port_port_posix_h       - patches/patch-util_coding_cc
  - pkg/DESCR                             - pkg/PLIST

  > level this port to the ground; while upstream moved forward this one
  > never leveled up and stuck behind.
  > ok fcambus@ jmatthew@ (jasper@)

luadbi

  ~ Makefile                              

  > zap dead HOMEPAGE/MASTER_SITES and add mirror (jasper@)

openldap

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

  ~ Makefile                              ~ distinfo
  ~ pkg/DESCR-server                      ~ pkg/PLIST-server

  > - Enable the MDB backend now that the writemap-enforcing patch has been
  > fixed. Document the writemap requirement in DESCR-server. Add a patchset
  > from Paul B. Henson to use writemap in the test suite.
  > - Don't @sample slapd.conf. This config backend has been deprecated for
  > some time and will be removed in a future OpenLDAP release. Their
  > recommended configuration engine is slapd-config(5), see
  > http://www.openldap.org/doc/admin24/slapdconf2.html
  > - Do @sample /etc/openldap/slapd.d, the default location for
  > slapd-config(5)
  > storage. Also add accompanying @extraunexec.
  > - @sample some schema files that were missed in the update to 2.4.23
  > several years ago. Better late than never :-) (sthen@)

sqlite3

  ~ Makefile                              

  > Enable FTS5; needed by an upcoming x11/gnome/tracker update.
  > Tested in a bulk.
  > miss bump spotted by jca@
  > ok jca@ (ajacoutot@)

== devel ============================================================= 06/31 ==

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

appstream-glib

  ~ Makefile                              ~ distinfo
  + patches/patch-client_as-compose_c     

  > Update to appstream-glib-0.7.2. (ajacoutot@)

cmake

  - patches/patch-Modules_FindBoost_cmake
  ~ Makefile                              ~ distinfo
  ~ patches/patch-CMakeLists_txt          
  ~ patches/patch-Modules_CMakeCInformation_cmake
  ~ patches/patch-Modules_Compiler_GNU_cmake
  ~ patches/patch-Modules_FindJNI_cmake   
  ~ patches/patch-Modules_FindJava_cmake
  ~ patches/patch-Modules_FindKDE3_cmake
  ~ patches/patch-Modules_FindLibXml2_cmake
  ~ patches/patch-Modules_FindLua_cmake   
  ~ patches/patch-Modules_FindMPEG2_cmake
  ~ patches/patch-Modules_FindMPEG_cmake
  ~ patches/patch-Modules_FindPythonLibs_cmake
  ~ patches/patch-Modules_FindXMLRPC_cmake
  ~ patches/patch-Source_CMakeLists_txt   
  ~ patches/patch-Source_cmComputeLinkInformation_cxx
  ~ patches/patch-Source_cmGeneratorTarget_cxx
  ~ patches/patch-Source_cmInstallCommand_cxx
  ~ patches/patch-Source_cmTarget_cxx     ~ patches/patch-Source_cmake_cxx
  ~ patches/patch-Source_kwsys_SystemTools_cxx
  ~ patches/patch-Tests_RunCMake_CMakeLists_txt
  ~ patches/patch-bootstrap               ~ pkg/PLIST
  + patches/patch-Source_cmArchiveWrite_cxx
  + patches/patch-Source_cmComputeLinkInformation_h
  + patches/patch-Source_cmGlobalGenerator_cxx
  + patches/patch-Source_cmSystemTools_cxx

  > Update to CMake-3.9.1
  > Tests and feedback by rsadowski@, schwarze@
  > Ports bulk build by sthen@ (dcoppa@)

cmockery

  ~ Makefile                              

  > replace broken HOMEPAGE/MASTER_SITES (jasper@)

codeworker

  ~ Makefile                              

  > remove maintainer: "I don't have any openbsd system anymore." (naddy@)

dee

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

dissy

  ~ Makefile                              

  > replace broken HOMEPAGE/MASTER_SITES (jasper@)

gflags

  ~ Makefile                              ~ distinfo

  > switch to GH_* (jasper@)

  ~ Makefile                              

  > remove maintainer: "I don't have any openbsd system anymore." (naddy@)

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update gflags to 2.2.1
  > - Switch to github
  > - Switch to cmake
  > - remove MAINTAINER (Not available)
  > - sharedlibs bump
  > blank line tweak and ok sthen@ (rsadowski@)

glog

  ~ Makefile                              ~ distinfo

  > switch to GH_*
  > this port could use some love as it's still broken with clang (jasper@)

  ~ Makefile                              

  > remove maintainer: "I don't have any openbsd system anymore." (naddy@)

  - patches/patch-configure               ~ Makefile
  ~ distinfo                              ~ pkg/PLIST

  > Update glog to 2.2.1 and fix calng build
  > - Switch to github
  > - Switch to cmake
  > - remove MAINTAINER (Not available)
  > - sharedlibs bump
  > ok sthen@ (rsadowski@)

harfbuzz

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-main                        

  > Update to harfbuzz-1.5.0.
  > - tested in a bulk (ajacoutot@)

jdk

  - 1.8/patches/patch-hotspot_src_os_bsd_vm_os_bsd_cpp
  - 1.8/patches/patch-hotspot_src_share_vm_opto_lcm_cpp
  - 1.8/patches/patch-hotspot_src_share_vm_opto_loopPredicate_cpp
  - 1.8/patches/patch-hotspot_src_share_vm_runtime_virtualspace_cpp
  - 1.8/patches/patch-jdk_src_solaris_native_java_net_PlainSocketImpl_c
  ~ 1.8/Makefile                          ~ 1.8/distinfo

  > - Update to u131
  > Contains upstream bug fixes and security fixes which can be viewed here:
  > http://www.oracle.com/technetwork/java/javase/8u131-relnotes-3565278.html
  > - Remove patches committed to upstream bsd-port repo.
  > okay sthen@ (kurt@)

libf2c

  ~ Makefile                              

  > bump for plist changes 6.1 -> 6.2 (naddy@)

libgdata

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to libgdata-0.17.9 (jasper@)

libmtp

  ~ Makefile                              

  > Unbreak build on mips64. It is affected by the same compiler bug
  > as mips64el. (visa@)

mm-common

  ~ Makefile                              ~ distinfo

  > Update to mm-common-0.9.11. (ajacoutot@)

mono-addins

  ~ Makefile                              

  > mark BROKEN-i386:
  > Building Mono.Addins.csproj
  > Cannot transition thread 0x7acdb528 from RUNNING with FINISH_ASYNC_SUSPEND
  > Cannot transition thread 0x7acdd428 from RUNNING with FINISH_ASYNC_SUSPEND
  > Stacktrace:
  > =================================================================
  > Got a SIGABRT while executing native code. This usually indicates
  > a fatal error in the mono runtime or one of the native libraries
  > used by your application.
  > =================================================================
  > Abort trap (core dumped) (sthen@)

  ~ Makefile                              

  > s/BROKEN-i386/BROKEN/, naddy confirms the same problem on amd64 (and it's
  > only for CLANG_ARCHS anyway). (sthen@)

  ~ Makefile                              

  > Face reality and mark mono BROKEN; it's too unreliable in bulks.
  > Drop BROKEN from dependent ports to let them a chance to build if mono is
  > ever fixed.
  > ok sthen@ naddy@ robert@ (ajacoutot@)

mono-gdata

  ~ Makefile                              

  > replace broken HOMEPAGE/MASTER_SITES (jasper@)

npth

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > Update devel/npth to 1.5 and make security/gnupg2 use it.
  > The last update to gnupg2 broke `gpg2 --refresh` and `gpg2 --send-keys`.
  > The
  > root is a bug in npthr, which appears to be fixed in 1.5.
  > OK giovanni@ and pea@ (MAINTAINER of both ports). Many thanks. (edd@)

p5-Config-AutoConf

  ~ Makefile                              ~ distinfo
  ~ pkg/DESCR                             

  > update p5-Config-AutoConf to 0.315 (bluhm@)

p5-Device-USB

  ~ Makefile                              

  > replace broken HOMEPAGE/MASTER_SITES (jasper@)

p5-List-MoreUtils

  ~ Makefile                              ~ distinfo

  > update p5-List-MoreUtils to 0.423 (bluhm@)

p5-List-MoreUtils-XS

  ~ Makefile                              ~ distinfo

  > update p5-List-MoreUtils-XS to 0.423 (bluhm@)

py-gobject3

  ~ Makefile                              

  > bump for plist changes 6.1 -> 6.2 (naddy@)

py-iniparse

  ~ Makefile                              

  > replace broken HOMEPAGE/MASTER_SITES (jasper@)

py-mox

  ~ Makefile                              

  > switch to pypi (jasper@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > 99 dead ports in the tree, 99 dead ports.
  > Take one down and pass it around, 98 dead ports in the tree.
  > 98 dead ports in the tree, 98 dead ports.
  > Take one down and pass it around, 97 dead ports in the tree. (jasper@)

  ~ Makefile                              ~ files/Quirks.pm

  > register removal of akode, reminded by jca@ (rsadowski@)

shunit2

  ~ Makefile                              

  > replace broken HOMEPAGE/MASTER_SITES (jasper@)

stp

  - patches/patch-configure               ~ Makefile
  ~ distinfo                              ~ pkg/DESCR
  ~ pkg/PLIST                             
  + patches/patch-lib_Interface_CMakeLists_txt
  + patches/patch-lib_Parser_CMakeLists_txt
  + patches/patch-lib_Util_CMakeLists_txt

  > Update to a newer release which does builds with clang.
  > - now depends on boost and minisat
  > - ships with a shared library and a python3 module
  > - new cmake build system
  > - set COMPILER = gcc, a c++11 compiler is needed (but there's a link
  > problem against boost with lang/gcc on amd64) (jca@)

ucpp

  ~ Makefile                              

  > replace broken HOMEPAGE/MASTER_SITES (jasper@)

xdg-user-dirs

  - files/user-dirs-update.desktop        - patches/patch-user-dirs_conf
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to xdg-user-dirs-0.16. (ajacoutot@)

== editors =========================================================== 07/31 ==

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

hexedit

  - patches/patch-hexedit_h               ~ Makefile
  ~ distinfo                              

  > Update hexedit to 1.3.
  > Notable changes:
  > - Switch to GitHub and update HOMEPAGE
  > - Release tarball doesn't bundle a configure script, so the port now
  > uses autoconf
  > - Update license marker to specify GPLv2+
  > - Drop the now useless patch
  > - Regenerate WANTLIB
  > OK jca@ (fcambus@)

libreoffice

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

vim

  ~ Makefile                              ~ distinfo
  ~ patches/patch-runtime_filetype_vim    ~ pkg/PLIST-main

  > update to vim-8.0.0987 (sthen@)

xemacs21

  ~ stable/Makefile                       

  > bump for plist changes 6.1 -> 6.2 (naddy@)

== emulators ========================================================= 08/31 ==

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

xroar

  ~ Makefile                              ~ distinfo

  > Update to xroar 0.34.8. (juanfra@)

== games ============================================================= 09/31 ==

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

0ad

  ~ base/Makefile                         

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

openarena

  ~ Makefile                              

  > mark BROKEN-i386
  > code/qcommon/vm_x86.c:(.text+0x18): undefined reference to `callMask'
  > (sthen@)

openttd

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

== geo =============================================================== 10/31 ==

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

gmapcatcher

  ~ Makefile                              

  > moved to github (jasper@)

== graphics ========================================================== 11/31 ==

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

graphics

  ~ Makefile                              

  > remove py-graphics, no longer maintained upstream and never got updated
  > after Makefile -r1.1.1.1
  > ok aja@ (jasper@)

DevIL

  ~ patches/patch-lib_Makefile_in         

  > filter out -std=c99 from libIL_la_CFLAGS; otherwise inline asm fails on
  > i386 (sthen@)

colord

  ~ Makefile                              

  > Bump portroach. (ajacoutot@)

  ~ Makefile                              

  > Add another skipv to PORTROACH. (ajacoutot@)

delaboratory

  ~ Makefile                              

  > remove dead HOMEPAGE/MASTER_SITES (jasper@)

feh

  ~ Makefile                              ~ distinfo

  > Update to feh-2.19.3 (dcoppa@)

ffmpeg

  ~ Makefile                              ~ distinfo

  > Update to ffmpeg-20170825.
  > from Brad (maintainer) (ajacoutot@)

gifsicle

  ~ Makefile                              ~ distinfo

  > Update to gifsicle-1.90. (benoit@)

gimp

  ~ stable/Makefile                       

  > prioritize https over http/ftp for distfiles.
  > ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the
  > rest (tj@)

  ~ stable/Makefile                       

  > fix syntax error (naddy@)

maim

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

mapnik

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

pdf2djvu

  ~ Makefile                              

  > remove stale comment (jasper@)

pinta

  ~ Makefile                              

  > Face reality and mark mono BROKEN; it's too unreliable in bulks.
  > Drop BROKEN from dependent ports to let them a chance to build if mono is
  > ever fixed.
  > ok sthen@ naddy@ robert@ (ajacoutot@)

py-cairo

  ~ Makefile                              ~ distinfo

  > Update to py-cairo-1.15.1. (ajacoutot@)

py-graphics

  - Makefile                              - distinfo
  - patches/patch-PyGraphics_picture_py   - pkg/DESCR
  - pkg/PLIST                             

  > remove py-graphics, no longer maintained upstream and never got updated
  > after Makefile -r1.1.1.1
  > ok aja@ (jasper@)

rawtherapee

  ~ Makefile                              ~ distinfo
  ~ patches/patch-CMakeLists_txt          ~ pkg/PLIST

  > update to rawtherapee-5.2 (kirby@)

simgear

  ~ Makefile                              
  + patches/patch-simgear_nasal_cppbind_Ghost_hxx

  > fix clang build
  > REVISION bump tweak and ok pascal@ (rsadowski@)

slop

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

tesseract

  ~ tesseract/Makefile                    

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

== infrastructure ==================================================== 12/31 ==

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

mk

  ~ bsd.port.mk                           

  > even though those names shouldn't be strange, doesn't hurt to protect
  > against
  > -something names. (espie@)

  ~ arch-defines.mk                       

  > centralize arch compiler support so we cant teach COMPILER to
  > set ONLY_FOR_ARCHS (espie@)

  ~ bsd.port.mk                           ~ compiler.port.mk
  ~ modules.port.mk                       

  > rework COMPILER yet again. new version should be easier to grasp (espie@)

  ~ README.internals                      

  > a few more bits (espie@)

templates

  ~ network.conf.template                 

  > prioritize https over http/ftp for distfiles.
  > ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the
  > rest (tj@)

  ~ network.conf.template                 

  > Unbreak. (sthen@)

== inputmethods ====================================================== 13/31 ==

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

ibus

  ~ Makefile                              

  > remove broken HOMEPAGE/MASTER_SITES and add backup mirror (jasper@)

ibus-anthy

  ~ Makefile                              

  > remove broken HOMEPAGE/MASTER_SITES and add backup mirror (jasper@)

== japanese ========================================================== 14/31 ==

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

mecab

  ~ Makefile                              

  > remove broken HOMEPAGE/MASTER_SITES and add backup mirror (jasper@)

== lang ============================================================== 15/31 ==

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

clang

  ~ clang.port.mk                         

  > centralize arch compiler support so we cant teach COMPILER to
  > set ONLY_FOR_ARCHS (espie@)

erlang

  ~ Makefile.inc                          

  > Fix GOT overflow on mips64.
  > OK jasper@ (visa@)

fsharp

  ~ Makefile                              

  > Face reality and mark mono BROKEN; it's too unreliable in bulks.
  > Drop BROKEN from dependent ports to let them a chance to build if mono is
  > ever fixed.
  > ok sthen@ naddy@ robert@ (ajacoutot@)

g77

  ~ Makefile                              

  > bump for plist changes 6.1 -> 6.2 (naddy@)

gcc

  ~ 4.9/Makefile                          ~ 4.9/gcc4.port.mk

  > centralize arch compiler support so we cant teach COMPILER to
  > set ONLY_FOR_ARCHS (espie@)

  ~ 4.6/Makefile                          ~ 4.9/Makefile

  > bump for plist changes 6.1 -> 6.2 (naddy@)

gprolog

  ~ Makefile                              

  > rework COMPILER yet again. new version should be easier to grasp (espie@)

mono

  ~ Makefile                              

  > Face reality and mark mono BROKEN; it's too unreliable in bulks.
  > Drop BROKEN from dependent ports to let them a chance to build if mono is
  > ever fixed.
  > ok sthen@ naddy@ robert@ (ajacoutot@)

parrot

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

pcc

  ~ Makefile                              

  > bump for plist changes 6.1 -> 6.2 (naddy@)

php

  ~ 5.5/Makefile                          ~ 5.6/Makefile
  ~ 7.0/Makefile                          

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

  ~ Makefile.inc                          ~ 5.5/Makefile
  ~ 5.6/Makefile                          ~ 7.0/Makefile

  > Let php-intl RUN_DEPENDS on icu4c,-wwwdata. (was supposed to be in previous
  > commit,
  > but I missed Makefile.inc from the command line when committing). (sthen@)

  ~ 5.6/Makefile                          ~ 5.6/distinfo

  > update to php-5.6.31, ok robert@ (sthen@)

  ~ 7.0/Makefile                          ~ 7.0/distinfo
  ~ 7.0/patches/patch-main_php_ini_c      

  > update to php-7.0.22, ok robert@ (sthen@)

rust

  ~ Makefile                              

  > bump for plist changes 6.1 -> 6.2 (naddy@)

swi-prolog

  ~ Makefile                              

  > bump for plist changes 6.1 -> 6.2 (naddy@)

== mail ============================================================== 16/31 ==

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

cyrus-imapd

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

mozilla-thunderbird

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

mutt

  ~ Makefile                              

  > prioritize https over http/ftp for distfiles.
  > ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the
  > rest (tj@)

rspamd

  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_CMakeLists_txt      

  > update to rspamd-1.6.3
  > from "Akai" (jasper@)

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

zarafa

  ~ zarafa/Makefile                       

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

== math ============================================================== 17/31 ==

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

R

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

foma

  ~ Makefile                              

  > remove broken HOMEPAGE/MASTER_SITES (jasper@)

minisat

  - patches/patch-core_Main_cc            - patches/patch-core_SolverTypes_h
  - patches/patch-mtl_template_mk         - patches/patch-simp_Main_cc
  - patches/patch-utils_System_cc         ~ Makefile
  ~ distinfo                              ~ pkg/DESCR
  ~ pkg/PLIST                             
  + patches/patch-minisat_core_SolverTypes_h
  + patches/patch-minisat_utils_System_cc

  > Update to latest git master.
  > Built with cmake, installs minisat libraries (needed for a devel/stp
  > update).  Discussed with jasper@ at t2k17. (jca@)

octave

  ~ Makefile                              

  > bump for plist changes 6.1 -> 6.2 (naddy@)

== meta ============================================================== 18/31 ==

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

tor-browser

  ~ Makefile                              ~ pkg/README

  > update to tor-browser 7.0.4, from attila (maintainer) (sthen@)

== misc ============================================================== 19/31 ==

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

dialog

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update dialog to 1.3-20170509.
  > Notable changes:
  > - Regenerate WANTLIB
  > - Fix broken URL for the FTP mirror
  > OK jca@ (fcambus@)

p5-Umph-Prompt

  ~ Makefile                              

  > remove broken HOMEPAGE/MASTER_SITES (jasper@)

== multimedia ======================================================== 20/31 ==

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

get_iplayer

  ~ Makefile                              ~ distinfo
  ~ patches/patch-get_iplayer             

  > update to get_iplayer-3.02 (sthen@)

libass

  ~ Makefile                              ~ distinfo

  > Update to libass-0.13.7.
  > from Brad (maintainer) (ajacoutot@)

libmp4v2

  ~ Makefile                              

  > replace dead homepage (jasper@)

== net =============================================================== 21/31 ==

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

haproxy

  ~ Makefile                              ~ distinfo

  > Update to haproxy-1.7.9
  > From ChangeLog: BUG/MAJOR: http: Fix possible infinity loop in
  > http_sync_(req|res)_state (danj@)

icbd

  - patches/patch-icb_c                   - patches/patch-icb_h
  ~ Makefile                              ~ distinfo

  > update to icbd-1.8. maintainer timeout (short-ish, but it's an important
  > fix
  > so i'm going ahead anyway). (sthen@)

kea

  - patches/patch-src_bin_dhcp4_tests_dhcp4_process_tests_sh_in
  - patches/patch-src_bin_dhcp6_tests_dhcp6_process_tests_sh_in
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             
  + patches/patch-src_bin_keactrl_kea-ca_conf_pre
  + patches/patch-src_bin_keactrl_kea_conf_pre
  + patches/patch-src_bin_keactrl_keactrl_conf_in

  > update to kea-1.2.0, from maintainer Patrik Lundin (sthen@)

knot

  ~ Makefile                              

  > conform to old style (espie@)

lftp

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               ~ patches/patch-lib_vasnprintf_c
  ~ patches/patch-src_Makefile_in         

  > Update lftp to 4.7.8
  > ok sthen@ (rsadowski@)

libnids

  ~ Makefile                              ~ pkg/PLIST
  + patches/patch-src_Makefile_in         + patches/patch-src_checksum_c

  > de-inline some i386-only functions, fixing consumers when built with clang.
  > while there, switch to shared lib. (sthen@)

librenms

  ~ Makefile                              ~ distinfo
  ~ patches/patch-html_install_php        

  > update to librenms-1.30.01 (sthen@)

lldpd

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to lldpd-0.9.8 (sthen@)

megatools

  ~ Makefile                              

  > prioritize https over http/ftp for distfiles.
  > ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the
  > rest (tj@)

  ~ Makefile                              

  > drop glib-networking dependency as it's no longer needed.
  > ok bentley (tj@)

mininet

  + Makefile                              + distinfo
  + patches/patch-Makefile                + patches/patch-mnexec_c
  + patches/patch-setup_py                + patches/patch-util_VIMAGEMOD
  + patches/patch-util_install-freebsd_sh
  + patches/patch-util_install-linux_sh   
  + patches/patch-util_install-openbsd_sh
  + patches/patch-util_switchd_conf       
  + patches/patch-mininet_openbsd___init___py
  + patches/patch-mininet_openbsd_intf_py
  + patches/patch-mininet_openbsd_node_py
  + patches/patch-mininet_openbsd_util_py
  + patches/patch-mininet_util_py         + patches/patch-bin_mn
  + patches/patch-mininet_linux___init___py
  + patches/patch-mininet_linux_intf_py   + patches/patch-mininet_linux_node_py
  + patches/patch-mininet_linux_util_py   + patches/patch-mininet_moduledeps_py
  + patches/patch-mininet_net_py          + patches/patch-mininet_node_py
  + patches/patch-mininet_nodelib_py      
  + patches/patch-mininet_freebsd___init___py
  + patches/patch-mininet_freebsd_intf_py
  + patches/patch-mininet_freebsd_node_py
  + patches/patch-mininet_freebsd_util_py
  + patches/patch-mininet_link_py         + patches/patch-mininet_clean_py
  + patches/patch-mininet_baseintf_py     + patches/patch-mininet_basenode_py
  + patches/patch-mininet_cli_py          + patches/patch-configure
  + patches/patch-examples_linearbandwidth_py
  + patches/patch-examples_miniedit_py    + patches/patch-examples_multitest_py
  + patches/patch-examples_treeping64_py
  + patches/patch-INSTALL                 + patches/patch-INSTALL_FreeBSD
  + patches/patch-INSTALL_Linux           + patches/patch-INSTALL_OpenBSD
  + patches/patch-README_md               + pkg/DESCR
  + pkg/PLIST                             

  > New import:
  >     Mininet creates a realistic virtual network, running real kernel,
  > switch

nagios

  ~ nrpe/Makefile                         

  > drop maintainer (sthen@)

openafs

  ~ Makefile                              
  ~ patches/patch-src_config_afs_sysnames_h

  > recognize OpenBSD 6.2 (naddy@)

p5-Net-DNS

  ~ Makefile                              ~ distinfo

  > update p5-Net-DNS to 1.12 (bluhm@)

p5-Nmap-Parser

  ~ Makefile                              ~ distinfo

  > Update to p5-Nmap-Parser-1.36. (benoit@)

pure-ftpd

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to pure-ftpd-1.0.46.
  > from Brad (maintainer) (ajacoutot@)

py-botocore

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-botocore-1.6.4. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to py-botocore-1.6.5. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to py-botocore-1.6.6. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to py-botocore-1.6.7. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to py-botocore-1.6.8. (ajacoutot@)

scamper

  ~ Makefile                              ~ distinfo

  > update to scamper-20170822 (sthen@)

seafile

  ~ Makefile.inc                          ~ ccnet/Makefile
  ~ ccnet/distinfo                        ~ client/Makefile
  ~ client/distinfo                       ~ libsearpc/Makefile
  ~ libsearpc/distinfo                    ~ libsearpc/pkg/PLIST
  ~ seafile/distinfo                      
  ~ seafile/patches/patch-daemon_vc-utils_c

  > update to seafile-6.1.0 (kirby@)

wireshark

  ~ Makefile                              + patches/patch-CMakeLists_txt

  > Patch CMakeLists to avoid using -pie in the build; it's now pushed back
  > to the linker on LLVM arches (tools/clang/lib/Driver/Tools.cpp r1.13),
  > and the combination of -pie -shared there was resulting in libwsutil.so
  > being mis-linked causing build to fail later.
  > Drop useless USE_GMAKE while there. (sthen@)

yaz

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

== news ============================================================== 22/31 ==

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

tin

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

== print ============================================================= 23/31 ==

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

cups-filters

  ~ Makefile                              ~ distinfo

  > Update to cups-filters-1.16.3. (ajacoutot@)

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

  > Update to cups-filters-1.17.0. (ajacoutot@)

  ~ Makefile                              ~ patches/patch-Makefile_in

  > Fix broken synmlinks.
  > reported by semarie (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to cups-filters-1.17.2. (ajacoutot@)

mpage

  ~ Makefile                              ~ distinfo
  ~ patches/patch-args_c                  ~ patches/patch-file_c
  ~ patches/patch-mpage_c                 ~ patches/patch-mpage_h
  ~ patches/patch-post_c                  

  > Update to mpage-2.5.7 (move to gplv2+)
  > from Ian McWilliam (maintainer) (jca@)

qpdf

  - patches/patch-configure               ~ Makefile
  ~ distinfo                              ~ pkg/PLIST

  > Update to qpdf-7.0beta1.
  > - needed for an upcoming cups-filters update (ajacoutot@)

sile

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

texlive

  ~ base/Makefile                         

  > Switch to c++-11 to make it possible to update print/poppler.
  > Should have no ill effects on archs with clang in base, and I did
  > some light testing before the switch of amd64 and i386 to clang
  > (when both COMPILER_LIBCXX and LIBCXX were used) without hitting
  > any problem.
  > Tentative ok from edd@, a long time ago. (kili@)

  ~ base/Makefile                         

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

== productivity ====================================================== 24/31 ==

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

kmymoney

  ~ Makefile                              
  ~ patch-kmymoney_plugins_onlinetasks_sepa_CMakeLists_txt
  + patch-kmymoney_dialogs_settings_CMakeLists_txt
  + patch-kmymoney_plugins_onlinetasks_national_CMakeLists_txt

  > Fix Ninja build and remove 'USE_NINJA=No'
  > fixes from upstream git
  > ok rsadowski@ (dcoppa@)

== security ========================================================== 25/31 ==

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

dsniff

  ~ Makefile                              

  > sync libs for libnids consumers (sthen@)

emldump

  ~ Makefile                              ~ distinfo

  > minor update to 0.0.10. (rpointel@)

encfs

  - patches/patch-encfs_encfssh           - patches/patch-encfs_main_cpp
  - patches/patch-encfs_openssl_cpp       - patches/patch-encfs_test_cpp
  ~ Makefile                              ~ distinfo
  ~ pkg/DESCR                             ~ pkg/PLIST
  + patches/patch-CMakeLists_txt          + patches/patch-encfs_SSL_Compat_h
  + patches/patch-internal_easylogging++_h

  > Update to encfs-1.9.2 & unbreak with clang
  > - cmake build system
  > - shared lib not installed any more
  > - now uses tinyxml2 instead of boost
  > - adjust license marker & other tweaks
  > Seems to work properly here. (jca@)

  ~ Makefile                              

  > Tweak automated tests, in case someone wants to run them (jca@)

gnupg2

  ~ patches/patch-doc_Makefile_in         

  > regen patch (jca@)

  ~ Makefile                              

  > Update devel/npth to 1.5 and make security/gnupg2 use it.
  > The last update to gnupg2 broke `gpg2 --refresh` and `gpg2 --send-keys`.
  > The
  > root is a bug in npthr, which appears to be fixed in 1.5.
  > OK giovanni@ and pea@ (MAINTAINER of both ports). Many thanks. (edd@)

gnutls

  ~ Makefile                              ~ distinfo

  > Update to gnutls-3.5.15. (ajacoutot@)

  ~ Makefile                              

  > prioritize https over http/ftp for distfiles.
  > ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the
  > rest (tj@)

gpa

  ~ Makefile                              

  > the recent change to move MASTER_SITE_GNUPG to https broke security/gpa;
  > bump REVISION and use a better HOMEPAGE. (sthen@)

letsencrypt

  ~ Makefile.inc                          ~ client/distinfo
  ~ py-acme/distinfo                      ~ py-acme/pkg/PLIST

  > update to certbot/py-acme 0.17.0 (sthen@)

libgcrypt

  - patches/patch-random_jitterentropy_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-random_jitterentropy-base_c

  > SECURITY update to libgcrypt-1.8.1.
  > - CVE-2017-0379 - side-channel attack on Curve25519 (ajacoutot@)

  ~ Makefile                              + patches/patch-cipher_ecc_c
  + patches/patch-mpi_ec_c                + patches/patch-src_mpi_h

  TAGGED OPENBSD_6_1
  > Merge upstream fix for:
  > - CVE-2017-0379 - side-channel attack on Curve25519 (ajacoutot@)

lynis

  ~ Makefile                              ~ distinfo

  > Update for Lynis to 2.5.3
  > https://cisofy.com/changelog/lynis/2.5.3/
  > OK benoit@ (gonzalo@)

nikto

  - patches/patch-nikto_pl                
  - patches/patch-plugins_nikto_core_plugin
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             + patches/patch-program_nikto_pl
  + patches/patch-program_plugins_nikto_core_plugin

  > Update to new version and move to github.
  > feedback from sthen@ fixed.
  > ok sthen@ (nigel@)

p5-IO-Socket-SSL

  ~ Makefile                              ~ distinfo

  > update p5-IO-Socket-SSL to 2.050
  > Test t/npn.t currently fails due to a LibreSSL incompatibility.
  > This is unrelated to this module update. (bluhm@)

pgp5

  ~ Makefile                              ~ pkg/PLIST

  > mirror the distfile and drop HOMEPAGE, as Hiltjo Posthuma noticed, the
  > domain
  > has lapsed. regen PLIST while there. (sthen@)

scanlogd

  ~ Makefile                              

  > sync libs for libnids consumers (sthen@)

sqlmap

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update for SQLMap to 1.1.8
  > Ok rpointel@ (gonzalo@)

sudo

  ~ Makefile                              ~ distinfo

  > Update to sudo 1.8.21 (millert@)

== shells ============================================================ 26/31 ==

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

nsh

  ~ Makefile                              

  > Fix link order to unbreak with FTS5 enabled sqlite3. (ajacoutot@)

== sysutils ========================================================== 27/31 ==

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

sysutils

  ~ Makefile                              

  > +arm-trusted-firmware (kettenis@)

  ~ Makefile                              

  > +atf-allwinner (jsg@)

  ~ Makefile                              

  > +dosfstools (jca@)

arm-trusted-firmware

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST
  + patches/patch-plat_rockchip_rk3399_include_shared_bl31_param_h

  > New import:
  >     Import ARM Trusted Firmware 1.4

  ~ Makefile                              ~ pkg/DESCR

  > - remove unneeded VERSION and PKGNAME
  > - spacing nits (jasper@)

  ~ Makefile                              

  > missing BDEP (32-bit arm-none-eabi-gcc-linaro required), and don't hide
  > compiler invocation. (sthen@)

  ~ Makefile                              

  > just use the normal build target (naddy@)

atf-allwinner

  + Makefile                              + distinfo
  + patches/patch-Makefile                + pkg/DESCR
  + pkg/PLIST                             

  > New import:
  >     Import ARM Trusted Firmware for Allwinner A64/H5.

awscli

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to awscli-1.11.137. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.138. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.139. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.140. (ajacoutot@)

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.141. (ajacoutot@)

binwalk

  - patches/patch-src_magic_executables   - patches/patch-src_magic_filesystems
  - patches/patch-src_magic_images        - patches/patch-src_setup_py
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to binwalk-2.1.1 (jasper@)

dosfstools

  + distinfo                              + Makefile
  + pkg/PLIST                             + pkg/DESCR
  + patches/patch-Makefile_in             + patches/patch-configure
  + patches/patch-src_blkdev_blkdev_c     + patches/patch-tests_test-mkfs
  + patches/patch-tests_test-fsck         

  > New import:
  >     Import dosfstools-4.1, a bunch of tools for FAT file systems

dwdiff

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

freeipmi

  ~ Makefile                              ~ distinfo

  > update to freeipmi-1.5.7 (sthen@)

py-augeas

  ~ Makefile                              ~ distinfo

  > update to py-augeas-1.0.3 (jasper@)

sysclean

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to sysclean-2.4.
  > from semarie (maintainer) (ajacoutot@)

terraform

  ~ provider-atlas/Makefile               ~ provider-atlas/distinfo
  ~ provider-azurerm/Makefile             ~ provider-azurerm/distinfo
  ~ provider-cloudstack/Makefile          ~ provider-cloudstack/distinfo
  ~ provider-digitalocean/Makefile        ~ provider-digitalocean/distinfo
  ~ provider-fastly/Makefile              ~ provider-fastly/distinfo
  ~ provider-google/Makefile              ~ provider-google/distinfo
  ~ provider-icinga2/Makefile             ~ provider-icinga2/distinfo
  ~ provider-kubernetes/Makefile          ~ provider-kubernetes/distinfo
  ~ provider-newrelic/Makefile            ~ provider-newrelic/distinfo
  ~ provider-opc/Makefile                 ~ provider-opc/distinfo
  ~ provider-openstack/Makefile           ~ provider-openstack/distinfo
  ~ provider-pagerduty/Makefile           ~ provider-pagerduty/distinfo
  ~ provider-profitbricks/Makefile        ~ provider-profitbricks/distinfo
  ~ provider-rancher/Makefile             ~ provider-rancher/distinfo
  ~ provider-scaleway/Makefile            ~ provider-scaleway/distinfo
  ~ provider-triton/Makefile              ~ provider-triton/distinfo
  ~ provider-vcd/Makefile                 ~ provider-vcd/distinfo
  ~ provider-vsphere/Makefile             ~ provider-vsphere/distinfo

  > Bump a few providers to a more recent release. (ajacoutot@)

  ~ provider-azurerm/Makefile             ~ provider-azurerm/distinfo
  ~ provider-openstack/Makefile           ~ provider-openstack/distinfo

  > More version bumps. (ajacoutot@)

u-boot

  ~ Makefile                              ~ pkg/PFRAG.aarch64
  ~ pkg/PFRAG.arm                         

  > Build combined images for Allwinner A64/H5 that include
  > atf/spl/uboot/dtbs without requiring the closed boot0 from Allwinner.
  > feedback from patrick@, ok kettenis@ on an earlier version (jsg@)

  ~ Makefile                              ~ pkg/PFRAG.aarch64
  ~ pkg/PFRAG.arm                         + patches/patch-tools_kwbimage_c

  > Build u-boot for the Armada 38x (armv7) targets ClearFog and Turris
  > Omnia, and the EspressoBIN/MacchiatoBIN, which use 64-bit Armada SoCs.
  > ok jsg@ phessler@ (patrick@)

== telephony ========================================================= 28/31 ==

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

asterisk

  ~ Makefile                              

  > rework COMPILER yet again. new version should be easier to grasp (espie@)

  ~ Makefile                              

  > add comment noting that these two ports should keep COMPILER in sync
  > (sthen@)

asterisk-g729

  ~ Makefile                              

  > rework COMPILER yet again. new version should be easier to grasp (espie@)

  ~ Makefile                              

  > add comment noting that these two ports should keep COMPILER in sync
  > (sthen@)

asterisk-sounds

  ~ extra-sounds/Makefile.inc             ~ extra-sounds/en/distinfo
  ~ extra-sounds/en_GB/distinfo           ~ extra-sounds/fr/distinfo
  ~ extra-sounds/pkg/PLIST-en             ~ extra-sounds/pkg/PLIST-en_GB
  ~ extra-sounds/pkg/PLIST-fr             

  > update to asterisk-sounds-1.5.1 (sthen@)

== textproc ========================================================== 29/31 ==

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

calibre

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

enchant

  ~ Makefile                              ~ distinfo

  > Have DISTNAME match GH_PROJECT; hopefully this will fix the double entry in
  > portroach. (ajacoutot@)

  ~ Makefile                              

  > Unfuck PKGNAME. (ajacoutot@)

  ~ Makefile                              

  > Add a comment to explain why we want to explicitely set DISTNAME.
  > (ajacoutot@)

  ~ Makefile                              

  > Man this is not my day... (ajacoutot@)

  ~ distinfo                              

  > Forgot in previous. (ajacoutot@)

  ~ Makefile                              

  > I am an idiot and I should stop committing anything else today...
  > (ajacoutot@)

groff

  ~ Makefile                              + patches/patch-tmac_tty-char_tmac

  > My patch to render mathematical symbols and greek letters intelligibly
  > in ASCII output finally got committed upstream.  Use it in OpenBSD
  > right away, such that related work on mandoc can proceed.
  > Maybe we can even improve libm documentation before release. (schwarze@)

icu4c

  - pkg/DESCR                             - pkg/PFRAG.be
  - pkg/PFRAG.le                          - pkg/PLIST
  ~ Makefile                              + pkg/DESCR-main
  + pkg/DESCR-wwwdata                     + pkg/PLIST-main
  + pkg/PLIST-wwwdata                     

  > Switch icu4c back to --with-data-packaging=archive to place the data in
  > a separate file rather than directly in icudata.so to avoid the symbol
  > size warnings from ld.so.
  > As this data file is needed at runtime, provide a subpackage containing
  > a second copy installed under /var/www for use with chrooted web
  > applications (notably php-intl) that use icu4c. (Applications using
  > chroot jails other than /var/www will need a further copy of the data
  > file).
  > Feedback/ok ajacoutot@, bumps to follow. (sthen@)

libical

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

link-grammar

  ~ patches/patch-link-grammar_utilities_h

  > Tweak diff to build link-grammar with or without xlocale support.
  > Thanks tb@ for testing on a non-xlocale system. (jca@)

p5-PDF-API2

  ~ Makefile                              ~ distinfo

  > update to p5-PDF-API2-2.033 (sthen@)

py-ICU

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

py-pykwalify

  ~ Makefile                              

  > add missing RDEPs (jasper@)

vislcg3

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

wkhtmltopdf

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

== www =============================================================== 30/31 ==

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

firefox-esr

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

kcaldav

  ~ Makefile                              ~ patches/patch-Makefile

  > Fix link order to unbreak with FTS5 enabled sqlite3. (ajacoutot@)

mozilla-firefox

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

newsbeuter

  ~ Makefile                              

  > prioritize https over http/ftp for distfiles.
  > ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the
  > rest (tj@)

nextcloud

  ~ Makefile                              ~ pkg/PLIST

  > Fix httpd config sample, problem reported by Vaelatern on #openbsd
  > ok sthen (danj@)

nghttp2

  ~ Makefile                              ~ distinfo

  > update to nghttp2-1.25.0 (sthen@)

p5-HTML-Base

  ~ Makefile                              ~ pkg/PLIST

  > Perl placed was placed in P5ARCH should be in P5SITE, it's not arch
  > dependant.
  > OK bluhm@ (nigel@)

p5-HTTP-Cookies

  ~ Makefile                              ~ distinfo

  > Update to version 6.04. feedback from bluhm@
  > add TEST_DEPENDS, remove BUILD_DEPENDS = ${RUN_DEPENDS}
  > Ok bluhm@ (nigel@)

phantomjs

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

pnp4nagios

  - pkg/patch-share_pnp_templates_dist_check_dns_php
  - pkg/patch-share_pnp_templates_dist_check_multi_php
  - pkg/patch-share_pnp_templates_dist_check_ping_tick_php
  - pkg/patch-share_pnp_templates_dist_check_users_php
  - pkg/patch-share_pnp_templates_dist_default_php
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-cgi                         ~ pkg/PLIST-main

  > update to pnp4nagios-0.6.26
  > remove patches commited upstream (kirby@)

py-django

  ~ lts/Makefile                          ~ lts/distinfo
  ~ lts/pkg/PLIST                         

  > update django to 1.11.4.
  > ok benoit@. (rpointel@)

seamonkey

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

squid

  ~ Makefile                              ~ distinfo

  > update to squid-3.5.27 (sthen@)

tomcat

  ~ v7/Makefile                           ~ v7/distinfo
  ~ v7/pkg/PLIST-examples                 

  > Update to tomcat-7.0.81 (dcoppa@)

tor-browser

  ~ browser/Makefile                      

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

  ~ browser/Makefile                      

  > Properly bump. (ajacoutot@)

  ~ Makefile.inc                          ~ browser/Makefile
  ~ browser/distinfo                      ~ browser/files/all-openbsd.js
  ~ browser/files/configure               
  ~ browser/files/extension-overrides.js
  ~ browser/files/tor-browser-cfg-tail.js
  ~ browser/files/patch-js_src_jit_ProcessExecutableMemory_cpp
  ~ https-everywhere/Makefile             ~ https-everywhere/distinfo
  ~ noscript/Makefile                     ~ noscript/distinfo
  ~ tor-launcher/Makefile                 ~ tor-launcher/distinfo
  ~ tor-launcher/patch-src_modules_tl-util_jsm
  ~ torbutton/Makefile                    ~ torbutton/distinfo

  > update to tor-browser 7.0.4, from attila (maintainer) (sthen@)

varnish

  ~ Makefile                              ~ distinfo

  > Update for Varnish to 5.1.3:
  > * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12425
  > * Switch to GH repo.varnish-cache.org going down soon.
  > Ok pirofti@ rsadowski@ (gonzalo@)

  ~ Makefile                              

  > proper autotools dependencies and don't run autoconf twice (naddy@)

youtube-dl

  ~ Makefile                              ~ distinfo

  > Update youtube-dl to 2017.08.23
  > New extractors
  > - asiancrush
  > - cjsw
  > - joj
  > - megaphone
  > - nexx
  > - pearvideo
  > - ruv
  > - tastytrade
  > - voot
  > - watchbox
  > - yandexdisk
  > Removed
  > - clipfish
  > - godtv
  > - mpora
  > - teamfourstar
  > - yam (pirofti@)

  ~ Makefile                              ~ pkg/PLIST

  > add missing from PLIST
  > Ok fcambus@ (nigel@)

== x11 =============================================================== 31/31 ==

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

e17

  ~ e/Makefile                            ~ elementary/Makefile
  ~ emotion/Makefile                      ~ evas/Makefile

  > bump for plist changes 6.1 -> 6.2 (naddy@)

  ~ elementary/Makefile                   

  > mark as BROKEN-i386, segfault during build (sthen@)

gnome

  ~ latexila/Makefile                     ~ latexila/distinfo

  > Update to latexila-3.24.3. (ajacoutot@)

  ~ tracker/Makefile                      ~ tracker/distinfo
  ~ tracker/patches/patch-configure       

  > Update to meta-tracker-1.12.3. (ajacoutot@)

  ~ tracker/Makefile                      

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

  ~ grilo/Makefile                        ~ grilo/distinfo
  ~ grilo/pkg/PLIST                       

  > update to grilo-0.3.4 (jasper@)

  ~ grilo-plugins/Makefile                ~ grilo-plugins/distinfo
  ~ grilo-plugins/pkg/PLIST               

  > update to grilo-plugins-0.3.5 (jasper@)

  ~ empathy/Makefile                      ~ empathy/distinfo
  ~ empathy/pkg/PLIST                     

  > update to empathy-3.12.14 (jasper@)

  ~ empathy/Makefile                      

  > Drop now useless pre-configure target. (ajacoutot@)

  ~ photos/Makefile                       ~ photos/distinfo
  ~ photos/pkg/PLIST                      

  > Update to gnome-photos-3.24.3. (ajacoutot@)

gnustep

  ~ base/Makefile                         ~ corebase/Makefile

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

gtk+3

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-main                        

  > Update to gtk+3-3.22.19. (ajacoutot@)

hicolor-icon-theme

  ~ Makefile                              ~ distinfo

  > Update to hicolor-icon-theme-0.16. (ajacoutot@)

kde4

  ~ pim-runtime/patches/patch-plugins_tests_CMakeLists_txt

  > Fix build with CMake>=3.8
  > (adapted from upstream git commit e5c26385a3b047643856dcc423cb13535ff5d132)
  > (dcoppa@)

mate

  ~ atril/Makefile                        

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

mlterm

  - patches/patch-kiklib_src_Makefile_in
  - patches/patch-mkf_lib_Makefile_in     - patches/patch-xwindow_fb_x_h
  - patches/patch-xwindow_x_screen_c      - patches/patch-xwindow_xlib_x_h
  - patches/patch-xwindow_xlib_x_window_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure_in            ~ pkg/PLIST
  + patches/patch-baselib_src_Makefile_in
  + patches/patch-encodefilter_src_Makefile_in

  > Update to mlterm-3.8.2 (dcoppa@)

  ~ Makefile                              
  + patches/patch-uitoolkit_fb_ui_font_c

  > Fix wrong processing of percentage in a font name on framebuffer
  > (upstream HG changeset 3b790a86946a9338f481f894018e9855e5ae94c7) (dcoppa@)

mplayer

  ~ Makefile                              

  > Bump ffmpeg version. (ajacoutot@)

ogre

  ~ Makefile                              

  > mark x11/ogre as BROKEN-i386, problem with the mmx code in a clang build on
  > i386 and no straightforward way to disable. (sthen@)

qt4

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (naddy@)

qt5

  ~ qtbase/Makefile                       ~ qtwebkit/Makefile

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (sthen@)

vlc

  ~ Makefile                              

  > rework COMPILER yet again. new version should be easier to grasp (espie@)

windowmaker

  ~ Makefile                              + patches/patch-WINGs_wview_c
  + patches/patch-util_wmmenugen_parse_xdg_c

  > Bugfixes from upstream git:
  > WINGs: Set widget background pixmaps before realization.
  > Previously, when WMSetWidgetBackgroundPixmap() was called prior to
  > WMRealizeWidget(), no background pixmap was actually set.
  > (git commit 83f0b764e607306feb7b17026a11034e5cf84785)
  > util: fix parsing of XDG menus with multiple groups
  > (git commit e037ae3684928a2fbf4a3994562a322f5d3b0c71) (dcoppa@)

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

Reply via email to