Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (34m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 12:22:59 UTC Now

2009-01-08 12:00:24 UTC MAIN commitmail json YAML

- htmldoc-1.8.27 [pkg/40223]

(obache)

2009-01-08 11:59:49 UTC MAIN commitmail json YAML

Updated www/htmldoc to 1.8.27

(obache)

2009-01-08 11:58:31 UTC MAIN commitmail json YAML

Add missing portability fix patch.

(obache)

2009-01-08 11:57:24 UTC MAIN commitmail json YAML

Update htmldoc to 1.8.27.
Based on PR 40223.

Pkgsrc changes:
* Change HOMPAGE for open source version.
* Add missng dependency on devel/zlib.
* Optionify of SSL support and let gnutls to selectable.
* Rename undocumented htmldoc-gui option to x11, it's better match for pkgname.

CHANGES IN HTMLDOC v1.8.27

    BUG FIXES

- Fixed a crash bug that appeared when more than 10 blank
  pages were present in a document (PR #6223)
- Color changes were not reflected in PRE text (STR #129)
- Remote URLs did not always work on older operating
  systems (PR #6179)
- Image filenames using % escapes were not decoded
  properly.
- Rows using BGCOLOR that spanned across multiple pages
  did not render properly (PR #6149)
- Rows no longer start on a new page due to a cell with
  both HEIGHT and ROWSPAN specified (PR #6086)
- CMYK JPEG images caused HTMLDOC to crash (PR #6106)
- Table cell width calculations didn't always account for
  the proper minimum width (STR #121)
- Images were not copied when generating indexed HTML
  output to a directory (STR #117)
- Changing the bottom margin resulted in text that was
  formatted below the bottom margin.
- The Monospace-Oblique font was not embedded properly in
  PDF files.

CHANGES IN HTMLDOC v1.8.26

    BUG FIXES

- Outline and keyword strings in PDF files are now stored
  as Unicode (STR #113)
- The Flate compression code could get in an infinite
  loop if it ran out of memory (STR #101)
- Book files saved from the GUI did not handle filenames
  with spaces (STR #105)
- Fixed and re-enabled the ASCII85Device filter support
  in PostScript Level 2/3 output (STR #116)
- Character entities in the first word of a file were not
  rendered properly (STR #111)
- Fixed-size table columns were incorrectly resized when
  a table width was also specified and there was extra
  space to distribute (PR #6062)
- Text could "walk" up or down when in-line images were
  used (PR #6034)
- Row backgrounds incorrectly replaced cell backgrounds
  when the first cell in a row used ROWSPAN (PR #6033, PR
  #6036)
- HTMLDOC did not correctly parse FONT FACE attributes
  (PR #6006)
- Images in Level 2/3 PostScript output did not work on
  some printers (PR #6000)
- The GUI did not use the first page header (PR #5978)

CHANGES IN HTMLDOC v1.8.25

    NEW FEATURES

- Added "--overflow" and "--no-overflow" command-line
  options to show or hide the content-too-large errors;
  the default is "--no-overflow".
- Added "--header1" command-line option and "HEADER1"
  page comments to set the page header for the first page
  of each chapter.
- Added "timing" and "remotebytes" debug data generation.
- Added DejaVu font collection to better support Cyrillic
  and Greek text; the new fonts are available under the
  generic names "monospace", "sans", and "serif".
- Added "--referer" command-line option and corresponding
  CGI-mode support to pass Referer: information in HTTP
  requests (STR #91)

    CHANGES:

- On Windows, HTMLDOC now logs CGI mode errors to a file
  called "htmldoc.log" in the Windows temporary
  directory.
- HTMLDOC no longer uses Base-85 encoding for image data
  when producing Level 2 and 3 PostScript output. It
  appears that many printers and PostScript interpreters
  cannot properly decode this data when the original
  image data is not a multiple of 8 bits.
- HTMLDOC now renders STRONG elements in boldface instead
  of bold-italic to match the W3C recommendations.
- HTMLDOC now automatically inserts a TR element before a
  TD or TH element as needed to improve web site
  compatibility; this also triggers a HTML error in
  --strict mode.

    BUG FIXES

- "$HFIMAGEn" didn't work in a header/footer string.
- HTMLDOC could crash when rendering a table.
- Book files were not used in CGI mode (STR #69)
- Cookies were not sent in HTTP requests (STR #71)
- Table cells were not aligned properly when the ROWSPAN
  attribute was set to 1 (STR #73)
- HTMLDOC crashed when rendering unresolved hyperlinks in
  aligned images (STR #62)
- Documented the HTMLDOC_NOCGI environment variable (STR
  #63)
- HTMLDOC sometimes crashed when rendering tables with
  background colors (STR #65)
- HTMLDOC would crash when writing encrypted strings
  longer than 1024 bytes (STR #66)
- HTMLDOC didn't set the data directory when running in
  CGI mode on Windows.
- HTMLDOC could crash when loading the Symbol.afm file
  (STR #93)
- HTMLDOC did not always honor HEIGHT attributes in table
  rows.
- Tables with a mix of colspan and rowspan sometimes
  caused cells to be moved vertically outside the cell.

CHANGES IN HTMLDOC v1.8.24

    NEW FEATURES

- HTMLDOC now provides limited cookie support via the
  "--cookies" command-line option and via the cookies
  passed by a browser in CGI mode.
- HTMLDOC now features a CGI mode which provides PDF
  conversion functionality for web servers.
- HTMLDOC now generates a document outline for each
  input file or URL in webpage mode; the outline shows
  the title for the file and links to the first page
  containing that file.
- HTMLDOC now offers an "htmlsep" output type which
  generates HTML output with a separate file for each
  heading in the table of contents.
- HTMLDOC now includes LINK elements in generated HTML
  so that intelligent browsers like Mozilla can show
  next/prev/contents/top buttons.
- HTMLDOC now supports the BORDERCOLOR attribute for
  tables, a MSIE extension.
- The "strict HTML" mode now reports unresolved local
  links.
- Added support for HP LaserJet 5000 and Xerox DocuPrint
  2000/100 printer commands.
- Added multiple header/footer image support.
- Links to external URLs are now resolved so that the
  output file can be moved without affecting them.

    CHANGES

- The command-line now allows --fontsize values from 4
  to 26 to match the GUI.
- Now use a 0.001 point tolerance when checking for
  content that overflows the page/cell.
- HTMLDOC no longer enables interpolation of 2-color
  images.
- The default vertical alignment of images is "BOTTOM"
  to match the HTML specification.
- Paragraph spacing is only applied to the first table
  after a paragraph.
- The tabloid media size was 10 points too short in
  length.
- The table formatter now subtracts the outside border
  and padding widths for percentage-based widths.  This
  helps to eliminate "truncation or overlapping" errors.
- Dropped support for FLTK 1.0.x when building the GUI.
- The default vertical alignment is now "bottom" inside
  paragraphs to correctly align different sized text and
  images to the baseline.
- Indexed images are now written as PDF image objects
  when encryption is enabled; this works around a
  serious bug in Acrobat 6 which tries to decrypt the
  colormap of in-line images twice, causing some very
  strange colors!
- Table captions can now be bottom aligned.
- Blocks now break at the bottom of a page if the
  current line height + standard line height goes below
  the bottom of the page; this prevents images with
  captions from getting erroneously moved to the top of
  the next page.
- Character entities are now supported in HTML
  attributes and unknown or invalid character entities
  are left as plain text.
- Changed handling of NOWRAP for some tables.
- The --permissions option now supports multiple
  permission keywords in a single invocation.
- Dropped support for MacOS 9 and earlier.
- HTMLDOC now breaks between images that are too large
  to fit on a single line, to match the behavior of
  Mozilla/Netscape (STR #7).
- HTMLDOC now handles XHTML input more cleanly.
- HTMLDOC no longer specifies an interpolation
  preference for images in PostScript or PDF output (STR
  #8)
- The DT element no longer applies an italic style (PR
  #5178)
- HTMLDOC now ignores content inside a STYLE element
  (PR #5183)

    BUG FIXES

- Switching between landscape and portrait orientations
  would cause margin creepage.
- Images did not default to align=bottom, and the
  align=bottom line spacing calculation was incorrect.
- Whitespace before a link was underlined.
- Fixed a table column sizing bug.
- HTMLDOC didn't read back the HTTP response properly in
  all situations.
- Fixed some more PNG transparency cases.
- The PageBoundingBox comments in PostScript output did
  not account for the back page when duplexing was
  enabled.
- HTMLDOC generated an incorrect image mask for some
  images.
- The first page of each chapter did not use the custom
  page number if it was placed inside the heading.
- HTMLDOC did not reset the rendering cache before each
  page when producing N-up output; this caused font
  errors in some cases that prevented the document from
  printing or displaying properly.
- Eliminated a common cause of "table too wide"
  formatting errors,
- Fixed a bug when applying a table background color to
  a cell without a border that cross a page boundary.
- Fixed some calls to strcpy with overlapping arguments.
- The names object was never set when the name objects
  were written.
- Character entities were not decoded/encoded inside
  HTML comments.
- The current heading was not always correctly
  substituted when used in the page header or footer.
- When converting web pages from the GUI, the
  table-of-contents page number preferences were
  incorrectly used.
- PDF page effects/transitions were not put in the right
  part of the page dictionary, causing them not to be
  used by the PDF reader application.
- The _HD_OMIT_TOC attribute was not being honored for
  HTML output.
- HTMLDOC now handles "open" messages from the MacOS X
  Finder (STR #3)
- The GUI did not load or save the "strict HTML" setting
  (STR #6)
- The HTML version of the title page did not set the ALT
  attribute for the title image (STR #10)
- The HTML version of the table of contents did not
  correctly nest the lists in the parent items (STR #10)
- Borders around left and right-aligned images were not
  drawn properly (PR #5112)
- Grayscale PDF output was not truly grayscale (STR #32)
- Fixed a table-of-contents bug introduced in 1.8.24rc1
  which caused the PDF document outline and actual TOC
  pages were not rendered properly (STR #37)
- Links were not rendered due to a bug that was
  introduced in 1.8.24rc2 (STR #41)

(obache)

2009-01-08 11:43:36 UTC MAIN commitmail json YAML

Delint: replace LOCALBASE with BUILDLINK_PREFIX.libmp4v2.

OK by wiz@.

(shattered)

2009-01-08 10:04:52 UTC MAIN commitmail json YAML

Updated x11/lablgtk to 2.12.0

(wiz)

2009-01-08 10:04:29 UTC MAIN commitmail json YAML

Update to 2.12.0:

In Lablgtk-2.12.0:
2008.12.20 [Jacques]
* fix build process for ocaml 3.11 on MSVC and mingw.

2008.12.09 [Jacques]
* fix ml_gtk_source_buffer_create_marker

2008.10.30 [Benjamin]
* Support Gtk Quartz backend compilation (thanks to Pascal Cuoq)
2008.10.07 [Benjamin]
* Revert last change on GEdit.entry_completion according to M. Clasen.
  Keeping the new type for the callback match_selected.
2008.10.05 [Benjamin]
* Change type of model contained in GEdit.entry_completion from
  model to model_filter see
  http://bugzilla.gnome.org/show_bug.cgi?id=555087.
2008.09.10 [Benjamin]
* Many custom tree model bugs fixed.

2008.09.04 [Benjamin]
* First attempt to support custom_tree_models in GTree.
  I need some feedback on ways to improve the safety.
  An example of usage is given in examples/custom_tree.ml
  Part of the code comes from Robert Schneck: he agreed by private mail
  on relicensing it for lablgtk2.

2008.08.20 [Jacques]
* Move model to head of properties in ComboBox
  (bug reported by Pierre-Marie Pedrot)

2008.08.03 [Benjamin]
* Support for wrapped signal of GEdit.spin_button (Gtk 2.10)

2008.08.01 [Benjamin]
* Support for GtkRendererAccel of Gtk 2.10

2008.07.26 [Benjamin]
* Add a few 2.10 properties GAction.icon_name, GButton.image_position,

2008.07.25 [Olivier]
* don't use G_QUEUE_INIT (dependency on glib 2.14)

2008.07.25 [Jacques]
* Add [widget] to Gtk.file_chooser
* configure did not work on FreeBSD

2008.05.09 [Benjamin]
* Add Glib.Io.read_chars. Other g_io_* function could be added...

2008.04.14 [Olivier]
  * use Gc.create_alarm to delay GObject finalization instead of an idle function

2008.03.31 [Benjamin]
  * Support mingw compilation with OCaml 3.11. Still tricky...

2008.03.25 [Jacques]
  * add GtkWindow properties
  * add GMain.Event
  * add GtkMenu.Menu.popup_at

2008.03.22 [Benjamin]
  * prepare gtksourceview 2.1 support

(wiz)

2009-01-08 09:23:44 UTC pkg_install-renovation commitmail json YAML

2009-01-08 09:14:12 UTC pkg_install-renovation commitmail json YAML

2009-01-08 09:12:10 UTC MAIN commitmail json YAML

Updated fonts/freefont-ttf to 20090104

(wiz)

2009-01-08 09:12:00 UTC MAIN commitmail json YAML

Update to 20090104. Install to default TTF font path instead of
own separate directory. Use pkgsrc font handling support.

Changes:
Nearly four years of changes, not detailed here; read the included
ChangeLog file. (many more and better glyphs)

(wiz)

2009-01-08 09:03:24 UTC MAIN commitmail json YAML

Updated net/bind96 to 9.6.0pl1

(adrianp)

2009-01-08 09:03:15 UTC MAIN commitmail json YAML

Changes since 9.6.0:

2522. [security] Handle -1 from DSA_do_verify() and EVP_verify().

(adrianp)

2009-01-08 09:03:00 UTC MAIN commitmail json YAML

Updated net/bind95 to 9.5.1pl1

(adrianp)

2009-01-08 09:02:50 UTC MAIN commitmail json YAML

Changes since 9.5.1:

2522. [security] Handle -1 from DSA_do_verify().

(adrianp)

2009-01-08 09:02:29 UTC MAIN commitmail json YAML

Updated net/bind9 to 9.4.3pl1

(adrianp)

2009-01-08 09:02:19 UTC MAIN commitmail json YAML

Changes since 9.4.3:

2522. [security] Handle -1 from DSA_do_verify().

2498. [bug] Removed a bogus function argument used with
ISC_SOCKET_USE_POLLWATCH: it could cause compiler
warning or crash named with the debug 1 level
of logging. [RT #18917]

(adrianp)

2009-01-08 08:42:41 UTC MAIN commitmail json YAML

Make sure that the libraries are linked with libiconv if necessary, to avoid
the build failing like so (on Linux systems):

g++ -fexceptions -funsigned-char -fPIC -Wno-multichar -Wno-implicit -Wno-ctor-dtor-privacy -O2 -I/tmp/pkgsrc1/devel/exempi/work/.buildlink/include -Wl,-R/usr/pkgroot1/lib -o xmpfilescoverage XMPFilesCoverage.o  -L/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPCore/.libs/libXMPCore.a ../../source/XMPFiles/.libs/libXMPFiles.a ../../source/common/.libs/libxmpcommon.a /tmp/pkgsrc1/devel/exempi/work/.buildlink/lib/libexpat.so ../../third-party/MD5/.libs/libmd5.a  -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib
../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::Latin1ToUTF8(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
Reconcile_Impl.cpp:(.text+0x1a1): undefined reference to `libiconv_open'
Reconcile_Impl.cpp:(.text+0x1f0): undefined reference to `libiconv'
Reconcile_Impl.cpp:(.text+0x1fb): undefined reference to `libiconv_close'
../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::UTF8ToLatin1(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
Reconcile_Impl.cpp:(.text+0x341): undefined reference to `libiconv_open'
Reconcile_Impl.cpp:(.text+0x390): undefined reference to `libiconv'
Reconcile_Impl.cpp:(.text+0x39b): undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
*** Error code 1

(dsainty)

2009-01-08 03:43:31 UTC MAIN commitmail json YAML

Buildlink in the required devel/zlib.  Fixes build on systems where native zlib (header) is not installed.

(dsainty)

2009-01-08 01:37:44 UTC MAIN commitmail json YAML

- gftp-2.0.19

(jmcneill)

2009-01-08 01:10:20 UTC MAIN commitmail json YAML

- unicap 0.9.3

(jmcneill)

2009-01-08 01:10:01 UTC MAIN commitmail json YAML

Updated graphics/unicap to 0.9.3
Updated graphics/ucview to 0.22

(jmcneill)

2009-01-08 01:09:14 UTC MAIN commitmail json YAML

Update ucview to 0.22.

- small changes to plugin api
- support video downscaling for ogg/theora videos
- russian translation

(jmcneill)

2009-01-08 01:08:37 UTC MAIN commitmail json YAML

2009-01-08 01:00:15 UTC MAIN commitmail json YAML

Use pkgsrc standard PKG_USERS usage and remove escape '\' from PKG_USERS.
It should fix build failure with recent NetBSD-current's make.

(obache)

2009-01-08 00:26:51 UTC MAIN commitmail json YAML

Added pkgtools/packagekit version 0.4.0
Added pkgtools/gnome-packagekit version 0.4.0

(jmcneill)

2009-01-08 00:26:05 UTC MAIN commitmail json YAML

+ packagekit gnome-packagekit

(jmcneill)

2009-01-08 00:22:46 UTC MAIN commitmail json YAML

Import gnome-packagekit version 0.4.0.

PackageKit is a system designed to make installing and updating software on
your computer easier. The primary design goal is to unify all the software
graphical tools used in different distributions, and use some of the latest
technology like PolicyKit to make the process suck less.

The actual nuts-and-bolts distro tool (yum, apt, conary, etc) is used by
PackageKit using compiled and scripted helpers. PackageKit isn't meant to
replace these tools, instead providing a common set of abstractions that can
be used by standard GUI and text mode package managers.

PackageKit itself is a system activated daemon called packagekitd. Being
system activated means that it's only being run when the user is using a text
mode or graphical tool, and quits when it's no longer being used. This means
we don't delay the boot sequence or session startup and don't consume memory
when not being used.

gnome-packagekit is the name of the collection of graphical tools for
PackageKit to be used in the GNOME desktop.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2009-01-08 00:21:01 UTC MAIN commitmail json YAML

Import packagekit version 0.4.0. Much work to do.

PackageKit is a system designed to make installing and updating software on
your computer easier. The primary design goal is to unify all the software
graphical tools used in different distributions, and use some of the latest
technology like PolicyKit to make the process suck less.

The actual nuts-and-bolts distro tool (yum, apt, conary, etc) is used by
PackageKit using compiled and scripted helpers. PackageKit isn't meant to
replace these tools, instead providing a common set of abstractions that can
be used by standard GUI and text mode package managers.

PackageKit itself is a system activated daemon called packagekitd. Being
system activated means that it's only being run when the user is using a text
mode or graphical tool, and quits when it's no longer being used. This means
we don't delay the boot sequence or session startup and don't consume memory
when not being used.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2009-01-08 00:04:53 UTC pkg_install-renovation commitmail json YAML

Also include support for IGNORE_URL.

(joerg)

2009-01-08 00:03:06 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.1.8

(abs)

2009-01-08 00:02:44 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.1.8

Most importantly mbox bugfixes. v1.1 should finally be as stable with
mboxes as it was with v1.0. Hopefully we'll also soon have the first
v1.2 beta release and the final v1.2.0 somewhat soon after that.

- mbox: Several bugfixes. Fixes "next message unexpectedly lost"
          errors and perhaps some other problems as well.
- deliver: It wasn't possible to override boolean settings in
  lda section by setting them to "no".
- Maildir++ quota didn't correctly check if maildirs had changed
  during recalculation.
- kqueue notify: Fixed assert-crash in some situations
- dbox: Several fixes to handling Maildir migrations
- Logging/error message improvements

(abs)

2009-01-08 00:01:31 UTC pkg_install-renovation commitmail json YAML

2009-01-07 23:42:18 UTC MAIN commitmail json YAML

Updated graphics/fotoxx to 5.8

(wiz)

2009-01-07 23:42:04 UTC MAIN commitmail json YAML

Update to 5.8:

2009.01.01  v.5.8
+ Visual feedback for brightness/contrast/color edits was made faster by
  using the window image instead of the (usually much larger) main image.
  The main image is updated when the changes are committed.
+ Erratic mouse drag in warp function was fixed.
+ Color balance was separated from brightness/whiteness adjustments.
+ Bug fix: last translation in a .po file sometimes got comment appended.
+ Sharpen, blur and noise reduction, when applied within an image area,
  can now use "blend width" to soften the boundaries.
+ Added a modified "top hat" noise reduction method, which is more
  effective for some types of noise.
+ Zoom- returns to normal display at once instead of many steps

(wiz)

2009-01-07 23:23:43 UTC MAIN commitmail json YAML

+ mjpegtools-1.9.0.
- cdrtools-2.01.01.55, hal-info-20081219, inputproto-1.5.0,
  iso-codes-3.5.1, libXfont-1.3.4, libXi-1.2.0, libgsf-1.14.11,
  libnotify-0.4.5, libspectre-0.2.2, mjpegtools-1.9.0rc4,
  pciids-20081012, py-gobject-2.16.0, xapian-1.0.10, xapian-omega-1.0.10,
  xextproto-7.0.4, yaz-3.0.41.

(wiz)

2009-01-07 23:23:24 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01.55

(wiz)

2009-01-07 23:23:13 UTC MAIN commitmail json YAML

Update to 2.01.01a55:

pkgsrc: despite changes below, nothing is installed suid for now

NEW features of cdrtools-2.01.01a55

All:

- Default install user changed from "bin" to "root".

- The install-sh script now complains if an attept was made to install
a program suid or sticky and the install user has no root privileges

- The makefile system has been modified to allow a separate set-up
for the install path of the configuration files to e.g. /etc/
via the DEFAULTS variable INS_RBASE

Rscsi:

- the configuration file "rscsi" is now by default installed into
/etc/default/rscsi

Cdrecord:

- Cdrecord is now by default installed suid root in case that the caller
of make install has root privileges

-      The call to scg_close() introduced with 2.01.01a54 was not
done in the right order and could cause core dumps.

- the configuration file "cdrecord" is now by default installed into
/etc/default/cdrecord

- Some unused variables and functions have been commented out

Cdda2wav (Maintained/enhanced by J

- Cdda2wav is now by default installed suid root in case that the caller
of make install has root privileges

- Some unused variables and functions have been commented out

Readcd:

- Readcd is now by default installed suid root in case that the caller
of make install has root privileges

NEW features of cdrtools-2.01.01a54:

All:

- config.sub and config.guess now support ATARI MiNT

- All needed definition files for ATARI MiNT are now in RULES/*

- configure now checks whether shmget() works (needed for ATARI MiNT)

- The GNU linker on Linux now seems to support -R to set the LD_RUN_PATH
Added support for -R

- Added definitions to allow dynamic linking with the Sun Studio compiler
on Linux

- Added a new #define (NO_ACL) that alloed to disable ACL support via
command line when compiling

- include/schily/libport.h split into include/schily/libport.h and
include/schily/hostname.h to allow to avoid to include netdb.h for
applications that do not need gethostname() and getdomainname()

- include/schily/prototype.h now inlcludes the definitions for const...

- new autoconf test to check whether the Sun Studio compiler needs
-xarch=generic64 or -m64 for 64 bit compilation.

Libschily:

- New functions eaccess() and findinpath()

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libparanoia (Ported/enhanced by J

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libedc (Optimized by J

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libcdrdeflt:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libdeflt:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libfind:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

- libfind now correctly deals with ARG_MAX in case that
the bitness of the libfind executable differs from the bitness
of the executable called by -exec name {} +

Libfile:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libhfs_iso:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libsiconv:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libscg:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Libscgcmd:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Rscsi:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

- Raise the SCSI bus numer limit to 1024 to allow the new Linux ATA mapping.

Cdrecord:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

- New driver "mmc_bdrom" is used for profile 0x40 and allows to
retrieve the ADIP data for BD-R media that is reported as BD-ROM
by some drives.

- Added a workaround for a firmware bug in the drive
'HL-DT-ST' 'DVD-RAM GH22NP20'
that reports DVD-R media as media with zero size.

- Added a workaround for a firmware bug in many 'HL-DT-ST' drives
(e.g. 'HL-DT-ST' 'DVD-RAM GSA-H55N') that return unreliable data
with READ BUFFER and makes it impossible to get the drive DMA
transfer speed.

-      Added a workaround for frequent kernel/driver bugs in
FreeBSD and Solaris that prevent the DMA residual count to work.

- Try to call scg_close() before exiting cdrecord.

- Default Transfer Size reverted from 126 kB to 63 kB.
Sorry FreeBSD guys - it seems that FreeBSD is the only OS that
correctly deals with larger DMA sizes.

FreeBSD people may add a line with CDR_TRANSFERSIZE=126k
in /etc/default/cdrecord to raise the default.

The current problems are:

- On Solaris 10 Sparc fs=126k causes a kernel panic

- On Solaris 11 the drivers partially return incorrect
max DMA sizes that may cause cdrecord to fail.

- On Linux with USB fs=126k may not work at all

- On Linux with other interfaces, fs=126k may reduce
the DMA speed to a value that always causes buffer
underruns.

I hope to find a better solution in the next development cycle
after the current code has been release as stable version.
Expect the next stable release to appear very soon.

Cdda2wav (Maintained/enhanced by J

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

- Suppress some incorrect warnings from GCC by doing a double cast.

- Allow longer path names for *.inf files.

- SCSI *scgp is now a clean parameter to all SCSI transport functions.

- toc.c changed to support the new schily/hostname.h

Readcd:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Scgcheck:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Scgskeleton:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Btcflash:

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

Mkisofs (Maintained/enhanced by J

- Workaround for a GCC warning with make DEFAULTSDIR=DEFAULTS_ENG
warning: 'sccsid' defined but not used added

- Raising PATH_MAX to be at least 1024 for all platforms as Cygwin
defines PATH_MAX to 260 which is too small for Cygwin.

- Implemented a better error message in case that the boot image
could not be found inside the target tree.

- A description for the -s/-sector option was added to the man page.
This option is used to allow to create conforming multi-session
images for e.g. the Kodak Photo CD or the Kodak Picture CD.

- A description forr the -XA and -xa option was added to the man page.

- Mkisofs now writes a better error message in case that it cannot
sort a directory because more than on directory content was merged
into the ISO image.

- isoinfo -d now prints the checksum for the Eltorito validation header

(wiz)

2009-01-07 23:22:26 UTC MAIN commitmail json YAML

2009-01-07 23:00:26 UTC MAIN commitmail json YAML

Despite the fact that various Python modules do have buildlink files,
according to Joerg this behavior is wrong. Remove this one again.

(tonnerre)

2009-01-07 22:40:24 UTC MAIN commitmail json YAML

Updated textproc/xapian-omega to 1.0.10

(wiz)

2009-01-07 22:40:14 UTC MAIN commitmail json YAML

Update to 1.0.10:

Omega 1.0.10 (2008-12-23):

build system:

* This release now uses newer versions of the autotools (autoconf 2.62 ->
  2.63; automake 1.10.1 -> 1.10.2).  The newer autoconf fixes a regression
  in autoconf 2.62 (and so Omega 1.0.7) with detecting the endian-ness of some
  platforms.

Omega 1.0.9 (2008-10-31):

documentation:

* docs/overview.html: Document HTML parsing a bit, including robots
  meta and htdig_noindex.

omega:

* omega: Catch std::exception and report what its what() method returns.

* omega: Remove undocumented and non-functional support for numeric sorting
  via CGI parameter SORT=#<slot> (SORT=<slot> works as before).

build system:

* configure: Sync warning flag handling changes from xapian-core to eliminate
  many warnings from GCC 4.3.

Omega 1.0.8 (2008-09-04):

documentation:

* Fix a few typos and improve wording in a few places.

indexers:

* omindex:

  + If the character encoding is specified using <meta http-equiv=...> in an
    HTML document then reparse the document if it isn't the encoding we're
    already using so that any preceding <title> is converted correctly
    (bug#292).

  + Convert text from meta tag parameters to UTF-8 (bug#293).

  + Handle <meta charset="..."> (new in HTML 5).

  + Fix bug in HTML tag parameter parsing which was probably just a small
    performance penalty in real world cases, but could perhaps result in
    parsing bogus extra parameters in carefully contrived situations.

portability:

* Add missing <signal.h>, noted on FreeBSD by Henrik Brix Andersen.

(wiz)

2009-01-07 22:39:49 UTC MAIN commitmail json YAML

Updated textproc/xapian to 1.0.10

(wiz)

2009-01-07 22:39:39 UTC MAIN commitmail json YAML

Update to 1.0.10:

Xapian-core 1.0.10 (2008-12-23):

API:

* Composing an OP_NEAR query with two non-term subqueries now throws
  UnimplementedError instead of AssertionError (in a --enable-assertions build)
  or leading to unexpected results (otherwise).  This partly addresses bug#201.

* Using a MultiValueSorter with no values set no longer causes a hang or
  segmentation fault (but it is still rather pointless!)

matcher:

* If we're using values for sorting and for another purpose, cache the
  Document::Internal object created to get the value for sorting, like we do
  between other uses.

flint backend:

* If the disk became full while flushing database changes to disk, the
  WritableDatabase object would throw a DatabaseError exception but be left in
  an inconsistent state such that further use could lead to the database on
  disk ending up in a "corrupt" state (theoretically fixable, but no tool
  to fix such a database exists).  Now we try to ensure that the object is
  left in a consistent state, but if doing so throws a further exception, we
  put the WritableDatabase object in a "closed" state such that further
  attempts to use it throw an exception.

* Create the lockfile "flintlock" with permissions 0666 so that the umask is
  honoured just like we do for the other files (previously we used 0600).
  Previously it wasn't possible to lock a database for update if it was
  owned by another user, even if you otherwise had sufficient permissions via
  "group" or "other".

* Fix garbled exception message when a base file can't be reread.

quartz backend:

* Fix garbled exception message when a base file can't be reread.

remote backend:

* xapian-tcpsrv and xapian-progsrv now accept -w as a short form of --writable,
  as was always intended.

build system:

* This release now uses newer versions of the autotools (autoconf 2.62 ->
  2.63; automake 1.10.1 -> 1.10.2).

documentation:

* INSTALL: Add new paragraphs about HP's aCC and IRIX (adapted from footnotes
  in PLATFORMS).

* PLATFORMS: HP testdrive has been shut down, so all mark all those machines as
  "no longer available".  Update atreus' build report to 1.0.10.

* docs/queryparser.html: Add link to valueranges.html.

examples:

* delve: Add missing "and" to --help output.  Report termfreq and collection
  freq for each term we're asked about.

portability:

* Fix to build with GCC 4.4 snapshot.

Xapian-core 1.0.9 (2008-10-31):

API:

* Database::get_spelling_suggestion() is now faster (15% speed up for parsing
  queries with FLAG_SPELLING_CORRECTION set in a test on real world data).

* Fix OP_ELITE_SET segmentation fault due to excess floating point precision
  on x86 Linux (and possibly other platforms).

* Database::allterms_begin() over multiple databases now gives a TermIterator
  with operations O(log(n)) rather than potentially O(n) in the number of
  databases.

* Add new Database methods metadata_keys_begin() and metadata_keys_end() to
  allow the complete list of metadata in a database to be retrieved (this
  API addition is needed so that copydatabase can copy database metadata).

testsuite:

* Remove the cached test databases before running the testsuite.

* apitest: Fix cursordelbug1 to work on Microsoft Windows (bug#301).

* apitest,queryparsertest: Skip tests which fail because the timer granularity
  is too coarse to measure how long the test took.  In practice, this is only
  an issue on Microsoft Windows (bug#300 and bug#308).

matcher:

* Adjust percent cutoff calculations in the matcher in a way which corresponds
  to the change to percentage calculations made in 1.0.7 to allow for excess
  precision.

* Query::MatchAll no longer gives match results ranked by increasing document
  length.

flint backend:

* xapian-compact: Fix crash while compacting spelling table for a single
  database when built with MSVC, and probably other platforms, though Linux
  got lucky and happened to work (bug#305).

build system:

* configure: Disable -Wconversion for now - it's not useful for older GCC and
  is buggy in GCC 4.3.

* configure: Set -Wstrict-overflow to 1 instead of 5, to avoid unreasonable
  warnings under GCC 4.3.

documentation:

* Minor improvements to API documentation, including documenting the
  XAPIAN_FLUSH_THRESHOLD environmental variable in WriteableDatabase::flush()
  (bug#306).

* valueranges.html: Fix typos in example code, and drop superfluous empty
  destructor from ValueRangeProcessor subclass.

* HACKING: Several improvements.

examples:

* copydatabase: Also copy user metadata.

Xapian-core 1.0.8 (2008-09-04):

API:

* Fix output of RSet::get_description

testsuite:

* Report subtotals per backend, rather than per testgroup per backend to make
  the output easier to read.

flint backend:

* Fix WritableDatabase::add_document() and replace_document() not to be O(n*n)
  in the number of values in the new document.

* Fix handling of a table created lazily after the database has had commits,
  and which is then cursored while still in sequential mode.

* Fix failure to remove all the Btree entries in some cases when all the
  postings for a term are removed.  (bug#287)

* xapian-inspect: Show the help message on start-up.  Correct the documented
  alias for next from ' ' to ''.  Avoid reading outside of input string when it
  is empty.  (bug#286)

quartz backend:

* Backport fix from flint for WritableDatabase::add_document() and
  replace_document() not to be O(n*n) in the number of values in the new
  document.

build system:

* configure: Report bug report URL in --help output.

* xapian-config: Report bug report URL in --help output.

* configure: Fix deprecation error for --enable-debug=full to say to instead
  use '--enable-assertions --enable-log' not '--enable-debug --enable-log'.

documentation:

* valueranges.html: Expand on some sections.

examples:

* quest: Fix to catch QueryParserError instead of const char * which
  QueryParser threw in Xapian < 1.0.0.

* copydatabase: Use C++ forms of C headers.  Only treat '\' as a directory
  separator on platforms where it is.  Update counter every 13 counting up to
  the end so that the digits all "rotate" and the counter ends up on the exact
  total.

portability:

* Eliminate literal top-bit-set characters in testsuite source code.

(wiz)

2009-01-07 22:27:48 UTC MAIN commitmail json YAML

Add buildlink3.mk file to py-OpenSSL extension so it can be referenced in
other packages.

(tonnerre)

2009-01-07 22:26:55 UTC MAIN commitmail json YAML

Updated net/yaz to 3.0.41

(wiz)

2009-01-07 22:26:45 UTC MAIN commitmail json YAML

Update to 3.0.41:

--- 3.0.41 2008/12/29

Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too.

--- 3.0.40 2008/12/29

For configure, using option --without-xml2 also disables Libxslt/Libexslt
support.

Fixed bug #2352: yaz-marcdump crashes for certain record.

Added man page 'bib1-attr' which includes list of common Bib-1 attributes.

Added support for Danmarc2 to UTF-8 conversion.

Added support for ISO5426 to UTF-8 conversion.

zget_InitRequest/zget_InitResponse returns GIT SHA1 hash as part of
implementation version.

Function yaz_version returns GIT SHA1 hash for parameter sha1_str.

--- 3.0.38 2008/11/10

ZOOM C now only fires one ZOOM_EVENT_SEARCH per search-task. Previously,
ZOOM_EVENT_SEARCH was fired for each searchRetrieve Response received.

ZOOM C now interprets databaseName option for ZOOM connection as path
(SRU "database").

Windows version bundled with Libxml2 2.7.1 / Libxslt 1.1.24 / ICU 4.0.

Fixed CCL to RPN/PQF conversion which could result in invalid PQF.

Dummy Libxml2 types no longer defined in headers of YAZ'.

Fixed memory violation for ZOOM C - could occur when SRU diagnostics was
received.

(wiz)

2009-01-07 22:24:31 UTC MAIN commitmail json YAML

Update to production release 7.60.

Many minor changes omitted.  Highlights:

  - Added read support for Panasonic RW2 raw images (and extract meta
    information from embedded PreviewImage as Doc1)
  - Recognize DCP (DNG Camera Profile) files
  - Added read/write support for EXIF files
  - Added ability to write EXIF as a block (finally!)
  - Decode CameraOrientation for a number of Canon EOS models (thanks Bogdan)

(gdt)

2009-01-07 22:18:26 UTC MAIN commitmail json YAML

Updated sysutils/hal-info to 20081219

(wiz)

2009-01-07 22:18:16 UTC MAIN commitmail json YAML

2009-01-07 22:11:37 UTC MAIN commitmail json YAML

Updated devel/libgsf to 1.14.11

(wiz)

2009-01-07 22:11:28 UTC MAIN commitmail json YAML

Update to 1.14.11:

libgsf 1.14.11

Jody:
* win32 build fix for glib-2.18 deprecation.
* Extend MS Office Open Pkg handling to accept POI files.
* Add libxml2 wrapper to simplify probing.

Morten:
* Solaris compilation issue.  [#558253]
* Handle non-seekable files in gsf_input_stdio_new.  [#154417]

Paul:
* Fix various Mac compilation issues.  [#565603]  [#565605]

Pedro Fragoso:
* Clean up glib includes.  [#564004]

Richard W.M. Jones
* MinGW configure fix for libbz2 detection.

(wiz)

2009-01-07 22:01:19 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.3.4

(wiz)

2009-01-07 22:01:10 UTC MAIN commitmail json YAML

Update to 1.3.4:

Adam Jackson (2):
Nuke fontcache.
Retry font server connections faster.

Alan Coopersmith (8):
Add support for bzip2 bitmap font compression
Pad CreateAC packets with 0 auths to workaround xfs bug
Always scan catalogue dirs at startup, even if their mtime < 0
Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2
Update COPYING file with additional copyrights/licenses
Add simple README with pointers to bugzilla/git/mailing list
miscutil.c:108: warning: old-style parameter declaration
Version bump: 1.3.4

Benjamin Close (1):
Make sure font names/font alias names are null terminated

Derek Wang (1):
Sun bug 4510977: dtremote fails to start session

Julien Cristau (1):
Don't clobber CFLAGS in configure

Peter Breitenlohner (1):
X.Org Bug 17945: avoid gcc warnings for libXfont

(wiz)

2009-01-07 21:58:17 UTC MAIN commitmail json YAML

Updated x11/libXi to 1.2.0

(wiz)

2009-01-07 21:58:09 UTC MAIN commitmail json YAML

Update to 1.2.0:

Following the inputproto 1.5 release adding input device properties,
here's the matching client-side libraries.

Peter Hutterer (4):
      Bump to 1.1.99.2.
      Add XI_JOYSTICK to list of defined types.
      Add support for XI 1.5 device properties.
      libXi 1.2.0

(wiz)

2009-01-07 21:56:32 UTC MAIN commitmail json YAML

Updated x11/inputproto to 1.5.0

(wiz)

2009-01-07 21:56:22 UTC MAIN commitmail json YAML

Update to 1.5.0:

X Input Protocol 1.5.0

Additions over 1.4: input device properties support.

IDP are modelled after window properties and work much in the same
manner.  Each X Input device can have multiple properties of
arbitrary types at any point in time. These properties can be
interpreted by the server and/or the driver and thus allow cheap,
easily expandable ways of configuring devices.

IDP can also be read by other clients, allowing clients to label
devices or device specific features. Two of the more obvious cases
are to label a device as "primary", or to label each axis to denote
it's function ("press", "tilt", "rotation", etc.).

For those reading commit logs: IDP were originally added as XGE
events as part of XI2, then backported to traditional events.

Cheers,
  Peter

Peter Hutterer (10):
      Back out Device Properties from XI 2, push into XI 1.5.
      Protect against C++ includes.
      Add libXi's property interfaces.
      PropertyNotify, move deviceid back to last byte.
      Remove RCS tags, typo fix.
      Make sure Atoms are defined as CARD32.
      Undef Atom after we're done so we don't pollute users of XIproto.h
      Add XI_JOYSTICK type.
      Remove Configure/QueryDeviceProperty.
      inputproto 1.5.0

(wiz)

2009-01-07 21:52:00 UTC MAIN commitmail json YAML

+ bugzilla-3.3.1, dbus-1.2.10 [don't update until
  https://bugs.freedesktop.org/show_bug.cgi?id=18980 is fixed],
  eric3-4.2.5 [now called eric4], gvfs-1.1.3, libgsf-1.14.11.

Remove updated ones:
- SDL_gfx-2.0.18, cairo-1.8.6, dbus-glib-0.78, exiv2-0.18,
  gnome-user-docs-2.24.1, libkexiv2-0.1.8, libxml++-2.24.2,
  mercurial-1.1.2, mkfontscale-1.0.6, p5-IO-Socket-SSL-1.19,
  poppler-0.10.2, prboom-2.5.0, py-bsddb3-4.7.3,
  py-cairo-1.8.0, py-dbus-0.83.0, py-gnome2-desktop-2.24.1,
  rasqal-0.9.16, redland-1.0.8, remind-03.01.06, tomboy-0.12.2,
  xinit-1.1.1.

(wiz)

2009-01-07 21:50:39 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.1.2

(wiz)

2009-01-07 21:50:29 UTC MAIN commitmail json YAML

Update to 1.1.2:

This is a minor release including one security fix and two minor bug fixes

    * improve path auditing (issue 1450)
    * fix date-related test failures in test suite
    * add graph controls to monoblue theme

(wiz)

2009-01-07 21:47:48 UTC MAIN commitmail json YAML

Updated sysutils/libnotify to 0.4.5

(wiz)

2009-01-07 21:47:37 UTC MAIN commitmail json YAML

Update to 0.4.5:

version 0.4.5 (20-November-2008):
* Added GObject property accessors for notification IDs. Patch by Lucas
  Rocha.
* Added support for sending the closed reason in the "closed" signal
  handler. (Ticket #139)
* Added support for sending the status icon XID to the notification
  daemon. This will allow better position tracking for context
  notifications. Patch by Colin Walters.
* Fixed a breakage where we were including gtkversion.h directly.

(wiz)

2009-01-07 21:43:37 UTC MAIN commitmail json YAML

Updated time/remind to 3.1.6

(wiz)

2009-01-07 21:43:28 UTC MAIN commitmail json YAML

Update to 3.1.6:

* Version 3.1 Patch 6 - 2008-11-16

- MAJOR ENHANCEMENT: A new OMITFUNC clause gives you additional
  control and flexibility over "omitted days" calculations.  This is
  useful when holidays influence the timing of events several days
  later.  See "COMPUTED LOCAL OMITS" in the man page.

- ENHANCEMENT: The new evaltrig() built-in function lets you evaluate triggers
  from within an expression.

- ENHANCEMENT: The new weekno() built-in function returns the ISO 8601
  week number of a date.

- ENHANCEMENT: The "WEEK" special lets you annotate calendar output with the
  week number.  The TkRemind, rem2ps and rem2html back-ends support WEEK.

- MINOR ENHANCEMENT: You can control whether timed reminders come before or
  after non-timed reminders with the "-g" flag.

- BUG FIX: TkRemind did not work correctly if ~/.reminders was a directory.

- BUG FIX: TkRemind incorrectly invoked Remind with the "-a" flag when
  showing today's reminders.

- BUG FIX: In certain cases, a trigger containing a day, month and
  weekday would fail if it needed to cross a year boundary.  This has
  been fixed.

(wiz)

2009-01-07 21:41:47 UTC MAIN commitmail json YAML

Updated textproc/redland to 1.0.8

(wiz)

2009-01-07 21:41:34 UTC MAIN commitmail json YAML

Update to 1.0.8:

2008-07-05 Redland Version 1.0.8 Released

  Updated to use [1]Rasqal 0.9.16 (from 0.9.15)
  Updated to use [2]Raptor 1.4.18 (from 1.4.16)
  Added a 'trees' indexed in-memory storage
  Improvements to low-memory and other failures of resource allocation
  API additions and changes to concepts, parser and serializer classes.
  Fixed Issue [3]0000256

  NOTE: The next release of redland will NOT include raptor and rasqal in
  the tarball, they will be separate download dependencies.

  See the [4]1.0.8 Release Notes for the full details of the changes.

(wiz)

2009-01-07 21:33:50 UTC MAIN commitmail json YAML

Updated textproc/rasqal to 0.9.16

(wiz)

2009-01-07 21:33:37 UTC MAIN commitmail json YAML

Update to 0.9.16:

2008-07-05 Rasqal Version 0.9.16 Released

  WARNING: ABI AND API CHANGED in this release. Rasqal 0.9.16 is
  incompatible with 0.9.15.

  Added a rasqal_world object used for all constructor functions
  Removed deprecated functions and macros
  Fixed some memory leaks and made some low-memory resiliance fixes
  Query result sets can be read/written from sparql XML results format
  Improved error syntax error reporting

  See the Raptor 0.9.16 Release Notes for the full details of the
  changes.

(wiz)

2009-01-07 21:29:26 UTC MAIN commitmail json YAML

Updated devel/py-gobject-shared to 2.16.0

(wiz)

2009-01-07 21:29:11 UTC MAIN commitmail json YAML

Updated devel/py-gobject to 2.16.0

(wiz)

2009-01-07 21:28:57 UTC MAIN commitmail json YAML

Update py-gobject to 2.16.0:

2.16.0 04-jan-2009
- gobject.timeout_add_seconds() not found in docs
  (Paul Pogonyshev, #547119)
- _wrap_g_output_stream_write_async not adding a reference to the
  buffer passed (Paul, #564102)
- gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
- Test if `domain' is not-null before using it to avoids segfaults
  (Paul, #561826)
- g_output_stream_write_all use gsize instead of gssize (Gian)
- add __repr__ to gio.Drive, gio.Mount and gio.Volume
  (Paul, #530935)
- Missing AC_CONFIG_MACRO_DIR([m4]) (Lo誰c Minier, #551227)
- Make codegen not import when corresponding argument types are not
  registered (Paul, #551056)
- Fix typos breaking compilation (Frederic Peters #551212)
- GFile load_contents methods chop data at first \0
  (Jonathan Matthew, #551059)

(wiz)

2009-01-07 21:20:42 UTC MAIN commitmail json YAML

Updated sysutils/py-dbus to 0.83.0

(wiz)

2009-01-07 21:20:28 UTC MAIN commitmail json YAML

Update to 0.83.0:

D-Bus Python Bindings 0.83.0 (2008-07-23)
=========================================

Features:

* Add bindings for DBusServer (thanks to Mathias Hasselmann, Huang Peng;
  fd.o #14322, #15514).

* Omit the service's traceback from certain D-Bus errors: specifically, those
  that were probably deliberately raised as part of an API. Subclasses
  of DBusException that indicate programmer error can turn the traceback
  back on if it seems likely to be useful.

Fixes:

* Don't emit spurious Error messages if libdbus gives object-path handlers
  a message that isn't a method call (most likely because of binding to a
  locally emitted signal, as in fd.o #14199).

* Make multiple filters added by Connection.add_message_filter work
  (fd.o #15547, thanks to Huang Peng).

* Make the API docs build correctly when out-of-tree

* Require dbus 1.0 so we can get rid of DBUS_API_SUBJECT_TO_CHANGE

(wiz)

2009-01-07 21:15:59 UTC MAIN commitmail json YAML

Updated databases/py-bsddb3 to 4.7.3

(wiz)

2009-01-07 21:15:49 UTC MAIN commitmail json YAML

Update to 4.7.3:

4.7.3: (Python 2.6 release. First release with Python 3.0 support)
  * "private" is a keyword in C++.  (Duncan Grisby)
  * setup.py should install "bsddb.h".  (Duncan Grisby)
  * "DB_remove" memory corruption & crash.  (Duncan Grisby)
  * Under Python 3.0, you can't use string keys/values, but
    bytes ones. Print the right error message.
  * "DB.has_key()" allowed transactions as a positional parameter.
    We allow, now, transactions as a keyword parameter also, as
    documented.
  * Correct "DB.associate()" parameter order in the documentation.
  * "DB.append()" recognizes "txn" both as a positional and a
    keyword parameter.
  * Small fix in "dbshelve" for compatibility with Python 3.0.
  * A lot of changes in "dbtables" for compatibility with Python 3.0.
  * Huge work making the testsuite compatible with Python 3.0.
  * In some cases the C module returned Unicode strings under
    Python 3.0. It should return "bytes", ALWAYS. Solved.
  * Remove a dict.has_key() use to silence a warning raised under
    Python2.6 -3 parameter. Python SVN r65391, Brett Cannon.
  * Solve some memory leaks - Neal Norwitz
  * If DBEnv creation fails, library can crash.  (Victor Stinner)
  * Raising exceptions while doing a garbage collection
    will kill the interpreter.  (Victor Stinner)
  * Crash in "DB.verify()". Noted by solsTiCe d'Hiver.

(wiz)

2009-01-07 21:06:02 UTC MAIN commitmail json YAML

2009-01-07 21:05:32 UTC MAIN commitmail json YAML

Updated graphics/py-cairo to 1.8.0

(wiz)

2009-01-07 21:05:22 UTC MAIN commitmail json YAML

Update to 1.8.0:

Overview of changes from pycairo 1.6.4 to pycairo 1.8.0
=======================================================
General Changes:
    Pycairo 1.8.0 requires cairo 1.8.0 (or later).
    Add documentation (available separately)

Bug Fixes:
    18101: Add support for threading
    18947: cairo.SurfacePattern should INCREF the used surface

New Methods:
    ScaledFont.get_scale_matrix
    Surface.mark_dirty_rectangle
    Surface.set_fallback_resolution

New Constants:
    cairo.EXTEND_PAD
    cairo.HAS_IMAGE_SURFACE
    cairo.HAS_USER_FONT

API Changes:
    Surface.mark_dirty: no longer accepts keyword arguments with default
    values.
    PycairoPattern_FromPattern (C API): has a new 'base' argument - to fix
    #18947.

Other Changes:
    Allow unknown cairo Pattern/Surface types to use the pycairo base
    Pattern/Surface type.

(wiz)

2009-01-07 20:57:53 UTC MAIN commitmail json YAML

Updated sysutils/dbus-glib to 0.78

(wiz)

2009-01-07 20:57:43 UTC MAIN commitmail json YAML

Update to 0.78:

D-Bus GLib Bindings 0.78 (04 Dec 2008)

Thanks to Robert McQueen, Philip Van Hoof, David Zeuthen, Colin
Walters, Dan Williams, Nick Welch, Tomas Pelka and others for their
contributions.

Reliability fixes:
- #16114 [patch] wincaps-to-uscore property names for GetAll()
- #16419: recursive variants demarshaling limits
- #18573: service tracker race

Other notable fixes and enhancements:
- #17329: allow hash tables to contain complex types
- #17798: add support for 'o', 'g' and 'as' in dictionaries
- #16925: bash completion for dbus-send

(wiz)

2009-01-07 19:59:12 UTC MAIN commitmail json YAML

Be consistent between sample path and bootstrap command.

(joerg)

2009-01-07 19:18:26 UTC MAIN commitmail json YAML

Updated sysutils/dbus to 1.2.4.2

(wiz)

2009-01-07 19:11:36 UTC MAIN commitmail json YAML

2009-01-07 18:53:18 UTC MAIN commitmail json YAML

+streamripper-current

(drochner)

2009-01-07 18:51:29 UTC MAIN commitmail json YAML

import streamripper-1.64.3
This is the newest version of streamripper. A user visible difference
to current pkgsrc/audio/streamripper is that it doesn't create id3v1
tags per default.
(It should also get some testing with non-ASCII locales.)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2009-01-07 18:45:54 UTC MAIN commitmail json YAML

add a patch from upstream to fix buffer overflows in the HTML parser
(CVE-2008-4829), bump PKGREVISION

(drochner)

2009-01-07 16:50:30 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2624 - requested by ghen
thunderbird: build fix
thunderbird-gtk1: build fix

Revisions pulled up:
- mail/thunderbird-gtk1/Makefile 1.20
- mail/thunderbird-gtk1/PLIST 1.16
- mail/thunderbird/Makefile 1.33
- mail/thunderbird/Makefile-thunderbird.common 1.42
- mail/thunderbird/PLIST 1.26
---
Module Name: pkgsrc
Committed By: ghen
Date: Wed Jan  7 14:23:03 UTC 2009

Modified Files:
pkgsrc/mail/thunderbird: Makefile Makefile-thunderbird.common PLIST
pkgsrc/mail/thunderbird-gtk1: Makefile PLIST

Log Message:
Include xdg-dirs for the share/applications and share/pixmaps directories,
otherwise thunderbird doesn't install properly if these directories don't
exist on the system, noted by tron.  Bump PKGREVISION, brick jmcneill. ;-)

(tron)

2009-01-07 16:39:20 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.8.6

(wiz)

2009-01-07 16:39:10 UTC MAIN commitmail json YAML

Update to 1.8.6:

Release 1.8.6 (2008-12-13 Chris Wilson <chris@chris-wilson.co.uk>)
=========================================================
The cairo community is pleased to announce the 1.8.6 release of the
cairo graphics library. This is the third update to cairo's stable
1.8 series and contains a small number of bug fixes (in particular a
few fixes for failures of cairo 1.8.4 on Quartz and PDF, and build fixes for
a couple of backends). This is being released just under a month after
cairo 1.8.4.

We recommend that everyone using cairo upgrade to 1.8.6.

-Chris

Build fixes
-----------
Fix build of DirectFB backend with debugging enabled:

  Bug in _cairo_directfb_surface_release_source_image function
  http://bugs.freedesktop.org/show_bug.cgi?id=18322

Fix build on OS/2.

Bug fixes
---------
Workaround a mis-compilation of cairo_matrix_invert() that generated invalid
matrices and triggered assertion failures later. The issue was reported by
Peter Hercek.

Invalid computation of the modulus:

  https://bugzilla.mozilla.org/show_bug.cgi?id=466258

Invalid referencing of patterns in the Quartz backend:

  Failed assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE
  (&pattern->ref_count)' when using cairo quartz backend
  http://bugs.freedesktop.org/show_bug.cgi?id=18632

Invalid references to glyphs after early culling, causing segmentation faults
in the PDF backend:

  http://lists.cairographics.org/archives/cairo/2008-December/015976.html

Check for XRender in the XCB backend, or else we may attempt an invalid memory
access:

    XCB backend fails with missing render.
    https://bugs.freedesktop.org/show_bug.cgi?id=18588

(wiz)

2009-01-07 16:38:11 UTC MAIN commitmail json YAML

update to 2.5.0, from Leonardo Taccari per PR pkg/40286
changes: many fixes
(lightly tested with Doom II)

(drochner)

2009-01-07 16:18:59 UTC MAIN commitmail json YAML

Updated editors/tomboy to 0.12.2

(wiz)

2009-01-07 16:17:51 UTC MAIN commitmail json YAML

Update to 0.12.2:

Version 0.12.2
* Fix data loss bug in sync and SetNoteCompleteXml dbus method.

(wiz)

2009-01-07 14:46:20 UTC MAIN commitmail json YAML

Updated misc/gnome-user-docs to 2.24.1

(wiz)

2009-01-07 14:46:11 UTC MAIN commitmail json YAML

Update to 2.24.1:

Version 2.24.1:
---------------
* Accessibility Guide:
  - Make "themes-0" sub-section of "low-vision" as it was (Luca Ferretti)
  - Reorganize and update the Orca section (Willie Walker)
  - Updated translations:
    de    (Mario Bl辰ttermann)
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    hu    (Gabor Kelemen)
    sv    (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca    (Gil Forcada)
* User Guide:
  - Replaced 'CD Player' examples (Claude Paroz)
  - Updated translations:
    bg    (Alexander Shopov)
    el    (Simos Xenitellis)
    es    (Jorge Gonzalez)
    hu    (Gabor Kelemen)
    pt_BR  (Leonardo Ferreira Fontenelle)
    sv    (Daniel Nylander)
    th    (Theppitak Karoonboonyanan)

(wiz)

2009-01-07 14:35:46 UTC MAIN commitmail json YAML

Updated x11/py-gnome2-desktop to 2.24.1

(wiz)

2009-01-07 14:35:12 UTC MAIN commitmail json YAML

Update to 2.24.1, add two dependencies for more features (it already
depended on most of the kitchen sink anyway...).

Changes:
* configure.ac, wscript: Version 2.24.1.
* configure.ac: libtool-2.2 compatibility, patch by "Cygwin Ports
maintainer" (bug #564550).

* gnomeapplet/applet.override:
* gnomeapplet/appletmodule.c:
* gnomeapplet/wscript:
Fix build error with missing libgnome/libgnomeui flags.
Patch from Lucas Rocha closes bgo #564525

* tests/common.py: Fix a bug in the import check.

(wiz)

2009-01-07 14:23:46 UTC MAIN commitmail json YAML

Updated mail/thunderbird and mail/thunderbird-gtk1 to 2.0.0.19nb1.

(ghen)

2009-01-07 14:23:03 UTC MAIN commitmail json YAML

Include xdg-dirs for the share/applications and share/pixmaps directories,
otherwise thunderbird doesn't install properly if these directories don't
exist on the system, noted by tron.  Bump PKGREVISION, brick jmcneill. ;-)

(ghen)

2009-01-07 14:09:08 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2622 and #2624.

(tron)

2009-01-07 14:08:14 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2622 - requested by martti
qgtkstyle: fix invalid package version

Revisions pulled up:
- x11/qgtkstyle/DESCR 1.2
- x11/qgtkstyle/Makefile 1.2
- x11/qgtkstyle/distinfo 1.2
- x11/qgtkstyle/patches/patch-aa 1.2
---
Module Name: pkgsrc
Committed By: martti
Date: Mon Jan  5 10:54:15 UTC 2009

Modified Files:
pkgsrc/x11/qgtkstyle: DESCR Makefile distinfo
pkgsrc/x11/qgtkstyle/patches: patch-aa

Log Message:
Changed version number to 0.0beta868

pkglint -Wall

(tron)

2009-01-07 13:56:50 UTC MAIN commitmail json YAML

Note update of remaining poppler packages to 0.10.2.

(wiz)

2009-01-07 13:54:27 UTC MAIN commitmail json YAML

Updated print/poppler to 0.10.2

(wiz)

2009-01-07 13:54:14 UTC MAIN commitmail json YAML

Update to 0.10.2:

Release 0.10.2

core:
* Fix a crash when selecting text in word mode
* Fix a crash in some malformed documents (second argument
of opMarkPoint is not a dictionary)
* Ensure cairo font matrix is invertable. Fixes bugs #18254
and #18429
* Fix a memory leak (Bug #18924)

Qt4:
* Fix deserization of links right coordinate

misc:
* Fix build on Solaris 10 + Sun Studio 12
* Compile with -pedantic

(wiz)

2009-01-07 13:40:51 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2624 - requested by ghen
thunderbird: security update
thunderbird-gtk1: security update

Revisions pulled up:
- mail/thunderbird-gtk1/Makefile 1.19
- mail/thunderbird/Makefile 1.32
- mail/thunderbird/Makefile-thunderbird.common 1.41
- mail/thunderbird/distinfo 1.50
---
Module Name: pkgsrc
Committed By: ghen
Date: Mon Jan  5 19:41:37 UTC 2009

Modified Files:
pkgsrc/mail/thunderbird: Makefile Makefile-thunderbird.common distinfo
pkgsrc/mail/thunderbird-gtk1: Makefile

Log Message:
Update thunderbird and thunderbird-gtk1 to 2.0.0.19.

Security fixes in this version:

MFSA 2008-68 XSS and JavaScript privilege escalation
MFSA 2008-67 Escaped null characters ignored by CSS parser
MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters
MFSA 2008-65 Cross-domain data theft via script redirect error message
MFSA 2008-64 XMLHttpRequest 302 response disclosure
MFSA 2008-61 Information stealing via loadBindingDocument
MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19)

For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.19/releasenotes/

(tron)

2009-01-07 13:33:37 UTC MAIN commitmail json YAML

2009-01-07 13:29:45 UTC MAIN commitmail json YAML

2009-01-07 13:26:30 UTC MAIN commitmail json YAML

update to 0.1.8
changes:
- API changed: Move all Exiv2 classes acess methods to interanl provate container.
              ABI number set to 5.0.0.
- Fix broken compilation with Exiv2 0.18.
- Support TIFF metadata writting mode (require Exiv2 >= 0.18).
- Added new methods canWriteComment(), canWriteExif(), canWriteIptc().
- Added new method supportMetadataWritting().
- Do not change file time-stamp when metadata are changed.

(drochner)

2009-01-07 12:47:56 UTC MAIN commitmail json YAML

Updated misc/pciids to 20081012

(wiz)

2009-01-07 12:47:46 UTC MAIN commitmail json YAML

Update to 20081012 (latest FreeBSD snapshot).
It's a database, so changes: probably more IDs :)

(wiz)

2009-01-07 12:44:01 UTC MAIN commitmail json YAML

Updated fonts/mkfontscale to 1.0.6

(wiz)

2009-01-07 12:43:51 UTC MAIN commitmail json YAML

Update to 1.0.6:
Alan Coopersmith (6):
      Add support for bzip2 compressed fonts if configured --with-bzip2
      Use XORG_CWARNFLAGS & XORG_CHANGELOG from xorg-macros 1.2
      Add basic README with URL's of git, bugzilla & mailing list
      Add hooks for checking sources with lint/sparse/etc.
      man page typo fix
      Version 1.0.6

(wiz)

2009-01-07 12:42:01 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.19

(wiz)

2009-01-07 12:41:50 UTC MAIN commitmail json YAML

Update to 1.19:

v1.19 2008.12.31
- fix verfycn_name autodetection from PeerAddr/PeerHost

(wiz)

2009-01-07 11:58:07 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.5.1

(wiz)

2009-01-07 11:57:57 UTC MAIN commitmail json YAML

Update to 3.5.1:

iso-codes 3.5.1
---------------
Tobias Quathamer <toddy@debian.org>
Fri, 2 January 2009

  [ ISO 4217 translations ]
  * Dutch by Freek de Kruijf (TP)
  * Indonesian by Erwid M Jadied (TP)
  * Vietnamese by Clytie Siddall (TP)

  [ ISO 15924 translations ]
  * Indonesian by Erwid M Jadied (TP)
  * Traditional Chinese by Wei-Lun Chao (TP)

  [ ISO 639 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Asturian by Marcos Alvarez Costales (TP)

  [ ISO 3166 translations ]
  * Vietnamese by Clytie Siddall (TP)

iso-codes 3.5
-------------
Tobias Quathamer <toddy@debian.org>
Wed, 3 December 2008

  [ General ]
  * Add note about missing file iso_3166.tab in README. Closes: #498367

  [ ISO-639-3 ]
  * Update to 2008-11-10

  [ ISO-4217 ]
  * Replace acronym "SDR" with "Special Drawing Rights"

  [ ISO-3166 translations ]
  * Portuguese by Miguel Figueiredo
  * Simplified Chinese by LI Daobing (TP)
  * Indonesian by Andhika Padmawan (TP)
  * Irish by Kevin Scannell (TP)
  * Korean by Changwoo Ryu (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Dutch by Freek de Kruijf (TP)
  * Estonian by Tõivo Leedjärv
  * Occitan correction by Yannick Marchegay. Closes: alioth#311228
  * Polish by Łukasz Paździora. Closes: #505898
  * Esperanto by Edmund GRIMLEY EVANS (TP)

  [ ISO-3166-2 translations ]
  * Finnish by Tommi Vainikainen (TP)
  * French completed by Christian Perrier
  * Occitan correction by Yannick Marchegay. Closes: alioth#311229

  [ ISO-639-3 translations ]
  * French updated by Christian Perrier
  * Occitan correction by Yannick Marchegay. Closes: alioth#311231

  [ ISO-639 translations ]
  * Simplified Chinese by LI Daobing (TP)
  * Italian by Milo Casagrande (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Dutch by Freek de Kruijf (TP)
  * Occitan correction by Yannick Marchegay. Closes: alioth#311230
  * German completed by Tobias Quathamer
  * Esperanto by Edmund GRIMLEY EVANS (TP)

  [ ISO-4217 translations ]
  * Occitan correction by Yannick Marchegay. Closes: alioth#311232
  * German completed by Tobias Quathamer

  [ ISO-15924 translations ]
  * Occitan correction by Yannick Marchegay. Closes: alioth#311227

(wiz)

2009-01-07 11:55:06 UTC MAIN commitmail json YAML

Updated print/libspectre to 0.2.2

(wiz)

2009-01-07 11:54:56 UTC MAIN commitmail json YAML

Update to 0.2.2:

libspectre 0.2.2 (25 November 2008)
===================================

This is another bugfix only release in the libspectre's 0.2 series.

A problem when rendering some documents where the page size is
different from the Bounding Box has been fixed (Bug #18239)

Parser is now locale-independent when parsing float numbers (Bug #18685)

The display format has been fixed to match cairo/pixman. Thanks to
Chris Wilson (Bug #18266)

(wiz)

2009-01-07 11:53:09 UTC MAIN commitmail json YAML

Updated textproc/libxml++ to 2.24.2

(wiz)

2009-01-07 11:52:57 UTC MAIN commitmail json YAML

Update to 2.24.2:

2.24.2:

* Fixed another two memory leaks.
  (Armin Burgmeier) Bug #563321 (Arjan Franzen)
* Removed obsolete MSVC6 project files
  (Armin Burgmeier)

2.24.1:

* Added new Schema and SchemaValidator classes to MSVC project files
  (Arjan Franzen, Arming Burgmeier) Bug #563664.
* Avoid a memory leak in Validator::check_for_exception.
  (Arjan Franzen, Murray Cumming) Bug #563321.
* Avoid a memory leak in schema class.
  (Balazs Tirpak, Murray Cumming) Bug #312216.

2.24.0:

Changes since 2.22:

* Attribute: Return the correct value even when using a namespace.
  (Murray Cumming) Bug #547689 (Sergei Fedorov)
* Added Schema and SchemaValidator classes, demonstrated in
  examples/schemavalidation.
  (Emilien KIA) Bug #312216.
* Element: Added add_child_text() with a previous_node parameter, for adding
  between existing nodes. Added add_child_text_before() too.
* Node: Added add_child() with a previous_node parameter, for adding between
  existing nodes. Added add_child_before() too.
  (Murray Cumming)
* SaxParser: added parse_chunk_raw().
  (Armin Burgmeier)

(wiz)

2009-01-07 11:43:30 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-07 11:42:45 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2626 - requested by tnn
xterm: update package for security vulnerability

revisions pulled up:
pkgsrc/x11/xterm/Makefile 1.50
pkgsrc/x11/xterm/distinfo 1.28

  Module Name:    pkgsrc
  Committed By:  tnn
  Date:          Tue Jan  6 18:20:25 UTC 2009

  Modified Files:
          pkgsrc/x11/xterm: Makefile distinfo

  Log Message:
  update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.

(rtr)

2009-01-07 11:40:08 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-07 11:38:44 UTC pkgsrc-2008Q4 commitmail json YAML

pullup ticket #2625 - requested by he
p5-MIME-Lite: patch to remove interactive build

revisions pulled up:
pkgsrc/mail/p5-MIME-Lite/Makefile 1.15
pkgsrc/mail/p5-MIME-Lite/patches/patch-aa 1.1

  Module Name:    pkgsrc
  Committed By:  he
  Date:          Tue Jan  6 00:40:24 UTC 2009

  Modified Files:
          pkgsrc/mail/p5-MIME-Lite: Makefile
  Added Files:
          pkgsrc/mail/p5-MIME-Lite/patches: patch-aa

  Log Message:
  Upgrade from version 3.023 to 3.023nb1.

  Pkgsrc changes:
    o Actually add the advertized patch to get rid of the interactivity

(rtr)

2009-01-07 10:58:07 UTC MAIN commitmail json YAML

Updated x11/xinit to 1.1.1

(wiz)

2009-01-07 10:57:58 UTC MAIN commitmail json YAML

Update to 1.1.1:
This is mainly just a bunch of updates for OSX Tiger compatability and
SnowLeopard fratures.

Alan Coopersmith (1):
      Fix build of startx & xinitrc with Solaris make

Jeremy Huddleston (17):
      Apple: privleged_startx: Increase the timeout so slower
      machines don't get a stray process warning in their system
      log.
      startx.cpp: Made some things a little more friendly for
      people who have spaces in pathnames.
      Apple: Using eval to protect people who have spaces in their
      home path.
      Support the instant-off API in SnowLeopard.
      Apple: sleep() to avoid innocent error message spew
      Apple: Make VPATH builds work on darwin
      Apple: Use AvailabilityMacros.h for Tiger compatability
      OSX: Create privleged_startx on Tiger
      OSX Tiger: More compilation fixes...
      OSX Tiger: Hopefully the last fix for Tiger users...
      Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26
      and later)
      OSX Tiger: Fix discovery of mach port
      OSX: Fixed bad prefix
      OSX: More prefix fixes
      OSX: Don't use login/bash -c hack anymore for org.x.startx
      LaunchAgent
      Apple: Allow defaults option that maps to a -dpi server
      command line in startx
      xinit 1.1.1

(wiz)

2009-01-07 10:55:31 UTC MAIN commitmail json YAML

Updated devel/SDL_gfx to 2.0.18

(wiz)

2009-01-07 10:55:22 UTC MAIN commitmail json YAML

Update to 2.0.18:

Ver 2.0.18 - Sun Dec 21 08:38:20 PST 2008

* libtool update for dependencies
* MSVC C89 variable hoisting to enable MSVC compile (sweetlilmre)
* addition of VC9 (Visual Studio 2008) project file (sweetlilmre)
* update to MinGW make file (Sergio Padrino, sweetlilmre)
* fix uninitialised variables in _putPixelAlpha() (Paul Pedriana)
* reverted to original alpha routine in _putPixelAlpha() as new one was causing issues in 16bbp
  new routine #define has been renamed to EXPERIMENTAL_ALPHA_PIXEL_ROUTINE
  original is now DEFAULT_ALPHA_PIXEL_ROUTINE
* added colorkey handling patch to rotozoom (Sergio Padrino)
* downgraded optimization to -O for asm compatibility with gcc4

Ver 2.0.17 - Sun Jun  1 15:39:38 EDT 2008

* hline/vline clipping and swap-logic fixed
* clipping box dimension check added and clipping-checks optimized
* TestFonts program updated
* Updated documentation on cross-compilation, AMD64
* Fixed circleColor overdraw
* Added arcColor routine
* Added polygonColorMT and polygonTextureMT routines
* Updated 32bit alpha blending routine

(wiz)

2009-01-07 10:54:41 UTC MAIN commitmail json YAML

+ fotoxx-5.8, galculator-1.3.2, py-gobject-2.16.0, xf86-video-ati-6.10.0.

Completed:
- comix-4.0.2, gbrainy-1.01, gnome-doc-utils-0.14.1, gnucash-2.2.8,
  kipi-plugins-0.1.7, libkdcraw-0.1.7, mednafen-0.8a, pango-1.22.4,
  png-1.2.34, thunderbird-2.0.0.19, xvidcore-1.2.1.

(wiz)

2009-01-07 10:52:21 UTC MAIN commitmail json YAML

Updated multimedia/xvidcore to 1.2.1

(wiz)

2009-01-07 10:52:12 UTC MAIN commitmail json YAML

Update to 1.2.1:

New in 1.2.1:
  * Fix for 'nested function' potential compilation error

New in 1.2.0:
  * Complete AMD64/EM64T 64-bit support
  * Added support for WIN64 platform
  * Multi-threaded encoding support
  * SSE3/SSE4 optimizations
  * Faster and more precise mpeg intra quantization
  * Fixed bug in packed pixel format colorspace conversion
  * Noexec-stack security patch
  * Fix for bad resync marker length
  * Improved decoder robustness for broken streams containing B-frames
  * Fix for potential out-of-bound access to MV bits table
  * Added SSIM quality-metric plugin

(wiz)

2009-01-07 09:06:23 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick

(adam)

2009-01-07 09:03:19 UTC MAIN commitmail json YAML

Added options for ImageMagick: ghostscript, djvu, wmf

(adam)

2009-01-07 08:58:07 UTC MAIN commitmail json YAML

Changes 6.4.8-3:
* Reverse argument and option in Throw*InvalidArgumentException()
  macro for proper exception message.
* Recognize negative geometries for -shear and -annotate (.e.g. 45x-30).
* Fix Y shear angle for -shear option.

Changes 6.4.8-2:
* Use GetImageArtifact() to retrieve -attentuate option value for +noise.
* Support reading FITS test files.
* Replace input.ttf with the public domain Tuffy.ttf font.
* MagickNewImage() no longer faults when parameters are incorrect (reference
* Allocate strings returned by XGetResourceInstance().
* The -append gravity is relative to the container.

Changes 6.4.8-1:
* Reference cache rather than acquiring when cloning an image.

Changes 6.4.8-0:
* Cross-compilation failure using MinGW on Linux for ImageMagick trunk
* Add -interword-spacing option to convert.
* Initialize the black channel when testing the CMY colorspace.
* remove calls to exit() in MagickWand.
* Validate -affine arguments.
* Accept -attentuate as an option for convert.
* Properly create RGBA image if colormapped image has transparency.
* Support X11 geometry like this: +-4+-4;  wierd but X11 supports it.

(adam)

2009-01-07 07:24:57 UTC MAIN commitmail json YAML

Pick up maintainership.

(wiz)

2009-01-07 06:54:02 UTC pkgsrc-2008Q4 commitmail json YAML

2009-01-07 06:53:32 UTC pkgsrc-2008Q4 commitmail json YAML

Pullup ticket #2623 - requested by ghen
seamonkey: security update
seamonkey-bin: security update
seamonkey-gtk: security update

Revisions pulled up:
- www/seamonkey-bin/Makefile 1.27
- www/seamonkey-bin/distinfo 1.23
- www/seamonkey/Makefile-seamonkey.common 1.22
- www/seamonkey/distinfo 1.36
---
Module Name: pkgsrc
Committed By: ghen
Date: Mon Jan  5 19:41:06 UTC 2009

Modified Files:
pkgsrc/www/seamonkey: Makefile-seamonkey.common distinfo
pkgsrc/www/seamonkey-bin: Makefile distinfo

Log Message:
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.14.

Security fixes in this version:

MFSA 2008-68 XSS and JavaScript privilege escalation
MFSA 2008-67 Escaped null characters ignored by CSS parser
MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters
MFSA 2008-65 Cross-domain data theft via script redirect error message
MFSA 2008-64 XMLHttpRequest 302 response disclosure
MFSA 2008-61 Information stealing via loadBindingDocument
MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19)

For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.14/

(tron)

2009-01-07 04:29:36 UTC MAIN commitmail json YAML

2009-01-07 04:28:53 UTC MAIN commitmail json YAML

Fix my last change (back in August) -- apparently I forgot to escape the
shell variable $? as $$? so it wouldn't be treated as a make variable.
This is wrong but nonfatal with NetBSD's make, but fatal with some other
versions of make.

While here, unhide a chmod that pkglint was complaining about.

PKGREVISION++ (now at 5)

(dholland)

2009-01-07 03:31:05 UTC MAIN commitmail json YAML

give up maintainership

(jschauma)

2009-01-07 03:02:45 UTC MAIN commitmail json YAML

Added devel/nant version 0.86beta1

(jmcneill)

2009-01-07 03:01:53 UTC MAIN commitmail json YAML

2009-01-07 03:01:10 UTC MAIN commitmail json YAML

Import nant version 0.86beta1.

NAnt is a free .NET build tool. In theory it is kind of like make without
make's wrinkles. In practice it's a lot like Ant.

NAnt is different.  Instead of a model where it is extended with shell-based
commands, NAnt is extended using task classes.  Instead of writing shell
commands, the configuration files are XML-based, calling out a target tree
where various tasks get executed.  Each task is run by an object that
implements a particular Task interface.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2009-01-07 01:43:49 UTC MAIN commitmail json YAML

2009-01-07 01:08:13 UTC MAIN commitmail json YAML

Updated graphics/exiv2 to 0.18

(gdt)

2009-01-07 01:07:52 UTC MAIN commitmail json YAML

Update to 0.18.  Minor changes omitted.

  - 0000473: [design] Support Preview images. (Vladimir Nadvornik)
- [exif] Added Nikon decryption algorithm and use it to decode
  lens data.
  - 0000524: [design] Publish only API objects in the installed header files.
  - 0000523: [miscellaneous] C++ symbol visibility support for gcc builds.
  - 0000464: [metadata] Write support for PNG images. (Gilles Caulier)
  - 0000462: [exif] Write support for TIFF format ("New TIFF parser").

(gdt)

2009-01-07 00:00:15 UTC MAIN commitmail json YAML

Change category to "math" for consistency.
Discussed with tnn@.

(asau)

2009-01-06 23:39:53 UTC MAIN commitmail json YAML

2009-01-06 22:58:49 UTC MAIN commitmail json YAML

Set the BUILDLINK_ABI_DEPENDS.
The previous libraries had major of 3 and now they are 4.
I didn't bump those depending on this as this update happened
months ago.

I noticed this two ways:
new poppler didn't work with my already installed evince and
new poppler didn't work with my alreadyinstalled poppler-glib.

(reed)

2009-01-06 22:57:33 UTC MAIN commitmail json YAML

Updated net/teamspeak-server to 2.0.24.01

(abs)

2009-01-06 22:53:30 UTC MAIN commitmail json YAML

Updated net/teamspeak-server to 2.0.24.01

pkgsrc changes:
PKG_DESTDIR_SUPPORT=  user-destdir

### 2.0.24.1 ###
- fixed several \0 char exploits in the TCP query interface which could cause database corruption

### 2.0.23.22 ###
- fixed a security issue which could enable an attcker to read files from your harddisk via the
  servers built-in web administration interface

### 2.0.23.21 ###
- fixed a XSS bug in the servers built-in web administration interface

### 2.0.23.20 ###
- fixed a SQL injection issue which only affects servers running on MySQL databases

(abs)

2009-01-06 21:48:36 UTC MAIN commitmail json YAML

2009-01-06 21:46:34 UTC MAIN commitmail json YAML

mednafen-0.8.a -> mednafen-0.8a (silence pkglint)

(tnn)

2009-01-06 21:41:53 UTC MAIN commitmail json YAML

Updated net/Transmission to 1.42

(tnn)

2009-01-06 21:41:27 UTC MAIN commitmail json YAML

Update to transmission-1.42:

All Platforms
* Better peer management
* Support BitTorrent Enhancement Proposal (BEP) #21 "Extension for Partial Seeds"
* Partial support for BEP #6 "Fast Extension" (reject, have all/none)
* Honor the peer's BEP #10 reqq key, when available
* Fix 1.40 "Got HTTP Status Code: 0" error message
* Fix 1.40 "lazy bitfield" error
* Fix 1.40 "jumpy upload speed" bug
* More accurate bandwidth measurement and allocation
* Fix handshake peer_id error
* Correctly handle Windows-style newlines in Bluetack blocklists
* File selection & priority was reset when editing a torrent's tracker list
* Fix autoconf/automake build warnings
GTK+
* In the Details dialog's peer tabs, rows were sometimes duplicated
* Minor bugfixes, usability changes, and locale improvements
* Three new translations: Afrikaans, Asturian, Bosnian
* Sixteen updated translations
Daemon
* Fix 1.40 bug in handling IP whitelist
* Minor bugfixes and output cleanup
* Windows portability
CLI
* Fix small free-memory-read bug

(tnn)

2009-01-06 20:15:38 UTC MAIN commitmail json YAML

Updated x11/xextproto to 7.0.4

(wiz)

2009-01-06 20:15:27 UTC MAIN commitmail json YAML

Update to 7.0.4:
Peter Hutterer (4):
      Xge.h: include Xmd.h for CARD8
      geproto: remote trailing whitespaces.
      Clean up XGE documentation.
      Bump to 7.0.4

(wiz)

2009-01-06 19:03:35 UTC MAIN commitmail json YAML

Updated sysutils/dbus to 1.2.4nb4

(hasso)

2009-01-06 19:00:50 UTC MAIN commitmail json YAML

Make dbus really work on DragonFly and FreeBSD. The patch obtained from
FreeBSD ports. Bump PKGREVISION.

(hasso)

2009-01-06 18:57:14 UTC MAIN commitmail json YAML

update to 0.1.7
changes:
-NEF processing code changed (some overflow control added)
-ew cameras: Canon G10 & 5D Mk2, Leaf AFi 7, Leica D-LUX4,
Panasonic FX150 & G 1, Fujifilm IS Pro

(drochner)

2009-01-06 18:55:58 UTC MAIN commitmail json YAML

and remove dirrm for the previous

(kefren)

2009-01-06 18:54:51 UTC MAIN commitmail json YAML

2009-01-06 18:54:01 UTC MAIN commitmail json YAML

2009-01-06 18:51:02 UTC MAIN commitmail json YAML

update to 0.1.6
changes: Added a version method to get runtime library version

(drochner)

2009-01-06 18:44:03 UTC MAIN commitmail json YAML

avoid pichink up docbook2man on build

(drochner)

2009-01-06 18:41:26 UTC MAIN commitmail json YAML

pull in xdg-dirs and desktopdb for sanity
(only comment changes to PLIST)

(drochner)

2009-01-06 18:21:15 UTC MAIN commitmail json YAML

Updated x11/xterm to 238

(tnn)

2009-01-06 18:20:25 UTC MAIN commitmail json YAML

update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.

Patch #238 - 2008/12/30
* update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms.
* reset the screen wrapping-flag at the end of ClearRight to fix an occasional
  case where the last character of a scrolled and wrapped line would be cleared
  (patch by Joe Peterson).
* modify to use POSIX coding for comparing resource settings such as locale,
  to work with locales such as Turkish (report by M Vefa Bicakci).
* turn on configure paste64 feature by default (request by
  Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps.
* turn on configure tcap-query feature by default, add resource allowTcapOps
  to make this runtime enabled/disabled.
* make OSC 3 (change X property, from patch #110) subject to allowWindowOps
  resource.
* make VT220 DSR responses inactive in VT100-mode.
* make DECUDK feature inactive in VT100-mode.
* respond to incorrectly formatted DECRQSS with a cancel.
* add allowFontOps resource to allow the fontsize-switching and font query/set
  control sequences to be enabled/disabled (prompted by Debian #510030).
* some code cleanup based on gcc 4.x -Wconversion warnings in button.c and
  charproc.c
* modify tcap-query feature to not return data for shifted cursor-keys when
  the keyboard type is set to vt220, since returning the same string for
  shifted/unshifted keys may confuse some applications (GenToo #212546).

(tnn)

2009-01-06 18:08:04 UTC MAIN commitmail json YAML

Updated graphics/djvulibre-{lib,tools} to 3.5.21

(adam)

2009-01-06 18:05:07 UTC MAIN commitmail json YAML

Changes 3.5.21:
- Speed improvement on multicore platforms
- Ddjvu now can produce pdf output.

Changes 3.5.20:
- Csepdjvu handle gsdjvu hyperlink comments.
- Djvudigital therefore handles hyperlinks.

(adam)

2009-01-06 18:03:23 UTC MAIN commitmail json YAML

Changes 3.5.21:
- Speed improvement on multicore platforms
- Ddjvu now can produce pdf output.

Changes 3.5.20:
- Csepdjvu handle gsdjvu hyperlink comments.
- Djvudigital therefore handles hyperlinks.

(adam)

2009-01-06 16:40:19 UTC MAIN commitmail json YAML

2009-01-06 12:48:20 UTC MAIN commitmail json YAML

- pekwm-0.1.9a [pkg/40260]

(obache)

2009-01-06 12:47:39 UTC MAIN commitmail json YAML

Updated wm/pekwm to 0.1.9a

(obache)

2009-01-06 12:47:17 UTC MAIN commitmail json YAML

Update pekwm to 0.1.9a.
Based on PR 40260 by Guillaume Lasmayous.

NEWS pekwm-0.1.9a
=================

alas, we missed two rather critical bugs in the 0.1.9 release. We decided to
make a new release 0.1.9a that fixes the "lower" action and a crash related
to the search dialogue. You can download the release as usual from
http://www.pekwm.org or use git to fetch it.

NEWS pekwm-0.1.9
================

Another maintenance release with both bug fixes and feature
enhancements. For pekwm-0.1.9 both default configuration and the
documentation has been updated to be more useful by default and to
reveal more configuration options, it might be worth having a look at
the default configuration if you upgrade from a previous version.

What also might be worth having a look at is the added contrib folder
with scripts and other useful things that is not included in the "main"
distribution due to dependency issues.

Bugs fixed:

    * #13, One-click menu access and selection doesn't work. Add the
      following to the Mouse section in the main configuration file to
      enable:

Select = "Motion MotionPressed"
Enter = "ButtonPress MotionPressed"

    * #20, Search dialog for finding clients. Run ShowSearchDialog and
      start typing, a list of matching clients should be displayed.
    * #47, Tab completion for CmdDialog. Activate with Complete and
      CompleteAbort actions. Currently only includes command completion.
      Look in default configuration for an example.
    * #75, Dynamic menus inside dynamic menus. Reported by Krister
      Svanlund
    * #80, CMDDIALOG theme structure appears to be ignored now. Now both
      CmdDialog and InputDialog are valid names for decorating CmdDialog
      window.
    * #81, Configuration uses system level config on first run and not
      user configuartion.
    * #82, Workspace indicator doesn't show up when workspace is
      switched by a pager or other program
    * #84, Unable to make mplayer window fullscreen when
      FullscreenDetect=True. Reported and fixed by Vladimir A. Pavlov
    * #88, TitleRules does not apply on pekwm generated menus. Reported
      and fixed by Matt Hayes
    * #96, Properly include cstdio to fix compilation errors with
      gcc-4.4. Reported and fixed by Daniel Moerner
    * #104, ButtonRelease events should check actual area beneath them
      for context. Reported by Walther.
    * #119, Harbour can "float away" when components get resized.
      Walther.
    * Fix re-loading of dynamic menus, caching caused menus not to
      reload.

Compatibility fixes:

    * #72, Work on EWMH support. Support for the following hints has
      been added: _NET_DESKTOP_GEOMETRY, _NET_WORKAREA,
      _NET_WM_ICON_NAME, _NET_WM_VISIBLE_ICON_NAME.

Configuration changes:

    * #86, Icon rendering in menus is now optional. In the Menu section
      of the main configuration DisplayIcons option has been introduced,
      setting it to false disables menu icons.
    * #98, Configurable icons in root menu. Reported by Krister
      Svanlund.
    * #103, Template entries with a "name" cannot be replaced. Template
      overriding is now valid in mouse, keys and autoproperties.
      Reported by Walther.
    * #109, Environment variables should be set for window menus. Now
      $CLIENT_PID and $CLIENT_WINDOW is available in dynamic menu
      scripts. Reported by Matt Hayes
    * #110, ShowStatusWindowCenteredOnRoot option introduced. When True
      old status window behavior is used, when set to False (default
      value) the status window is displayed centered on the current
      window.
    * #122, Setting icon limitations depending on menu. Example in the
      default configuration file.
    * #XX, Default configuration for window types has been updated with
      saner defaults.
    * #XX, Make templates available in autoproperties only with require
      syntax. In order to support having templates overwriting in
      autoproperties file a Require section was added just as in the
      theme file. To enable templates overwriting and set up a single
      property using it add this to your autoproperties file:

Require {
    Templates = "True"
}
Property = "name,class,role,title,apply on" {
    Sticky = "True"
}

Theme changes

    * #91, Renamed Hoover to Hover. Hoover is still a valid name.

NEWS pekwm-0.1.8
================

Another maintenance release with both bug fixes and feature
enhancements. Many thanks to IOError for speeding up the release
process.

Bugs fixed
==========

  * #38 VNC issue entering username and password, fixed by Andreas
        <ioerror{@}lavabit{.}com>
  * #51 Incorrect behaviour on x86_64 using pypanel, reported and
        fixed by Vladimir A. Pavlov <pv4{@}bk{.}ru>
  * #56 Disabling xrandr also disables image-png and Xft support,
        reported and fixed by Nathan <cornet{@}sheepy{.}org>
  * #58 Exaile Mini Mode keys dont work
  * #59 Raise/Lower events do not work on unselected tabs, fixed by
        Andreas <ioerror{@}lavabit{.}com>
  * #60 ButtonRelease/Motion events do not work on window borders,
        fixed by Andreas <ioerror{@}lavabit{.}com>
  * #62 Fix broken FullScreen requests
  * #63 Above (Dialog) layer not working properly, fixed by Jyri
        Jokinen <shared{@}adresh{.}com>
  * #65 HideAllMenus steals focus.
  * #67 InputDialog input field background is not updated on theme
        change.

User visible changes
====================

  * CmdDialog history is now persistent between pekwm sessions.
  * #23 Support define/template sections in configuration, have a look
        at the default theme which uses the new theme format.

Configuration changes
=====================

  * FullscreenAbove option added to the screen section causing
    fullscreen applications go above panels etc if true. Works around
    #61.
  * ShowWorkspaceIndicator changed from seconds to milliseconds.
  * HonourRandR option added. Disable it to force pekwm to interpret
    the xinerama information as reliable (instead of randr's).
  * /regexp/flags syntax to all regular expressions in the
      configuration with i (ignore case) and ! (invert match).

Theme changes
=============

  * #41, hoover state for buttons. Enable by setting a Hoover texture
    on buttons such as:

Hoover = "Solid #ffcea5 0x0"

  * Re-load of decor rules when title changes making the following
  * possible:

DecorRules {
  Property = "(term|rxvt),(erm|xvt)" {
    Title = "root"
      Decor = "WARNING"
  }
  Property = "(term|rxvt),(erm|xvt)" {
    Title = "/^[^@]+$/"
    Decor = "DEFAULT"
  }
  Property = "(term|rxvt),(erm|xvt)" {
    Title = "/@noosnascla-laptop/!"
    Decor = "REMOTE"
  }
}

(obache)

2009-01-06 12:35:10 UTC MAIN commitmail json YAML

pekwm-1.0.9a is not released, it's 0.1.9a.

(obache)

2009-01-06 12:12:42 UTC MAIN commitmail json YAML

Mention gsasl and gnome-keyring options used by mail/msmtp.

(obache)

2009-01-06 12:09:04 UTC MAIN commitmail json YAML

- msmtp-1.4.17 [pkg/40278]

(obache)

2009-01-06 12:08:23 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.17

(obache)

2009-01-06 12:08:01 UTC MAIN commitmail json YAML

Update msmtp to 1.4.17.
Based on PR 40278 by Leonardo Taccari.

Version 1.4.17:
- Remove most W32-specific code from net.c and use the appropriate gnulib
  modules instead.
- Gnulib upate to 2008-12-24.
- Unified handling of the Gnome and MacOS keyrings. Both are disabled by default
  and must be enabled using --with-*-keyring options.
- Support for SYSCONFDIR/netrc (as a fallback for ~/.netrc) was added by Jim
  Pryor. Thanks!
- Support for the GNOME Keyring was added by Satoru SATOH. Thanks a lot!
- Added a vim syntax file for msmtprc files to scripts/vim. The file was
  written by Simon Ruderich. Thanks!
- Updated the msmtpq/msmtpQ scripts.

(obache)

2009-01-06 11:32:17 UTC MAIN commitmail json YAML

Updated sysutils/bacula to 2.4.4

(adam)

2009-01-06 11:29:26 UTC MAIN commitmail json YAML

Changes 2.4.4:
* Fix bug: inappropriate Volume purging.
* Modify sql_update.c to edit zeros rather than NULL in unset fields.
* Backport most recent changes to compat.h and compat.cpp
  attempt to fix restore problem with accents in path. This
  works in version 2.5.x but is not tested in 2.4.4.
* Create and apply 2.4.3-migrate2.patch, which fixes two bugs
  - sql error when there are no files to migrate.
  - Job catalog log is not migrated during migration.
* Remove extra db_lock() in get_prune_list_for_volume()
* Apply 2.4.3-prune-deadlock.patch that fixes a problem when
  using Catalog as message backend.
* Apply 2.4.3-win32-runscript-unicode-path.patch for a problem when
  executing a program with Unicode path.
* Apply 2.4.3-unique-inchanger.patch fix bad slot number if the volume
  is not in autochanger.
* Fix for bug where Volume is purged while writing on it.
* Get message enhancement to avoid job name lookup.
* Fix bug with job name duplication if more than 60 jobs created
  during a minute.
* Correct some bugs of cleanup in SD if the FD connection fails.
* Fix orphaned jobs (possible deadlock) while pruning.
* Backport of the btraceback script that keeps trace file on working dir
* Migrate DB Log records too.
* Modify SQL so that jobs that failed will not be migrated.
* Correct bug where long retention periods caused immediate pruning.

(adam)

2009-01-06 10:29:02 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_distinst to 0.02

(adrianp)

2009-01-06 10:28:38 UTC MAIN commitmail json YAML

2009-01-06 09:00:00 UTC MAIN commitmail json YAML

Mention import of sublib and gnome-subtitles

(kefren)

2009-01-06 08:58:35 UTC MAIN commitmail json YAML

+gnome-subtitles
+sublib

(kefren)

2009-01-06 08:56:58 UTC MAIN commitmail json YAML

2009-01-06 08:54:21 UTC MAIN commitmail json YAML

2009-01-06 04:43:23 UTC MAIN commitmail json YAML

ns uses C99 features.

(minskim)

2009-01-06 03:59:32 UTC MAIN commitmail json YAML

Added net/miniupnpd version 20081009

(jmcneill)

2009-01-06 03:58:30 UTC MAIN commitmail json YAML

2009-01-06 03:56:45 UTC MAIN commitmail json YAML

Import miniupnpd version 20081009.

The MiniUPnP project offers software which supports the UPnP Internet Gateway
Device (IGD) specifications. Recently, NAT-PMP support was added to
MiniUPnPd. For client side NAT-PMP support, use libnatpmp.

UPnP and NAT-PMP are used to improve internet connectivity for devices behind
a NAT router. Any peer to peer network application such as games, IM, etc.
can benefit from a NAT router supporting UPnP and/or NAT-PMP.

The latest generation Microsoft XBOX 360 and Sony Playstation 3 game machines
use UPnP commands to enable the online play with the XBOX Live service and
the Playstation Network. It has been reported that miniupnpd is correctly
working with the two consoles.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmcneill)

2009-01-06 00:41:15 UTC MAIN commitmail json YAML

Note update of mail/p5-MIME-Lite to 3.023nb1.

(he)

2009-01-06 00:40:24 UTC MAIN commitmail json YAML

Upgrade from version 3.023 to 3.023nb1.

Pkgsrc changes:
o Actually add the advertized patch to get rid of the interactivity

(he)

2009-01-05 23:49:07 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.2.8

(wiz)

2009-01-05 23:48:50 UTC MAIN commitmail json YAML

Update to 2.2.8:

2.2.8 - 14 December 2008
Welcome to the GnuCash 2.2.8 Release.
Fixed Bugs:
o #115066: "Search For" dialog shows all when criteria is left as
            default
o #128774: "Edit exchange rate" context menu item disfunctional often
o #137017: date of transaction change with time zone change
o #339433: TiaaCref price quote dates off by one day
o #340041: 0 as an amount should be allowed in Exchange Editor
o #345980: changing Stylesheet doesn't commit
o #347274: to track the difference between budgeted and actual amounts
            in the budget report
o #348860: Error with saved multicolumn reports
o #405472: Unable to save changes on files opened over FUSE and sshfs
o #432457: Security/stock import should follow tutorial regarding
            Account Name
o #435427: "Generic import transaction matcher" dialog does not sort by
            date
o #436342: Currency exchange druid does not show on changed
o #436920: crash on loading OFX data for a commodity that exists
            without cusip field
o #492417: currency mapping of New Israeli Shekel
o #529494: Wrong fractional precision in register with multi-currency
            transactions
o #532889: Monthly scheduled payments preview shows wrong dates
o #536299: Fix two underlinking issues
o #539947: OpenSolaris:__FUNCTION__ not defined in sun cc
o #543332: Severe performance regression in Average Balance report
o #548218: OpenSolaris: $(expression) cause configure error on solaris
o #554042: OpenSolaris: configure fail on checking 'unsigned long is at
            least as big as guint32'
o #557604: date-utilities.scm typos
o #557374: MT940 import does not work
o #563160: Multicolumn report: Confusing order of "Column span" and
            "Row span"
o #563273: crash in GnuCash Finance Management: Starting GnuCash
o #564033: aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
Other Changes:
o Fix account defaulting for posting vendor bill
o Fix tax-related inconsistency in UI
o Fix the average cost price source computation for a certain case
o Add account templates: Dutch, Finnish
o Update account templates: Italian, Slovak
o Update translations: Finnish, German, Hebrew, Italian, Japanese,
                        Russian, Slovak, Simplified Chinese

(wiz)

2009-01-05 20:35:03 UTC MAIN commitmail json YAML

Updated textproc/gnome-doc-utils to 0.14.1

(wiz)

2009-01-05 20:34:51 UTC MAIN commitmail json YAML

Update to 0.14.1:

Changes in 0.14.1:
------------------
* Fixed some LTR issues, more remain on bug #563559 (Shaun McCance)
* chmod +x gnome-doc-{tool,prepare} on configure, #557732 (Christian Persch)
* Symlink non-localized figured to C figures, #557227 (Christian Persch)
* Updated translations:
  ar    (Khaled Hosny)
  ja    (Mitsuya Shibata)

(wiz)

2009-01-05 20:31:04 UTC MAIN commitmail json YAML

Updated devel/pango to 1.22.4

(wiz)

2009-01-05 20:30:43 UTC MAIN commitmail json YAML

Update to 1.22.4:

Overview of changes between 1.22.3 and 1.22.4
=============================================
- Misc bug fixes
- Improved docs
- Bugs fixed in this release:
Bug 564644 – Not complete description of the
pango_font_description_better_match function
Bug 563898 – Generated output is not deterministic
Bug 563803 – pango_renderer_finalize fails to call parent finalize
Bug 499626 – Space should be optional after comma in
PangoFontDescription input string
Bug 499624 – Spaces around commas in PangoFontDescription family name
should be trimmed
Bug 563557 – set g_get_prgname() in fc pattern
Bug 563356 – The input area of firefox and the blank width after text
in gnome-menu was stretched too wide, under pango-1.22.3
Bug 562574 – Pangocariowin32 is leaking every cairo font it ever
creates

(wiz)