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

archivers/ripole                        astro/celestia
audio/liblo                             audio/libnjb
benchmarks/speedtest-cli                devel/gtest
devel/jdk                               devel/meson
devel/py-babel                          devel/py-hypothesis
devel/py-ipykernel                      devel/py-ipython_genutils
devel/py-sh                             editors/libreoffice
emulators/bochs                         emulators/qemu
games/mirrormagic                       graphics/evince
graphics/exiftran                       japanese/less
lang/cython                             lang/eagle
lang/jimtcl                             math
math/py-numexpr                         math/py-sympy
multimedia/x265                         net/librsync
net/oidentd                             net/putty
net/weechat                             net/znc
security                                security/keepassxc
sysutils/apcd                           sysutils/colortail
sysutils/gkrellm                        x11
x11/dbus                                x11/driftnet
x11/kde                                 x11/rxvt
x11/sliderule                           x11/xwallpaper
x11/xwit                                

== archivers ========================================================= 01/17 ==

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

ripole

  ~ patches/patch-Makefile                

  > -Werror considered harmful. You're going to do unsigned < 0, it can warn.
  > (espie@)

== astro ============================================================= 02/17 ==

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

celestia

  + patches/patch-src_celmath_intersect_h
  + patches/patch-src_celutil_basictypes_h

  > fix/clean up celestia for clang
  > okay aja@ (espie@)

== audio ============================================================= 03/17 ==

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

liblo

  ~ Makefile                              

  > disable doxygen
  > ok jca@ sthen@ (rsadowski@)

libnjb

  ~ Makefile                              ~ pkg/PLIST

  > Drop doxygen dependency/resulting docs.
  > ok jca@ sthen@ (rsadowski@)

== benchmarks ======================================================== 04/17 ==

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

speedtest-cli

  ~ Makefile                              ~ distinfo

  > Update speedtest-cli to 1.0.5.
  > OK benoit@, jung@ (fcambus@)

== devel ============================================================= 05/17 ==

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

gtest

  - patches/patch-include_gtest_internal_gtest-port_h
  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to gtest-1.8.0, fixes things with clang (sthen@)

jdk

  ~ 1.8/Makefile                          

  > - Clean up makefile and fix MAKE_ENV as per espie@ guidance. okay espie@
  > (kurt@)

  ~ 1.8/Makefile                          

  > prevent building on clang arch until someone figures out why it hangs
  > (espie@)

meson

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to meson-0.40.0. (ajacoutot@)

py-babel

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-babel 2.4.0 (shadchin@)

py-hypothesis

  ~ Makefile                              ~ distinfo

  > Update to py-hypothesis 3.7.4 (shadchin@)

py-ipykernel

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             + pkg/PFRAG.no-python3
  + pkg/PFRAG.python3                     

  > Update to py-ipykernel 4.6.1 (shadchin@)

  - pkg/PFRAG.no-python3                  - pkg/PFRAG.python3
  ~ Makefile                              ~ pkg/PLIST
  + patches/patch-setup_py                

  > Switch off install IPython kernels for Jupyter, otherwise cyclic
  > bdep with IPython. Thanks nigel@ for the report. (shadchin@)

py-ipython_genutils

  ~ Makefile                              ~ distinfo

  > Update to py-ipython_genutils 0.2.0 and take maintainership. (shadchin@)

py-sh

  ~ Makefile                              ~ distinfo

  > Update to py-sh 1.12.13. Take maintainership.
  > OK Johan Huldtgren (previous MAINTAINER). (juanfra@)

== editors =========================================================== 06/17 ==

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

libreoffice

  ~ Makefile                              

  > proper bump after jdk 1.7 -> 1.8 change (naddy@)

== emulators ========================================================= 07/17 ==

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

bochs

  - patches/patch-gui_term_cc             
  - patches/patch-iodev_sound_soundfile_cc
  - patches/patch-iodev_sound_soundlow_cc
  - patches/patch-iodev_sound_soundlow_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-_bochsrc
  ~ pkg/PLIST                             
  + patches/patch-iodev_network_eth_socket_cc

  > Update to bochs-2.6.9.
  > from Brad (ajacoutot@)

qemu

  - patches/patch-block_curl_c            - patches/patch-hw_virtio_virtio_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               
  ~ patches/patch-tcg_ppc_tcg-target_inc_c
  ~ pkg/PLIST                             

  > Update to qemu-2.9.0.
  > from Brad (maintainer) (ajacoutot@)

== games ============================================================= 08/17 ==

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

mirrormagic

  ~ patches/patch-src_Makefile            

  > too many inlines to fix, just use -fgnu89-inline (espie@)

== graphics ========================================================== 09/17 ==

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

evince

  ~ Makefile                              

  > Fix build with clang by passing -Wno-error=format-nonliteral to CFLAGS.
  > breakage reported by espie@
  > ok jasper@ (ajacoutot@)

exiftran

  ~ files/Makefile.exiftran               

  > fix linking with lld (sthen@)

== japanese ========================================================== 10/17 ==

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

less

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

  > Update ja-less to 382.262.03.b.01, the version maintained by Hiroki Sato.
  > espie@ agreed to take maintainer
  > ok bentley (yasuoka@)

== lang ============================================================== 11/17 ==

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

cython

  ~ Makefile                              ~ distinfo

  > Update to cython 0.25.2. Take maintainership. (juanfra@)

eagle

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to beta39.
  > In the port Makefile, put all the testing bits together in one place.
  > (stu@)

jimtcl

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

  > Update to 0.77pl0. (stu@)

== math ============================================================== 12/17 ==

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

math

  ~ Makefile                              

  > +py-sympy,python3 (shadchin@)

  ~ Makefile                              

  > +py-numexpr
  > +py-numexpr,python3 (shadchin@)

py-numexpr

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     Import py-numexpr 2.6.2, ok daniel@

py-sympy

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

  > Update to py-sympy 1.0, add py3 flavor and take maintainership. (shadchin@)

== multimedia ======================================================== 13/17 ==

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

x265

  ~ Makefile                              ~ distinfo

  > Update to x265-2.4. (ajacoutot@)

== net =============================================================== 14/17 ==

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

librsync

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to librsync-2.0.0
  > - mark a few private functions as static inline.  Fixes build with
  > clang, and remove a few global symbols from the shared lib
  > - switch to cmake
  > "reads good" danj@ (jca@)

oidentd

  ~ Makefile                              + patches/patch-src_oidentd_util_c
  + patches/patch-src_oidentd_util_h      

  > Another function needlessly declared as inline.  Fixes clang builds. (jca@)

putty

  ~ Makefile                              

  > force WARNINGOPTS in MAKE_FLAGS to disable -Werror (sthen@)

weechat

  ~ Makefile                              ~ distinfo

  > Security update to weechat-1.7.1
  > Fix a buffer overflow when removing quotes in DCC filename.
  > Tested by semarie (danj@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_6_1
  > Security update to weechat-1.7.1
  > Fix a buffer overflow when removing quotes in DCC filename. (danj@)

znc

  ~ Makefile                              ~ distinfo

  > Update to znc-1.6.5.
  > from Brad (maintainer) (ajacoutot@)

== security ========================================================== 15/17 ==

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

security

  ~ Makefile                              

  > +keepassxc (rsadowski@)

keepassxc

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     management tool for sensitive data

== sysutils ========================================================== 16/17 ==

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

apcd

  ~ Makefile                              + patches/patch-apcd_Makefile
  + patches/patch-apcmon_Makefile         + patches/patch-libmy_Makefile

  > don't use -Werror (sthen@)

colortail

  ~ patches/patch-TailFile_h              ~ patches/patch-TailFile_cc
  ~ patches/patch-Colorizer_cc            

  > regen (sthen@)

  ~ patches/patch-OptionsParser_cc        

  > regen (sthen@)

  ~ Makefile                              ~ patches/patch-CfgFileParser_cc
  ~ patches/patch-Colorizer_cc            ~ patches/patch-OptionsParser_cc
  ~ patches/patch-TailFile_cc             ~ patches/patch-TailFile_h
  + patches/patch-CfgFileParser_h         + patches/patch-ColorTail_cc
  + patches/patch-Info_cc                 + patches/patch-Usage_cc

  > iostream.h -> iostream, etc. (sthen@)

gkrellm

  ~ gkrellm/Makefile                      ~ gkrellm/distinfo
  ~ gkrellm/patches/patch-Makefile        
  ~ gkrellm/patches/patch-server_Makefile
  ~ gkrellm/patches/patch-server_configure
  ~ gkrellm/patches/patch-server_gkrellmd_h
  ~ gkrellm/patches/patch-server_main_c   ~ gkrellm/patches/patch-src_Makefile
  ~ gkrellm/patches/patch-src_sysdeps_bsd-net-open_c
  ~ gkrellm/pkg/PLIST-client              + gkrellm/patches/patch-common_mk

  > update to gkrellm-2.3.10, mostly from frantisek holop, small tweak from me
  > to
  > honour CC. (sthen@)

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

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

x11

  ~ Makefile                              

  > +xwallpaper (rsadowski@)

dbus

  ~ Makefile                              

  > Missed bump, yeah I still miss those... *facepalm*
  > thanks nigel@ for the report (ajacoutot@)

driftnet

  + patches/patch-src_packetcapture_c     + patches/patch-src_packetcapture_h
  + patches/patch-src_tmpdir_c            + patches/patch-src_tmpdir_h

  > use extern inline (sthen@)

kde

  ~ base3/Makefile                        

  > unbreak following removal of openexr from kdelibs3 (sthen@)

  ~ base3/pkg/PLIST-main                  

  > removing exr needs a new PLIST as well (sthen@)

rxvt

  + patches/patch-src_rxvt_h              

  > clang supports __attribute__ but it's not a macro, so rxvt compatibility
  > glue
  > ends up disabling it, thus breaking __only_inline very thoroughly (espie@)

sliderule

  ~ Makefile                              ~ patches/patch-sr_c
  ~ patches/patch-xcalc_c                 

  > clean-up a great deal. compiles cleanly with clang now.
  > at least one or two bugs/oddities fixed.
  > trivial tweaks for snprintf, strlcpy, strlcat (espie@)

xwallpaper

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     wallpaper setting utility for X

xwit

  ~ patches/patch-xwit_c                  + patches/patch-dsimple_c

  > fix really old C, make it build with clang, fix old varargs functions
  > (espie@)

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

Reply via email to