[owc] Weekly ports changes ending 2008-03-30
OWC
auto at squish.net
Mon Mar 31 07:00:10 BST 2008
OpenBSD ports changes summary for 2008-03-23 to 2008-03-30 inclusive
====================================================================
archivers/unzip audio
audio/akode audio/amarok
audio/aqualung audio/audacious-plugins
audio/audacity audio/hydrogen
audio/jack audio/lame
audio/libcdio audio/libmusicbrainz
audio/libsamplerate audio/libsndfile
audio/mpd audio/portaudio-svn
databases/architect databases/jxplorer
databases/postgresql databases/postgresql-jdbc
databases/ruby-mysql devel
devel/apache-ant devel/eclipse
devel/git devel/gstreamer-plugins
devel/ivy devel/jakarta-servletapi
devel/json-c devel/maven
devel/mercurial devel/metaauto
devel/netbeans devel/py-silc
devel/py-twisted devel/py-zopeinterface
devel/uuid editors/kile
editors/openoffice editors/tea
games games/barrage
games/neverball geo/jeoip
geo/openbsd-developers geo/qlandkarte
graphics/py-cairo infrastructure/fetch
infrastructure/mk java/junit
lang/python lang/ruby
mail mail/dkim-milter
mail/p5-Email-Date-Format misc/WordGenerator
multimedia/devede multimedia/xine-lib
net/ices net/nagios
net/pidgin productivity
productivity/thinkingrock security/pidgin-otr
security/py-openssl shells/zsh
sysutils sysutils/glastree
sysutils/logpp sysutils/ruby-capistrano
textproc/xerces www
www/firefox-i18n www/liferea
www/links+ www/mod_auth_mysql
www/mozilla-firefox www/nginx
www/php5 www/py-webpy
www/ruby-activemerchant www/tomcat
www/xcache www/yui
x11/dbus x11/e17
x11/isomaster x11/kde
x11/mplayer x11/roxterm
x11/vlc x11/xfce4
== archivers ========================================================= 01/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/archivers
unzip
~ Makefile + patches/patch-inflate_c
> Security fix for unzip;
> fix CVE-2008-0888, patch from debian.
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0888
> ok grunk@ (who came up with the same diff) (jasper@)
== audio ============================================================= 02/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/audio
audio
~ Makefile
> add jack (jakemsr@)
~ Makefile
> - add libmusicbrainz (jasper@)
~ Makefile
> remove unneeded lame,no_x11. (fgsch@)
akode
~ Makefile
> explicitly disable jack and polyp (pulse) audio for now (jakemsr@)
amarok
~ Makefile
> - disable musicbrainz so it won't be picked up later.
> 'of course!' ajacoutot@ (jasper@)
aqualung
~ Makefile
> add jack support
> discussed with MAINTAINER (jakemsr@)
~ Makefile
> - reorder dependencies
> ok maintainer Jeremy Evans <openbsd at jeremyevans dot net> (ajacoutot@)
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@)
~ Makefile ~ patches/patch-jackd_engine_c
+ patches/patch-libjack_client_c
> - restore the 10 second sleep in the watchdog thread by using
> nanosleep(2) instead of usleep(3), which is limited to 1 second.
> - stop clients from getting "zombified" after connection graph
> changes by ignoring errors from read(2)ing data that isn't used. (jakemsr@)
lame
- pkg/DESCR - pkg/PFRAG.no-no_x11
- pkg/PFRAG.shared - pkg/PLIST
~ Makefile + pkg/DESCR-main
+ pkg/DESCR-mp3x + pkg/PFRAG.shared-main
+ pkg/PLIST-main + pkg/PLIST-mp3x
> switch lame to multi packages, avoiding some long standing headaches with
> the normal vs. no_x11 flavors. with input from espie@ and ajacoutot@
> ok ajacoutot@ (maintainer). (fgsch@)
libcdio
~ Makefile ~ pkg/PLIST
> - disable cdda-player for now as it is not quite working yet
> "fine with me" jasper@ (ajacoutot@)
libmusicbrainz
+ Makefile + distinfo
+ pkg/PLIST + pkg/PFRAG.shared
+ pkg/DESCR
+ patches/patch-libmusicbrainz3_pc_cmake
> New import:
> import libmusicbrainz 3.0.1
libsamplerate
~ Makefile ~ distinfo
~ pkg/PLIST
> - update libsamplerate to version 0.1.3
> More info here:
> http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.h
> tml
> ok landry@ (ajacoutot@)
libsndfile
~ Makefile ~ distinfo
~ patches/patch-examples_sndfile-play_c
~ pkg/PLIST
> update to 1.0.17; mostly from brad@ (naddy@)
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 ========================================================= 03/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/databases
architect
~ Makefile
> RUN_DEPENDS change -> pkgname bump (espie@)
jxplorer
~ Makefile
> RUN_DEPENDS change -> pkgname bump (espie@)
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@)
postgresql-jdbc
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
ruby-mysql
~ Makefile ~ distinfo
> Update to ruby-mysql-2.7.5. (bernd@)
== devel ============================================================= 04/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/devel
devel
~ Makefile
> Add json-c (mbalmer@)
apache-ant
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
eclipse
~ sdk/Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
git
~ Makefile ~ patches/patch-Makefile
> Fix manpath so git-help(1) works correctly.
> From fulvio ciriaco. Thanks! (bernd@)
gstreamer-plugins
~ Makefile
> disable jack for now (jakemsr@)
~ Makefile
> no need for lame's no_x11 flavor anymore. (fgsch@)
~ Makefile
> do not pickup xvid or libshout2. naddy@ ok. (fgsch@)
ivy
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
jakarta-servletapi
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
json-c
+ Makefile + distinfo
+ pkg/DESCR + pkg/PLIST
+ pkg/PFRAG.shared
> New import:
> json-c-0.7.0, a JSON implementation in C and licensed under the MIT
> license.
maven
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
mercurial
~ Makefile ~ distinfo
~ pkg/PLIST + patches/patch-tests_run-tests_py
> Update to mercurial 1.0, enable regress tests.
> From Will Maier (MAINTAINER), tested by myself.
> ok MAINTAINER (landry@)
metaauto
~ Makefile ~ files/meta.in
> Let the wrapper exit unsuccessfully if it doesn't get what it needs.
> From Ralf Wildenhues. Thanks!
> ok espie@ (bernd@)
netbeans
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
py-silc
~ Makefile ~ patches/patch-examples_demo_py
~ patches/patch-src_pysilc_callbacks_c
> fix crash when obtaining the number of users. ok from martynas@ some time
> ago.
> while i'm here remove some unneeded printf's and fix the reply users
> callback. bump package. (fgsch@)
py-twisted
- core/pkg/PFRAG.shared - runner/pkg/PFRAG.shared
~ Makefile.inc ~ conch/Makefile
~ conch/distinfo ~ conch/pkg/PLIST
~ core/Makefile ~ core/distinfo
~ core/pkg/PLIST ~ lore/Makefile
~ lore/distinfo ~ lore/pkg/PLIST
~ mail/Makefile ~ mail/distinfo
~ mail/pkg/PLIST ~ names/Makefile
~ names/distinfo ~ names/pkg/PLIST
~ news/Makefile ~ news/distinfo
~ news/pkg/PLIST ~ runner/Makefile
~ runner/pkg/PLIST ~ web/Makefile
~ web/distinfo ~ web/pkg/PLIST
~ web2/Makefile ~ words/Makefile
~ words/distinfo ~ words/pkg/PLIST
> - update to TwistedCore 2.5.0 and related subpackages
> - add documentation and examples for twisted.doc
> - disable twisted.web2 (still experimental and not working with 2.5.0 yet)
> - take maintainership (requested by alek@)
> with help from and tested by Will Maier and martynas@
> ok martynas@ (eric@)
py-zopeinterface
- pkg/PFRAG.shared ~ Makefile
~ distinfo ~ pkg/PLIST
> - update to ZopeInterface 3.3.0
> - take maintainership
> tested by Will Maier
> ok alek@ (eric@)
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@)
== editors =========================================================== 05/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/editors
kile
~ Makefile ~ distinfo
~ patches/patch-src_kile_kile_kcfg
~ patches/patch-src_kile_syntax_Makefile_in
~ patches/patch-src_kile_syntax_latex_xml
~ pkg/PLIST
> update to 2.0
> also tested by maintainer (steven@)
openoffice
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
tea
- patches/patch-src_rox_strings_c - patches/patch-src_tea_defs_h
~ Makefile ~ distinfo
~ patches/patch-src_tea_config_c ~ pkg/PLIST
> update to 17.6.0 from Giovanni Bechis (MAINTAINER)
> ok merdely@ (okan@)
== games ============================================================= 06/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/games
games
~ Makefile
> add neverball (simon@)
barrage
~ Makefile ~ pkg/PLIST
> Add helpful README, adjust LIB_DEPENDS/WANTLIB and bump. (simon@)
neverball
+ distinfo + Makefile
+ pkg/DESCR + pkg/PLIST
+ patches/patch-share_sync_c + patches/patch-Makefile
> New import:
> import neverball
== geo =============================================================== 07/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/geo
jeoip
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
openbsd-developers
~ Makefile ~ files/OpenBSD
> Add myself.
> ok mbalmer@ simon@ merdely@ (wcmaier@)
qlandkarte
- patches/patch-common ~ Makefile
~ distinfo ~ patches/patch-src_CToolViewLog_cpp
~ patches/patch-src_IProjection_cpp ~ pkg/PFRAG.shared
~ pkg/PLIST + patches/patch-src_src_pro
> update to qlandkarte-0.7.1 (note binary changed to lowercase now)
> (pvalchev@)
== graphics ========================================================== 08/22 ==
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 ==================================================== 09/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure
fetch
~ fetch-all
> zap keep-alive scaffolds, it's on all the time now. (espie@)
mk
~ bsd.port.mk
> 'sh' now has shared libs; from brad (pvalchev@)
== java ============================================================== 10/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/java
junit
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
== lang ============================================================== 11/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/lang
python
~ 2.5/Makefile ~ 2.5/pkg/PLIST-main
~ 2.5/pkg/PLIST-tools
> Move two files from PLIST-main to PLIST-tools. Fixes pkg_delete python.
> From alek@
> ok ajacoutot@ (merdely@)
ruby
~ Makefile ~ distinfo
~ pkg/PLIST-main
> Security update to ruby-1.8.6.114. (CVE-2008-1145)
> More information:
> http://secunia.com/advisories/29232/ (bernd@)
== mail ============================================================== 12/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/mail
mail
~ Makefile
> add p5-Email-Date-Format (simon@)
dkim-milter
~ Makefile ~ distinfo
~ patches/patch-dkim-filter_dkim-filter_8
~ patches/patch-dkim-filter_dkim-filter_c
~ patches/patch-libdkim_dkim_h
> upgrade to DKIM-milter v2.5.2. from the release notes:
> "This is mostly a minor bugfix release. One of the fixes, however, repairs
> a variable scope problem that could cause false negatives during SSP
> checks. Thus, an upgrade is advised if you're running 2.5.0 or 2.5.1."
> (jakob@)
p5-Email-Date-Format
+ Makefile + distinfo
+ pkg/PLIST + pkg/DESCR
> New import:
> import p5-Email-Date-Format
== misc ============================================================== 13/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/misc
WordGenerator
~ Makefile ~ distinfo
~ patches/patch-WordGenerator_tcl
> - update WordGenerator to 1.8 (jasper@)
== multimedia ======================================================== 14/22 ==
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@)
~ Makefile ~ pkg/PFRAG.i386-main
~ pkg/PLIST-main
+ pkg/patch-src_post_deinterlace_Makefile_in
+ pkg/patch-src_post_deinterlace_plugins_Makefile_in
> the tvtime postprocessing plugin doesn't link on amd64. appears
> to be an assembly problem in the tomsmocomp filter, but strangely
> this was building before, and the code did not change.
> so, only build/install the tvtime plugin on i386, until the problem
> is resolved. (jakemsr@)
== net =============================================================== 15/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/net
ices
~ Makefile
> no need for lame's no_x11 flavor anymore. (fgsch@)
nagios
+ plugins/patches/patch-plugins_check_pgsql_c
> I made you a patch but cvs eated it. (sthen@)
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@)
== productivity ====================================================== 16/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/productivity
productivity
~ Makefile
> thinkingrock (sturm@)
thinkingrock
+ Makefile + distinfo
+ pkg/PLIST + pkg/DESCR
+ patches/patch-bin_thinkingrock + patches/patch-bin_xdg-open
+ patches/patch-bin_xdg-email + patches/patch-platform6_lib_nbexec
+ files/xmutt.sh + files/xdg-open-hook.sh
+ files/xdg-email-hook.pl + files/README.OpenBSD
> New import:
> initial import of thinkingrock 2.0.epsilon
== security ========================================================== 17/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/security
pidgin-otr
- patches/patch-gtk-dialog_c ~ Makefile
> remove patch not needed anymore. ok okan@ some time ago. (fgsch@)
py-openssl
~ Makefile ~ distinfo
~ pkg/PLIST
> - update to 0.6 (by Simon Kuhnle)
> - take maintainership as former maintainer timed out
> tested by Will Maier
> ok martynas@, espie@ (eric@)
== shells ============================================================ 18/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/shells
zsh
~ Makefile ~ pkg/PLIST
+ patches/patch-Completion_Unix_Type__canonical_paths
> Add patch to fix umount /<tab> complaining about missing -q readlink opt.
> From pea at raveland dot org (MAINTAINER), noticed by FreeBSD maintainer.
> ok okan@ (landry@)
== sysutils ========================================================== 19/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils
sysutils
~ Makefile
> +glastree (matthieu@)
glastree
+ distinfo + Makefile
+ pkg/PLIST + pkg/DESCR
+ patches/patch-Makefile
> New import:
> The poor man's daily snapshot script. With feedback from Giovanni
> Bechis
logpp
~ Makefile ~ distinfo
> update to 0.15
> ok msf@ merdely@ (okan@)
ruby-capistrano
~ Makefile ~ distinfo
~ pkg/PLIST
> Update to ruby-capistrano-2.2.0. (bernd@)
== textproc ========================================================== 20/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc
xerces
~ Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
== www =============================================================== 21/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/www
www
~ Makefile
> += ruby-activemerchant (jcs@)
firefox-i18n
~ Makefile ~ distinfo
> update for mozilla-firefox-2.0.0.13 (martynas@)
liferea
~ Makefile + patches/patch-src_node_c
> - fix segfault when marking all items read, when no items are selected
> from liferea cvs (jasper@)
links+
~ Makefile ~ distinfo
> update to 2.1pre33. (fgsch@)
mod_auth_mysql
~ Makefile ~ patches/patch-Makefile
~ patches/patch-USAGE + patches/patch-README
+ patches/patch-mod_auth_mysql_c
> Let it work with mysql >= 4.x, add support for socket connections,
> plain MD5 encryption and an option to specify additional conditions.
> Problem reported by Simon Hamilton, request by Markus Liljergren,
> tested by both. (simon@)
mozilla-firefox
~ Makefile ~ distinfo
> SECURITY UPDATE to mozilla-firefox 2.0.0.13
> fixes multiple vulnerabilities: http://secunia.com/advisories/29526/
> ok landry@ martynas@ (jasper@)
nginx
~ Makefile ~ pkg/PLIST
> Give nginx a chance to write stuff into /var/nginx/tmp.
> ok Darrin Chandler (MAINTAINER) (bernd@)
php5
~ extensions/Makefile + extensions/pkg/DESCR-pspell
+ extensions/pkg/PLIST-pspell
> add the pspell extension to the list of built extensions
> from James Turner <james at calminferno.net> (robert@)
py-webpy
~ Makefile ~ distinfo
~ pkg/PLIST
> update to 0.23 (from maintainer)
> tested by Will Maier
> ok pyr@ (eric@)
ruby-activemerchant
+ Makefile + distinfo
+ pkg/DESCR + pkg/PLIST
> New import:
> import activemerchant-1.3.2
tomcat
~ v4/Makefile ~ v5/Makefile
> missing PKGNAME bumps after java.port.mk changes
> noticed by espie@ (sturm@)
xcache
~ Makefile ~ distinfo
~ pkg/MESSAGE ~ pkg/PLIST
~ pkg/UNMESSAGE + patches/patch-xcache_ini
> from Brad:
> - Maintenance update of XCache, also tested by myself.
> from me:
> - adjust for /var/www/conf/php5 symlinks
> - add re2c as BUILD_DEPENDS, configure picks it up if installed
> ok brad@ (maintainer) (sthen@)
yui
~ Makefile
> oops (espie@)
== x11 =============================================================== 22/22 ==
http://www.openbsd.org/cgi-bin/cvsweb/ports/x11
dbus
- pkg/UNMESSAGE ~ Makefile
~ patches/patch-tools_dbus-uuidgen_1 ~ pkg/MESSAGE
~ pkg/PLIST + patches/patch-bus_Makefile_in
> - s/etc/$SYSCONFDIR
> - simpler rc.local example; remove UNMESSAGE
> - remove /var/run @sample from PLIST as this gets removed at reboot
> - don't try to install dir outside of $PREFIX
> ok jasper@ landry@ bernd@ (ajacoutot@)
~ Makefile
> - use pre-install instead of pre-fake; from bernd@ (ajacoutot@)
e17
~ Makefile ~ Makefile.inc
> - move CFLAGS where it makes more sense
> ok laurent@ (ajacoutot@)
isomaster
~ Makefile ~ distinfo
~ patches/patch-Makefile ~ patches/patch-icons_Makefile
~ patches/patch-po_Makefile ~ pkg/PLIST
> - buxfix update to version 1.3.1 + some patch cleanings
> based on a diff from maintainer Giovanni Bechis
> ok maintainer (ajacoutot@)
kde
~ arts3/Makefile
+ arts3/patches/patch-flow_audioioesd_cc
> - fix esound output
> - disable jack for the time being (jakemsr@)
- libs3/patches/patch-kinit_start_kdeinit_wrapper_c
~ arts3/Makefile ~ arts3/distinfo
~ arts3/patches/patch-flow_audioiooss_cc
~ libs3/Makefile ~ libs3/distinfo
~ libs3/patches/patch-configure_in
~ libs3/patches/patch-kdecore_tests_kurltest_cpp
~ libs3/pkg/PLIST-main
> start updating to 3.5.9, small piece by small piece (espie@)
~ edu3/Makefile ~ edu3/distinfo
~ edu3/pkg/PLIST
> 3.5.9 (espie@)
~ games3/Makefile ~ games3/distinfo
> 3.5.9 (espie@)
- base3/patches/patch-kdesu_kdesu_kdesu_cpp
~ base3/Makefile ~ base3/distinfo
~ base3/patches/patch-kdm_kfrontend_Makefile_in
~ base3/patches/patch-ksysguard_ksysguardd_OpenBSD_Makefile_in
~ base3/patches/patch-nsplugins_viewer_viewer_cpp
~ base3/patches/patch-startkde
> 3.5.9 (espie@)
~ graphics3/Makefile ~ graphics3/distinfo
> 3.5.9 (espie@)
~ pim3/Makefile ~ pim3/distinfo
~ pim3/patches/patch-configure_in ~ pim3/pkg/PLIST
> 3.5.9 (espie@)
~ admin3/Makefile ~ admin3/distinfo
> 3.5.9 (espie@)
~ utils3/Makefile ~ utils3/distinfo
~ utils3/patches/patch-kcalc_knumber_knumber_priv_h
~ utils3/patches/patch-klaptopdaemon_Makefile_in
~ utils3/patches/patch-klaptopdaemon_portable_cpp
~ utils3/patches/patch-ksim_monitors_filesystem_filesystemstats_cpp
> 3.5.9
> tweak for statvfs (espie@)
~ accessibility3/Makefile ~ accessibility3/distinfo
> 3.5.9 (espie@)
~ sdk3/Makefile ~ sdk3/distinfo
~ sdk3/patches/patch-kompare_libdiff2_kompareprocess_cpp
~ sdk3/patches/patch-kuiviewer_Makefile_in
> 3.5.9 (espie@)
~ network3/Makefile ~ network3/distinfo
> 3.5.9 (espie@)
~ artwork3/Makefile ~ artwork3/distinfo
~ artwork3/pkg/PLIST
> 3.5.9 (espie@)
~ webdev/Makefile ~ webdev/distinfo
~ webdev/pkg/PLIST
> 3.5.9 (espie@)
mplayer
~ Makefile
> no need for lame's no_x11 flavor anymore. (fgsch@)
~ Makefile + patches/patch-tremor_block_c
+ patches/patch-tremor_block_h + patches/patch-tremor_floor0_c
+ patches/patch-tremor_floor1_c + patches/patch-tremor_res012_c
+ patches/patch-tremor_synthesis_c
> fix tremor on archs where sizeof(int) != sizeof(int *) by adding the
> missing
> prototypes. fix from mplayer svn via biorn@ (maintainer). (fgsch@)
roxterm
~ Makefile ~ distinfo
~ patches/patch-Makefile_in ~ patches/patch-configure
> - update to version 1.11.1
> - regen patches while here
> from maintainer Jona Joachim <jaj at hcl-club dot lu> (ajacoutot@)
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 owc
mailing list