Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-11-08 | Update edb to 1.0.3. Changes are bugfixes only. | rh | 3 | -7/+7 | |
2002-11-05 | - make this work with apache2 | martti | 2 | -4/+4 | |
- buildlink2 | |||||
2002-11-03 | Use buildlink | martti | 1 | -3/+2 | |
2002-11-02 | update MASTER_SITES. | grant | 1 | -2/+2 | |
2002-11-01 | Remove patch file obsoleted by last update of this package. | tron | 1 | -14/+0 | |
2002-11-01 | Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). | wiz | 6 | -11/+16 | |
2002-11-01 | Update to 1.8.3: | wiz | 5 | -44/+30 | |
CHANGES from 1.8.2 to 1.8.3 1. Various configure related changes and additional updates. CHANGES from 1.8.1 to 1.8.2 1. Allow `NEWDB'-opened databases to actually, well, store records. CHANGES from 1.8 to 1.8.1 1. Lots of bug fixes, including a data corruption bug. 2. Updated to current autoconf and libtool. 3. Moved the dbm/ndbm compatibility routines to libgdbm_compat. | |||||
2002-10-30 | Add and enable gnome-db | rh | 1 | -1/+2 | |
2002-10-30 | Initial import of gnome-db-0.8.192, the GNOME2 database applications and | rh | 5 | -0/+180 | |
libraries. | |||||
2002-10-30 | Add missing buildlink2.mk | rh | 1 | -0/+37 | |
2002-10-30 | Add and enable libgnomedb | rh | 1 | -1/+2 | |
2002-10-30 | Initial import of libgnomedb-0.8.199, the GNOME2 database library. | rh | 6 | -0/+248 | |
2002-10-30 | Replace homegrown patch with PKGCONFIG_OVERRIDE | rh | 3 | -14/+4 | |
2002-10-30 | Add and enable libgda | rh | 1 | -1/+2 | |
2002-10-30 | Initial import of libgda-0.8.199, the GNU database access library. This | rh | 8 | -0/+328 | |
version only comes with a default XML backend enabled. Based on the package provided by Scott Aaron Bamford in PR pkg/18660. | |||||
2002-10-27 | Use buildlink2. Use perl5/module.mk. | seb | 1 | -5/+3 | |
2002-10-27 | Use buildlink2. Use perl5/module.mk. | seb | 3 | -17/+9 | |
2002-10-27 | Use perl5/module.mk (including PERL5_LDFLAGS). | seb | 3 | -24/+25 | |
Remove Makefile.PL interactive part via patch. | |||||
2002-10-27 | Use perl5/module.mk. | seb | 1 | -5/+2 | |
2002-10-27 | Added guile-pg-0.07. | cjones | 1 | -1/+2 | |
2002-10-27 | Imported guile-pg: | cjones | 7 | -0/+84 | |
Guile-pg is a Guile module providing access and allowing updates to PostgreSQL databases from Guile scripts. Guile is the GNU interpreter for the Scheme language and PostgreSQL is a free relational database management system. | |||||
2002-10-26 | Update to freetds-0.60. | grant | 6 | -30/+41 | |
Changes since 0.53 include: * Much improved support for Microsoft servers, including SQL Server 2000 datatypes and domain logins. * Support and convertibility of all major datatypes. * Much expanded coverage of the ODBC API. * An all-new BCP implementation, including host variable support. * Character set conversions, via the iconv library. * Threadsafe operation. | |||||
2002-10-25 | Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR. | wiz | 1 | -2/+2 | |
2002-10-25 | add one | drochner | 1 | -0/+7 | |
2002-10-25 | add py-psycopg | drochner | 1 | -1/+2 | |
2002-10-25 | another Python-PostgreSQL adapter | drochner | 6 | -0/+82 | |
2002-10-25 | postgresql-7.2.3 contains PyGreSQL-3.3, so reflect this in the name | drochner | 1 | -2/+2 | |
2002-10-24 | Use pax instead of relying on gtar (wwww). | wiz | 1 | -9/+3 | |
2002-10-24 | this postinstall rule needs the real GNU tar, so BUILD_DEPEND on it | drochner | 1 | -1/+7 | |
2002-10-21 | Convert to buildlink2. | wiz | 1 | -3/+4 | |
2002-10-21 | Unused. | wiz | 1 | -41/+0 | |
2002-10-21 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2002-10-21 | buildlink1 -> buildlink2. | wiz | 1 | -8/+5 | |
2002-10-20 | Use buildlink2. Use perl5/module.mk. | seb | 2 | -12/+6 | |
2002-10-20 | Note the locations of the common distinfo file and patches directory. | jlam | 1 | -1/+4 | |
2002-10-20 | Improve. From Greg A. Woods in PR 18713. | wiz | 1 | -1/+12 | |
2002-10-19 | Fix case where pgsql_flags contains more that one option. | jlam | 1 | -3/+3 | |
2002-10-19 | Forgot to fix quoting for pgsql_flags. | jlam | 1 | -2/+2 | |
2002-10-19 | Alter quoting so that command_args can be set to something like: | jlam | 1 | -3/+7 | |
command_args="> /var/log/pgsql.log" | |||||
2002-10-19 | Don't create ${PGHOME} at install time, as the rc.d script will do it for | jlam | 1 | -2/+2 | |
us the first time that pgsql is run. | |||||
2002-10-19 | Allow for different "home" directory for storing PostgreSQL databases. | jlam | 1 | -28/+38 | |
This is specified at run-time by setting pgsql_home=/path/to/home in /etc/rc.conf. Ensure that ${pgsql_home} has the correct permissions (o=${pgsql_user}, g=${pgsql_group}, m=0750) before initializing the database. | |||||
2002-10-19 | You don't need to run "/etc/rc.d/pgsql start" at boot time only. | jlam | 1 | -3/+3 | |
2002-10-19 | Don't default to pgsql=NO anymore, as rc.d scripts aren't copied into | jlam | 1 | -2/+1 | |
/etc/rc.d by default any longer. This causes the usual warning to be emitted when the script is executed. | |||||
2002-10-19 | Track directory layout change at MASTER_SITE_GNOME. | rh | 1 | -2/+2 | |
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net> | |||||
2002-10-19 | Trivially use buildlink2. | jlam | 1 | -1/+2 | |
2002-10-19 | Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes include | jlam | 10 | -184/+105 | |
Splitting out a common Makefile for future unixodbc-postgresql and iodbc-postgresql packages. Changes from version 7.1.3 include: Remove query size limit (Hiroshi) Remove text field size limit (Hiroshi) Fix for SQLPrimaryKeys in multibyte mode (Hiroshi) Allow ODBC procedure calls (Hiroshi) Improve boolean handing (Aidan Mountford) Most configuration options on setable via DSN (Hiroshi) Multibyte, performance fixes (Hiroshi) Allow driver to be used with iODBC or unixODBC (Peter E) MD5 password encryption support (Bruce) Add more compatibility functions to odbc.sql (Peter E) | |||||
2002-10-19 | Update py-postgresql to build using the postgresql-7.2.3 sources. | jlam | 1 | -17/+7 | |
2002-10-19 | Update databases/postgresql to version 7.2.3. | jlam | 11 | -134/+52 | |
This has a variety of fixes from 7.2.2, including fixes to prevent possible data loss. A dump/restore is *not* required for those running 7.2.X. Changes from version 7.2.2 include: Prevent possible compressed transaction log loss (Tom) Prevent non-superuser from increasing most recent vacuum info (Tom) Handle pre-1970 date values in newer versions of glibc (Tom) Fix possible hang during server shutdown Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima) Fix pg_dump to properly dump FULL JOIN USING (Tom) | |||||
2002-10-17 | Solaris's builtin [ and /usr/bin/test don't know -e. Use -r instead. | bouyer | 1 | -2/+2 | |
2002-10-14 | Updated php to 4.2.3 | martti | 7 | -21/+21 | |
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now |