OpenBSD ports changes summary for 2016-12-31
============================================

audio/audacious                         devel/jdk
devel/liburcu                           devel/llvm
devel/qt-creator                        games/uhexen2
graphics/png                            graphics/povray
lang/node                               math/py-bottleneck
multimedia/mkvtoolnix                   multimedia/yle-dl
net/gnugk                               net/powerdns
security/john-jumbo                     security/py-oauthlib
sysutils/riemann                        textproc/highlight
www/sblg                                x11/ogre

== audio ============================================================= 01/13 ==

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

audacious

  ~ Makefile                              

  > use ports gcc on arm to get atomic builtins (jsg@)

== devel ============================================================= 02/13 ==

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

jdk

  ~ 1.8/Makefile                          ~ 1.8/distinfo
  ~ 1.8/patch-hotspot_src_share_vm_runtime_globals_hpp
  + 1.8/patch-jdk_src_solaris_native_sun_management_OperatingSystemImpl_c

  > - switch bootstrap to bootjdk so that jdk 1.7 can be removed
  > - fix getOpenFileDescriptorCount() reported by Pavel Korovin
  > okay sthen@ (kurt@)

liburcu

  ~ Makefile                              

  > use ports gcc on arm to get atomic builtins
  > ok jca@ (MAINTAINER)
  > When running make test on arm this currently fails test_urcu_multiflavor,
  > jca plans to look into this. (jsg@)

llvm

  ~ Makefile                              

  > Broken on powerpc: undefined reference to `__atomic_load_8' (jca@)

qt-creator

  ~ Makefile                              

  > Fix build when qmake-generated Makefile tries to link in qtcreator.sh.
  > While there, add some BDEPs for better documentation builds. (zhuk@)

== games ============================================================= 03/13 ==

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

uhexen2

  - patches/patch-launcher_Makefile       
  - patches/patch-launcher_launcher_defs_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-docs_README             
  ~ patches/patch-engine_h2shared_snd_sys_h
  ~ patches/patch-engine_hexen2_Makefile
  ~ patches/patch-engine_hexen2_server_Makefile
  ~ patches/patch-engine_hexenworld_client_Makefile
  ~ patches/patch-engine_hexenworld_server_Makefile
  ~ patches/patch-hw_utils_hwmaster_Makefile
  ~ patches/patch-hw_utils_hwmquery_Makefile
  ~ patches/patch-hw_utils_hwrcon_Makefile
  ~ pkg/PLIST                             ~ pkg/README

  > update to uhexen2 1.5.8
  > ok edd@ (MAINTAINER) (jsg@)

== graphics ========================================================== 04/13 ==

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

png

  ~ Makefile                              ~ distinfo

  > security update to 1.6.27 for null-pointer-dereference bug; from Brad
  > (naddy@)

povray

  ~ Makefile                              ~ distinfo

  > update private libpng to 1.2.57: fix for null pointer dereference bug
  > (naddy@)

== lang ============================================================== 05/13 ==

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

node

  ~ Makefile                              

  > Doesn't build on powerpc: Illegal instruction (core dumped) (jca@)

== math ============================================================== 06/13 ==

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

py-bottleneck

  ~ Makefile                              

  > BROKEN on powerpc
  > cc -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -fPIC -I/usr/local/include/python2.7
  > -I/usr/local/lib/python2.7/site-packages/numpy/core/include -c
  > bottleneck/src/move.c -o
  > /usr/obj/ports/py-bottleneck-1.2.0/Bottleneck-1.2.0/temp.openbsd-6.0-macppc
  > -2.7/bottleneck/src/move.o
  > In file included from
  > /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytype
  > s.h:1804,
  > from
  > /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobje
  > ct.h:17,
  > from
  > /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject
  > .h:4,
  > from bottleneck/src/bottleneck.h:6,
  > from bottleneck/src/move.c:1:
  > /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_dep
  > recated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable
  > it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
  > bottleneck/src/move.c: In function 'move_std_float32':
  > bottleneck/src/move.c:568: error: unrecognizable insn:
  > (insn 893 195 199 15 (set (reg:SF 0 0)
  > (mem/u/c/i:SF (symbol_ref/u:SI ("*.LC170") [flags 0x82]) [0 S4 A32])) -1
  > (nil)
  > (nil))
  > bottleneck/src/move.c:568: internal compiler error: in extract_insn, at
  > recog.c:2077 (jca@)

== multimedia ======================================================== 07/13 ==

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

mkvtoolnix

  ~ Makefile                              ~ distinfo
  ~ patches/patch-ac_qt5_m4               

  > Update to mkvtoolnix-9.7.1.
  > from Brad (maintainer) (ajacoutot@)

yle-dl

  ~ Makefile                              ~ distinfo

  > update to yle-dl 2.13, from Timo Myyra (sthen@)

== net =============================================================== 08/13 ==

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

gnugk

  ~ Makefile                              

  > --disable-sqlite so it's not picked up.
  > reported by landry@ (ajacoutot@)

powerdns

  ~ Makefile                              

  > powerdns already builds with ports gcc, now that the arm baseline is
  > armv6k builtin atomics are available on arm and this builds so stop
  > marking it as BROKEN on arm. (jsg@)

== security ========================================================== 09/13 ==

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

john-jumbo

  ~ Makefile                              

  > Mark as BROKEN on arm, stray '$' in program (jca@)

py-oauthlib

  ~ Makefile                              ~ distinfo

  > fix distfile name (was "v2.0.0.zip") by switching to GH_* (sthen@)

== sysutils ========================================================== 10/13 ==

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

riemann

  ~ Makefile                              ~ pkg/PLIST
  ~ pkg/riemann.rc                        

  > Fix rc.d(8) script to comply to our template and habits.
  > While here, fix the @extraunexec line; from sthen@
  > "seems sensible" sthen@ (ajacoutot@)

== textproc ========================================================== 11/13 ==

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

highlight

  ~ Makefile                              ~ distinfo
  ~ patches/patch-src_makefile            ~ pkg/PLIST

  > Update to highlight-3.34. (benoit@)

== www =============================================================== 12/13 ==

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

sblg

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to sblg 0.3.10.
  > ok bentley@ (maintainer) (pascal@)

== x11 =============================================================== 13/13 ==

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

ogre

  ~ Makefile                              

  > ogre already builds with ports gcc, now that the arm baseline is armv6k
  > builtin atomics are available on arm and this builds so stop marking it
  > as BROKEN on arm. (jsg@)

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

Reply via email to