OpenBSD ports changes summary for 2017-08-24
============================================

archivers/lz4                           audio/mpd
audio/pianobar                          databases/apache-couchdb
databases/openldap                      databases/sqlite3
devel/dee                               devel/harfbuzz
devel/mono-addins                       editors/libreoffice
games/0ad                               games/openttd
graphics/DevIL                          graphics/maim
graphics/mapnik                         graphics/pinta
graphics/slop                           graphics/tesseract
infrastructure/mk                       lang/fsharp
lang/mono                               lang/parrot
lang/php                                mail/cyrus-imapd
mail/mozilla-thunderbird                mail/rspamd
mail/zarafa                             math/R
net/py-botocore                         net/yaz
news/tin                                print/cups-filters
print/sile                              print/texlive
productivity/kmymoney                   security/pgp5
security/sudo                           shells/nsh
sysutils/awscli                         sysutils/dwdiff
sysutils/u-boot                         textproc/calibre
textproc/icu4c                          textproc/libical
textproc/py-ICU                         textproc/vislcg3
textproc/wkhtmltopdf                    www/firefox-esr
www/kcaldav                             www/mozilla-firefox
www/phantomjs                           www/seamonkey
www/tor-browser                         www/varnish
www/youtube-dl                          x11/gnome
x11/gnustep                             x11/mate
x11/qt5                                 

== archivers ========================================================= 01/21 ==

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

lz4

  + 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@)

== audio ============================================================= 02/21 ==

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

mpd

  ~ Makefile                              

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

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@)

== databases ========================================================= 03/21 ==

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

apache-couchdb

  ~ Makefile                              

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

openldap

  ~ Makefile                              

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (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 ============================================================= 04/21 ==

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

dee

  ~ Makefile                              

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

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@)

mono-addins

  ~ 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@)

== editors =========================================================== 05/21 ==

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

libreoffice

  ~ Makefile                              

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

== games ============================================================= 06/21 ==

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

0ad

  ~ base/Makefile                         

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

openttd

  ~ Makefile                              

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

== graphics ========================================================== 07/21 ==

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

DevIL

  ~ patches/patch-lib_Makefile_in         

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

maim

  ~ Makefile                              

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

mapnik

  ~ Makefile                              

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

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@)

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 ==================================================== 08/21 ==

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

mk

  ~ README.internals                      

  > a few more bits (espie@)

== lang ============================================================== 09/21 ==

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

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@)

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@)

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@)

== mail ============================================================== 10/21 ==

  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@)

rspamd

  ~ 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 ============================================================== 11/21 ==

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

R

  ~ Makefile                              

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

== net =============================================================== 12/21 ==

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

py-botocore

  ~ Makefile                              ~ distinfo

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

yaz

  ~ Makefile                              

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

== news ============================================================== 13/21 ==

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

tin

  ~ Makefile                              

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

== print ============================================================= 14/21 ==

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

cups-filters

  ~ Makefile                              ~ patches/patch-Makefile_in

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

sile

  ~ Makefile                              

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

texlive

  ~ base/Makefile                         

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

== productivity ====================================================== 15/21 ==

  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 ========================================================== 16/21 ==

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

pgp5

  ~ Makefile                              ~ pkg/PLIST

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

sudo

  ~ Makefile                              ~ distinfo

  > Update to sudo 1.8.21 (millert@)

== shells ============================================================ 17/21 ==

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

nsh

  ~ Makefile                              

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

== sysutils ========================================================== 18/21 ==

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

awscli

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.139. (ajacoutot@)

dwdiff

  ~ Makefile                              

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

u-boot

  ~ 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@)

== textproc ========================================================== 19/21 ==

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

calibre

  ~ Makefile                              

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

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@)

py-ICU

  ~ Makefile                              

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

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 =============================================================== 20/21 ==

  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@)

phantomjs

  ~ Makefile                              

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

seamonkey

  ~ Makefile                              

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

tor-browser

  ~ browser/Makefile                      

  > bump; textproc/icu4c now uses multi-packages for -wwwdata (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@)

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@)

== x11 =============================================================== 21/21 ==

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

gnome

  ~ 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@)

gnustep

  ~ base/Makefile                         ~ corebase/Makefile

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

mate

  ~ atril/Makefile                        

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

qt5

  ~ qtbase/Makefile                       ~ qtwebkit/Makefile

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

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

Reply via email to