OpenBSD ports changes summary for 2015-12-28
============================================

databases/mariadb                       devel
devel/cmocka                            devel/distcc
devel/emacs-haskell                     devel/flake8
devel/hs-conduit                        devel/hs-lifted-base
devel/hs-monad-control                  devel/hs-resourcet
devel/hs-transformers-base              devel/ipython
devel/quirks                            devel/ruby-rspec
fonts/blockzone                         graphics/glm
lang/ghc                                lang/hs-haskell-src-exts
lang/luajit                             lang/node
lang/rakudo                             misc/dvtm
multimedia/mpv                          security/yubico
sysutils/gource                         telephony/gsutil
telephony/stuntman                      www/chromium
www/erl-mochiweb                        www/iridium
x11/ogre                                

== databases ========================================================= 01/12 ==

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

mariadb

  ~ Makefile                              
  ~ patch-storage_innobase_include_os0sync_h
  ~ patch-storage_xtradb_include_os0sync_h

  > Enable building the MariaDB server on mips64 and more correct fix for
  > dealing
  > with the use of atomic ops.
  > from Brad (maintainer) (ajacoutot@)

== devel ============================================================= 02/12 ==

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

devel

  ~ Makefile                              

  > +distcc (jasper@)

  ~ Makefile                              

  > remove emacs-haskell which is badly outdated (in our tree) and a much newer
  > version is available via MELPA.
  > ok kili@ (jasper@)

cmocka

  ~ patches/patch-include_cmocka_h        

  > sys/stdint.h -> stdint.h, no functional change. (jca@)

distcc

  + distinfo                              + Makefile
  + patches/patch-src_compile_c           + patches/patch-src_exec_c
  + patches/patch-src_lsdistcc_c          + patches/patch-Makefile_in
  + patches/patch-src_setuid_c            + patches/patch-man_distccd_1
  + pkg/DESCR-gtk                         + pkg/DESCR-main
  + pkg/DESCR-server                      + pkg/PLIST-gtk
  + pkg/PLIST-main                        + pkg/PLIST-server
  + pkg/README-main                       + pkg/README-server
  + pkg/distccd.rc                        

  > New import:
  >     import distcc-3.1 (git head)

  ~ pkg/README-main                       

  > snuck in; no bump as not hooked up yet (jasper@)

  ~ patches/patch-src_compile_c           ~ patches/patch-src_exec_c
  ~ patches/patch-src_lsdistcc_c          

  > submitted upstream (jasper@)

emacs-haskell

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

  > remove emacs-haskell which is badly outdated (in our tree) and a much newer
  > version is available via MELPA.
  > ok kili@ (jasper@)

flake8

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

  > Update to flake8-2.5.1, from maintainer Bertrand Janin. (jca@)

  - patches/patch-flake8_tests_test_engine_py
  + patches/patch-setup_py                

  > Missed in previous. (jca@)

hs-conduit

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to hs-conduit-1.2.6. (kili@)

hs-lifted-base

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to hs-lifted-base-0.2.3.6. (kili@)

hs-monad-control

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to hs-monad-control-1.0.0.4. (kili@)

hs-resourcet

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to hs-resourcet-1.1.7. (kili@)

hs-transformers-base

  ~ Makefile                              ~ distinfo

  > Update to hs-transformers-base-0.4.4. (kili@)

ipython

  ~ Makefile                              

  > devel/ipython: add missing dependency.
  > Spotted by Fabian Raetz. OK sthen@. Thanks. (edd@)

quirks

  ~ Makefile                              ~ files/Quirks.pm

  > register emacs-haskell removal (jasper@)

ruby-rspec

  ~ serverspec/Makefile                   ~ serverspec/distinfo

  > update to serverspec-2.26.0 (jasper@)

== fonts ============================================================= 03/12 ==

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

blockzone

  ~ Makefile                              ~ distinfo

  > use GH_PROJECT to construct DISTNAME and sync filename case in distinfo
  > (jasper@)

== graphics ========================================================== 04/12 ==

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

glm

  - patches/patch-test_external_gli_core_image2d_inl
  ~ Makefile                              ~ distinfo
  ~ patches/patch-CMakeLists_txt          ~ pkg/PLIST

  > - update to glm-0.9.7.1 (jasper@)

== lang ============================================================== 05/12 ==

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

ghc

  ~ Makefile                              ~ distinfo

  > Update to use ghc-7.10.3b distfiles. No changes to ghc-main, only
  > ghc-doc is affected.
  > BTW: a merge of -main and -doc will be done later, and some other
  > changes are in my queue. (kili@)

hs-haskell-src-exts

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to hs-haskell-src-exts-1.17.1. (kili@)

luajit

  ~ Makefile                              

  > Remove a comment that has been bogus for awhile now that 4.9 is being
  > built.
  > from Brad (ajacoutot@)

node

  ~ Makefile                              

  > Add 'powerpc' to ONLY_FOR_ARCHS.
  > Node builds and runs just fine on macppc since v8 has ppc support.
  > ok abieber@ (mpi@)

rakudo

  ~ Makefile                              ~ pkg/PLIST

  > Upstream has decided to include a timestamp in certain filenames.  Comment
  > out
  > the corresponding plist entries to at least get this to package until they
  > figure it out.
  > found the hard way by kili@ (pascal@)

  ~ Makefile                              ~ pkg/PLIST

  > previous was *still* not enough.  using checksums as filenames is
  > apparently
  > a bad idea too ... (pascal@)

== misc ============================================================== 06/12 ==

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

dvtm

  - patches/patch-madtty_c                ~ Makefile
  ~ distinfo                              ~ patches/patch-Makefile
  ~ patches/patch-config_mk               ~ pkg/PLIST
  + patches/patch-dvtm_c                  + patches/patch-vt_c

  > update to dvtm-0.14 (jasper@)

== multimedia ======================================================== 07/12 ==

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

mpv

  ~ Makefile                              

  > Enable mpv on mips64 now that it has atomic ops.
  > from Brad, ok jasper@ (ajacoutot@)

== security ========================================================== 08/12 ==

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

yubico

  ~ yubikey-personalization/Makefile      ~ yubikey-personalization/distinfo

  > update to ykpers-1.17.3 (sthen@)

== sysutils ========================================================== 09/12 ==

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

gource

  ~ Makefile                              

  > - fix HOMEPAGE
  > - will prefer to use sdl2 over sdl1
  > - glm is a BDEP, not LDEP (jasper@)

== telephony ========================================================= 10/12 ==

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

gsutil

  ~ Makefile                              ~ distinfo

  > update to gsutil-3.1 (jasper@)

stuntman

  ~ Makefile                              

  > give this a chance to build on mips64 (jasper@)

== www =============================================================== 11/12 ==

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

chromium

  ~ Makefile                              

  > add mojo bindings to the pre-build targets (robert@)

erl-mochiweb

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to erl-mochiweb 2.12.2 (jasper@)

  ~ Makefile                              

  > add PORTROACH annotation (jasper@)

iridium

  ~ Makefile                              

  > add mojo bindings to the pre-build targets (robert@)

== x11 =============================================================== 12/12 ==

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

ogre

  ~ Makefile                              

  > enable on mips64 (jasper@)

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

Reply via email to