summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-08Do not overwrite the x-bittorrent.desktop mime type installed byxtraeme2-5/+2
kdelibs. Pointed out by veego.
2007-01-08Fixed PKGMANDIR.rillig1-1/+2
2007-01-08enable PAM support again, as an option; require pam-pwauth_suid on NetBSDdrochner6-23/+41
in that case (setuid does not work here because gtk refuses it)
2007-01-08Don't do includes for non-existent buildlink3.mk files.adrianp1-3/+5
Use DEPENDS=+ instead where necessary.
2007-01-08don't install suid on NetBSD per default; now there are 3 ways:drochner8-11/+76
-no PAM (default): let configure figure out whether shadow passwords are used, in that case xscreensaver will be installed suid to enable checking -"pam" option enabled: assume that PAM is able to check the password w/o root privs; require the new pam-pwauth_suid on NetBSD for that -"pam" option enabled; the user decides not to use pam-pwauth_suid but sets xscreensaver suid instead (on NetBSD, or if the PAM implementation needs it) add a MESSAGE discussing the latter 2 options bump PKGREVISION
2007-01-08Fixed pkglint nitpicks.rillig2-10/+8
2007-01-08anjuta is already at 2.0.2adrianp1-2/+1
2007-01-08Shortened the code.rillig1-4/+2
2007-01-08Fixed file permissions for gravis.cfg.rillig1-12/+14
Reordered things in the Makefile. PKGREVISION++
2007-01-08Fixed file permissions of the installed files. 700 is not appropriaterillig4-26/+14
for binaries. Got rid of patch-aa for the Makefile. PKGREVISION++
2007-01-08Don't mention -m in the example when the script does not support it.adrianp1-2/+2
2007-01-08Updated databases/postgresql80 to 8.0.10adam1-1/+7
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