OpenBSD ports changes summary for 2016-06-01
============================================

archivers/lzip                          audio
audio/beets                             audio/py-acoustid
converters/wv                           databases
databases/puppetdb                      databases/puppetdb4
databases/py-puppetdb                   devel
devel/boost                             devel/hs-ConfigFile
devel/hs-MissingH                       devel/hs-hslogger
devel/quirks                            geo/qgis
lang                                    lang/io
lang/ocamlduce                          mail/p5-Email-Valid
mail/zarafa                             net/gnugk
net/ocserv                              news/sabnzbd
print/texlive                           security/pcsc-lite
security/sslscan                        sysutils
sysutils/facter                         sysutils/flashrom
sysutils/mcollective-plugins            sysutils/remotebox
sysutils/ruby-puppet                    www/php-predis
www/puppetboard                         www/py-flask-wtf
www/py-wtforms                          

== archivers ========================================================= 01/14 ==

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

lzip

  ~ clzip/Makefile                        ~ clzip/distinfo

  > Update to clzip 1.8. (juanfra@)

== audio ============================================================= 02/14 ==

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

audio

  ~ Makefile                              

  > update to py-acoustid-1.1.2, add python3 flavour (sthen@)

beets

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to beets-1.3.18 (now that pypi.io updated..) (sthen@)

py-acoustid

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to py-acoustid-1.1.2, add python3 flavour (sthen@)

== converters ======================================================== 03/14 ==

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

wv

  ~ Makefile                              ~ distinfo

  > Minor bugfix update to converters/wv 1.2.9, since it found a new home at
  > abisource.com. (landry@)

== databases ========================================================= 04/14 ==

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

databases

  ~ Makefile                              

  > +puppetdb4 (jasper@)

  ~ Makefile                              

  > +py-puppetdb,python3 (jasper@)

puppetdb

  ~ Makefile                              ~ pkg/PLIST-main
  ~ pkg/PLIST-plugin                      

  > register conflict with upcoming puppetdb4 port (jasper@)

puppetdb4

  + Makefile                              + distinfo
  + patches/patch-Makefile                + patches/patch-ext_bin_puppetdb
  + patches/patch-ext_cli_ssl-setup       
  + patches/patch-ext_config_conf_d_config_ini
  + patches/patch-ext_config_conf_d_jetty_ini
  + pkg/DESCR-plugin                      + pkg/DESCR-main
  + pkg/PLIST-main                        + pkg/PLIST-plugin
  + pkg/README-main                       + pkg/puppetdb.rc

  > New import:
  >     import puppetdb 4.1.0

py-puppetdb

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

  > - update to py-puppetdb-0.2.3 (this version requires puppetdb >= 3)
  > - add python3 flavor (jasper@)

== devel ============================================================= 05/14 ==

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

devel

  ~ Makefile                              

  > hooks cargo. I missed it when importing cargo. (semarie@)

boost

  ~ Makefile                              
  + patches/patch-boost_config_compiler_clang_hpp
  + patches/patch-boost_config_compiler_gcc_hpp
  + patches/patch-libs_filesystem_src_unique_path_cpp

  > boost does not like mixing different compilers at build and compile
  > time.
  > We build boost itself with gcc-4.2.1 from base, which doesn't support
  > the integer scalar type __int128, and this results in a
  > /usr/local/include/boost/config/user.hpp lacking the "BOOST_HAS_INT128"
  > define.
  > When compiling something that depends on boost using a newer compiler
  > like gcc-4.9 or clang, a code snippet in
  > /usr/local/include/boost/config/compiler/{clang,gcc}.hpp reactivates
  > __int128 support, but the code containing typedef declarations
  > inside /usr/local/include/boost/config/suffix.hpp is never reached,
  > because /usr/local/include/boost/config/user.hpp lacks "BOOST_HAS_INT128".
  > Hence, the following errors occur:
  > /usr/local/include/boost/type_traits/is_integral.hpp:72:1: error:
  > 'int128_type' is not a member of 'boost'
  > /usr/local/include/boost/type_traits/is_integral.hpp:73:1: error:
  > 'uint128_type' is not a member of 'boost'
  > As a temporary band-aid, completely disable __int128 support on
  > OpenBSD.
  > OK jca@, sthen@ (dcoppa@)

hs-ConfigFile

  ~ Makefile                              

  > Updates:
  > devel/hs-hslogger 1.2.9 -> 1.2.10
  > devel/hs-MissingH 1.3.0.2 -> 1.4.0.0 (dcoppa@)

hs-MissingH

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Updates:
  > devel/hs-hslogger 1.2.9 -> 1.2.10
  > devel/hs-MissingH 1.3.0.2 -> 1.4.0.0 (dcoppa@)

hs-hslogger

  ~ Makefile                              ~ distinfo

  > Updates:
  > devel/hs-hslogger 1.2.9 -> 1.2.10
  > devel/hs-MissingH 1.3.0.2 -> 1.4.0.0 (dcoppa@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > Note that ocamlduce has shuffled off this mortal coil.
  > cluebat & ok aja@ (krw@)

== geo =============================================================== 06/14 ==

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

qgis

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

  > Bugfix update to QGIS 2.14.3. (landry@)

== lang ============================================================== 07/14 ==

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

lang

  ~ Makefile                              

  > Unhook ocamlduce from build.
  > Marked broken for years, and no chance this will change.
  > Will be nuked shortly.
  > ok anil@ (maintainer) (krw@)

io

  ~ Makefile                              

  > s/BROKEN-amd64/BROKEN/ in lang/io now that setjmp cookies are in for
  > i386 (it is x86-only anyway). (sthen@)

ocamlduce

  - Makefile                              - distinfo
  - patches/patch-Makefile                - pkg/DESCR
  - pkg/PFRAG.native                      - pkg/PLIST

  > The world has moved on and ocamduce never made the jump to Ocaml 4.
  > It's dead Jim.
  > ok anil@ (maintainer) (krw@)

== mail ============================================================== 08/14 ==

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

p5-Email-Valid

  ~ Makefile                              

  > update to p5-Email-Valid-1.200 (sthen@)

  ~ distinfo                              

  > oops, missed distinfo for this (sthen@)

zarafa

  ~ webapp/Makefile                       

  > fix BUILD_DEPENDS; was rpm-*|rpm2cpio-*:converters/rpm2cpio, but actually
  > misc/rpm's rpm2cpio tool doesn't handle xz files which are used in here,
  > so converters/rpm2cpio is always needed. (sthen@)

== net =============================================================== 09/14 ==

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

gnugk

  ~ Makefile                              ~ distinfo

  > Update to gnugk-4.2.: (ajacoutot@)

ocserv

  ~ Makefile                              + patches/patch-src_tun_c

  > Add a patch from Andrew Karpow (committed to ocserv upstream) setting
  > IFF_MULTICAST, fixing ipv6 tunnel support on OpenBSD. (sthen@)

== news ============================================================== 10/14 ==

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

sabnzbd

  ~ Makefile                              ~ distinfo

  > Update to sabnzbd 1.0.2.
  > From Carlin Bingham (mglocker@)

== print ============================================================= 11/14 ==

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

texlive

  ~ Makefile.inc                          ~ base/Makefile
  ~ base/distinfo                         
  ~ base/patches/patch-texk_bibtex-x_Makefile_in
  ~ base/patches/patch-texk_kpathsea_Makefile_in
  ~ base/patches/patch-texk_ptexenc_Makefile_in
  ~ base/pkg/PLIST                        ~ base/pkg/README
  ~ texmf/Makefile                        ~ texmf/adj.mk
  ~ texmf/distinfo                        ~ texmf/files/mk_plists.py
  ~ texmf/files/patch-texmf-dist_scripts_context_stubs_unix_mtxrun
  ~ texmf/files/patch-texmf-dist_tex_latex_beamer_beamerbaseverbatim_sty
  ~ texmf/files/patch-texmf-dist_web2c_texmf_cnf
  ~ texmf/files/patch-texmf-dist_web2c_texmfcnf_lua
  ~ texmf/pkg/PLIST-buildset              ~ texmf/pkg/PLIST-context
  ~ texmf/pkg/PLIST-docs                  ~ texmf/pkg/PLIST-full
  ~ texmf/pkg/PLIST-main                  
  + texmf/pkg/patch-texmf-dist_doc_info_texdraw_info

  > print/texlive: Update to 2015.
  > OK abieber@, schwarze@.
  > Additional testing by Caspar Schutijser.
  > Thanks (edd@)

== security ========================================================== 12/14 ==

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

pcsc-lite

  ~ Makefile                              ~ distinfo
  + patches/patch-src_readerfactory_c     

  > Update to pcsc-lite-1.8.17 (dcoppa@)

  ~ patches/patch-src_readerfactory_c     + patches/patch-configure

  > Use the fix from upstream (dcoppa@)

sslscan

  ~ Makefile                              

  > fix "make extract NO_DEPENDS=Yes" (sthen@)

== sysutils ========================================================== 13/14 ==

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

sysutils

  ~ Makefile                              

  > +flashrom (sthen@)

facter

  ~ patches/patch-lib_CMakeLists_txt      
  ~ patches/patch-lib_inc_internal_facts_openbsd_networking_resolver_hpp
  ~ patches/patch-lib_src_facts_openbsd_memory_resolver_cc
  ~ patches/patch-lib_src_facts_openbsd_networking_resolver_cc
  ~ patches/patch-lib_src_facts_openbsd_virtualization_resolver_cc

  > merged upstream (jasper@)

flashrom

  + distinfo                              + Makefile
  + patches/patch-hwaccess_h              + patches/patch-Makefile
  + patches/patch-pciutils_lib_obsd-device_c
  + pkg/README                            + pkg/DESCR
  + pkg/PLIST                             

  > New import:
  >     import ports/sysutils/flashrom, ok krw

  ~ Makefile                              

  > post-extract -> pre-patch, to fix "make extract NO_DEPENDS=Yes" (sthen@)

mcollective-plugins

  ~ puppet-agent/Makefile                 ~ puppet-agent/distinfo

  > update to mcollective-puppet-agent-1.11.0 (jasper@)

remotebox

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to remotebox-2.1. (ajacoutot@)

ruby-puppet

  ~ 3/Makefile                            ~ 4/Makefile

  > group SUBST_CMD invocations; spotted by aja@ (jasper@)

  ~ Makefile                              

  > hookup puppet 4. it appears to be working well for agents and webrick
  > masters.
  > ok aja@ (jasper@)

  ~ Makefile.inc                          

  > sync URL (jasper@)

  ~ Makefile.inc                          ~ 3/Makefile
  ~ 4/Makefile                            

  > rgen is not required by puppet 3 unless the future parser is used (jasper@)

== www =============================================================== 14/14 ==

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

php-predis

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to Predis-1.0.4 (dcoppa@)

puppetboard

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             ~ pkg/README

  > - update to puppetboard-0.1.3 (this version requires puppetdb >= 3)
  > - add python3 flavor (jasper@)

py-flask-wtf

  ~ Makefile                              

  > be sure to use the correctly named sphinx-build. in case of the python3
  > flavor it tried to use sphinx-build instead of sphinx-build-3.
  > spotted by naddy@ (jasper@)

py-wtforms

  ~ Makefile                              

  > be sure to use the correctly named sphinx-build. in case of the python3
  > flavor it tried to use sphinx-build instead of sphinx-build-3.
  > spotted by naddy@ (jasper@)

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

Reply via email to