OpenBSD ports changes summary for 2017-06-01
============================================

archivers/zstd                          databases/pgbouncer
databases/skytools                      databases/sqlite3
devel/git                               devel/scons
editors/joe                             games/residualvm
games/scummvm                           games/vegastrike
graphics                                graphics/babl
graphics/gegl03                         graphics/gimp
graphics/krita                          graphics/sane-backends
lang/luajit                             net
net/knot                                net/packetq
net/py-botocore                         sysutils/awless
sysutils/awscli                         sysutils/google-cloud-sdk
www/p5-CGI-Compile                      www/p5-WWW-Curl
x11/gnustep                             x11/mate
x11/smplayer                            

== archivers ========================================================= 01/11 ==

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

zstd

  ~ Makefile                              

  > LANGS -> COMPILER_LANGS (sthen@)

== databases ========================================================= 02/11 ==

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

pgbouncer

  ~ Makefile                              

  > Drop USE_GROFF and bump.
  > Mandoc now copes with DocBook lists implemented with \h. (schwarze@)

skytools

  ~ Makefile                              

  > Drop USE_GROFF and bump.
  > Mandoc now copes with DocBook lists implemented with \h. (schwarze@)

sqlite3

  ~ Makefile                              ~ distinfo

  > Update to sqlite 3.19.2, will be required by gecko 54 or 55 anyway..
  > See https://www.sqlite.org/changes.html for a list of changes since 3.17.0
  > Went into a bunch of amd64 bulks. (landry@)

== devel ============================================================= 03/11 ==

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

git

  ~ Makefile                              

  > Drop USE_GROFF and bump.
  > Mandoc now copes with DocBook lists implemented with \h. (schwarze@)

scons

  ~ Makefile                              

  > Drop USE_GROFF and bump.
  > Mandoc now copes with DocBook lists implemented with \h. (schwarze@)

== editors =========================================================== 04/11 ==

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

joe

  ~ Makefile                              

  > Use iconv(1) to convert the russian manual page from KOI8-T to UTF-8
  > before installing; sthen@ agrees with the general direction.
  > Even though the russian manual is known to be heavily outdated, i
  > strongly dislike the idea of expecting porters to judge the quality
  > of the content of third-party documentation (as opposed to fixing
  > technical issues).  When i said as much on ports@, nobody really
  > objected.
  > So for now, merely fix the encoding.  If people *really* want the
  > manual page deleted, that can still be done. (schwarze@)

== games ============================================================= 05/11 ==

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

residualvm

  ~ Makefile                              

  > timing. those snuck in while I was doing the change (espie@)

scummvm

  ~ Makefile                              

  > timing. those snuck in while I was doing the change (espie@)

vegastrike

  ~ engine/Makefile                       ~ engine/patches/patch-Makefile_in
  ~ engine/patches/patch-configure        
  ~ engine/patches/patch-src_cmd_unit_generic_cpp
  + engine/patches/patch-setup_src_include_central_cpp
  + engine/patches/patch-setup_src_include_display_gtk_cpp
  + engine/patches/patch-setup_src_include_file_cpp
  + engine/patches/patch-setup_src_include_general_cpp
  + engine/patches/patch-src_audio_Exceptions_h
  + engine/patches/patch-src_cmd_script_script_statement_cpp
  + engine/patches/patch-src_cmd_unit_jump_h
  + engine/patches/patch-src_cmd_unit_physics_h
  + engine/patches/patch-src_gldrv_hashtable_3d_h
  + engine/patches/patch-src_gui_textinputdisplay_h
  + engine/patches/patch-src_physics_h    
  + engine/patches/patch-src_ship_commands_cpp

  > fix with clang (espie@)

== graphics ========================================================== 06/11 ==

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

graphics

  ~ Makefile                              

  > unhook krita (rsadowski@)

babl

  ~ Makefile                              ~ distinfo

  > Update to babl-0.1.28. (ajacoutot@)

gegl03

  ~ Makefile                              ~ distinfo

  > Update to gegl03-0.3.18. (ajacoutot@)

gimp

  ~ stable/Makefile                       ~ stable/distinfo
  ~ stable/patches/patch-app_Makefile_in
  ~ stable/patches/patch-etc_Makefile_in
  ~ stable/patches/patch-plug-ins_common_Makefile_in
  ~ stable/pkg/PLIST                      

  > update to 2.8.22
  > hints and ok tb@ (giovanni@)

krita

  + Makefile                              + distinfo
  + patches/patch-plugins_extensions_gmic_3rdparty_gmic_CImg_h
  + patches/patch-plugins_tools_basictools_kis_tool_colorpicker_cc
  + pkg/DESCR                             + pkg/PLIST

  > New import:
  >     Import graphics/krita 3.1.4

sane-backends

  ~ Makefile                              ~ pkg/PLIST

  > un-tedu graphics/sane-backends, removing sys/scanio.h caused one of the
  > backends
  > not to be built, breaking packaging and knocking out about 15 ports.  ok
  > aja (sthen@)

== lang ============================================================== 07/11 ==

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

luajit

  ~ Makefile                              

  > help this build with clang... apparently the dependent ports like it.
  > might be not 100% right, but it won't even build without it anyway.
  > (espie@)

== net =============================================================== 08/11 ==

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

net

  ~ Makefile                              

  > Add packetq. (fcambus@)

knot

  ~ Makefile                              ~ distinfo
  ~ patches/patch-samples_knot_sample_conf_in
  ~ pkg/PLIST                             ~ pkg/knot.rc
  + patches/patch-src_contrib_lmdb_mdb_c
  + patches/patch-src_libknot_lookup_h    

  > Major update to knot-2.4.2
  > Upstream stopped supporting LTS 1.6.* releases.  Let's move to the 2.x
  > branch which only supports LMDB (patched to use MDB_WRITEMAP) and
  > uses __thread (thus, needs clang or lang/gcc).
  > The config format changed a bit, /usr/local/libexec/knot1to2 might help.
  > Most work done by Alexis Vachette, ok fcambus@ (jca@)

packetq

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

  > New import:
  >     Import net/packetq.

py-botocore

  ~ Makefile                              ~ distinfo

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

== sysutils ========================================================== 09/11 ==

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

awless

  ~ Makefile                              ~ distinfo

  > Update to awless-0.1.0. (ajacoutot@)

awscli

  ~ Makefile                              ~ distinfo

  > Update to awscli-1.11.95. (ajacoutot@)

google-cloud-sdk

  ~ Makefile                              ~ distinfo
  ~ patches/patch-bin_bq                  
  ~ patches/patch-bin_docker-credential-gcloud
  ~ patches/patch-bin_gcloud              
  ~ patches/patch-bin_git-credential-gcloud_sh
  ~ patches/patch-bin_gsutil              ~ pkg/PLIST

  > Update to google-cloud-sdk-157.0.0. (ajacoutot@)

== www =============================================================== 10/11 ==

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

p5-CGI-Compile

  ~ Makefile                              ~ distinfo

  > Update to p5-CGI-Compile-0.22. (benoit@)

p5-WWW-Curl

  - patches/patch-curlopt-constants_c     ~ patches/patch-Makefile_PL

  > oops, curlopt-constants is a generated file, so patch the generator instead
  > (espie@)

== x11 =============================================================== 11/11 ==

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

gnustep

  ~ Makefile.inc                          

  > bad sebastia. COPYING in libobjc2 is a short BSD clone licence. (espie@)

  ~ make/Makefile                         + make/patches/clangpatch-target_make

  > base clang requires -lc++abi   for objc2 code to be linking, so fix that
  > (espie@)

  ~ make/Makefile                         

  > bump REVISION.
  > Remove PKG_ARCH=* this didn't even make sense before as there
  > are configuration discrepancies between architectures, and now the
  > clang files are different (espie@)

mate

  ~ atril/Makefile                        ~ calc/Makefile
  ~ control-center/Makefile               ~ engrampa/Makefile
  ~ eom/Makefile                          ~ marco/Makefile
  ~ panel/Makefile                        ~ pluma/Makefile
  ~ power-manager/Makefile                ~ terminal/Makefile
  ~ utils/Makefile                        

  > Missing yelp in MODGNOME_TOOLS.
  > Reported by Leo Unglaub for mata-terminal (missing bdep on itstool).
  > (ajacoutot@)

smplayer

  ~ Makefile                              ~ distinfo

  > Update for SMPlayer to 17.6.0:
  > (2017-05-23)
  > * (Add bookmark) Set focus on the name field.
  > * Save bookmarks just after edit.
  > (2017-05-16)
  > * Add an option in preferences -> network -> chromecast to convert
  > automatically
  > SRT subtitles to VTT.
  > (2017-05-11)
  > * Possibility to pass options to the acompressor filter (in smplayer.ini).
  > OK benoit@ (gonzalo@)

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

Reply via email to