OpenBSD ports changes summary for 2016-05-08
============================================

databases/tdb                           devel/go-tools
devel/libtalloc                         devel/py-asn1-modules
infrastructure/bin                      infrastructure/lib
lang/go                                 lang/pypy
security/libgcrypt                      sysutils/beats
sysutils/ipmitool                       sysutils/packer
sysutils/runit                          sysutils/terraform
textproc/link-grammar                   www/awstats
www/selfoss                             x11/gnome
x11/gtksourceview3                      

== databases ========================================================= 01/09 ==

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

tdb

  ~ Makefile                              

  > Switch MASTER_SITES to https://download.samba.org/pub/ (jca@)

== devel ============================================================= 02/09 ==

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

go-tools

  ~ Makefile                              

  > add PORTPATH to MODGO_ENV
  > Needed for tests, no changes in package (czarkoff@)

libtalloc

  ~ Makefile                              

  > Switch MASTER_SITES to https://download.samba.org/pub/ (jca@)

py-asn1-modules

  ~ Makefile                              

  > Make sure we depend on the proper FLAVOR of py-asn1.
  > reported by, same diff from and ok jca@ (ajacoutot@)

== infrastructure ==================================================== 03/09 ==

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

bin

  ~ proot                                 

  > reuse the User code in dpb instead of copying it. (espie@)

lib

  ~ DPB/Core.pm                           ~ DPB/SubEngine/Build.pm

  > these days, I've got starved code at end of builds, while there's
  > still kde3/kde4 contention. So reuse the affinity tactic to find a
  > Core with the right tainting if it exists. (espie@)

  ~ DPB/Engine.pm                         

  > tweak the heuristics to run the engine:
  > - don't do anything "smart" when the queue is empty. This mostly triggers
  > at start, and actually hinders dpb from processing more LISTING efficiently
  > - lower the threshold for "next" engine computation.  Engine cpu usage
  > still
  > stays within a few percent, but we avoid slumps in the middle, where the
  > "first" rescan puts the engine out for a while (I should probably look at
  > a non-linear function). (espie@)

  ~ DPB/User.pm                           

  > reuse the User code in dpb instead of copying it. (espie@)

  ~ DPB/Config.pm                         ~ DPB/State.pm

  > make things work better when chrooted, delay some expansions, and
  > acknowledge
  > that startup is going to run within the chroot. (espie@)

== lang ============================================================== 04/09 ==

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

go

  ~ go.port.mk                            

  > simplify MODGO_CMD environment customization
  > Clear user's environment with SETENV and provide MODGO_ENV for adding
  > variables
  > to environment and MODGO_GOPATH for altering GOPATH.
  > OK ajacoutot@, jasper@, kspillner@ (czarkoff@)

pypy

  ~ Makefile                              ~ distinfo

  > - add new pypy bootstrap for TIB, prepared by naddy
  > - raise minimum amount of memory in the ulimit check to 5GB (the
  > no_bootstrap
  > flavour uses even more, usually crashing the kernel on my 8GB workstation
  > if
  > I try to build it there) (sthen@)

== security ========================================================== 05/09 ==

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

libgcrypt

  ~ Makefile                              
  ~ patches/patch-cipher_crc-intel-pclmul_c
  + patches/patch-cipher_crc_c            

  > Drop use of pclmul/SSE4.1 for CRC, and the use of clang while here
  > While this bring a nice speed improvement over libgcrypt-1.6.5, it
  > requires newer gcc or clang.  Since libgcrypt is a requirement for
  > tons of ports, using clang here means that you end up building two huge
  > compilers before building anything useful.
  > pclmul alone is supported by base gcc and is still used for GCM.
  > ok ajacoutot@ (maintainer) (jca@)

  ~ patches/patch-cipher_crc-intel-pclmul_c
  ~ patches/patch-cipher_crc_c            

  > Re-add the error message that motivated those patches
  > crc-intel-pclmul.c:369: Error: no such instruction: `pextrd
  > $1,%xmm0,(%rdi)' (jca@)

== sysutils ========================================================== 06/09 ==

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

beats

  ~ Makefile.inc                          

  > simplify MODGO_CMD environment customization
  > Clear user's environment with SETENV and provide MODGO_ENV for adding
  > variables
  > to environment and MODGO_GOPATH for altering GOPATH.
  > OK ajacoutot@, jasper@, kspillner@ (czarkoff@)

ipmitool

  + patches/patch-lib_ipmi_isol_c         

  > missed 'cvs add' in previous (sthen@)

packer

  ~ Makefile                              

  > simplify MODGO_CMD environment customization
  > Clear user's environment with SETENV and provide MODGO_ENV for adding
  > variables
  > to environment and MODGO_GOPATH for altering GOPATH.
  > OK ajacoutot@, jasper@, kspillner@ (czarkoff@)

runit

  - patches/patch-src_fmt_ptime_c         ~ Makefile
  ~ distinfo                              ~ pkg/README

  > Update to runit-2.1.2
  > Kill time_t patch committed upstream and drop maintainership while here.
  > WARNING: upstream changed back the default service directory to
  > /service, check the instructions in the README and
  > share/doc/runit/upgrade.html (jca@)

terraform

  ~ Makefile                              

  > simplify MODGO_CMD environment customization
  > Clear user's environment with SETENV and provide MODGO_ENV for adding
  > variables
  > to environment and MODGO_GOPATH for altering GOPATH.
  > OK ajacoutot@, jasper@, kspillner@ (czarkoff@)

== textproc ========================================================== 07/09 ==

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

link-grammar

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-main                        

  > Update to link-grammar-5.3.7. (ajacoutot@)

== www =============================================================== 08/09 ==

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

awstats

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update www/awstats to 7.5
  > OK aja@ (rpe@)

selfoss

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update www/selfoss to 2.15
  > OK aja@ (rpe@)

== x11 =============================================================== 09/09 ==

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

gnome

  ~ clocks/Makefile                       ~ clocks/distinfo
  ~ clocks/pkg/PLIST                      

  > Update to gnome-clocks-3.20.1. (ajacoutot@)

  ~ tracker/Makefile                      
  + tracker/patch-src_libtracker-common_tracker-file-utils_c

  > Properly compute database partition remaining space.
  > With hint from otto@ (ajacoutot@)

gtksourceview3

  ~ Makefile                              ~ distinfo

  > update to gtksourceview3-3.20.3 (jasper@)

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

Reply via email to