summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2003-09-01Update "phpmyadmin" package to version 2.5.3rc3. This version providestron3-103/+170
numerous bug fixes and enhancements over version 2.3.3pl1. The include file "ChangeLog" will provide detailed information.
2003-09-01php4-pcre is now part of main PHP, g/c the DEPENDS linejdolecek1-2/+1
2003-09-01Fix dependences broken by update of PHP to version 4.3.3.tron1-3/+2
2003-09-01DEINSTALL script was removed.seb1-2/+1
2003-09-01Update home page URL.tron1-2/+2
2003-08-31Update PHP to final 4.3.3jdolecek14-66/+19
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam2-3/+8
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30We don't need it anymore, really, the usage of OWNS_DIRS_PERMSseb1-16/+0
take care of signaling the user deleting the pkg...
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-6/+20
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30Use the potential of bsd.pkg.install.mk:seb3-54/+3
- Remove extraneous bits in the INSTALL script snippet and let the framework execute the script at post-install time. - Use OWN_DIRS_PERMS instead of MAKE_DIRS_PERMS for ${MYSQL_DATADIR} thus save a DEINSTALL script snippet and its handling.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-24Bump package revision of mysql-client and mysql-server withtaca2-4/+4
introducing MYSQL_CHARSET and MYSQL_EXTRA_CHARSET.
2003-08-24Introduce MYSQL_CHARSET and MYSQL_EXTRA_CHARSET.taca1-1/+10
MYSQL_CHARSET is default charracter set of mysql, default is "latin1". MYSQL_EXTRA_CHARSET is additional charsets to be compiled in mysql, default is "all". Fix PR pkg/22560 by myself, OKed by wiz@.
2003-08-23Add pseudo-category 'java'.jschauma2-4/+4
2003-08-22fix PLIST for postgresql 7.3.4.taca1-5/+7
2003-08-18cosmetics: use ${PYSITELIB}drochner2-10/+10
2003-08-18Upgrade to 7.3.4. The on-disk format is the same, so a dump/restore iscjs2-5/+5
not required. Changes include: Repair breakage in timestamp-to-date conversion for dates before 2000 Prevent rare possibility of server startup failure (Tom) Fix bugs in interval-to-time conversion (Tom) Add constraint names in a few places in pg_dump (Rod) Improve performance of functions with many parameters (Tom) Fix to_ascii() buffer overruns (Tom) Prevent restore of database comments from throwing an error (Tom) Work around buggy strxfrm() present in some Solaris releases (Tom) Properly escape jdbc setObject() strings to improve security (Barry) In particular, the server startup failure mentioned above occurs when the transaction log ends on a page boundary.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb4-8/+4
2003-08-02use <iostream>mrg2-1/+16
2003-08-01update to 2.8.5drochner3-8/+11
changes: Make LIMIT work on a compound SELECT statement. LIMIT 0 now shows no rows. Use LIMIT -1 to see all rows. Correctly handle comparisons between an INTEGER PRIMARY KEY and a floating point number. Fix several important bugs in the new ATTACH and DETACH commands. Updated the NULL-handling document. Allow NULL arguments in sqlite_compile() and sqlite_step(). Many minor bug fixes Enhanced the "PRAGMA integrity_check" command to verify indices. Added authorization hooks for the new ATTACH and DETACH commands. Many documentation updates
2003-07-25libgda doesn't use Python at all, so remove dependencies.drochner2-4/+2
This also obsoletes PR pkg/21880.
2003-07-25+py-sybasedrochner1-1/+2
2003-07-25add py-sybase-0.36, a Python interface to the Sybase relationaldrochner5-0/+69
database system (using FreeTDS) submitted by MLH per PR pkg/21394
2003-07-22Updated dbh to 1.0.15martti2-7/+6
* Build process fixes
2003-07-21COMMENT should start with a capital letter.martti23-46/+46
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant72-144/+144
2003-07-17Fix build when using gcc3.jmmv2-1/+47
2003-07-16Update to postgresql-server-7.3.3nb1abs2-6/+4
In rc.d/pgsql call pgsql_initdb directly for initial database setup, rather than trying to determine the script location from $0 and calling '$rcd_dir/pgsql initdb'. The previous form broke when called from /etc/rc.
2003-07-13Update DEPENDS.wiz1-3/+3
2003-07-13PKGREVISION bump for libiconv update.wiz22-38/+44
2003-07-11Update jdbc-postgresql to 7.3.3 from 7.3.1abs2-5/+5
No changelog available
2003-07-11Add a comment to not forget jdbc-postgresqlabs1-1/+2
2003-07-05This requires at least version 0.11.2 of libgdarh1-1/+3
2003-06-29Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-29Convert to USE_NEW_TEXINFO.seb5-7/+33
Fix the Info directory file entry and provide patches for both the .texi and the .info file so USE_MAKEINFO is not needed.
2003-06-29Convert to USE_NEW_TEXINFO.seb5-17/+34
2003-06-29Convert to USE_NEW_TEXINFO.seb2-9/+3
Note: distributed gdbm.info now has a *DIR-{SECTION,ENTRY} hence post-extract target no more required.
2003-06-26Adjust for new filesjmc1-4/+5
2003-06-25Add and enable py-sqlitetsarna1-1/+2
2003-06-25PySQLite is a Python interace to the SQLite library.tsarna4-0/+33
2003-06-25Update sqlite to 2.8.3. Major relevant changes:tsarna3-28/+6
2003 June 4 (2.8.3) - Fix a problem that will corrupt the indices on a table if you do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that contains an INTEGER PRIMARY KEY plus one or more indices. - Add the ability for INSERT and UPDATE statements to refer to the "rowid" (or "_rowid_" or "oid") columns. - Other important bug fixes 2003 May 17 (2.8.2) - Fix a problem that will corrupt the database file if you drop a table from the main database that has a TEMP index. 2003 May 16 (2.8.1) - Reactivated the VACUUM command that reclaims unused disk space in a database file. - Added the ATTACH and DETACH commands to allow interacting with multiple database files at the same time. - Added support for TEMP triggers and indices. - Added support for in-memory databases. - Removed the experimental sqlite_open_aux_file(). Its function is subsumed in the new ATTACH command. - The precedence order for ON CONFLICT clauses was changed so that ON CONFLICT clauses on BEGIN statements have a higher precedence than ON CONFLICT clauses on constraints. - Many, many bug fixes and compatibility enhancements.
2003-06-25Update to 7.3.3. About 70 bugfixes; see the HISTORY file for details.cjs2-5/+5
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-23Revision bumped because of gd shared library major bumpadam2-2/+5
2003-06-19Set PERL in the configure environment so that the correct perl is usedcjep1-1/+2
for building this package. (Fixes compilation on Solaris -- there is still an outstanding PLIST issue though.)
2003-06-18Use PKGNAME_NOREV for defining WRKSRCjmc1-2/+2
2003-06-13Update to 0.12.2:jmmv2-5/+5
- Backported patches from HEAD to remove dependency on GTK+ 2.2.0 (rodrigo, daniel) - Fixed list of libglade module files (daniel)
2003-06-13Fix typo in ONLY_FOR_PLATFORM: s/NetBSD-arm/NetBSD-*-arm/abs1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs2-8/+8
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.