summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-08Changes 8.0.10:adam10-44/+44
* Improve handling of getaddrinfo() on AIX This fixes a problem with starting the statistics collector, among other things. * Fix "failed to re-find parent key" errors in "VACUUM" * Fix race condition for truncation of a large relation across a gigabyte boundary by "VACUUM" * Fix bugs affecting multi-gigabyte hash indexes * Fix possible deadlock in Windows signal handling * Fix error when constructing an ARRAY[] made up of multiple empty elements * Fix ecpg memory leak during connection * to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for new initdb installs This is because lc_numeric can potentially change the output of these functions. * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Update timezone database This affects Australian and Canadian daylight-savings rules in particular.
2007-01-08Add missing files, reported by veego. PKGREVISION++xtraeme2-9/+55
2007-01-08gcc2 does not support -std=c99. If c99 is needed, requiregavan1-1/+6
at least gcc 3.0.
2007-01-08Fix bash's default path to not have hard-coded /usr/pkg/bin but usereed1-2/+3
LOCALBASE. I think I did this last December 2005, but did bash2 package correctly. Reported by Georg Schwarz via tech-pkg.
2007-01-08Updated postgresql81 to 8.1.6adam1-1/+8
2007-01-08Changes 8.1.6:adam12-49/+50
* Improve handling of getaddrinfo() on AIX This fixes a problem with starting the statistics collector, among other things. * Fix pg_restore to handle a tar-format backup that contains large objects (blobs) with comments * Fix "failed to re-find parent key" errors in "VACUUM" * Clean out "pg_internal.init" cache files during server restart This avoids a hazard that the cache files might contain stale data after PITR recovery. * Fix race condition for truncation of a large relation across a gigabyte boundary by "VACUUM" * Fix bug causing needless deadlock errors on row-level locks * Fix bugs affecting multi-gigabyte hash indexes * Fix possible deadlock in Windows signal handling * Fix error when constructing an ARRAY[] made up of multiple empty elements * Fix ecpg memory leak during connection * Fix for Darwin (OS X) compilation * to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for new initdb installs This is because lc_numeric can potentially change the output of these functions. * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Update timezone database This affects Australian and Canadian daylight-savings rules in particular.
2007-01-08+pam-pwauth_suiddrochner1-1/+2
2007-01-08add a PAM module which used a suid helper program to access the passwddrochner6-0/+181
database, for use by unprivileged users to verify their own password (in particular for screen savers) thanks to many people for comments
2007-01-08PLIST fixadam1-2/+1
2007-01-08Updated databases/postgresql82 to 8.2.1adam1-1/+8
2007-01-08Changes 8.2.1:adam4-11/+16
* Fix crash with SELECT ... LIMIT ALL (also LIMIT NULL) * "Several /contrib/tsearch2" fixes * On Windows, make log messages coming from the operating system use ASCII encoding This fixes a conversion problem when there is a mismatch between the encoding of the operating system and database server. * Fix Windows linking of pg_dump using "win32.mak" * Fix planner mistakes for outer join queries * Fix several problems in queries involving sub-SELECTs * Fix potential crash in SPI during subtransaction abort This affects all PL functions since they all use SPI. * Improve build speed of PDF documentation * Re-add JST (Japan) timezone abbreviation * Improve optimization decisions related to index scans * Have psql print multi-byte combining characters as before, rather than output as \u * Improve index usage of regular expressions that use parentheses This improves psql \d performance also. * Make pg_dumpall assume that databases have public CONNECT privilege, when dumping from a pre-8.2 server This preserves the previous behavior that anyone can connect to a database if allowed by "pg_hba.conf".
2007-01-08Modular Xorg support.joerg2-3/+5
2007-01-08Needs libXt for configure.joerg1-1/+4
2007-01-08Modular Xorg support.joerg1-1/+2
2007-01-08Needs libXt for configure.joerg1-1/+4
2007-01-08Modular Xorg support.joerg1-2/+4
2007-01-08Don't build the static screentest as we don't install it. If Mouse orjoerg2-1/+15
anyone else actually wants static linkage, he/she should libtoolize this as the link list of libX11 is platform specific.
2007-01-08Change RESTRICTED message, suggested by gdt@.obache1-5/+3
2007-01-08Don't link against libXext. Bump revision.joerg3-6/+6
2007-01-08Put LICENSE before RESTRICTED, suggested by gdt@.obache1-2/+2
2007-01-08Needs GLU. Bump revision.joerg1-2/+3
2007-01-08Modular Xorg support.joerg1-1/+4
2007-01-08Needs pkg-config.joerg1-1/+2
2007-01-08Modular Xorg support.joerg1-1/+11
2007-01-08update to 2.10.7drochner4-25/+12
changes: * GtkNotebook - Tab reordering is a less intrusive - Rendering fixes on win32 * GtkTreeView - Column resizing works correctly in right-to-left languages - Many scrolling bugs have been fixed * GtkTextView: - Improved scrolling during DND. * GtkRecentManager is more robust against bad URIs * Print support: - The cups backend works with 'BrowseShortNames Off' in the cups configuration - Multi-valued options are properly passed to cups - Fix build with cups 1.3 - A few IPP compliance issues have been fixed - Make the lpr backend work on BSD * Input methods: - GtkEntryCompletion works with input methods - The Thai input method has been replace by a functional Thai and Lao input method based on libthai * Accessibility support: - GtkMessageDialog sets accessible name role explicitly * Theme support: - The semantics of the gtk-color-scheme setting has been slightly changed. Values from rc files are still merged together, but the X setting just overrides the prior table. * GdkPixbuf: - gdk_pixbuf_loader_write() now closes the loader when returning FALSE, as documented - The BMP loader supports more BMP variants, including transparency and 10-bit channels. -bugfixes -translation updates
2007-01-08Modular Xorg support.joerg1-1/+2
2007-01-08libXmu is needed for gimp-remote.joerg1-1/+2
2007-01-08libusb is recursively needed on !SunOS.joerg2-2/+8
2007-01-08Modular Xorg support.joerg1-1/+4
2007-01-08Needs libXt for building.joerg1-1/+4
2007-01-08update to 2.12.7drochner7-123/+83
changes: -portability fixes -bugfixes -translation updates -Make GKeyFile accept keys that are commonly used -some consistency checks added -deal with double-width and zero-width characters in --help output based on wiz's work
2007-01-08When redirecting to xdg-dirs, there's no need to includejoerg1-2/+2
mk/x11.buildlink3.mk.
2007-01-08Revert, the location of xdg-x11 is hardwired in other places.joerg1-6/+2
2007-01-08Remote support needs libXmu.joerg1-1/+2
2007-01-08Always use xdg-dirs for modular Xorg, xdg-x11-dirs would just redirectjoerg1-2/+6
anyway.
2007-01-08Modular Xorg support.joerg3-3/+9
2007-01-08Needs libXt explicitly.joerg1-1/+2
2007-01-08Fixed a syntax error.rillig1-2/+2
2007-01-08Ah well, GCC_VERSION is only defined within gcc code. Use __GNUC__ andjmmv2-3/+3
__GNUC_MINOR__ instead. Still checking for >= 3.4.0 though.
2007-01-08Add MASTER_SITE_SOURCEFORGE_JP to MASTER_SITES.obache1-2/+3
2007-01-08Only use __builtin_ctzl if it is available; minimum gcc version number takenjmmv2-3/+3
from http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00828.html, so I guess it is right. Should fix PR pkg/35380 by tron@, which reports build failure under NetBSD 3.1/i386 (it worked in -current, though).
2007-01-08Update devel/doxygen to 1.5.1adam2-3/+3
2007-01-08Changes 1.5.1:adam3-78/+44
* Bug fixes and improvements
2007-01-08MIPSpro knows the -c99, -M and -MDupdate options.rillig1-1/+5
2007-01-08Updates graphics/graphviz to 2.12adam1-1/+2
2007-01-08Changes 2.12:adam8-129/+118
- Bug fix release for 2.10 - The gd plugin for font handlers was not being used at all if the build did not use fontconfig, e.g., on Windows. In addition, the code had dropped the name mapping to Windows font names. - PostScript output had an extraneous '%' character on the first line, which would cause printing to fail. - Text handling, during both sizing and layout, incorrectly handled empty lines such as label="\nabc". - HTML-like tables had been changed to use too much vertical space, to possibly use the wrong font in calculating the height of a line, and to use the wrong offset when moving the baseline from one line to the next.
2007-01-08Rewrote the config.h parsing code to work with both autoconf 2.13 andrillig1-20/+20
2.59. Tested with devel/libslang, which is particularly nasty because it comes without a configure.ac file and also does not use the standard config.h filename.
2007-01-08Updated devel/ncurses to 5.6adam2-3/+3
2007-01-08Changes 5.6:adam9-52/+84
Hashed-databases are supported for storing terminal descriptions. Support for magic-cookies such as hpterm was improved. Support for rpath in shared libraries was revised. Many bugfixes were made for memory leaks, wide-character support, portability, and more.
2007-01-08Added two keywords to the description of WRKOBJDIR, since I just cannotrillig1-1/+3
remember whether it's WRKOBJDIR (right) or OBJWRKDIR (wrong).