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

archivers/lha                           audio/paulstretch
editors/emacs21                         fonts/ja-mplus-ttf
fonts/ja-sazanami-ttf                   games/openttd
games/scummvm                           infrastructure/templates
inputmethods/anthy                      inputmethods/scim-anthy
japanese/kasumi                         japanese/nkf
lang/racket-minimal                     multimedia/gstreamer1
net                                     net/dnscrypt-proxy
net/poezio                              net/py-slixmpp
net/py3-slixmpp                         net/websockify
news/sabnzbd                            print/lyx
shells/yash                             sysutils/sysclean
www                                     www/py-aiohttp
www/py-gunicorn                         www/py-multidict
www/py3-aiohttp                         www/py3-multidict
x11/gpointing-device-settings           x11/wxSVG

== archivers ========================================================= 01/17 ==

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

lha

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

== audio ============================================================= 02/17 ==

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

paulstretch

  ~ Makefile                              

  > Mark BROKEN-powerpc, SIGILL during build. (landry@)

== editors =========================================================== 03/17 ==

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

emacs21

  ~ Makefile                              

  > Stop using ld -Z on architectures where it is not necessary.  For now this
  > means amd64 and sparc64.  Hopefully more architectures will follow.
  > ok jca@ (kettenis@)

== fonts ============================================================= 04/17 ==

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

ja-mplus-ttf

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

ja-sazanami-ttf

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

== games ============================================================= 05/17 ==

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

openttd

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to openttd-1.6.0.
  > Changelog:
  > http://us.binaries.openttd.org/binaries/releases/1.6.0/changelog.txt
  > (bentley@)

scummvm

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > update to scummvm 1.8.1 (jsg@)

== infrastructure ==================================================== 06/17 ==

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

templates

  ~ network.conf.template                 

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

== inputmethods ====================================================== 07/17 ==

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

anthy

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

scim-anthy

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

== japanese ========================================================== 08/17 ==

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

kasumi

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

nkf

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

== lang ============================================================== 09/17 ==

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

racket-minimal

  ~ Makefile                              

  > Add wxneeded to Racket. JIT tested on amd64. (juanfra@)

  ~ Makefile                              

  > Revert the previous revision. It broke the configure script. (juanfra@)

== multimedia ======================================================== 10/17 ==

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

gstreamer1

  ~ plugins-good/Makefile                 

  > Fix packaging on !(amd64|i386) by using MODGCC4_CPPWANTLIB instead of
  > estdc++.
  > Those two ports have multimedia/libvpx in their dependency chain, and
  > the latter uses lang/clang MODULE but only on i386 & amd64 only, which
  > in turns adds gcc4 to MODULES and thus adds lang/gcc/4.9,-libs to
  > LIB_DEPENDS.. but only for i386 & amd64 - thus breaking other archs with
  > 'Missing library for estdc++'.
  > Using MODGCC4_CPPWANTLIB fixes this, because it is set on archs using
  > lang/clang, and unset on the others.
  > ok ajacoutot@ (landry@)

  ~ plugins-good/Makefile                 

  > Fix previous - since those ports don't directly use gcc4 MODULE,
  > MODGCC4_CPPWANTLIB cant be defined/used there..
  > Manually add estdc++ to WANTLIB only on amd64 & i386, with a big comment
  > explaining why. sigh.
  > Discussed with sthen@ (landry@)

== net =============================================================== 11/17 ==

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

net

  ~ Makefile                              

  > py3-slixmpp -> py-slixmpp (danj@)

dnscrypt-proxy

  ~ Makefile                              

  > Fix on powerpc by passing libevent_cv_gc_sections_runs=no in CONFIGURE_ENV.
  > Since --gc-sections is broken on powerpc, but noone cared to okay jca@'s
  > binutils fix to disable it completely, continue fixing ports one by
  > one...
  > Btw, realized dnscrypt-proxy uses its own modified copy of libevent.. yay.
  > (landry@)

poezio

  ~ Makefile                              ~ pkg/PLIST

  > update the name of the depends after the renaming and add back some
  > annotation in the PLIST that were zapped in the import
  > ok sthen@ ajacoutot@ (previous diff ok shadchin@) (danj@)

py-slixmpp

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

  > New import:
  >     import net/py-slixmpp, net/py3-slixmpp renaming

py3-slixmpp

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > remove py3-slixmpp now it's py-slixmmp (danj@)

websockify

  ~ Makefile                              

  > switch to py.test, and use a TEST_DEPENDS on the exact version to make sure
  > that "make test" doesn't try and run on an old installed version of
  > websockify. (sthen@)

== news ============================================================== 12/17 ==

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

sabnzbd

  ~ Makefile                              ~ distinfo

  > Update to sabnzbd 1.0.3.
  > From Carlin Bingham (mglocker@)

== print ============================================================= 13/17 ==

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

lyx

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to LyX 2.2.0.
  > See http://wiki.lyx.org/LyX/NewInLyX22 for a list of changes.
  > With prodding & tested by Stefan Wollny (landry@)

== shells ============================================================ 14/17 ==

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

yash

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

== sysutils ========================================================== 15/17 ==

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

sysclean

  ~ Makefile                              ~ distinfo

  > update sysutils/sysclean to 1.8 (semarie@)

== www =============================================================== 16/17 ==

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

www

  ~ Makefile                              

  > py3-multidict -> py-multidict
  > py3-aiohttp -> py-aiohttp (danj@)

py-aiohttp

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

  > New import:
  >     import www/py-aiohttp, www/py3-aiohttp renaming

py-gunicorn

  ~ Makefile                              

  > update the name of the depends after the renaming
  > ok sthen@ ajacoutot@ (previous diff ok shadchin@) (danj@)

py-multidict

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

  > New import:
  >     import www/py-multidict, www/py3-multidict renaming

py3-aiohttp

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > remove py3-aiohttp now it's py-aiohttp (danj@)

py3-multidict

  - Makefile                              - distinfo
  - pkg/DESCR                             - pkg/PLIST

  > remove py3-multidict now it's py-multidict (danj@)

== x11 =============================================================== 17/17 ==

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

gpointing-device-settings

  ~ Makefile                              

  > As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
  > Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
  > references, and list some of their mirrors in network.conf.template.
  > (sthen@)

wxSVG

  ~ Makefile                              

  > Fix packaging on !(amd64|i386) by using MODGCC4_CPPWANTLIB instead of
  > estdc++.
  > Those two ports have multimedia/libvpx in their dependency chain, and
  > the latter uses lang/clang MODULE but only on i386 & amd64 only, which
  > in turns adds gcc4 to MODULES and thus adds lang/gcc/4.9,-libs to
  > LIB_DEPENDS.. but only for i386 & amd64 - thus breaking other archs with
  > 'Missing library for estdc++'.
  > Using MODGCC4_CPPWANTLIB fixes this, because it is set on archs using
  > lang/clang, and unset on the others.
  > ok ajacoutot@ (landry@)

  ~ Makefile                              

  > Fix previous - since those ports don't directly use gcc4 MODULE,
  > MODGCC4_CPPWANTLIB cant be defined/used there..
  > Manually add estdc++ to WANTLIB only on amd64 & i386, with a big comment
  > explaining why. sigh.
  > Discussed with sthen@ (landry@)

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

Reply via email to