summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-09Don't build static version.joerg2-4/+13
2007-01-09Modular Xorg support.joerg2-3/+7
2007-01-09+ gdal-1.4.0, ghostscript-8.55, vttest-20070107.wiz1-2/+4
2007-01-09Fixed the file permissions: some files had been world-writable, othersrillig1-25/+17
unreadable. Cleaned up the Makefile. PKGREVISION++
2007-01-09Changed the file permissions of the binaries from 111 to 555, so thatrillig1-2/+3
they can be packaged by an unprivileged user. I don't see any reason to make the binaries non-readable, since they are neither set-uid nor closed source. PKGREVISION++
2007-01-09Added a typical command for the post-extract target.rillig1-1/+4
2007-01-09Fixed the documentation.rillig1-2/+2
2007-01-09The help topic at the very end of the last file must also be considered.rillig1-20/+25
2007-01-09Fixed the build for non-privileged users who are not in the "wheel"rillig1-1/+6
group and made the setuid bit explicit.
2007-01-09Regen distinfo to add recent patch-af.markd1-1/+2
2007-01-09use ssh for X86SOL2 and DRAGONFLY for the rsh command to make these twodmcmahill4-7/+7
behave the same as all of the platforms. Bump pkgrevision to take us to pvm-3.4.5nb3.
2007-01-09Revert my previous change. The buildlink3.mk files had been added butadrianp1-5/+3
my cvs tree was out of sync. Spotted by wiz@
2007-01-08Packages that are not available on the current platform (and therillig2-13/+36
packages depending on them) are listed in a separate category in the bulk build report.
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