[odc] Daily ports changes for 2008-03-24

ODC auto at squish.net
Tue Mar 25 07:00:06 GMT 2008


OpenBSD ports changes summary for 2008-03-24
============================================

audio                                   audio/akode
audio/aqualung                          audio/audacious-plugins
audio/audacity                          audio/hydrogen
audio/jack                              audio/mpd
audio/portaudio-svn                     databases/postgresql
devel/gstreamer-plugins                 devel/uuid
graphics/py-cairo                       infrastructure/fetch
mail                                    mail/p5-Email-Date-Format
multimedia/devede                       multimedia/xine-lib
net/pidgin                              www/liferea
x11/kde                                 x11/vlc
x11/xfce4                               

== audio ============================================================= 01/10 ==

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

audio

  ~ Makefile                              

  > add jack (jakemsr@)

akode

  ~ Makefile                              

  > explicitly disable jack and polyp (pulse) audio for now (jakemsr@)

aqualung

  ~ Makefile                              

  > add jack support
  > discussed with MAINTAINER (jakemsr@)

audacious-plugins

  ~ Makefile                              

  > disable jack output for now (jakemsr@)

audacity

  ~ Makefile                              ~ patches/patch-src_AudioIO_cpp

  > - use the capture parameters argument instead of the playback
  > parameters argument with Pa_IsFormatSupported() when checking if
  > certain capture parameters are supported.
  > - take maintainership per former MAINTAINER's suggestion (jakemsr@)

hydrogen

  ~ Makefile                              ~ patches/patch-configure
  ~ patches/patch-src_lib_drivers_OssDriver_cpp
  ~ patches/patch-src_lib_fx_LadspaFX_cpp
  + patches/patch-data_hydrogen_default_conf
  + patches/patch-src_lib_Hydrogen_cpp    + patches/patch-src_lib_Hydrogen_h
  + patches/patch-src_lib_Preferences_cpp
  + patches/patch-src_lib_drivers_JackDriver_cpp
  + patches/patch-src_lib_drivers_JackDriver_h

  > - default to /dev/audio for the audio device, but allow other
  > devices to be used as well
  > - add jack output.	these patches are back ported from hydrogen
  > subversion.
  > discussed with MAINTAINER (jakemsr@)

jack

  + Makefile                              + distinfo
  + patches/patch-jackd_engine_c          + patches/patch-configure_ac
  + patches/patch-drivers_netjack_net_source_c
  + patches/patch-jack_pc_in              
  + patches/patch-config_sysdeps_atomicity_h
  + patches/patch-libjack_intclient_c     
  + patches/patch-drivers_sun_sun_driver_c
  + patches/patch-drivers_sun_sun_driver_h
  + pkg/PLIST                             + pkg/DESCR

  > New import:
  >	import jack (jack-audio-connection-kit)

  ~ Makefile                              
  ~ patches/patch-drivers_sun_sun_driver_c

  > sun_driver tweaks:
  > - in each call to sun_driver_write(), bzero the buffer that will be
  > written to the audio device.  stops jackd from "buzzing" or
  > "humming" when the last samples from a client weren't true silence.
  > - consistently use bzero instead of memset to zero out buffers.
  > - add missing returns in error conditions. (jakemsr@)

mpd

  ~ Makefile                              

  > disable jack for now (jakemsr@)

portaudio-svn

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             ~ patches/patch-configure
  ~ patches/patch-src_hostapi_oss_pa_unix_oss_c

  > - maintainence update to revision 1360
  > - add jack support (jakemsr@)

== databases ========================================================= 02/10 ==

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

postgresql

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               
  ~ patches/patch-src_interfaces_ecpg_compatlib_Makefile
  ~ patches/patch-src_interfaces_ecpg_ecpglib_Makefile
  ~ patches/patch-src_interfaces_ecpg_pgtypeslib_Makefile
  ~ patches/patch-src_interfaces_libpq_Makefile
  ~ pkg/PLIST-contrib                     ~ pkg/PLIST-docs
  ~ pkg/PLIST-main                        ~ pkg/PLIST-server

  > Major update to version 8.3.1 - be sure to dump your databases before
  > you apply this and restore afterwards!
  > Additionally, implicit typecasts are history and not supported anymore.
  > Versions prior to 8.3 had the feature (some say bug) that functions,
  > expecting an argument to be of a certain type, have casted a variable of
  > any other type to the expected type, if possible.
  > This has changed now.  Tests surfaced rare occurrences of regressions,
  > which were then fixed in about ten minutes - and that code was not even
  > in the ports tree;	no issues found there.
  > A few more things have changed, namely tsearch2 went from contrib to the
  > core and native uuid type support was added;  for details read the
  > release announcement at
  > http://www.postgresql.org/docs/8.3/static/release-8-3.html.
  > tests & ok mbalmer@ (maintainer) (simon@)

== devel ============================================================= 03/10 ==

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

gstreamer-plugins

  ~ Makefile                              

  > disable jack for now (jakemsr@)

uuid

  - files/Makefile                        - pkg/DESCR-pgsql
  - pkg/PLIST-pgsql                       ~ Makefile

  > Remove -pgsql subpackage to avoid an endless loop as the next version of
  > postgresql will provide native uuid support, which depends on uuid.
  > Except a few function names your databases will need no changes.
  > For the list of new functions look at the postgresql-docs package or
  > http://www.postgresql.org/docs/8.3/static/uuid-ossp.html.
  > tests & ok mbalmer@ (simon@)

== graphics ========================================================== 04/10 ==

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

py-cairo

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > - update to 1.4.12
  > - remove SHARED_ONLY
  > - change my email
  > ok jasper@ (eric@)

== infrastructure ==================================================== 05/10 ==

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

fetch

  ~ fetch-all                             

  > zap keep-alive scaffolds, it's on all the time now. (espie@)

== mail ============================================================== 06/10 ==

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

mail

  ~ Makefile                              

  > add p5-Email-Date-Format (simon@)

p5-Email-Date-Format

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

  > New import:
  >	import p5-Email-Date-Format

== multimedia ======================================================== 07/10 ==

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

devede

  - patches/patch-devede_convert_py       ~ Makefile

  > - we have some kind of os.statvfs now (ajacoutot@)

xine-lib

  - patches/patch-src_demuxers_demux_flac_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               
  ~ patches/patch-src_audio_out_Makefile_in
  ~ patches/patch-src_input_Makefile_in   
  ~ patches/patch-src_libfaad_Makefile_in
  ~ patches/patch-src_libw32dll_wine_Makefile_in
  ~ patches/patch-src_xine-engine_Makefile_in
  ~ patches/patch-src_xine-engine_xine_c
  ~ pkg/PFRAG.i386-main                   ~ pkg/PLIST-arts
  ~ pkg/PLIST-esd                         ~ pkg/PLIST-main
  + pkg/DESCR-jack                        + pkg/PLIST-jack

  > -update to xine-lib-1.1.11
  > SECURITY: CVE-2008-0073: libreal (RTSP) boundary error
  > -add jack subpackage
  > update is from Brad, thanks (jakemsr@)

== net =============================================================== 08/10 ==

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

pidgin

  ~ Makefile                              ~ distinfo
  ~ patches/patch-config_h_in             ~ patches/patch-configure_ac
  ~ patches/patch-finch_libgnt_Makefile_in
  ~ patches/patch-finch_libgnt_gntwm_c    
  ~ patches/patch-finch_plugins_Makefile_am
  ~ patches/patch-finch_plugins_Makefile_in
  ~ patches/patch-libpurple_plugins_ssl_Makefile_in
  ~ patches/patch-libpurple_protocols_gg_Makefile_in
  ~ patches/patch-libpurple_protocols_oscar_Makefile_in
  ~ patches/patch-libpurple_purple-remote
  ~ patches/patch-libpurple_purple-url-handler
  ~ patches/patch-pidgin_gtkdialogs_c     ~ patches/patch-pidgin_gtkmain_c
  ~ patches/patch-pidgin_gtknotify_c      ~ pkg/PLIST

  > update to 2.4.0.
  > feedback/ok brad@ (maintainer), tested/ok merdely@ on similar diff
  > (steven@)

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

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

liferea

  ~ Makefile                              + patches/patch-src_node_c

  > - fix segfault when marking all items read, when no items are selected
  > from liferea cvs (jasper@)

== x11 =============================================================== 10/10 ==

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

kde

  ~ arts3/Makefile                        
  + arts3/patches/patch-flow_audioioesd_cc

  > - fix esound output
  > - disable jack for the time being (jakemsr@)

vlc

  ~ Makefile                              + pkg/DESCR-jack
  + pkg/PLIST-jack                        

  > add jack subpackage (jakemsr@)

xfce4

  ~ xfce4-mpc/Makefile                    ~ xfce4-mpc/distinfo
  ~ xfce4-mpc/pkg/PLIST                   

  > Update to the just-released xfce4-mpc 0.3.3.
  > Bugfix and translation update.
  > ok mbalmer@ (landry@)

===============================================================================


More information about the odc mailing list