summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-15Fix XScrnSaver for !native.joerg1-2/+4
2007-06-15update to 2.10.13drochner2-6/+6
changes: * The GtkFileChooserDialog sizing code has been refactored. * The DirectFB backend has seen various fixes. -misc bugfixes -translation updates
2007-06-15update to 1.4.8drochner4-23/+23
This is the fourth update in cairo's stable 1.4 series. It comes just over five weeks after the 1.4.6 release. This release includes a thread-safe surface-cache for solid patterns which significantly improves text rendering with the xlib backend. Also, dozens of error paths in cairo have been fixed thanks to extensive fault-injection testing by Chris Wilson.
2007-06-15done - lua-5.1.2obache1-2/+1
2007-06-15Updated lang/lua to 5.1.2obache1-1/+2
2007-06-15Update lua to 5.1.2.obache5-27/+34
Patch provided by Holger Weiss in PR 36333. And specify more platform target. This release fixes all known bugs in 5.1.1.
2007-06-15Fix Xinerama for !native case.joerg2-4/+9
2007-06-15Should be elif in the last commit.joerg1-2/+2
2007-06-15Fix Xinerama for !native case.joerg1-2/+4
2007-06-15Fix Xft for !native case.joerg1-2/+3
2007-06-15Fix Xinerama for !native case.joerg1-3/+5
2007-06-15Fix xinerama usage for non-native X11.joerg1-2/+3
2007-06-15Fix conditional to also work for xorg.joerg1-2/+2
2007-06-15Depend on bzip2 using the tool framework.joerg1-4/+4
2007-06-15Expect Xxf86dga to exist with non-native Xorg.Expect Xxf86dga to exist with ↵joerg1-2/+2
non-native Xorg.
2007-06-15msgconv is a tool now.joerg1-6/+2
2007-06-15msgconv is a known tool now.joerg1-6/+2
2007-06-15Add msgconv to the gettext tools.joerg1-2/+2
2007-06-15Use tools framework for bzcat.joerg1-9/+2
2007-06-15Make the xscreensaver check work properly with modular Xorg.joerg1-3/+5
2007-06-15Fix native case.joerg1-3/+2
2007-06-15Remove unnecessary patch.hira2-15/+1
2007-06-15Add support for schema remapping in nss_ldapmanu1-2/+3
2007-06-15Activate Xinerama for non-native case.joerg1-3/+3
2007-06-15Assume that libXft provides Xft support for non-native X11.joerg1-2/+2
2007-06-15Include sqlite3 locking patch from Firefox.joerg3-2/+41
2007-06-15done - py-mssql-0.8.0.obache1-2/+1
2007-06-15Updated databases/py-mssql to 0.8.0obache1-1/+2
2007-06-15Update py-mssql to 0.8.0.obache3-7/+10
Patch provided by maintainer, Bartosz Kuzma in PR 36478. Changes since 0.7.4: Sun Sep 24 10:44:00 2006 Andrzej Kukula <akukula@gmail.com> * setup.py: + it can now dynamically determine the path to SQL 2000 Developer Tools, if win32api and win32con modules are available + simple Python version check to prevent most frequently asked question Wed Sep 13 01:20:00 2006 Andrzej Kukula <akukula@gmail.com> * mssqldbmodule.c: + corrected misspellings in docstrings + fixed segfault on connection close with Python 2.5; thanks Justin Francis <jfrancis@pivotalpayments.com> * pymssql.py: + fixed two minor DB-API incompatibilities (thanks Matthew Good <matt@matt-good.net>) + fixed datetime quoting (thanks Jan Finell <jfinell@regionline.fi>) * pymssql should be able to build on cygwin (thanks rob@robnet.com) * docstring fixes, webpage doc updates Tue May 15 03:18:00 2006 Jooncheol Park <exman@users.sourceforge.net> * setup.py, PKG-INFO, README: license change to LGPL Wed Mar 15 08:18:00 2006 Andrzej Kukula <akukula@users.sourceforge.net> * pymssql.py: fixed datetime issue (thanks Jan Finell <jfinell@regionline.fi>) Fri Feb 24 16:11:00 2006 Andrzej Kukula <akukula@users.sourceforge.net> * mssqldbmodule.c: fixed typos in docstrings (thanks Konstantin Veretennicov)
2007-06-15The option --prepare only generates the bulk build database.rillig1-1/+16
2007-06-15Put build actions into a do-build target. Keep do-install as a purejlam1-4/+4
"install stuff I already built" step. Also remove an unnecessary creation of ${PREFIX}/share/mklivecd which is already handled in INSTALLATION_DIRS.
2007-06-15Added transformations for -R, -fPIC, -kPIC, -KPIC and -g3.rillig1-1/+5
2007-06-15* Substitute for @SH@ as well as @AWK@ per de facto standards forjlam2-5/+6
installed shell scripts. * Generate the to-be-installed script at build time, not at install time. We "build" for a reason -- to see what's going to be installed before we actually install it.
2007-06-15Non-set[ug]id permssions are not so special. Get rid of SPECIAL_PERMSjlam1-2/+2
setting and instead just chmod the qmqtool script to 0700 at install time.
2007-06-15Use the standard SETUID_ROOT_PERMS definition, which defaults to 4555.jlam1-4/+3
2007-06-15Change the default setuid-root permissions from 4711 to 4555. Thisjlam1-2/+2
strips off the write bit for root and gets rid of the unnecessary lack of read permissions for "group" and "other". Inspired by /usr/bin/su on NetBSD.
2007-06-15Use SETUID_ROOT_PERMS instead of the custom setuid root permissions.jlam1-2/+2
2007-06-15Prepend two tokens with "gg_" to avoid conflicts with our system. A littledarcy8-1/+314
klugey but I doubt that we will be changing our proplib.h anytime soon.
2007-06-15Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMSjlam1-4/+5
2007-06-15Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS.jlam2-8/+9
2007-06-15Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS.jlam1-2/+2
2007-06-15Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time.jlam1-1/+7
2007-06-15Note update of mathomatic.minskim1-1/+2
2007-06-15Update mathomatic to 12.7.2.minskim2-6/+6
Changes: - Added order parameter to extrema command, which specifies the number of derivatives to take. - Renamed flist command to "display".
2007-06-15update to 0.6.15drochner4-22/+8
exif-0.6.15 is to release the accumulated changes made during the last 3 years. Better change tracking will be made from here on.
2007-06-15update to 0.6.16drochner2-6/+6
changes: -security fix for integer overflow leading to possible code injection (CVE-2006-4168) -translation updates
2007-06-15When a recursive make is run, stdin must be preserved. Otherwise su(1)rillig1-3/+5
cannot ask for a password and fails. Patch provided by OBATA Akio in http://mail-index.netbsd.org/pkgsrc-users/2007/04/23/0001.html
2007-06-15Added a paragraph about the naming of the patch files.rillig1-1/+4
2007-06-15Added clamsmtpd_maxwait (default is 600 seconds). This makes it possiblemartti2-11/+10
to define how long clamsmtpd should wait for clamd. PKGREVISION++
2007-06-15Updated mail/thunderbird and mail/thunderbird-gtk1 to 2.0.0.4.ghen1-1/+3