Commit graph

437 commits

Author SHA1 Message Date
jlam
d2524e9d0e Honor CFLAGS passed in from environment during build. 2000-12-11 03:45:17 +00:00
jlam
dd98fdf4d4 Note the packages that include this file so we note when other packages are
update when this one is updated.
2000-12-08 17:16:32 +00:00
jlam
2792146bd0 Remove unnecessary substitution of @PGHOME@ in pgsql.sh.tmpl. 2000-12-07 16:57:54 +00:00
jlam
e2cdf6a424 PGHOME is a subdir of ${PREFIX}, so pass -b ${PREFIX} to useradd instead
of directly specifying -d ${PGHOME}.  Canonicalize usage of PGHOME while
I'm at it.  Fixes pkg/11660 by Ben Collver <collver@softhome.net>.
2000-12-07 16:56:39 +00:00
mjl
0bcf069004 Update to 0.95
- add Win32 port from Bob Kline .
        - applied patch from Rudy Lippan
          which fixes a memory-leak with failed connections.
        - applied patch from Hein Roehrig
          which fixes a bug with escaping a backslash except for
          octal presentation
        - applied patch from Francis J. Lacoste
          to enhance the table_attributes subroutine
2000-12-07 11:53:50 +00:00
mjl
6575822ad4 Update to 7.0.3.
Jdbc fixes (Peter)
Large object fix (Tom)
Fix lean in COPY WITH OIDS leak (Tom)
Fix backwards-index-scan (Tom)
Fix SELECT ... FOR UPDATE so it checks for duplicate keys (Hiroshi)
Add --enable-syslog to configure (Marc)
Fix abort transaction at backend exit in rare cases (Tom)
Fix for psql \l+ when multi-byte enabled (Tatsuo)
Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
Make vacuum always flush buffers (Tom)
Fix to allow cancel while waiting for a lock (Hiroshi)
Fix for memory aloocation problem in user authentication code (Tom)
Remove bogus use of int4out() (Tom)
Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
Fix for failure of triggers on heap open in certain cases (Jeroen van Vianen)
Fix for erroneous selectivity of not-equals (Tom)
Fix for erroneous use of strcmp() (Tom)
Fix for bug where storage manager accesses items beyond end of file (Tom)
Fix to include kernel errno message in all smgr elog messages (Tom)
Fix for '.' not in PATH at build time (SL Baur)
Fix for out-of-file-descriptors error (Tom)
Fix to make pg_dump dump 'iscachable' flag for functions (Tom)
Fix for subselect in targetlist of Append node (Tom)
Fix for mergejoin plans (Tom)
Fix TRUNCATE failure on relations with indexes (Tom)
Avoid database-wide restart on write error (Hiroshi)
Fix nodeMaterial to honor chgParam by recomputing its output (Tom)
Fix VACUUM problem with moving chain of update tuples when source and destination of a tuple lie on the same page (Tom)
Fix user.c CommandCounterIncrement (Tom)
Fix for AM/PM boundary problem in to_char() (Karel Zak)
Fix TIME aggregate handling (Tom)
Fix to_char() to avoid coredump on NULL input (Tom)
Buffer fix (Tom)
Fix for inserting/copying longer multibyte strings into char() data types (Tatsuo)
Fix for crash of backend, on abort (Tom)
2000-12-07 08:29:00 +00:00
mjl
21b85e4fd6 Update to 1.14.
NOTE: This version is the one the DBI book is based on.
  NOTE: This version requires at least Perl 5.004.
  Perl 5.6 ithreads changes with thanks to Doug MacEachern.
  Changed trace output to use PerlIO thanks to Paul Moore.
  Fixed bug in RaiseError/PrintError handling.
    (% chars in the error string could cause a core dump.)
  Fixed Win32 PerlEx IIS concurrency bugs thanks to Murray Nesbitt.
  Major documentation polishing thanks to Linda Mui at O'Reilly.
  Password parameter now shown as **** in trace output.
  Added two fields to type_info and type_info_all.
  Added $dsn to PrintError/RaiseError message from DBI->connect().
  Changed prepare_cached() croak to carp if sth still Active.
  Added prepare_cached() example to the docs.
  Added further DBD::ADO enhancements from Thomas Lowery.
2000-12-07 08:10:40 +00:00
wulf
59d28cc16d Update to rrdtool-1.0.28 that since has seen several bugfixes 2000-12-05 12:29:10 +00:00
wulf
044dd83bcf Update to rrdtool-1.0.28 that since has seen several bugfixes 2000-12-05 11:15:42 +00:00
wiz
c2767397f2 Remove duplicate p5-SQL-Statement. 2000-11-27 01:02:18 +00:00
tsarna
76f2b0b6c4 Actually, nuke that empty variable entirely. I haven't the slightest
idea what it was for, if anything.
2000-11-16 16:35:42 +00:00
darcy
30126c12b3 Seems that Python was upgraded to 2.0 so I guess this needs to be modified.
I changed the dependencies and directories accordingly.
2000-11-16 05:25:51 +00:00
darcy
c639312307 Upgrade to version 3.1.
This release fixes a few bugs, adds a few minor features and makes a
few speedups in the code.

Important changes from PyGreSQL 3.0 to PyGreSQL 3.1
  - Fix some quoting functions.  In particular handle NULLs better.
  - Use a method to add primary key information rather than direct
    manipulation of the class structures.
  - Break decimal out in _quote (in pg.py) and treat it as float.
  - Treat timestamp like date for quoting purposes.
  - Remove a redundant SELECT from the get method speeding it, and insert
    since it calls get, up a little.
  - Add test for BOOL type in typecast method to pgdbTypeCache class.
    (tv@beamnet.de)
  - Fix pgdb.py to send port as integer to lower level function
    (dildog@l0pht.com)
  - Change pg.py to speed up some operations
  - Allow updates on tables with no primary keys.
2000-11-16 04:37:54 +00:00
wiz
328680b4df note empty VARIABLE explicitly 2000-11-16 02:38:41 +00:00
wiz
24a0333e2d Fix dependency line. 2000-11-16 02:38:05 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
skrll
2591a64b69 Use pkgsrc libtool. 2000-11-07 20:28:23 +00:00
veego
316cd2ba43 Make it work with xpkwedge. 2000-11-03 20:56:31 +00:00
veego
8aa5ac2c54 Pass X11PREFIX=${X11PREFIX} to the make subproccess. 2000-11-03 20:53:47 +00:00
veego
af3757f739 Use X11PREFIX and not X11BASE for XFORMINCDIR. Now works with xpkwedge. 2000-11-03 20:52:47 +00:00
tsarna
e66e1e212a needs -R to find libgdbm 2000-10-29 20:48:27 +00:00
tsarna
51ed7a65f8 Add and enable py-ldap 2000-10-25 19:39:06 +00:00
tsarna
642cc81ffe A Python interface to LDAP 2000-10-25 19:34:29 +00:00
mjl
56a435e398 Enable p5-Text-CVS_XS, p5-SQL-Statement, p5-DBD-CSV 2000-10-24 11:34:52 +00:00
wiz
68d773ae0a alphabetize, and add two missing subdirs 2000-10-24 10:12:31 +00:00
mjl
91d15d7197 Initial import of p5-DBD-CSV: Access comma separated value files via
the DBI interface.
2000-10-23 13:57:03 +00:00
mjl
3ad1876dac Initial import of p5-SQL-Statement, a small, abstract SQL engine. 2000-10-23 13:39:52 +00:00
tsarna
08a0ddac1a First batch of upgrades for Python 2.0:
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
2000-10-22 20:01:48 +00:00
rh
6c6def5051 Add dependency on p5-XML-Parser-* 2000-10-16 11:02:35 +00:00
rh
7ba4e36013 Update p5-perl-ldap to 0.22. Changes include:
* Quick release to fix memory problem with 5.6.0
 * Change ->get back to return what 0.19 returned
 * Deprecate ->get in favor of ->get_value
 * Net::LDAP::Schema now supports matchingRules
 * Added experimental onerror option to ->new
 * New FAQ by Clif Harden
 * Added INSTALL and CREDITS files
 * Net::LDAP::Entry ->get and ->attributes methods now support options
 * Added Net::LDAP::DSML from Mark Wilcox
 * Added Net::LDAPS from Chris Ridd
 * Many documentation updates
 * Several fixes to ::Control::* classes, they should now work as intended.
 * Net::LDAP::Entry->get now always returns a scalar result as documented.
 * bin/ldapsearch now requires URI-1.08
2000-10-16 10:13:16 +00:00
rh
c491da1dce Add and enable p5-DBD-Sybase 2000-10-15 18:49:02 +00:00
rh
8cd8f3f307 Initial import of DBD-Sybase-0.23, a Sybase/MS-SQL backend for p5-DBI. 2000-10-15 18:47:59 +00:00
rh
5f713f4a46 Add and enable gq 2000-10-15 18:08:01 +00:00
rh
a19f1c8be1 Initial import of gq-0.3.0, a GTK-based LDAP client 2000-10-15 18:07:07 +00:00
wulf
45509bc644 Added and enabled ksql-1.0 interactive SQL query tool for PostgreSQL 2000-10-15 14:19:27 +00:00
wulf
9d386304c5 Initial commit of ksql-1.0 interactive SQL query tool for postgreSQL 2000-10-15 14:17:39 +00:00
rh
ec3613fde8 Add an shlib_version file in order to build with newer bsd.lib.mk files. 2000-10-01 11:45:41 +00:00
fredb
f7e61771ec Belatedly bump "nb" version for xforms, and likewise increment packages
that depend it, as suggested by wrstuden. The reason is so that older
binary packages which were linked against an a.out shared lib won't have
their package dependencies satisfied by the latest package, which has no
shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-28 20:34:03 +00:00
hubertf
631a5af875 Make this work on alpha - pull in appropriate headers, mostly. 2000-09-26 03:47:09 +00:00
jlam
608cc53477 Install rc.d control script as "pgsql" instead of "pgsql.sh" to comply with
how NetBSD's rc.d system interprets script names.  Also add appropriate
REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-21 14:34:56 +00:00
jwise
9b47ae74a9 This neither uses nor DEPENDs on tk -- now patch the configure script to
not fail when tk is not present...
2000-09-05 15:01:29 +00:00
wiz
de25e93e9a remove trailing whitespace 2000-09-03 15:00:19 +00:00
wiz
f3f5291706 add RCS Id 2000-09-03 14:46:50 +00:00
wiz
278353e409 remove '^A ' 2000-09-03 09:52:17 +00:00
wiz
33d5efdb69 remove unnecessary whitespace 2000-09-03 09:51:48 +00:00
wiz
dc1b4dd34d add RCS Id 2000-09-03 09:51:19 +00:00
wiz
29d66b632a remove unnecessary whitespace 2000-09-03 09:51:12 +00:00
wiz
53412c89a7 add RCS Id 2000-09-03 09:49:46 +00:00
jlam
9a55c968f7 Remove trailing blank line. 2000-09-03 03:29:59 +00:00
wulf
01e4f776ff Correct bug in geneweb's Makefile that tried to install gwtp.opt that
doesn't exist on platforms that don't have the optimized caml compiler.
2000-09-03 03:25:04 +00:00