Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-15 | Fix XScrnSaver for !native. | joerg | 1 | -2/+4 | |
2007-06-15 | update to 2.10.13 | drochner | 2 | -6/+6 | |
changes: * The GtkFileChooserDialog sizing code has been refactored. * The DirectFB backend has seen various fixes. -misc bugfixes -translation updates | |||||
2007-06-15 | update to 1.4.8 | drochner | 4 | -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-15 | done - lua-5.1.2 | obache | 1 | -2/+1 | |
2007-06-15 | Updated lang/lua to 5.1.2 | obache | 1 | -1/+2 | |
2007-06-15 | Update lua to 5.1.2. | obache | 5 | -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-15 | Fix Xinerama for !native case. | joerg | 2 | -4/+9 | |
2007-06-15 | Should be elif in the last commit. | joerg | 1 | -2/+2 | |
2007-06-15 | Fix Xinerama for !native case. | joerg | 1 | -2/+4 | |
2007-06-15 | Fix Xft for !native case. | joerg | 1 | -2/+3 | |
2007-06-15 | Fix Xinerama for !native case. | joerg | 1 | -3/+5 | |
2007-06-15 | Fix xinerama usage for non-native X11. | joerg | 1 | -2/+3 | |
2007-06-15 | Fix conditional to also work for xorg. | joerg | 1 | -2/+2 | |
2007-06-15 | Depend on bzip2 using the tool framework. | joerg | 1 | -4/+4 | |
2007-06-15 | Expect Xxf86dga to exist with non-native Xorg.Expect Xxf86dga to exist with ↵ | joerg | 1 | -2/+2 | |
non-native Xorg. | |||||
2007-06-15 | msgconv is a tool now. | joerg | 1 | -6/+2 | |
2007-06-15 | msgconv is a known tool now. | joerg | 1 | -6/+2 | |
2007-06-15 | Add msgconv to the gettext tools. | joerg | 1 | -2/+2 | |
2007-06-15 | Use tools framework for bzcat. | joerg | 1 | -9/+2 | |
2007-06-15 | Make the xscreensaver check work properly with modular Xorg. | joerg | 1 | -3/+5 | |
2007-06-15 | Fix native case. | joerg | 1 | -3/+2 | |
2007-06-15 | Remove unnecessary patch. | hira | 2 | -15/+1 | |
2007-06-15 | Add support for schema remapping in nss_ldap | manu | 1 | -2/+3 | |
2007-06-15 | Activate Xinerama for non-native case. | joerg | 1 | -3/+3 | |
2007-06-15 | Assume that libXft provides Xft support for non-native X11. | joerg | 1 | -2/+2 | |
2007-06-15 | Include sqlite3 locking patch from Firefox. | joerg | 3 | -2/+41 | |
2007-06-15 | done - py-mssql-0.8.0. | obache | 1 | -2/+1 | |
2007-06-15 | Updated databases/py-mssql to 0.8.0 | obache | 1 | -1/+2 | |
2007-06-15 | Update py-mssql to 0.8.0. | obache | 3 | -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-15 | The option --prepare only generates the bulk build database. | rillig | 1 | -1/+16 | |
2007-06-15 | Put build actions into a do-build target. Keep do-install as a pure | jlam | 1 | -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-15 | Added transformations for -R, -fPIC, -kPIC, -KPIC and -g3. | rillig | 1 | -1/+5 | |
2007-06-15 | * Substitute for @SH@ as well as @AWK@ per de facto standards for | jlam | 2 | -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-15 | Non-set[ug]id permssions are not so special. Get rid of SPECIAL_PERMS | jlam | 1 | -2/+2 | |
setting and instead just chmod the qmqtool script to 0700 at install time. | |||||
2007-06-15 | Use the standard SETUID_ROOT_PERMS definition, which defaults to 4555. | jlam | 1 | -4/+3 | |
2007-06-15 | Change the default setuid-root permissions from 4711 to 4555. This | jlam | 1 | -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-15 | Use SETUID_ROOT_PERMS instead of the custom setuid root permissions. | jlam | 1 | -2/+2 | |
2007-06-15 | Prepend two tokens with "gg_" to avoid conflicts with our system. A little | darcy | 8 | -1/+314 | |
klugey but I doubt that we will be changing our proplib.h anytime soon. | |||||
2007-06-15 | Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS | jlam | 1 | -4/+5 | |
2007-06-15 | Use CONF_FILES_PERMS instead of CONF_FILES + SPECIAL_PERMS. | jlam | 2 | -8/+9 | |
2007-06-15 | Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS. | jlam | 1 | -2/+2 | |
2007-06-15 | Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time. | jlam | 1 | -1/+7 | |
2007-06-15 | Note update of mathomatic. | minskim | 1 | -1/+2 | |
2007-06-15 | Update mathomatic to 12.7.2. | minskim | 2 | -6/+6 | |
Changes: - Added order parameter to extrema command, which specifies the number of derivatives to take. - Renamed flist command to "display". | |||||
2007-06-15 | update to 0.6.15 | drochner | 4 | -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-15 | update to 0.6.16 | drochner | 2 | -6/+6 | |
changes: -security fix for integer overflow leading to possible code injection (CVE-2006-4168) -translation updates | |||||
2007-06-15 | When a recursive make is run, stdin must be preserved. Otherwise su(1) | rillig | 1 | -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-15 | Added a paragraph about the naming of the patch files. | rillig | 1 | -1/+4 | |
2007-06-15 | Added clamsmtpd_maxwait (default is 600 seconds). This makes it possible | martti | 2 | -11/+10 | |
to define how long clamsmtpd should wait for clamd. PKGREVISION++ | |||||
2007-06-15 | Updated mail/thunderbird and mail/thunderbird-gtk1 to 2.0.0.4. | ghen | 1 | -1/+3 | |