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

audio/ncmpc                             databases/postgresql
devel/cudf                              devel/ocaml-dose
devel/ocaml-extlib                      lang/gforth
lang/ruby                               mail
mail/claws-mail                         mail/mutt
mail/trojita                            math/R
net/librenms                            sysutils/opam
www/chromium                            www/phantomjs
www/py-httpbin                          

== audio ============================================================= 01/09 ==

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

ncmpc

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > Update to ncmpc-0.25 (dcoppa@)

== databases ========================================================= 02/09 ==

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

postgresql

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-contrib                     ~ pkg/PLIST-docs

  TAGGED OPENBSD_6_0
  > Security update to 9.5.4
  > ok robert@ (pea@)

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST-docs                        

  TAGGED OPENBSD_5_9
  > Security update to 9.4.8
  > ok robert@ (pea@)

== devel ============================================================= 03/09 ==

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

cudf

  ~ Makefile                              

  > Update extlib to 1.7.0, the same version opam installs when asked.
  > Switch to github hosting. Delete dead MASTER_SITES.
  > One tweak to a dependent (dose) due to a structure change.
  > Tweaks & ok sthen@ before 6.0 intervened (krw@)

ocaml-dose

  ~ Makefile                              
  ~ patches/patch-doseparse_stdOptions_ml

  > Update extlib to 1.7.0, the same version opam installs when asked.
  > Switch to github hosting. Delete dead MASTER_SITES.
  > One tweak to a dependent (dose) due to a structure change.
  > Tweaks & ok sthen@ before 6.0 intervened (krw@)

ocaml-extlib

  ~ Makefile                              ~ distinfo
  ~ pkg/PFRAG.native                      ~ pkg/PLIST

  > Update extlib to 1.7.0, the same version opam installs when asked.
  > Switch to github hosting. Delete dead MASTER_SITES.
  > One tweak to a dependent (dose) due to a structure change.
  > Tweaks & ok sthen@ before 6.0 intervened (krw@)

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

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

gforth

  ~ Makefile                              

  > switch from modifying LDFLAGS to USE_WXNEEDED; ok jasper@ (naddy@)

ruby

  ~ Makefile.inc                          ~ 1.8/Makefile
  ~ 2.0/Makefile                          ~ 2.1/Makefile
  ~ 2.2/Makefile                          ~ 2.3/Makefile

  > Add USE_WXNEEDED to ruby, to get devel/ruby-therubyracer working
  > Original diff from awolk@, OK sthen@
  > Change to use USE_WXNEEDED by me (jeremy@)

== mail ============================================================== 05/09 ==

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

mail

  ~ Makefile                              

  > backout mutt update, as spotted by kili the compressed folders patch
  > doesn't
  > apply, it's going to need more work than i have time for at the moment to
  > merge (i hate these external patchsets...) (sthen@)

claws-mail

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure_ac            ~ patches/patch-src_common_ssl_c
  ~ pkg/PLIST-main                        

  > update to claws-mail-3.14.0
  > Diff reads good to sthen@, ok jca@ (danj@)

mutt

  ~ Makefile                              ~ distinfo
  ~ pkg/DESCR                             ~ pkg/PLIST

  > backout mutt update, as spotted by kili the compressed folders patch
  > doesn't
  > apply, it's going to need more work than i have time for at the moment to
  > merge (i hate these external patchsets...) (sthen@)

trojita

  ~ Makefile                              

  > trojita requires W|X mappings (for QtWebKit), so link it with -z wxneeded
  > (it
  > needs a cmake flag rather than USE_WXNEEDED's ld wrapper, but let's still
  > add USE_WXNEEDED to provide uniform annotation).
  > Original diff from Caspar Schutijser (who takes maintainer), tweaks by me
  > and dcoppa (who managed to avoid needing a patch). ok dcoppa@ (sthen@)

  + patches/patch-CMakeLists_txt          

  > Remove a '-O2' unconditionally added to ${CMAKE_CXX_FLAGS}: we
  > already pass '-O2' to the build.
  > That '-Wall -Wsign-compare -O2 -O2 -pipe' was hurting my sense of
  > aesthetics. (dcoppa@)

== math ============================================================== 06/09 ==

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

R

  ~ Makefile                              ~ pkg/README

  > Use egfortran by default
  > OK feinerer@ (maintainer) (dcoppa@)

  ~ Makefile                              

  > Zap bogus "${MODFORTRAN_LIB_DEPENDS}" (dcoppa@)

== net =============================================================== 07/09 ==

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

librenms

  - patches/patch-scripts_agent-local_bind
  - patches/patch-scripts_agent-local_dmi
  - patches/patch-scripts_agent-local_tinydns
  ~ Makefile                              ~ distinfo
  ~ patches/patch-daily_sh                
  ~ patches/patch-html_pages_about_inc_php
  ~ patches/patch-includes_common_php     
  ~ patches/patch-includes_definitions_inc_php
  ~ pkg/PLIST                             
  + patches/patch-lib_influxdb-php_requirements_sh

  > update to LibreNMS 201608 (sthen@)

== sysutils ========================================================== 08/09 ==

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

opam

  ~ Makefile                              

  > Update extlib to 1.7.0, the same version opam installs when asked.
  > Switch to github hosting. Delete dead MASTER_SITES.
  > One tweak to a dependent (dose) due to a structure change.
  > Tweaks & ok sthen@ before 6.0 intervened (krw@)

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

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

chromium

  ~ Makefile                              ~ patches/patch-BUILD_gn

  > remove some unnecessary patches (robert@)

phantomjs

  ~ Makefile                              

  > phantomjs needs wxneeded, from Caspar Schutijser (sthen@)

  ~ Makefile                              

  > add comment "bundled webkit", prompted by a mail from aja (sthen@)

py-httpbin

  ~ Makefile                              ~ distinfo
  ~ patches/patch-setup_py                

  > Update to py-httpbin 0.5.0 (shadchin@)

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

Reply via email to