summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-16close is a function, fix C&P errors. From Aleksey Cheusov.joerg4-15/+14
Bump version, remove pkgrevision.
2007-08-16Work around broken default visibility in Linux (PR 36790).joerg2-3/+7
Linux has sin_len either (PR 36791).
2007-08-16Updated x11/gdm to 2.18.4nb1obache1-1/+2
2007-08-16If header file "linux/vt.h" exists, 'gdmopen' is also installed.obache2-2/+11
Should fix PR 36792. Bump PKGREVISION.
2007-08-16Note update of www/p5-Apache-Session-Wrapper to 0.33.he1-1/+2
2007-08-16Upgrade Update p5-Apache-Session-Wrapper from version 0.31 to 0.33.he2-6/+6
Changes: 0.33 2006-09-26 - When setting up tests with Apache::Test, if the user has apache2 we need to make sure that they have the mod_apreq2.so library available. If they don't, the live tests will be skipped. Based on a patch from Derek Price. RT #21552. 0.32 2006-09-18 - Work around a (maybe) bug in Apache2::Cookie. Set -value to undef to in Apach2::Cookie->new causes it to return undef, rather than a cookie with no value. This meant that delete_session() caused an "attempt to call method of undefined value" error. Reported by Derek Price. RT #20992.
2007-08-16Revbump sweep of all libevent consumers due to update to libevent-1.3d.tnn11-19/+31
2007-08-16A trailing slash saves one redirection on the server.rillig1-2/+2
2007-08-16Updated the section on finding binary packages.rillig1-46/+24
2007-08-16Update to libevent-1.3d. ChangeLog is not available but from the homepage:tnn5-36/+12
libevent-1.3d: Bug fixes in the HTTP layer. libevent-1.3c: Small bug and portability fixes. Worth mentioning is that patch-ab and patch-ac were applied upstream. As usual with libevent, this breaks the ABI due to .so naming, so a small revbump sweep will be needed.
2007-08-16Added a variable DEFAULT_DISTFILES that can be used when addingrillig1-2/+9
distfiles to DISTFILES.
2007-08-16is is --> is.kei1-1/+1
2007-08-16Kill redundant configure check and use the earlier computed sizesjoerg2-1/+208
directly. Allows t1lib to be cross-compiled.
2007-08-16A number of packages implicitly assume that ar runs the right ranlib,joerg1-1/+3
so override it as well for DESTDIR.
2007-08-16Added modular-xorg-libs for assistance in cross-building.joerg1-1/+2
2007-08-16+ modular-xorg-libsjoerg1-1/+2
2007-08-16Import meta package for modular Xorg libraries. This is not intendedjoerg3-0/+65
for normal users, but simplifies cross-building modular Xorg.
2007-08-16Two more xorg updates for tonight.joerg1-1/+3
2007-08-16Update xf86-video-nv to 2.1.3:joerg2-6/+6
- Fix the ends of files. Update the known cards date. - Revamp scaling code. - Add LVDS flat panel scaling support. - Fix GeForceFX issues with video overlap.
2007-08-16Update to xrdb-1.0.4: man page fixes.joerg2-6/+6
2007-08-16Add DESTDIR support and use BUILDLINK_PREFIX instead of PREFIX forjoerg1-3/+7
finding Xerces. From Brook Milligan in private mail.
2007-08-16Add DESTDIR support.joerg3-17/+21
2007-08-16Supports DESTDIR.joerg1-1/+3
2007-08-16Fix bulk builds: + meanwhile.joerg1-1/+2
2007-08-16Supports DESTDIR.joerg1-1/+3
2007-08-16Add DESTDIR support.joerg1-2/+3
2007-08-16swish-e updated to 2.4.5.joerg1-1/+2
2007-08-16Update to swish-e 2.4.5:joerg8-101/+122
- bugfixes - FileFilter is using fork/exec directly, avoiding possible shell escape issues - proximity suppor tfor matchs - fix sparc64 issues - switch to GPL as license with a special link clause - make use of strcoll for sorting
2007-08-15add missing closing quotation marktnn1-2/+2
2007-08-15Updated devel/glib2 to 2.14.0tnn1-1/+2
2007-08-15+ bsdtarjoerg1-1/+2
2007-08-15Add todays updates.joerg1-1/+10
2007-08-15Import bsdtar, a tar-frontend for libarchive. This version is usingjoerg3-0/+80
either system zlib and bz2 or statically including them, making the package standalone. It is supposed to replace pax/tar for bootstrap.
2007-08-15Update to xf86-video-intel-2.1.1:joerg2-6/+6
- add quirk support for i830, including Lenovo TV out quirk - imrpove CRT blanking - bugfixes for address handling for 4GB+ addresses - fix memcpy in i965 and increase vertex buffer size - fix typo in man page
2007-08-15Update to xclock-1.0.3: man page fixes, iconv support, set _NET_WM_PID.joerg2-6/+7
2007-08-15Update to xsetroot-1.0.2: man page fix.joerg2-6/+6
2007-08-15Update to glib2-2.14.0. Based on patch provided by Makoto Fujiwara intnn5-46/+192
PR pkg/36731. Highlights of NEWS follow: Overview of Changes from GLib 2.13.7 to GLib 2.14.0 * Last-minute API additions: - Make g_unichar_combining_class public - Add goffset type, add G_MAXSSIZE and G_MINSSIZE * Update PCRE to 7.2 * Bugs fixed: 453998 Make _g_unichar_combining_class() public 462549 gregex.c: variable is declared at middle of block 417068 g_file_test doc inconsistency * Updated translations Overview of Changes from GLib 2.13.6 to GLib 2.13.7 * The memory corruption warning from the slice allocator that occurred when threads were initialized after the slice allocator has been removed, as the slice allocator now works fine in this scenario. * New functions g_once_init_enter() and g_once_init_leave() make it easier to write threadsafe one-time initialization functions * Bugs fixed: 454473 Simple XML Subset Parser terminates on invalid XML 445813 g_module_open error, add file name 453796 errno gets clobbered by g_filename_display_name 341988 don't use "-c" with msgfmt in Makefile.in.in 447048 Please produce slightly more output during long tests 454785 GModule documentation lists same block of code twice. 454786 GModule documentation lists same paragraph twice. 383155 small docs quirks in gobject/closure API documentation 65041 _get_type() functions aren't thread safe * Updated translations Overview of Changes from GLib 2.13.5 to GLib 2.13.6 * Reintroduce a GType typedef whose removal in 2.13.5 caused trouble for C++ bindings * Bugs fixed: 450216 docs not explicit enough about g_free() 451459 g_type_register_static_simple calls g_type_register_static * Updated translations Overview of Changes from GLib 2.13.4 to GLib 2.13.5 * xdg-user-dirs support: - the Desktop directory is guaranteed to be defined - user-dirs.dirs is no longer reloaded on changes * Slice allocator: - new api to duplicate slices * Regular expression support: - GRegex is a boxed type now * Bugs fixed: 44793 make check failing in trunk 354522 Small problem with PLT hiding 6 symbols 363986 glib 2.12.4 does not compile with SGI IDO cc 443869 g_type_class_add_private doesn't warn when adding 0-sized... 446859 Legitimately return 0 for g_quark_from_string(NULL) 447534 Small typo in g_timeout_add_seconds() doc 447583 GStaticRWLock 447935 g_get_current_dir SIGSEGV on long path 448260 CLAMP has surprising result if low > high 57693 g_string_vprintf() 442029 add g_slice_dup() 445065 Add GRegex boxed type 448819 Add full version of g_timeout_add_seconds() * Updated translations Overview of Changes from GLib 2.13.3 to GLib 2.13.4 * Bugs fixed: 444121 g_get_user_special_dir deadlocks 444161 invalid UTF8 in key name shows up as valgrind error in g_... 444130 g_option_context_get_help() is broken when there's a desc... Overview of Changes from GLib 2.13.2 to GLib 2.13.3 * GKeyFile: - Added defines for easier handling of desktop files * Unicode support: - Update g_unichar_iswide_cjk for Unicode 5.0 * Regular expression support: - GRegex structs can now be ref-counted - Some new functions for dealing with incremental replacement have been added - The GRegexEvalCallback signature has been changed * g_get_user_special_dir() has been added to support xdg-user-dirs * Bugs fixed: 419376 Functions using named subpatterns behave inconsistently w... 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b... 423708 typo in the README.win32 file see patch below 339225 Add new defines for easier handling of .desktop files 442265 API additions/changes for GRegex 432651 Add a glib-ish xdg_user_dir_lookup * Updated translations Overview of Changes from GLib 2.13.1 to GLib 2.13.2 * Unicode support: - Add g_unichar_ismark() * GOption: - Allow to use callbacks for remaining args * Updated translations Overview of Changes from GLib 2.13.0 to GLib 2.13.1 * GRegex: - Portability fixes - Split into immutable GRegex and GMatchInfo - Add g_regex_get_max_backref() and g_regex_get_capture_count() to obtain information about the compiled regex * GKeyFile: - Fix roundtrip problems - Add g_key_file_load_from_dirs() * Unicode support: - Fix corner cases in case conversion routines * GOption: - Add a function to get the formatted help string * GHash: - Add new functions g_hash_table_get_keys() and g_hash_table_get_values() to retrieve the keys and values in list form * Updated transations Overview of Changes from GLib 2.12 to GLib 2.13.0 * Add GSequence, a list that is implemented using a balanced binary tree. * Add GRegex, an implementation of Perl regular expressions, based on PCRE. * Use Posix monotonic clocks instead of gettimeofday() for GTimer when available. * Support static initialization of GQeues with G_QUEUE_INIT, g_queue_init() and g_queue_clear(). * Add g_string_chunk_clear() for clearing a GStringChunk. * Add g_unichar_get_script() to obtain Unicode script information. * Add g_unichar_iszerowidth() to obtain information about zero-width characters. * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias type attribute. * G_GNUC_INTERNAL has a working definition for the Sun Studio compiler. This requires the macro to be positioned before the function declaration. * The slice allocator can produce detailed debugging information with G_SLICE=debug-blocks. * Modules support G_DEBUG flags resident-modules and bind-now-modules. * Add G_DEFINE_DYNAMIC_TYPE() to make it easier to define types in modules. * Bug fixes: too many to list them in detail here. * New and updated translations
2007-08-15Update to xprop-1.0.3: man page improvements, some sprintf cleanup,joerg2-6/+6
avoid a memory leak, some const sprinkling, purge unused code.
2007-08-15Update to xmodmap-1.0.3: sprinkle const, use strncasecmp if present,joerg2-6/+6
fix a memory leak.
2007-08-15Update to xmessage-1.0.2: detabify messages before printing.joerg3-6/+22
Fix an integer overflow in the newly added functions, just because we can.
2007-08-15Update to xman-1.0.3: fix man page processing on Solaris.joerg3-16/+14
2007-08-15Update to xgamma-1.0.2: some man page fixes.joerg2-6/+6
2007-08-15Provide _COMPILER_RPATH_FLAG and _LINKER_RPATH_FLAG. This should workjoerg1-2/+14
at the very least with AIX 5.3 directly and for older, wrapper should take care. Provide some more sane defaults for XLC and bail out explicitly if XLCBASE can't be determined.
2007-08-15Note update of mail/imapfilter to version 2.0.3 [lots of new features,seb1-1/+2
you will want to update]
2007-08-15Update to version 2.0.3seb4-27/+49
Changes since last packaged version (1.3): Version 2.0.3 - 27 July 2007 ---------------------------- - Bug fix; part of the program's functionality didn't seem to work at all (did nothing), due to problem when providing the results from searching methods to processing methods Version 2.0.2 - 30 June 2007 ---------------------------- - Bug fix; message cache problem due to non-use of message UIDs Version 2.0.1 - 29 June 2007 ---------------------------- - Bug fix; character set problem with 1.x configuration files - Bug fix; typo errors in the documentation Version 2.0 - 27 June 2007 -------------------------- - New, more powerful, feature rich and yet simpler configuration file. - Easier object oriented view of accounts and mailboxes. - Simpler approach to filters, with infix logical or/and/not operators. - No more need to mess with server search queries. - More and simpler functions instead of few and complicated ones. - More feature complete interface that can now even manipulate mailboxes. - Regular expressions integrated into the searching interface. - Effective caching subsystem when fetching message parts. - Can still read old version 1.x configuration files for compatibility. - Lua 5.1 and the PCRE library are now requirements.
2007-08-15Don't hard-code tar as tar, but make it an option and use the tooljoerg5-11/+12
version correctly. Fixes issues on platforms where the first tar in path doesn't support -z. Bump to pbulk-0.12.
2007-08-15Note update of devel/p5-Class-Inspector to version 1.17seb1-1/+2
2007-08-15Update to version 1.17seb2-6/+6
Changes since last packaged version (1.16): 1.17 Mon 6 Aug 2007 - Classes with leading numbers after the first :: are permitted - Removing some old cruft from the tests - Updated to Module::Install 0.65
2007-08-15Shorten wording.joerg1-3/+3
2007-08-15regenrillig2-146/+135