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

audio/quodlibet                         editors/abiword
infrastructure/bin                      infrastructure/man
infrastructure/mk                       lang/ecl
lang/ruby                               math/gnumeric
multimedia/xine-lib                     net/p5-Net-DNS
net/py-boto                             print/libspectre
security                                security/keybase
security/libbde                         security/py-dfwinreg
sysutils                                sysutils/consul
sysutils/libvmdk                        sysutils/libvshadow
sysutils/libvslvm                       textproc/highlight
www/bozohttpd                           www/mozilla-firefox
x11/gnome                               x11/xfce4

== audio ============================================================= 01/13 ==

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

quodlibet

  ~ Makefile                              

  > Add missing py-futures dep to quodlibet, reported by Laurie Tratt, thanks!
  > While there, split deps into py2/all python/others, and replace gettext
  > module. (sthen@)

== editors =========================================================== 02/13 ==

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

abiword

  ~ Makefile                              

  > Sync WANTLIB to unbreak (reported by naddy@). (ajacoutot@)

== infrastructure ==================================================== 03/13 ==

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

bin

  - extract-dependencies                  - find-build-order
  - retrieve-index                        

  > kill old cruft. keep portslogger as people still use it (espie@)

man

  - man1/retrieve-index.1                 

  > kill old cruft. keep portslogger as people still use it (espie@)

mk

  ~ bsd.port.mk                           ~ pkgpath.mk

  > kill some old ghosts:
  > FTP_KEEP_ALIVE, README_TOPS, _FETCH*, RECURSIVE_FETCH_LIST
  > detection of old INSTALL/DEINSTALL/REQ scripts (espie@)

  ~ bsd.port.mk                           

  > comment tweaks (espie@)

  ~ bsd.port.mk                           

  > unbreak checksum. Simplify messages (espie@)

  ~ bsd.port.mk                           

  > instead of
  > VAR=
  > .for x in <maybe empty>
  > VAR += value
  > .endfor
  > do
  > .for x in <maybe empty>
  > VAR += value
  > .endfor
  > VAR ?=
  > (avoid an extra empty value at front) (espie@)

  ~ bsd.port.mk                           

  > explain the very intricate logic that handles all fetched files
  > simplify one variable (espie@)

  ~ bsd.port.mk                           

  > TRUSTED_PKG_PATH has been there long enough, so use it as intended (espie@)

== lang ============================================================== 04/13 ==

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

ecl

  ~ Makefile                              

  > Remove BROKEN-arm; seems reliable here (jca@)

ruby

  ~ 2.3/Makefile                          + 2.3/patches/patch-ext_ripper_depend

  > Workaround for ram-constrained archs: build ext/ripper/ripper.c with -O1
  > ok phessler@ jeremy@ (maintainer) (jca@)

  ~ 2.4/Makefile                          + 2.4/patches/patch-ext_ripper_depend

  > Workaround for ram-constrained archs: build ext/ripper/ripper.c with -O1
  > Same as lang/ruby/2.3.  Preventively add arm, just in case it is near
  > the maximum limit.
  > Prodded by jeremy@ (maintainer) (jca@)

== math ============================================================== 05/13 ==

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

gnumeric

  ~ Makefile                              

  > Sync WANTLIB to unbreak (reported by naddy@). (ajacoutot@)

== multimedia ======================================================== 06/13 ==

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

xine-lib

  ~ Makefile                              

  > Use standard type u_int32_t instead of __u32.
  > Build error after sys/videoio.h update reported by naddy@.
  > OK ajacoutot@ (feinerer@)

== net =============================================================== 07/13 ==

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

p5-Net-DNS

  ~ Makefile                              ~ distinfo

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

py-boto

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to py-boto-2.46.1. (ajacoutot@)

== print ============================================================= 08/13 ==

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

libspectre

  ~ Makefile                              

  > Regen WANTLIB. (ajacoutot@)

== security ========================================================== 09/13 ==

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

security

  ~ Makefile                              

  > +     SUBDIR += py-dfwinreg (rpointel@)

  ~ Makefile                              

  > +     SUBDIR += libbde (rpointel@)

keybase

  - patches/patch-go_install_install_unix_go
  - patches/patch-go_logger_redirect_stderr_nix_go
  - patches/patch-go_vendor_github_com_keybase_go-ps_process_openbsd_go
  - patches/patch-go_vendor_vendor_json   ~ Makefile
  ~ distinfo                              

  > Remove most of the patches as they are upstreamed. Bump to latest version.
  > OK awolk@ (abieber@)

libbde

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

  > New import:
  >     import libbde: access the BitLocker Drive Encryption encrypted volumes.

py-dfwinreg

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

  > New import:
  >     import dfwinreg: Digital Forensics Windows Registry.

== sysutils ========================================================== 10/13 ==

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

sysutils

  ~ Makefile                              

  > +     SUBDIR += libvmdk (rpointel@)

  ~ Makefile                              

  > +     SUBDIR += libvshadow (rpointel@)

  ~ Makefile                              

  > +     SUBDIR += libvslvm (rpointel@)

consul

  ~ Makefile                              

  > ONLY_FOR_ARCHS=amd64, ok ajacoutot (sthen@)

libvmdk

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

  > New import:
  >     import libvmdk: library and tools to access the VMware Virtual Disk
  > format.

libvshadow

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

  > New import:
  >     import libvshadow: library and tools to access the VSSformat.

libvslvm

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

  > New import:
  >     import libvslvm: library to access the LVM volume system format.

== textproc ========================================================== 11/13 ==

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

highlight

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to highlight-3.35. (benoit@)

== www =============================================================== 12/13 ==

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

bozohttpd

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                

  > Update to bozohttpd-20170201. (benoit@)

mozilla-firefox

  ~ Makefile                              
  + patches/patch-widget_gtk_nsWindow_cpp

  > Backport fix for #1335827 - frequent crashes with "ABORT:
  > RenderFreePicture: RenderBadPicture", reported and testing by semarie@
  > (landry@)

== x11 =============================================================== 13/13 ==

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

gnome

  ~ shell/Makefile                        

  > idn -> idn2 to unbreak (reported by naddy@) (ajacoutot@)

xfce4

  ~ xfce4-mount/Makefile                  ~ xfce4-mount/distinfo

  > Update to xfce4-mount 1.1.2 (landry@)

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

Reply via email to