OpenBSD ports changes summary for 2017-02-06
============================================

audio/ocp                               comms/hamlib
comms/pilot-link                        converters/p5-Cpanel-JSON-XS
databases/xapian-bindings               devel/jansson
devel/m4                                devel/p5-Glib2
devel/p5-IO-AIO                         devel/p5-SDL
devel/p5-libintl                        devel/py-testpath
devel/quirks                            devel/src
games/openxcom                          geo/gdal
geo/geos                                graphics/GraphicsMagick
lang/sbcl                               mail/cyrus-imapd
mail/neomutt                            net/adns
net/irssi-silc                          net/liboping
net/libproxy                            net/openvpn
net/profanity                           net/py-adns
sysutils/consolekit                     telephony/asterisk
textproc/calibre                        textproc/cloc
textproc/redland-bindings               www
www/clearsilver                         www/epiphany
www/fcgi                                www/p5-libapreq2
www/vimb                                x11/p5-Gtk2
x11/p5-Gtk2-GladeXML                    x11/p5-Gtk2-ImageView
x11/xfce4                               

== audio ============================================================= 01/16 ==

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

ocp

  ~ Makefile                              

  > Mark as BROKEN on alpha, it triggers an internal compiler error.
  > arctar.c:384: internal compiler error: in extract_insn, at recog.c:2077
  > (fcambus@)

== comms ============================================================= 02/16 ==

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

hamlib

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

pilot-link

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

== converters ======================================================== 03/16 ==

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

p5-Cpanel-JSON-XS

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

== databases ========================================================= 04/16 ==

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

xapian-bindings

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

== devel ============================================================= 05/16 ==

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

jansson

  ~ Makefile                              + patches/patch-src_hashtable_seed_c

  > Use arc4random() to seed the hashtable in jansson, rather than /dev/urandom
  > with a fallback to tv_sec ^ tv_usec ^ getpid.  ok kirby@ (maintainer).
  > (sthen@)

m4

  ~ Makefile                              ~ distinfo
  ~ patches/patch-doc_m4_1                ~ patches/patch-doc_m4_texi

  > Update to m4-1.4.18 (jca@)

p5-Glib2

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

p5-IO-AIO

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

p5-SDL

  ~ Makefile                              

  > Mark as BROKEN-i386: dependent ports (games/vacuum, games/frozen-bubble)
  > fail when checking for SDL_perl:
  > ./SDL_perl.c: loadable library and perl binaries are mismatched (got
  > handshake key 0x2b, needed 0xXXXXXXXX)
  > (the last number changes each time). (sthen@)

p5-libintl

  ~ Makefile                              

  > restore perl to WANTLIB, lost in gettext change (sthen@)

py-testpath

  ~ Makefile                              ~ distinfo

  > fixup distfile name, spotted jca@ (shadchin@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > Register removal of vimb. (fcambus@)

src

  ~ Makefile                              ~ distinfo

  > Update devel/src to 1.12
  > OK aja@ (rpe@)

== games ============================================================= 06/16 ==

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

openxcom

  ~ Makefile                              

  > Switch to in-ports gcc to make it start on the first run if LC_ALL=C is not
  > set.
  > Reported by Sol?ne Rapenne, thanks!
  > OK jca@ (kirby@)

== geo =============================================================== 07/16 ==

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

gdal

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

geos

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

  > Update to geos 3.6.1, all from Rafael Sadowksi, thanks!
  > Drop doxygen dependency/resulting docs. (landry@)

== graphics ========================================================== 08/16 ==

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

GraphicsMagick

  ~ Makefile                              

  > Add perl to WANTLIB, first batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

== lang ============================================================== 09/16 ==

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

sbcl

  ~ Makefile                              

  > The threads FLAVOR doesn't build on i386 either.
  > Spotted by sthen@
  > https://marc.info/?l=openbsd-ports&m=148632665127848&w=2 (jca@)

  ~ Makefile                              
  + patches/patch-src_runtime_GNUmakefile

  > Respect CFLAGS, don't hardcode -O3
  > Spotted in a report from sthen@ (jca@)

  ~ Makefile                              

  > zap stray OB at start of file (sthen@)

== mail ============================================================== 10/16 ==

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

cyrus-imapd

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

neomutt

  ~ Makefile                              ~ distinfo

  > update to neomutt-20170206 (sthen@)

== net =============================================================== 11/16 ==

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

adns

  ~ Makefile                              

  > Simplify (jca@)

  ~ pkg/DESCR                             

  > Trailing whitespace (jca@)

  ~ Makefile                              ~ distinfo

  > Bugfix update to ands-1.5.1 (jca@)

irssi-silc

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

liboping

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

libproxy

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

openvpn

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               ~ patches/patch-include_Makefile_in
  ~ patches/patch-src_openvpn_route_c     ~ patches/patch-src_openvpn_tun_c
  ~ pkg/PLIST                             
  + patches/patch-src_openvpn_ssl_openssl_c

  > Update to openvpn-2.4.0
  > Lots of new features and changes, see
  > https://github.com/OpenVPN/openvpn/blob/master/Changes.rst
  > Tests by danj@ and Bryan Linton, ok danj@ (jca@)

profanity

  ~ Makefile                              ~ distinfo
  ~ patch-tests_unittests_tools_stub_http_upload_c

  > minor update to 0.5.1, from MAINTAINER rsadowski
  > tested by feinerer and myself
  > ok feinerer (who also spotted and fixed a missing python dependency) (tb@)

py-adns

  ~ Makefile                              

  > perl -pi -> sed -i (jca@)

== sysutils ========================================================== 12/16 ==

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

consolekit

  ~ patches/patch-src_ck-manager_c        
  ~ patches/patch-src_ck-sysdeps-openbsd_c
  ~ patches/patch-tools_ck-get-x11-display-device_c

  > Pushed upstream. (ajacoutot@)

== telephony ========================================================= 13/16 ==

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

asterisk

  ~ Makefile                              ~ patches/patch-main_audiohook_c

  > raise debug level of other audiohook messages, even debug level 1 is
  > unusable
  > on a busy system (sthen@)

== textproc ========================================================== 14/16 ==

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

calibre

  ~ Makefile                              ~ distinfo
  ~ patches/patch-setup_build_py          ~ patches/patch-src_calibre_linux_py
  ~ pkg/PLIST                             

  > update to calibre-2.78.0 (sthen@)

cloc

  ~ Makefile                              

  > textproc/cloc fix RUN_DEPENDS
  > Last update to cloc listed LIB_DEPENDS without setting
  > run depends which resulted in a non working cloc when
  > installed via pkg_add if the user doesn't happen to
  > have LIB_DEPENDS from other sources.
  > OK sthen@ (awolk@)

redland-bindings

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

== www =============================================================== 15/16 ==

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

www

  ~ Makefile                              

  > Remove vimb, it's using the deprecated and insecure www/webkit.
  > OK ajacoutot@, gonzalo@ (fcambus@)

clearsilver

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

epiphany

  ~ Makefile                              ~ distinfo

  > - update to epiphany-3.22.6
  > Fixes 'password extraction sweep attack on password manager' (jasper@)

  + patches/patch-lib_ephy-profile-migrator_c

  > add missing patch (jasper@)

fcgi

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

p5-libapreq2

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

vimb

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > Remove vimb, it's using the deprecated and insecure www/webkit.
  > OK ajacoutot@, gonzalo@ (fcambus@)

== x11 =============================================================== 16/16 ==

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

p5-Gtk2

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

p5-Gtk2-GladeXML

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

p5-Gtk2-ImageView

  ~ Makefile                              

  > Add perl to WANTLIB, second batch. This used to be done automatically but
  > since SHARED_ONLY support was removed across the ports tree the perl module
  > no longer adds it, so it must be done manually for any perl ports that
  > provide perl shared-library modules (i.e.
  > libdata/perl5/site_perl/$ARCH/*.so)
  > and you must not remove them from WANTLIB even if they show as "Extra".
  > (sthen@)

xfce4

  ~ xfce4-clipman/Makefile                ~ xfce4-clipman/distinfo
  ~ xfce4-clipman/pkg/PLIST               

  > Update to xfce4-clipman 1.4.1 (landry@)

  ~ xfdashboard/Makefile                  ~ xfdashboard/distinfo
  ~ xfdashboard/pkg/PLIST                 

  > update to xfdashboard 0.6.1 (landry@)

  ~ terminal/Makefile                     ~ terminal/distinfo

  > update to xfce4-terminal 0.8.4 (landry@)

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

Reply via email to