[owc] Weekly ports changes ending 2007-07-01

OWC auto at squish.net
Mon Jul 2 07:00:10 BST 2007


OpenBSD ports changes summary for 2007-06-24 to 2007-07-01 inclusive
====================================================================

archivers/unrar                         audio/amarok
audio/audacious-plugins                 audio/esound
audio/faad                              audio/mpd
audio/rhythmbox                         audio/xmcd
converters/base64                       databases/evolution-data-server
databases/keximdb                       databases/ocaml-postgresql
databases/py-mysql                      databases/sqlite3
devel                                   devel/cpphs
devel/cxxtools                          devel/eclipse
devel/glib2                             devel/gstreamer-plugins
devel/hmake                             devel/idoc
devel/jdk                               devel/libdaemon
devel/p5-libintl                        devel/py-configobj
devel/py-kid                            devel/py-py
devel/py-simplejson                     devel/py-turbocheetah
devel/py-turbojson                      devel/py-turbokid
devel/py-wsgiutils                      devel/sdl-pango
devel/vte                               devel/xulrunner
editors/ldapvi                          editors/nedit
editors/openoffice                      editors/zile
games                                   games/barrage
games/gtetrinet                         graphics
graphics/digikam                        graphics/digikam-doc
graphics/digikam-image-plugins          graphics/digikam-image-plugins-doc
graphics/ffmpeg                         graphics/gimp
graphics/libkdcraw                      graphics/libkexiv2
graphics/p5-Image-ExifTool              graphics/ufraw
infrastructure/fetch                    infrastructure/mk
infrastructure/templates                isomaster
isomaster/patches                       isomaster/pkg
lang/nhc98                              lang/python
mail/courier-authlib                    mail/dkim-milter
mail/enigmail                           mail/evolution
mail/mozilla-thunderbird                mail/mutt
mail/thunderbird-i18n                   math/mathomatic
math/octave                             misc/hfsplus
multimedia/avidemux                     net
net/ipv6calc                            net/kismet
net/mldonkey                            net/nagios
net/ruby-xmpp4r                         net/smokeping
news                                    news/hellanzb
security                                security/wpa_supplicant
sysutils/hot-babe                       sysutils/multitail
textproc/p5-Lingua-EN-Inflect           textproc/p5-XML-Writer
www                                     www/firefox-i18n
www/gtkhtml3                            www/larbin
www/liferea                             www/mantis
www/mod_auth_bsd                        www/mod_auth_kerb
www/mod_auth_ldap                       www/mod_auth_mysql
www/mod_auth_radius                     www/mod_bandwidth
www/mod_dav                             www/mod_fastcgi
www/mod_frontpage                       www/mod_geoip
www/mod_gzip                            www/mod_jk
www/mod_layout                          www/mod_ldapvhost
www/mod_log_sql                         www/mod_mp3
www/mod_perl                            www/mod_random
www/mod_ruby                            www/mod_security
www/mod_text2html                       www/mozilla-firefox
www/php4                                www/py-formencode
www/py-paste                            www/py-paste-deploy
www/py-paste-script                     www/py-turbogears
www/ruby-fcgi                           www/tntnet
www/wordpress                           x11
x11/bbdate                              x11/bbpager
x11/belt                                x11/gnome
x11/gnustep                             x11/gtk2-murrine-engine
x11/gxmessage                           x11/isomaster
x11/obconf                              x11/openbox
x11/vdesk                               x11/vlc
x11/xkbset                              

== archivers ========================================================= 01/22 ==

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

unrar

  ~ Makefile                              ~ distinfo
  ~ patches/patch-makefile_unix           ~ patches/patch-os_hpp
  ~ patches/patch-rar_hpp                 ~ patches/patch-suballoc_cpp

  > update unrar to 3.76
  > ok jasper@ (rui@)

== audio ============================================================= 02/22 ==

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

amarok

  ~ Makefile                              ~ distinfo
  ~ patches/patch-amarok_src_contextbrowser_cpp
  ~ patches/patch-amarok_src_playlistwindow_cpp
  ~ pkg/PLIST                             

  > update to 1.4.6, slightly faster wrt sqlite (espie@)

audacious-plugins

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > update to 1.3.5 (steven@)

  ~ Makefile                              + patches/patch-src_aac_src_libmp4_c

  > - use exact width data types for libfaad interaction
  > - LIB_DEPENDS libfaad >= 1.0
  > - bump PKGNAME-main
  > OK naddy@ (jakemsr@)

esound

  - patches/patch-Makefile.in             - patches/patch-acconfig_h
  - patches/patch-config_h_in             - patches/patch-configure_in
  - patches/patch-esd.c                   ~ Makefile
  ~ distinfo                              ~ patches/patch-audio_c
  ~ patches/patch-test-script             ~ patches/patch-util_c
  ~ pkg/DESCR                             ~ pkg/PLIST
  + patches/patch-configure_ac            + patches/patch-esd_c

  > update to 0.2.38 plus some minor changes and cleanups
  > steven@ says it does not break builk build
  > ok naddy@, simon@; "ok ok ok" jasper@ (martynas@)

faad

  - patches/patch-libfaad_structs_h       ~ Makefile
  ~ patches/patch-configure_in            ~ patches/patch-frontend_main_c
  ~ patches/patch-libfaad_Makefile_am     + patches/patch-include_faad_h
  + patches/patch-plugins_mpeg4ip_aa_file_cpp
  + patches/patch-plugins_mpeg4ip_faad2_cpp
  + patches/patch-plugins_xmms_src_libmp4_c

  > problem:
  > libfaad uses data types with machine dependent bit width in
  > prototypes in its public headers, but in the corresponding library
  > code, machine independent exact width data types are used.
  > solution:
  > change libfaad headers to use the same machine independent exact
  > width data types in the prototypes as in the library.  since the
  > prototypes in the library headers are changed, users of libfaad
  > likely need to be modified to use exact width data types as well.
  > also:
  > - bump libfaad major version number
  > - update plugin code to use exact width data types for libfaad
  > interaction, as per new prototypes
  > - bump package version
  > - sync patches with update-patches
  > problem discovered by, solution discussed with, reviewed, tested
  > and OK naddy@ (jakemsr@)

mpd

  ~ Makefile                              
  + patches/patch-src_inputPlugins_aac_plugin_c
  + patches/patch-src_inputPlugins_mp4_plugin_c

  > - use exact width data types for libfaad interaction
  > - LIB_DEPENDS libfaad >= 1.0
  > - bump PKGNAME
  > OK naddy@ (jakemsr@)

rhythmbox

  ~ Makefile                              ~ pkg/PLIST

  > make audio files play by default under gnome by updating desktop
  > database; "of course!" jasper@ (martynas@)

xmcd

  ~ Makefile                              ~ pkg/MESSAGE

  > Use ${PACKAGE} instead of $PACKAGE in the MESSAGE file, so the output at
  > install time makes sense.
  > cvs: ----------------------------------------------------------------------
  > (mbalmer@)

== converters ======================================================== 03/22 ==

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

base64

  ~ Makefile                              ~ distinfo

  > update base64 to 1.5
  > ok ajacoutot@ (rui@)

== databases ========================================================= 04/22 ==

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

evolution-data-server

  + patches/patch-configure               

  > - fix iconv configure check so that it compiles under powerpc
  > from evolution CVS
  > ok jasper@ (ajacoutot@)

keximdb

  ~ Makefile                              

  > - typo in HOMEPAGE (from mike at erdelynet dot com)
  > - remove quotes around COMMENT while here (ajacoutot@)

ocaml-postgresql

  ~ Makefile                              

  > - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson;
  > - better COMMENT for bbpager;
  > - bump PKGNAMEs;
  > ok simon@ (martynas@)

py-mysql

  ~ Makefile                              ~ pkg/PLIST

  > use the constant directory for documentation; ok steven@ (martynas@)

sqlite3

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             

  > update to 3.4.0, heads up from Srebrenko Sehic,
  > okay martynas@
  > (boy, we got too many eastern europeans in there, I can't spell their names
  > and have to look it up each time) (espie@)

== devel ============================================================= 05/22 ==

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

devel

  ~ Makefile                              

  > add py-py (martynas@)

  ~ Makefile                              

  > add py-configobj, py-kid, py-simplejson, py-turbocheetah, py-turbojson,
  > py-turbokid, py-wsgiutils (martynas@)

  ~ Makefile                              

  > add cxxtools (jasper@)

cpphs

  ~ Makefile                              

  > - fix BUILD_DEPENDS on !i386/amd64 (ajacoutot@)

  ~ Makefile                              ~ distinfo
  ~ pkg/DESCR                             

  > Update to 1.4.
  > Tweak WANTLIB (gmp only required when built with ghc).
  > Take maintainership.
  > Not that some regression tests fail. This will be fixed in the next
  > release. (kili@)

cxxtools

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST
  + pkg/PFRAG.shared                      

  > New import:
  >	import cxxtools 1.4.4

eclipse

  ~ plugins/epic/Makefile                 ~ plugins/epic/distinfo
  ~ plugins/epic/pkg/PLIST                

  > - Update to 0.5.33 from maintainer Carlos Valiente <yo at virutass.net>.
  > (kurt@)

glib2

  ~ Makefile                              + patches/PPC-patch-glib_Makefile_in

  > - disable optimization for glib on powerpc because it can lead to a
  > segfault
  > under some circumstances
  > ok kili@ jasper@ (ajacoutot@)

gstreamer-plugins

  ~ Makefile                              ~ patches/patch-gconf_Makefile_in
  ~ patches/patch-sys_cdrom_gstcdplayer_ioctl_bsd_h
  ~ patches/patch-sys_oss_gstosselement_c
  ~ patches/patch-sys_sunaudio_gstsunaudio_c
  ~ patches/patch-sys_sunaudio_gstsunmixer_c
  + patches/patch-ext_faad_gstfaad_c      

  > - use exact width data types for libfaad interaction
  > - LIB_DEPENDS-faad libfaad >= 1.0
  > - bump PKGNAME-main and PKGNAME-${PLUGIN}
  > - remove unused PATCHLEVEL variable
  > - adjust WANTLIB-main and WANTLIB-gnome as per lib-depends-check
  > - sync patches with update-patches
  > OK naddy@ (jakemsr@)

  ~ Makefile                              

  > better comments;  ok steven@ (martynas@)

hmake

  ~ Makefile                              ~ pkg/PLIST

  > Build with nhc98 if no ghc is available. (kili@)

  ~ Makefile                              

  > And bump the PKGNAME. (kili@)

idoc

  ~ Makefile                              

  > Tweak WANTLIB (gmp only needed when built with ghc).
  > Take maintainership. (kili@)

jdk

  ~ java.port.mk                          

  > expand BUILD_DEPENDS to allow building ports with jdk-1.5.0 update 11
  > (kurt@)

  - 1.5/patches/patch-hotspot_build_bsd_makefiles_vm_make
  - 1.5/patches/patch-hotspot_src_cpu_amd64_vm_c2_globals_amd64_hpp
  - 1.5/patches/patch-hotspot_src_os_bsd_vm_os_bsd_cpp
  - 1.5/patches/patch-hotspot_src_share_vm_runtime_globals_hpp
  - 1.5/patches/patch-j2se_make_common_Release_gmk
  - 1.5/patches/patch-j2se_make_sun_javazic_tzdata_northamerica
  - 1.5/patches/patch-j2se_src_solaris_native_java_lang_ProcessEnvironment_md_c
  - 1.5/patches/patch-j2se_src_solaris_native_java_lang_UNIXProcess_md_c
  ~ 1.5/Makefile                          ~ 1.5/distinfo
  ~ 1.5/patches/patch-j2se_make_common_Defs_gmk
  ~ 1.5/patches/patch-j2se_make_sun_javac_recompile_library_Makefile
  ~ 1.5/patches/patch-j2se_src_share_classes_sun_security_provider_Sun_java
  ~ 1.5/pkg/PFRAG.no-no_web-jre           ~ 1.5/pkg/PFRAG.no-no_web-main
  ~ 1.5/pkg/PLIST-jre                     ~ 1.5/pkg/PLIST-main
  + 1.5/files/x_x2zip.c                   
  + 1.5/files/patch-hotspot_build_bsd_makefiles_jvmg_make
  + 1.5/files/patch-hotspot_build_bsd_makefiles_product_make

  > - update port to be based of Sun's 1.5.0 Update 11 src which includes many
  > bug fixes since the initial release of the 1.5 jdk. I'm sure some of the
  > fixes are security related but I wasn't able to find a concise list. All
  > the bugs fixes listed here from update 11 and lower should be fixed by
  > this update: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_11
  > - NOTE: License change: used to be SCSL, now is JRL (Java Research
  > License). Still no packages with this license but at least we get the bug
  > fixes and security fixes now: https://tiger.dev.java.net/
  > - enable version scripts on libjvm which fixes a symbol conflict with
  > recent xulrunner which is used by eclipse's internal swt-browser. (kurt@)

  ~ 1.5/Makefile                          

  > Better url in FETCH_MANUALLY, ok kurt@ (ian@)

  ~ 1.5/Makefile                          
  + 1.5/patches/patch-hotspot_build_bsd_makefiles_vm_make

  > - actually enable version scripts on libjvm which fixes a symbol conflict
  > with recent xulrunner which is used by eclipse's internal swt-browser.
  > (patch missed in last update)
  > - adjust url to update 11 download which has been move to the archive.
  > (kurt@)

libdaemon

  ~ Makefile                              ~ distinfo

  > update to 0.11.
  > ok jasper@ (steven@)

p5-libintl

  ~ Makefile                              
  + patches/patch-lib_Locale_TextDomain_pm

  > find locale under share/locale.  discussed with author a while ago.
  > (steven@)

  ~ Makefile                              
  ~ patches/patch-lib_Locale_TextDomain_pm

  > forgot a piece (steven@)

py-configobj

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

  > New import:
  >	import py-configobj-4.4.0

py-kid

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

  > New import:
  >	import py-kid-0.9.5

py-py

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST
  + pkg/PFRAG.shared                      

  > New import:
  >	import py-py-0.9.0

py-simplejson

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST
  + pkg/PFRAG.shared                      

  > New import:
  >	import py-simplejson-1.7.1

py-turbocheetah

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

  > New import:
  >	import py-turbocheetah-0.9.5

py-turbojson

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

  > New import:
  >	import py-turbojson-1.0

py-turbokid

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

  > New import:
  >	import py-turbokid-1.0.1

py-wsgiutils

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

  > New import:
  >	import py-wsgiutils-0.7

sdl-pango

  ~ Makefile                              

  > - use MODGCC4 for powerpc instead of manually setting depends and variables
  > no binary change (ajacoutot@)

vte

  - patches/patch-src_vte_c               ~ Makefile
  ~ distinfo                              

  > update vte to 0.16.6
  > from lteo.openbsd1 at calyptix.com
  > ok martynas@ (jasper@)

xulrunner

  - patches/patch-build_autoconf_altoptions_m4
  - patches/patch-config_mkdepend_imakemdep_h
  - patches/patch-modules_plugin_base_public_nptypes_h
  - patches/patch-security_coreconf_rules_mk
  - patches/patch-security_manager_Makefile_in
  - patches/patch-security_nss_Makefile   
  - patches/patch-security_nss_cmd_pkiutil_platlibs_mk
  - patches/patch-security_nss_cmd_platlibs_mk
  - patches/patch-security_nss_lib_ckfw_builtins_Makefile
  - patches/patch-security_nss_lib_fortcrypt_swfort_pkcs11_Makefile
  - patches/patch-security_nss_lib_nss_config_mk
  - patches/patch-security_nss_lib_smime_config_mk
  - patches/patch-security_nss_lib_softoken_config_mk
  - patches/patch-security_nss_lib_ssl_config_mk
  - patches/patch-xpcom_glue_standalone_Makefile_in
  - patches/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-config_autoconf_mk_in   ~ patches/patch-configure_in
  ~ patches/patch-content_xul_templates_src_nsTemplateMatchSet_h
  ~ patches/patch-gfx_src_ps_nsFontMetricsPS_cpp
  ~ patches/patch-gfx_src_psshared_nsCUPSShim_cpp
  ~ patches/patch-js_src_xpconnect_shell_Makefile_in
  ~ patches/patch-modules_libpref_src_init_all_js
  ~ patches/patch-security_coreconf_OpenBSD_mk
  ~ patches/patch-widget_src_gtk2_nsSound_cpp
  ~ patches/patch-xpcom_components_nsNativeComponentLoader_cpp
  ~ patches/patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in
  ~ patches/patch-xulrunner_app_mozilla_in
  ~ pkg/DESCR-main                        ~ pkg/PFRAG.shared-main
  ~ pkg/PLIST-devel                       ~ pkg/PLIST-main
  + pkg/patch-security_manager_ssl_src_Makefile_in
  + pkg/patch-security_manager_ssl_src_nsNSSComponent_cpp

  > stick with firefox codebase and manually check out xulrunner update
  > so that applications which depend on xulrunner won't suffer from
  > the vulnerabilities which are already fixed.
  > MFSA 2007-17; MFSA 2007-16; MFSA 2007-14; MFSA 2007-13; MFSA 2007-12;
  > MFSA 2007-11; MFSA 2007-09; MFSA 2007-08; MFSA 2007-07; MFSA 2007-06;
  > MFSA 2007-05; MFSA 2007-04; MFSA 2007-03; MFSA 2007-02; MFSA 2007-01;
  > MFSA 2006-76; MFSA 2006-75; MFSA 2006-73; MFSA 2006-72; MFSA 2006-71;
  > MFSA 2006-70; MFSA 2006-69; MFSA 2006-68; MFSA 2006-67; MFSA 2006-66;
  > MFSA 2006-65; MFSA 2006-64; MFSA 2006-62; MFSA 2006-61; MFSA 2006-60;
  > MFSA 2006-59; MFSA 2006-58; MFSA 2006-57; MFSA 2006-56; MFSA 2006-55;
  > MFSA 2006-54; MFSA 2006-53; MFSA 2006-52; MFSA 2006-51; MFSA 2006-50;
  > MFSA 2006-48; MFSA 2006-47; MFSA 2006-46; MFSA 2006-45; MFSA 2006-44.
  > (these are for firefox 1_8_0_4 -> 1_8_1_4)
  > ok kurt@ (martynas@)

== editors =========================================================== 06/22 ==

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

ldapvi

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure               

  > - minor update to ldapvi-1.7 (ajacoutot@)

nedit

  ~ Makefile                              ~ patches/patch-doc_nc_man
  ~ patches/patch-doc_nedit_man           
  ~ patches/patch-makefiles_Makefile_openbsd
  ~ patches/patch-source_file_c           
  + patches/patch-source_highlightData_c

  > - add some more keywords for C
  > - remove djm@ as maintainer (per his request)
  > - regen patches while here
  > ok ajacoutot@ djm@ (jasper@)

  ~ Makefile                              ~ pkg/PLIST

  > - include the wrapmark page unconditionally (and remove the corresponding
  > FLAVOR)
  > FYI, wrapmark = static word wrap marker
  > discussed with mbalmer@, ok jasper@ (ajacoutot@)

openoffice

  ~ Makefile                              
  + patch-bridges_source_cpp_uno_gcc3_openbsd_x86-64_uno2cpp_cxx

  > fix an amd64 segfault see while testing the java subpackage (File ->
  > Wizards -> Fax). patch objtained from OOo bug report:
  > http://www.openoffice.org/issues/show_bug.cgi?id=71815
  > okay robert@ (kurt@)

zile

  ~ Makefile                              ~ distinfo

  > maintenance update to 2.2.35 (naddy@)

== games ============================================================= 07/22 ==

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

games

  ~ Makefile                              

  > add barrage (simon@)

  ~ Makefile                              

  > add gtetrinet (simon@)

barrage

  + distinfo                              + Makefile
  + patches/patch-configure               + pkg/PLIST
  + pkg/DESCR                             

  > New import:
  >	import barrage 1.0.2

gtetrinet

  + Makefile                              + distinfo
  + pkg/PLIST-main                        + pkg/PLIST-themes
  + pkg/DESCR-themes                      + pkg/DESCR-main

  > New import:
  >	import gtetrinet 0.7.11

== graphics ========================================================== 08/22 ==

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

graphics

  ~ Makefile                              

  > +libkdcraw (espie@)

  ~ Makefile                              

  > digikam-image-plugins folded back into digikam proper (espie@)

digikam

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             
  + pkg/patch-digikam_imageplugins_hotpixels_imageeffect_hotpixels_cpp
  + pkg/patch-digikam_libs_greycstoration_CImg_h

  > digikam 0.9.2, bundles the basic plugins now.
  > new feature: a light table, and several new plugins. (espie@)

digikam-doc

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update documentation as well (still beta2 for now) (espie@)

digikam-image-plugins

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

  > digikam-image-plugins folded back into digikam proper (espie@)

digikam-image-plugins-doc

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

  > digikam-image-plugins folded back into digikam proper (espie@)

ffmpeg

  ~ Makefile                              + patches/patch-libavcodec_faad_c

  > - use exact width data types for libfaad interaction
  > - LIB_DEPENDS libfaad >= 1.0
  > - bump PKGNAME
  > OK naddy@ (jakemsr@)

gimp

  - stable/patches/patch-plug-ins_common_sunras_c
  ~ stable/Makefile                       ~ stable/distinfo
  ~ stable/patches/patch-app_Makefile_in
  ~ stable/patches/patch-configure_in     
  ~ stable/patches/patch-etc_Makefile_in
  ~ stable/patches/patch-plug-ins_common_compressor_c
  ~ stable/pkg/PLIST                      

  > maintenance update to 2.2.15
  > ok simon@ (steven@)

libkdcraw

  + Makefile                              + distinfo
  + patches/patch-configure_in            + pkg/PLIST
  + pkg/DESCR                             

  > New import:
  >	glue around dcraw for use in kde programs, dependency of digikam 0.9.2

libkexiv2

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > new version, minor changes, required by new digikam (espie@)

p5-Image-ExifTool

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > update to 6.90, from Patrick Keshishian (steven@)

ufraw

  ~ Makefile                              

  > fix WANTLIB/LIB_DEPENDS
  > looks ok mbalmer (steven@)

== infrastructure ==================================================== 09/22 ==

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

fetch

  ~ fetch-all                             

  > FTP_KEEPALIVE support (espie@)

mk

  ~ getpkgpath                            ~ pkgpath.mk

  > tweak getpkgpath to display a diagnostic, but not exit 1, in case of
  > error.
  > Do the real erroring out through a fatal error in pkgpath.mk (and set
  > PKGPATH to something less confusing than an empty variable). This
  > solves PR 5510 for real. (espie@)

  ~ bsd.port.mk                           

  > add support for FTP_KEEPALIVE.
  > You need a somewhat current ftp(1) for this to work !!! (espie@)

  ~ bsd.port.subdir.mk                    

  > rework the way subdirs are skipped so that they're skipped a the right
  > location.
  > Allows stuff like make ... STARTDIR=x11/openmotif SKIPDIR=x11/openmotif
  > to work. (espie@)

  ~ bsd.port.mk                           

  > debug target for mirror-maker: allows one to check quickly whether a given
  > port
  > generates correct mirror-maker fragments. (espie@)

  ~ bsd.port.mk                           

  > better, make it fetch file under DISTDIR (espie@)

  ~ apache-module.port.mk                 

  > let MODAPACHE_FINAL point to the correct location
  > noticed by & ok steven@ (simon@)

templates

  ~ Makefile.template                     

  > skip quotes around COMMENT
  > ok espie (steven@)

== isomaster ========================================================= 10/22 ==

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

isomaster

  + Makefile                              + distinfo

  > New import:
  >	ISO Master is an open-source, easy to use, GUI CD image editor.

  - Makefile                              - distinfo

  > duh! missed the x11/ category. sorry. (kili@)

patches

  + patch-Makefile                        + patch-po_Makefile
  + patch-icons_Makefile                  

  > New import:
  >	ISO Master is an open-source, easy to use, GUI CD image editor.

  - patch-Makefile                        - patch-icons_Makefile
  - patch-po_Makefile                     

  > duh! missed the x11/ category. sorry. (kili@)

pkg

  + DESCR                                 + PLIST

  > New import:
  >	ISO Master is an open-source, easy to use, GUI CD image editor.

  - DESCR                                 - PLIST

  > duh! missed the x11/ category. sorry. (kili@)

== lang ============================================================== 11/22 ==

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

nhc98

  ~ Makefile                              

  > - give it a chance to build on !i386 (fix WANTLIB) (ajacoutot@)

  - patches/patch-src_prelude_List_Difference_hs
  - patches/patch-src_runtime_Integer_alloca_c
  - patches/patch-src_runtime_Integer_asmlong_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile                ~ patches/patch-script_harch
  ~ patches/patch-script_tprofprel        ~ pkg/PLIST
  + patches/patch-configure               + patches/patch-man_nhc98_1
  + patches/patch-script_confhc           + patches/patch-script_greencard_inst
  + patches/patch-script_hood_inst        + patches/patch-script_hsc2hs_inst
  + patches/patch-script_nhc98_inst       
  + patches/patch-src_compiler98_RenameLib_hs
  + patches/patch-src_runtime_Kernel_collector_c
  + patches/patch-tests_conformance98_Directory_getDirContents_getDir_stdout
  + patches/patch-tests_runtests          

  > Update to 1.18.
  > Take maintainership.
  > Note that the powerpc problems will be fixed separately. (kili@)

python

  ~ 2.3/Makefile                          ~ 2.3/files/CHANGES.OpenBSD
  ~ 2.4/Makefile                          ~ 2.4/files/CHANGES.OpenBSD
  ~ 2.5/Makefile                          ~ 2.5/files/CHANGES.OpenBSD

  > documentation fix: we don't automatically create symbolic links,
  > also be consistant with binary names, and move rcsid to the top.
  > bump pkgnames.
  > ok steven@ (martynas@)

== mail ============================================================== 12/22 ==

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

courier-authlib

  ~ Makefile                              ~ patches/patch-authldap_h
  ~ patches/patch-authpipelib_c           + patches/patch-authldaplib_c

  > make sure ldap gets its prototypes.
  > allows packaging if already installed.
  > okay mbalmer@ (espie@)

dkim-milter

  ~ Makefile                              ~ distinfo
  ~ patches/patch-dkim-filter_dkim-filter_8
  ~ patches/patch-dkim-filter_dkim-filter_c

  > update to dkim-milter v1.2.0 (jakob@)

enigmail

  ~ Makefile                              

  TAGGED OPENBSD_4_1
  > update LIB_DEPENDS to thunderbird 1.5.0.12 (sturm@)

evolution

  ~ Makefile                              ~ patches/patch-configure
  ~ patches/patch-widgets_e-timezone-dialog_e-timezone-dialog_c
  ~ pkg/PLIST                             

  > - give it a chance to compile under powerpc (fix iconv configure check
  > the same way we did we evolution-data-server)
  > - remove quotes around COMMENT
  > - clean up PLIST
  > - add libnotify to LIB_DEPENDS
  > - update patches (ajacoutot@)

mozilla-thunderbird

  - patches/patch-modules_plugin_base_public_nptypes_h
  - patches/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-mail_app_mozilla_in     
  + patches/patch-security_nss_lib_freebl_unix_rand_c

  TAGGED OPENBSD_4_1
  > security update to thunderbird 1.5.0.12
  > set soft fd to 128
  > backport an nss fix for a deadlock seen w/ enigmail (sturm@)

  - patches/patch-modules_plugin_base_public_nptypes_h
  - patches/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-mail_app_mozilla_in     
  + patches/patch-security_nss_lib_freebl_unix_rand_c

  TAGGED OPENBSD_4_0
  > security update to thunderbird 1.5.0.12
  > set soft fd to 128
  > backport an nss fix for a deadlock seen w/ enigmail (sturm@)

mutt

  ~ Makefile                              

  > build the sidebar flavor of mutt (steven@)

thunderbird-i18n

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_4_1
  > update to 1.5.0.12 (sturm@)

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_4_0
  > update to 1.5.0.12 (sturm@)

== math ============================================================== 13/22 ==

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

mathomatic

  ~ Makefile                              ~ distinfo
  ~ patches/patch-globals_c               

  > update to 12.7.3 (steven@)

octave

  ~ Makefile                              ~ pkg/PLIST

  > fix plist (steven@)

== misc ============================================================== 14/22 ==

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

hfsplus

  ~ Makefile                              ~ pkg/PLIST

  > - remove dead HOMEPAGE.
  > - fix MASTER_SITES.
  > - add WANTLIB tag.
  > - install html documentation.
  > - regen PLIST.
  > checked by steven@ (aanriot@)

== multimedia ======================================================== 15/22 ==

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

avidemux

  ~ Makefile                              
  + patch-avidemux_ADM_audiocodec_ADM_codecfaad_cpp

  > - use exact width data types for libfaad interaction
  > - move libfaad from WANTLIB to LIB_DEPENDS and LIB_DEPEND
  > libfaad >= 1.0
  > - bump PKGNAME
  > libfaad move from WANTLIB to LIB_DEPENDS OK ajacoutot@ (MAINTAINER)
  > OK naddy@ (jakemsr@)

== net =============================================================== 16/22 ==

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

net

  ~ Makefile                              

  > ruby-xmpp4r (jcs@)

ipv6calc

  ~ Makefile                              ~ distinfo
  ~ patches/patch-Makefile_in             

  > update ipv6calc to 0.71.0
  > - takeover as MAINTAINER until Vladimir Kotal has a working e-mail address
  > that doesn't bounce. (rui@)

kismet

  ~ Makefile                              ~ patches/patch-gpsmap_cc

  > Unbreak -gpsmap for 64 bit archs. Found by steven at . (kili@)

mldonkey

  ~ stable/Makefile                       

  > drop maintainership, switching to amule... (espie@)

nagios

  ~ nagios/Makefile                       ~ nagios/distinfo
  ~ nagios/patches/patch-configure        ~ nagios/pkg/MESSAGE-main
  ~ nagios/pkg/PLIST-main                 

  > update to nagios 2.9
  > mention proper startup procedure in MESSAGE-main
  > initial diff from brad (sturm@)

ruby-xmpp4r

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

  > New import:
  >	xmpp4r-0.3.1, a ruby xmpp/jabber library

smokeping

  ~ Makefile                              ~ distinfo
  ~ patches/patch-bin_smokeping_dist      ~ patches/patch-etc_config_dist
  ~ patches/patch-htdocs_smokeping_cgi_dist
  ~ pkg/PLIST                             

  > update to version 2.1.1; from Stuart Henderson
  > change MAINTAINER to Stuart as well (jakob@)

  ~ Makefile                              

  > fix broken dependency; from MAINTAINER (jakob@)

  ~ Makefile                              ~ pkg/PLIST

  > simpler do-install, and sync PLIST accordingly (missing items)
  > with and ok stu at spacehopper.org (MAINTAINER) (jasper@)

== news ============================================================== 17/22 ==

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

news

  ~ Makefile                              

  > add hellanzb (jasper@)

hellanzb

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST
  + pkg/MESSAGE                           + patches/patch-setup_py
  + patches/patch-Hellanzb_Core_py        

  > New import:
  >	import hellanzb 0.13 for mglocker and dharthmei

== security ========================================================== 18/22 ==

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

security

  ~ Makefile                              

  > add wpa_supplicant
  > ok aanriot@ (reyk@)

wpa_supplicant

  + patches/patch-driver_wired_c          + patches/patch-config
  + patches/patch-common_h                + patches/patch-os_internal_c
  + patches/patch-os_unix_c               + pkg/DESCR
  + pkg/PLIST                             + distinfo
  + Makefile                              + files/wpa_supplicant.conf

  > Add security/wpa_supplicant, a fully-featured implementation of an
  > IEEE 802.1X supplicant. This port does not support the wireless
  > WPA/WPA functionality yet, because it is missing in the OpenBSD
  > net80211 kernel implementation. Successfully tested with 802.1X on
  > ProCurve switches with OpenBSD running freeradius in the backend.
  > This port is based on work by Jussi Salzwedel, thanks!
  > ok aanriot@ (reyk@)

== sysutils ========================================================== 19/22 ==

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

hot-babe

  ~ Makefile                              

  > better comments;  ok steven@ (martynas@)

multitail

  ~ Makefile                              ~ distinfo
  ~ patches/patch-multitail_conf          

  > update multitail to 5.0.5
  > ok simon@ (rui@)

== textproc ========================================================== 20/22 ==

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

p5-Lingua-EN-Inflect

  ~ Makefile                              

  > better comments;  ok steven@ (martynas@)

p5-XML-Writer

  ~ Makefile                              ~ distinfo

  > update to version 0.603
  > ok jasper@ (simon@)

== www =============================================================== 21/22 ==

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

www

  ~ Makefile                              

  > add py-paste and py-paste-deploy (martynas@)

  ~ Makefile                              

  > add py-paste-script (martynas@)

  ~ Makefile                              

  > add tntnet (jasper@)

  ~ Makefile                              

  > add py-turbogears (martynas@)

  ~ Makefile                              

  > add liferea (jasper@)

firefox-i18n

  ~ Makefile                              ~ distinfo

  TAGGED OPENBSD_4_0
  > firefox 1.5.0.12 (sturm@)

gtkhtml3

  ~ Makefile                              ~ distinfo

  > update gtkhtml3 to 3.14.2
  > ok martynas@ (jasper@)

larbin

  ~ Makefile                              

  > run/build depends -> lib depends (steven@)

liferea

  + Makefile                              + distinfo
  + pkg/PLIST                             + pkg/DESCR
  + patches/patch-src_notification_Makefile_in
  + patches/patch-src_callbacks_c         

  > New import:
  >	import liferea 1.2.17

  ~ Makefile                              

  > typo in homepage; mike at erdelynet.com (steven@)

mantis

  ~ Makefile                              ~ pkg/MESSAGE

  > Remove the RUN_DEPENDS to php5-mysql since Mantis can use either MySQL or
  > PostgreSQL.  Add a note to MESSAGE that a database of the users liking has
  > to be installed.  Bump packagename. (mbalmer@)

mod_auth_bsd

  - files/mod_auth_bsd-enable             ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_auth_kerb

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_auth_ldap

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_auth_mysql

  - files/mod_auth_mysql-enable           ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_auth_radius

  - files/mod_auth_radius-enable          ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_bandwidth

  ~ distinfo                              ~ patches/patch-mod_bandwidth_c

  > ascii vs. binary file transfer on mirror,
  > regen distinfo and adjust patch now master site is reachable
  > ok ajacoutot@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_dav

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_fastcgi

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_frontpage

  - files/mod_frontpage-enable            ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_geoip

  - files/mod_geoip-enable                ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_gzip

  - files/mod_gzip-enable                 ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_jk

  ~ Makefile                              ~ distinfo
  ~ patches/patch-native_apache-1_3_Makefile_in

  TAGGED OPENBSD_4_1
  > MFC:
  > Update to 1.2.23 which includes a security fix for CVE-2007-1860 that
  > effects all prior 1.2.x versions of mod_jk. More info at:
  > http://tomcat.apache.org/security-jk.html (sturm@)

  - patches/patch-jk_conf_workers_properties_minimal
  ~ Makefile                              ~ distinfo
  ~ files/README.OpenBSD                  
  + patches/patch-conf_workers_properties_minimal
  + patches/patch-native_apache-1_3_Makefile_in
  + patches/patch-native_common_Makefile_in

  TAGGED OPENBSD_4_0
  > MFC:
  > Update to 1.2.23 which includes a security fix for CVE-2007-1860 that
  > effects all prior 1.2.x versions of mod_jk. More info at:
  > http://tomcat.apache.org/security-jk.html (sturm@)

  ~ Makefile                              

  TAGGED OPENBSD_4_0
  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_layout

  - files/mod_layout-enable               ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_ldapvhost

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_log_sql

  - files/mod_log_sql-enable              ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_mp3

  - files/mod_mp3-enable                  ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_perl

  - files/mod_perl-enable                 ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_random

  - files/mod_random-enable               ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_ruby

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_security

  - files/mod_security-enable             ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PFRAG.shared
  ~ pkg/PLIST                             

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  - pkg/PFRAG.shared                      

  > oops, remove this empty file too (simon@)

  ~ Makefile                              ~ pkg/PLIST

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mod_text2html

  - files/mod_text2html-enable            ~ Makefile
  ~ pkg/MESSAGE                           ~ pkg/PLIST

  > finish switch to apache module framework, change license for
  > mod_auth_mysql and remove two maintainers on their own request
  > feedback & ok steven@ (simon@)

  ~ Makefile                              

  > bump versions as MODAPACHE_FINAL changed
  > and fix mod_security packaging while there
  > "go ahead" steven@ (simon@)

mozilla-firefox

  - patches/patch-modules_plugin_base_public_nptypes_h
  - patches/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86_h
  ~ Makefile                              ~ distinfo
  ~ patches/patch-browser_app_mozilla_in
  + patches/patch-security_nss_lib_freebl_unix_rand_c

  TAGGED OPENBSD_4_0
  > security update to firefox 1.5.0.12
  > set soft fd to 128
  > backport an nss fix for a deadlock (sturm@)

php4

  ~ patches/patch-ltmain_sh               

  > - unbreak php4/extensions (fall out from the libtool -pthread change).
  > okay naddy@ (kurt@)

py-formencode

  ~ Makefile                              + patches/patch-docs_test_docs_py

  > - enable regression tests with py-py;
  > - add missing {REGRESS,RUN}_DEPENDS to py-ruledispatch;
  > feedback, ok steven@ (martynas@)

py-paste

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

  > New import:
  >	import py-paste-1.3

py-paste-deploy

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

  > New import:
  >	import py-paste-deploy-1.3

py-paste-script

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

  > New import:
  >	import py-paste-script-1.3.4

py-turbogears

  + distinfo                              + Makefile
  + pkg/PLIST                             + pkg/DESCR
  + patches/patch-setup_py                

  > New import:
  >	import py-turbogears-1.0.2.2, Python web development megaframework

ruby-fcgi

  ~ Makefile                              

  > fix LIB_DEPENDS/WANTLIB (steven@)

tntnet

  + distinfo                              + Makefile
  + pkg/DESCR                             + pkg/PLIST
  + pkg/PFRAG.shared                      + patches/patch-etc-Makefile_in

  > New import:
  >	import tntnet 1.6.0

wordpress

  ~ Makefile                              ~ distinfo
  ~ pkg/PLIST                             

  > Update to Wordpress 2.2.1.
  > SECURITY:  This fixes three vulnerabilities, see the following URL for
  > details:
  > http://wordpress.org/development/2007/06/wordpress-221/
  > ok kevlo (mbalmer@)

== x11 =============================================================== 22/22 ==

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

x11

  ~ Makefile                              

  > +gtk2-murrine-engine (ajacoutot@)

  ~ Makefile                              

  > add vdesk. (mbalmer@)

  ~ Makefile                              

  > +isomaster (kili@)

  ~ Makefile                              

  > Sort. (kili@)

bbdate

  ~ Makefile                              

  > - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson;
  > - better COMMENT for bbpager;
  > - bump PKGNAMEs;
  > ok simon@ (martynas@)

bbpager

  ~ Makefile                              

  > - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson;
  > - better COMMENT for bbpager;
  > - bump PKGNAMEs;
  > ok simon@ (martynas@)

belt

  ~ Makefile                              

  > - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson;
  > - better COMMENT for bbpager;
  > - bump PKGNAMEs;
  > ok simon@ (martynas@)

gnome

  ~ metacity/Makefile                     ~ metacity/distinfo

  > bugfix update to metacity-2.18.5; ok jasper@ (martynas@)

  ~ zenity/Makefile                       ~ zenity/distinfo
  ~ zenity/pkg/PLIST                      

  > bugfix update to zenity-2.18.2; ok jasper@ (martynas@)

  ~ menus/Makefile                        ~ menus/distinfo
  ~ menus/patches/patch-util-Makefile_in
  ~ menus/pkg/PLIST                       

  > bugfix update to gnome-menus-2.18.2; ok jasper@ (martynas@)

  - terminal/patches/patch-src_terminal-screen_c
  ~ terminal/Makefile                     ~ terminal/distinfo
  ~ terminal/pkg/PLIST                    

  > update to gnome-terminal-2.18.1 and fix annoying term problem;
  > ok jasper@ (martynas@)

  ~ eog/Makefile                          ~ eog/distinfo
  ~ eog/patches/patch-Makefile_in         ~ eog/pkg/PLIST

  > eog-2.18.2; ok jasper@ (martynas@)

  ~ gdm/Makefile                          ~ gdm/distinfo
  ~ gdm/patches/patch-configure           ~ gdm/patches/patch-daemon_slave_c
  ~ gdm/pkg/PLIST                         

  > update to gdm-2.18.2; ok jasper@ (long ago, actually) (martynas@)

  ~ desktop/Makefile                      ~ desktop/distinfo
  ~ desktop/pkg/PLIST                     

  > update to gnome-desktop-2.18.2; ok jasper@ (martynas@)

  ~ session/Makefile                      ~ session/distinfo
  ~ session/pkg/PLIST                     

  > update to gnome-session-2.18.2; ok jasper@ (martynas@)

  ~ panel/Makefile                        ~ panel/distinfo
  ~ panel/pkg/PLIST                       

  > update to gnome-panel-2.18.2; ok jasper@ (martynas@)

  ~ libgnomekbd/Makefile                  ~ libgnomekbd/distinfo
  ~ libgnomekbd/pkg/PLIST                 

  > update to libgnomekbd-2.18.2; ok jasper@ (martynas@)

  ~ gnome.port.mk                         

  > add a plain ${VERSION} variable, aids the conversion (jasper@)

  ~ gnome.port.mk                         

  > remove USE_X11 from here, stuff like gnome-backgrounds doesn't use X11, but
  > it does use this module.. (jasper@)

  ~ gnome.port.mk                         

  > only set MASTER_SITES, if it's not already defined. (jasper@)

  ~ gnome.port.mk                         

  > oops, this is better. (jasper@)

  ~ metacity/Makefile                     

  > better comments;  ok steven@ (martynas@)

  ~ gnome.port.mk                         

  > sigh...really remove use_x11 (jasper@)

  ~ gnome.port.mk                         

  > when NO_BUILD is defined, don't set BUILD_DEPENDS or bother pulling in
  > libtool. (jasper@)

  ~ gnome.port.mk                         

  > fix test condition, thanks to martynas@ (jasper@)

gnustep

  ~ base/Makefile                         ~ base/pkg/PLIST

  > - conflicts with swi-prolog (for now)
  > noticed by kili@ (ajacoutot@)

gtk2-murrine-engine

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

  > New import:
  >	Import gtk2-murrine-engine-0.53.1

  ~ Makefile                              ~ distinfo

  > don't play stupid games, fixes mirror-maker (sturm@)

gxmessage

  ~ Makefile                              

  > - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson;
  > - better COMMENT for bbpager;
  > - bump PKGNAMEs;
  > ok simon@ (martynas@)

isomaster

  + Makefile                              + distinfo
  + pkg/DESCR                             + pkg/PLIST
  + patches/patch-Makefile                + patches/patch-po_Makefile
  + patches/patch-icons_Makefile          

  > New import:
  >	ISO Master is an open-source, easy to use, GUI CD image editor.

obconf

  ~ Makefile                              ~ distinfo

  > - minor update to obconf-2.0.1
  > thanks to bradmwalker at cableone dot net for pointing me at the new
  > version (ajacoutot@)

openbox

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

  > - update to openbox-3.4.2
  > thanks to bradmwalker at cableone dot net for pointing me at the new
  > version (ajacoutot@)

vdesk

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

  > New import:
  >	vdesk is a virtual desktop manager, intended for use with window
  > managers

  ~ Makefile                              ~ pkg/PLIST

  > Remove a no longer needed @comment. (mbalmer@)

vlc

  - patches/patch-modules_access_cdda_access_c
  - patches/patch-modules_access_vcdx_access_c
  ~ Makefile                              ~ distinfo
  ~ patches/patch-aclocal_m4              ~ patches/patch-configure_ac
  ~ patches/patch-modules_codec_faad_c    
  ~ patches/patch-modules_demux_Makefile_in
  ~ patches/patch-modules_gui_wxwidgets_Makefile_in
  ~ patches/patch-share_Makefile_in       ~ pkg/PFRAG.no-no_web
  ~ pkg/PLIST                             + patches/patch-modules_demux_ogg_c

  TAGGED OPENBSD_4_1
  > MFC:
  > - SECURITY update to 0.8.6c (and various bugfixes, memory leaks)
  > VideoLAN-SA-0702: format string injection in Vorbis, Theora, SAP and CDDA
  > plugins (sturm@)

  ~ Makefile                              ~ distinfo
  ~ patches/patch-configure_ac            
  ~ patches/patch-include_vlc_threads_funcs_h
  ~ patches/patch-loader_pe_image_c       ~ patches/patch-loader_win32_c
  ~ patches/patch-m4_vlc_m4               ~ patches/patch-modules_gui_ncurses_c
  ~ patches/patch-modules_gui_pda_pda_callbacks_c
  ~ patches/patch-src_misc_modules_c      ~ pkg/PLIST
  + patches/patch-aclocal_m4              + patches/patch-include_vlc_vlc_h
  + patches/patch-modules_access_ftp_c    
  + patches/patch-modules_access_mms_mmsh_c
  + patches/patch-modules_codec_faad_c    
  + patches/patch-modules_demux_Makefile_in
  + patches/patch-modules_demux_ogg_c     
  + patches/patch-modules_gui_wxwidgets_Makefile_in
  + patches/patch-share_Makefile_in       

  TAGGED OPENBSD_4_0
  > MFC:
  > - SECURITY update to 0.8.6c (and various bugfixes, memory leaks)
  > VideoLAN-SA-0702: format string injection in Vorbis, Theora, SAP and CDDA
  > plugins (sturm@)

  ~ Makefile                              

  TAGGED OPENBSD_4_0
  > give update-desktop-database a chance to work by adding desktop-file-utils
  > to RUN_DEPENDS;  ok ajacoutot@ (martynas@)

xkbset

  ~ Makefile                              

  > - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson;
  > - better COMMENT for bbpager;
  > - bump PKGNAMEs;
  > ok simon@ (martynas@)

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


More information about the owc mailing list