OpenBSD ports changes summary for 2017-07-28
============================================

archivers/quazip                        cad/qcad
devel/llvm                              devel/mingw
editors/libreoffice                     lang/pfe
lang/rust                               mail/rmilter
multimedia/gstreamer-0.10               net/isc-bind
net/isc-dhcp                            net/pchar
net/py-botocore                         net/telegram-purple
print/cups-filters                      print/foomatic-db
security/pinentry                       sysutils/awscli
textproc/zathura                        www/icedtea-web
www/lynx                                x11/dbus
x11/kde4                                x11/qt5

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

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

quazip

  ~ Makefile                              

  > actually bump (naddy@)

== cad =============================================================== 02/14 ==

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

qcad

  ~ Makefile                              

  > have qcad obey CC/CXX (espie@)

== devel ============================================================= 03/14 ==

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

llvm

  ~ Makefile                              

  > COMPILER_LIBCXX -> MODGCC4_CPPWANTLIB, spotted by semarie
  > (we do want devel/llvm to change to building with base clang instead
  > of gcc4, but some other ports aren't ready for this yet, e.g. rust)
  > (sthen@)

mingw

  ~ Makefile                              

  > trick mingw into considering clang first.
  > - COMPILER_LINKS
  > - pass PORTPATH thru (espie@)

== editors =========================================================== 04/14 ==

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

libreoffice

  ~ Makefile                              

  > bump; ok sthen@ (naddy@)

== lang ============================================================== 05/14 ==

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

pfe

  ~ Makefile                              

  > disable global register variables when building with clang, which in
  > practice does not support such a fixed register allocation (naddy@)

rust

  ~ Makefile                              

  > As reported by semarie, lang/rust is special, it requires ports gcc to
  > build itself, and LLVM (not clang). So COMPILER_LIBCXX is wrong in this
  > case. Switch to MODGCC4_CPPWANTLIB and bump. (sthen@)

== mail ============================================================== 06/14 ==

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

rmilter

  ~ Makefile                              

  > MODGCC4 -> COMPILER (sthen@)

== multimedia ======================================================== 07/14 ==

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

gstreamer-0.10

  ~ plugins-good/Makefile                 + plugins-good/patch-gst_goom_mmx_h

  > fix gstreamer-0.10/plugins-good on clang/i386 (mmx problem), from freebsd
  > (sthen@)

== net =============================================================== 08/14 ==

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

isc-bind

  ~ Makefile                              + patches/patch-lib_isc_Makefile_in

  > let it build with clang, just grab the unwinder from c++abi (espie@)

  ~ Makefile                              ~ distinfo
  ~ patches/patch-bin_dig_dig_c           ~ patches/patch-lib_isc_unix_net_c

  > update to bind 9.10.6 (sthen@)

isc-dhcp

  ~ Makefile                              

  > not fixed for clang, but at least avoid picking up gcc in bind,
  > and extract the embedded tarball so that it is patchable. (espie@)

pchar

  ~ Makefile                              ~ patches/patch-ResultTable_cc

  > casting to long is brittle because it's different for 32 bit arches,
  > use sturdier absdiff instead (espie@)

py-botocore

  ~ Makefile                              ~ distinfo

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

telegram-purple

  ~ Makefile                              + patches/patch-tgl_queries_c
  + patches/patch-tgl_updates_c           

  > Avoid
  > vfprintf %s NULL in "DC%d '%.*s' update: %.*s:%d "
  > by changing a NULL string to the empty strimg in two places.
  > Positive feedback from deraadt and sthen.
  > maintainer timeout (tb@)

== print ============================================================= 09/14 ==

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

cups-filters

  ~ Makefile                              ~ distinfo

  > Update to cups-filters-1.16.0. (ajacoutot@)

foomatic-db

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to foomatic-db-4.0.20170503. (ajacoutot@)

== security ========================================================== 10/14 ==

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

pinentry

  ~ Makefile                              ~ distinfo

  > Update to pinentry-1.0.0.
  > ok pea@ (maintainer) (ajacoutot@)

== sysutils ========================================================== 11/14 ==

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

awscli

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.127. (ajacoutot@)

== textproc ========================================================== 12/14 ==

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

zathura

  ~ core/Makefile                         ~ plugins/Makefile.inc

  > MODGCC4 -> COMPILER (sthen@)

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

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

icedtea-web

  ~ Makefile                              ~ pkg/DESCR
  ~ pkg/PLIST                             

  > Drop NPAPI plugin - leaving only javaws.
  > In 2017 java applets are more or less dead anyway, and NPAPI support
  > is being removed from gecko browsers. If you *really* need that crap for
  > old drac console or your crappy bank website, download the .jnlp file
  > and run it outside your browser using javaws. While here adapt
  > COMMENT/DESCR..
  > Allows to remove the xulrunner dependency, as xulrunner is heading
  > towards the attic...
  > ok giovanni@ (maintainer) sthen@ (landry@)

lynx

  ~ Makefile                              ~ distinfo
  ~ patches/patch-lynx_cfg                ~ patches/patch-lynx_man
  ~ patches/patch-src_LYMain_c            

  > Update lynx to 2.8.9pl16. (fcambus@)

== x11 =============================================================== 14/14 ==

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

dbus

  ~ Makefile                              ~ distinfo

  > Update to dbus-1.10.22. (ajacoutot@)

kde4

  + cantor/patches/patch-cmake_FindLibSpectre_cmake

  > partial fix for cantor. the cmakefile is a lie (espie@)

qt5

  + docs/Makefile                         + docs/distinfo
  + docs/pkg/PLIST-html                   + docs/pkg/PLIST-qch
  + docs/pkg/DESCR-html                   + docs/pkg/DESCR-qch

  > New import:
  >     Import new Qt5 offline documentation port.

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

Reply via email to