Commit graph

575 commits

Author SHA1 Message Date
wiz
1de5d86461 NOT_FOR_PLATFORM alpha, since IEEE math there isn't up to it. 2001-02-23 12:32:47 +00:00
fvdl
676124ec2a Upgrade to 3.2.9. Install C++ library as well (not java, since this
depends on java being installed, it should probably be in a seperate
pkg).

Changelog is at http://www.sleepycat.com/update/3.2.9/if.3.2.9.html
2001-02-21 15:56:01 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
jlam
c75af80291 Patch to fix alpha-related problems. Sent in private mail by Berndt Josef
Wulf <wulf@ping.net.au>.  Fixes PR#10704.
2001-02-13 02:39:32 +00:00
jlam
bd487625e8 Apply patch to fix alpha-related problems. 2001-02-13 02:37:43 +00:00
jlam
da659d71ac Add `shutdown' KEYWORD to rc.d control script so the database properly
shuts down during shutdown.
2001-02-12 20:11:56 +00:00
jlam
19fa4740eb Move HTML documentation under ${PREFIX}/share/doc/html. 2001-02-10 23:13:45 +00:00
jlam
aa2e62587e s/autoreconf/${LOCALBASE}/bin/autoreconf. This was apparently missed in
the previous sweep for such changes (perhaps other Makefile.common files
also?).
2001-02-10 22:37:47 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
hubertf
1791cbecbb etc/rc.d cleanup: rename *.sh -> * 2001-01-26 05:21:43 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
wiz
8ed768d6ab Don't force '-O'. Noted by Adam Ciarcinski. 2001-01-18 18:05:52 +00:00
briggs
c332e21f5a Add support for NetBSD-*-powerpc to embedded mit-pthreads, and enable
this package for same.
2001-01-10 06:03:13 +00:00
bad
8d1528d669 It's "--with-named-curses-libs=...". 2001-01-09 18:39:44 +00:00
bad
807d24ec98 It's "-lcurses -ltermcap". 2001-01-09 18:38:49 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
82e749f8ed USE_LIBINTL & BUILD_DEPENDS instead of DEPENDS on gettext. 2001-01-04 02:53:51 +00:00
wiz
5144b5d52e Move quicklist from misc to databases -- previous import didn't do a thing
since quicklist seems to have been here before.
2001-01-04 01:15:46 +00:00
wiz
bd6fdcff71 Fix to compile with python 2.0. 2001-01-01 05:52:08 +00:00
wiz
5d55ac7f04 Updated to use python 2.0. 2000-12-28 15:36:32 +00:00
wiz
9bb3f753b2 Fix dependency on python to >=1.5 2000-12-28 14:53:52 +00:00
jwise
b60b5edd31 Update jdbc-postgresql to version 7.0.3. Changes since 7.0.2 include:
Tue Jun 06 12:00:00 BST 2000 petermount@it.maidstone.gov.uk
	- Added org/postgresql/DriverClass.java to the list of files removed
	  by make clean (it's dynamically built)
	- Fixed Statement, so that the update count is valid when an SQL
	  DELETE operation is done.
	- While fixing the update count, made it easier to get the OID of
	  the last insert as well. Example is in example/basic.java

Tue Jun 06 08:37:00 BST 2000 petermount@it.maidstone.gov.uk
	- Removed a hardwired 8K limit on query strings
	- Added some missing org.'s in Connection that prevented
	  the use of the geometric types.

Thu Jun 01 07:26:00 BST 2000 petermount@it.maidstone.gov.uk
	- Removed timezone in getTimestamp() methods in ResultSet.

Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
	- Fixed the message Makefile produces after compiling. It still said
	  about the old Driver class, not the new package. Spotted by
	  Joseph Shraibman <jks@p1.selectacast.net>
2000-12-27 23:10:47 +00:00
wulf
35aade5dc7 Excluded build on Alpha and Mips platforms due missing PostgreSQL support 2000-12-27 00:18:09 +00:00
skrll
15a7dba68f Fix timezone return value in threads. From Thomas T. Thai in pkg/11256. 2000-12-24 12:27:15 +00:00
jlam
b8a94ea5e7 Only install the postgresql modules, and not the setup module. 2000-12-22 18:42:54 +00:00
jlam
a3d0b717e2 Remove pgtools.py as it's not present. 2000-12-22 18:41:49 +00:00
wiz
572e80cd21 Move lots of packages to new time category; fix links; add time subcategory
to main Makefile.
2000-12-17 23:40:53 +00:00
david
07eed863d5 Update package and close PR pkg/11596 2000-12-17 21:50:56 +00:00
wiz
3e0f26f8ab add include/rrd.h 2000-12-15 19:21:25 +00:00
wiz
43ffa59dbe Fix patch (Makefiles don't like leading whitespace) 2000-12-15 19:20:17 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
jlam
1a8e753c59 Rename this script to pgsql.sh, make this script a bit more complete
and robust, and add example command_args setting to allow TCP/IP
connections to the PostgreSQL database.
2000-12-11 20:18:56 +00:00
jlam
adc414d599 It's unnecessary to substitute for @PREFIX@ in a DEINSTALL/INSTALL script
as ${PKG_PREFIX} always contains that value.
2000-12-11 19:19:42 +00:00
jlam
2d6083c327 Cosmetic adjustments. 2000-12-11 16:43:11 +00:00
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
wulf
f45cd74b37 Package will now attempt to delete all directories if found empty -
e.g. geneweb was installed but no databases were created.
2000-09-03 03:20:28 +00:00
wiz
49dfa3cb09 Use @PREFIX@ instead of hardwired /usr/pkg (brrr) 2000-09-01 23:57:18 +00:00
jwise
63bf11e969 Adapt this package to tk-8.3.2. 2000-09-01 14:34:21 +00:00
jwise
808f544668 Adapt this package to tcl-8.3.2. 2000-09-01 14:20:17 +00:00
jwise
013f4050c2 Adapt patch used by ../tcl-postgresql to tcl-8.3.2. 2000-09-01 14:19:44 +00:00
jlam
017c30199f Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5. 2000-08-30 19:08:13 +00:00
jwise
31d54a0470 tcl-8.3.2 is, of course, in ../../lang/tcl, not ../../lang/tcl80
I guess a cup of coffee is in order before I continue...
2000-08-29 21:17:32 +00:00
jwise
0952927260 Slight fix to previous -- goose CONFIGURE_ENV with proper LDFLAGS for
ELF.
2000-08-29 21:12:20 +00:00
jwise
3387b6097f Add NetBSD RCS Id accidentally ommitted. Also: the changes from tclGdbm-0.6
were:

0.7 - Tcl_Obj's support (first trial); now NUL-Bytes are allowed; strings
        need not be terminated in the database (the 0.6-version would store
        the terminating NUL's in keys as well as in data and RELIED on it!).
        Now DB'S generated by other Programs (cross-checked with php3!) can
        be read! (JG)

0.8 - Move to libtool/automake/autoconf and generate rpms for RedHat 6.2 (JE)
      Tested with tcl8.3
2000-08-29 21:09:54 +00:00
jwise
a7776c1d1e Update tcl-gdbm to 0.8, as the old distfile had disappeared from the
master site.  While here, USE_LIBTOOL and LTCONFIG_OVERRIDE, and adapt
to tcl-8.3.2.
2000-08-29 21:05:46 +00:00
jlam
cc2672fd87 Until the sources for these packages catch up to the current (post-5.6.0)
Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look
like an older perl.
2000-08-29 20:48:08 +00:00
jlam
599ff7725a Needs at least perl-5.6.0 to build. 2000-08-29 19:20:18 +00:00
wiz
fbe26494d6 fix binary package (%B,%D,%F are back-references, not forward-references!) 2000-08-28 23:02:18 +00:00
wiz
c60f116162 add etc/rc.d/geneweb.sh and sbin/gwsetup; sort PLIST 2000-08-28 13:54:38 +00:00
jlam
053d4e9032 Update to p5-gdbm-1.03 from the perl-5.6.0 distribution. This module was
previously incorrectly versioned at 5.4.4.
2000-08-27 21:40:24 +00:00
jlam
c70c96f2c8 Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 10:37:00 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wiz
d5b9e5d2f1 Recognize 1.5 systems; add an #include <errno.h> (still some warnings left,
though).
Addresses pkg/10881 & pkg/10882.
2000-08-23 14:46:52 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
cea7708b61 This whole package doesn't have a file 'pgtools.py', remove it from
te PLIST.
2000-08-19 21:05:01 +00:00
hubertf
dc3a453a53 ../../misc/py-mxDateTime installs a package, called "py-mxDateTime", not
"mxDateTime" (add leading 'py-')
2000-08-19 20:59:58 +00:00
hubertf
9a8f772d1b add languages/nederlands 2000-08-19 20:48:26 +00:00
wulf
ad655ff21a Updated geneweb to 3.07: New features and bugfixes 2000-08-19 11:25:34 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
494f186244 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-16 01:52:14 +00:00
wiz
1663dce8ac Replace USE_PKGLIBTOOL by USE_LIBTOOL.
XXX: Isn't really used right now, since the shared library isn't built.
Needs tweaking.
2000-08-14 16:56:04 +00:00
wiz
297b9332a6 USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> one less patch.
Add DEINSTALL script with note about etc/openldap.
2000-08-14 16:35:31 +00:00
wiz
cb095376b4 No more PKGLIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14 15:07:27 +00:00
jlam
f894bb47b3 Update MASTER_SITES to current locations. 2000-08-12 01:26:51 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
0d0309ed93 remove HTML code 2000-08-10 22:41:14 +00:00
jlam
7fafe6f1f9 Update distribution file MD5 checksum. Apparently was changed on
master site.  Also remove distfile from ftp.netbsd.org.
2000-07-31 03:15:03 +00:00
kleink
1e6a93a271 Don't install ud(1) group-writable; noted by Christian Kleinwaechter. 2000-07-28 07:18:48 +00:00
jlam
a450d36dcb USE_LIBTOOL instead of USE_PKGLIBTOOL. Also install html documentation
under ${PREFIX}/doc/html.
2000-07-27 14:18:02 +00:00
wulf
1d58744842 Added and enabled new package geneweb-3.06 2000-07-25 13:05:58 +00:00
wulf
1527984c77 Intial commit of geneweb-3.06 - a comprehensive genealogy database application 2000-07-25 13:02:07 +00:00
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
veego
b584bc479c Solaris uses slurpd, so split the PLISTs. 2000-07-17 09:19:43 +00:00
jlam
f33a677414 Install the Server Programming Interface header files.
Closes PR#10480.
2000-07-15 01:23:56 +00:00
jwise
c9a15c2e26 Update to the version which ships with postgresql-7.0.2
Changes since the version shipped with postgresql-7.0:

Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
	- Fixed the message Makefile produces after compiling. It still said
	  about the old Driver class, not the new package. Spotted by
	  Joseph Shraibman <jks@p1.selectacast.net>
2000-07-14 17:25:54 +00:00
jlam
65ba05a599 Forgot these patches 2000-07-14 04:44:53 +00:00
jlam
6816c67e9c Update postgresql to 7.0.2. Relevant changes from 7.0:
* Enhance rc.d/pgsql.sh script to accept start/stop/restart.
* Add fixes for alpha from Kevin P. Neal <kpn@neutralgood.org> in PR#10543.

  XXX Includes a patch which removes inlining of the alpha's TAS function.
  XXX This is apparently some code-gen bug in GCC for alpha.

* Fix many CLUSTER failures (Tom)
* Allow ALTER TABLE RENAME works on indexes (Tom)
* Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce)
* New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce)
* Fix the off by one errors in ResultSet from 6.5.3, and more.
* jdbc ResultSet fixes (Joseph Shraibman)
* optimizer tunings (Tom)
* Fix create user for pgaccess
* Fix for UNLISTEN failure
* Reduce COPY IN lock level (Tom)
* Change libpqeasy to use PQconnectdb() style parameters (Bruce)
* Fix pg_dump to handle OID indexes (Tom)
* Fix small memory leak (Tom)
* Solaris fix for createdb/dropdb (Tatsuo)
* Fix for non-blocking connections (Alfred Perlstein)
* Fix improper recovery after RENAME TABLE failures (Tom)
* Copy pg_ident.conf.sample into /lib directory in install (Bruce)
* Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
* Fix too long syslog message (Tatsuo)
* Fix problem with quoted indexes that are too long (Tom)
* JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu)
* ecpg changes (Michael)
2000-07-14 04:44:11 +00:00
dmcmahill
2d4cd583b5 several PLIST fixes:
- add missing @dirrm's
- remove ELF shared library links (libfoo.so, libfoo.so.0) as these are handled
  automatically and break a.out if listed.
- fix incorrect file name
2000-07-07 17:30:27 +00:00
darcy
196cdadea6 Upgrade to verson 3.0. The most important change here is addition of
the Python DB-API module.  Also, note backwards compatibility issue.

Important changes for 3.0

  Remove strlen() call from pglarge_write() and get size from object.
      (Richard@Bouska.cz)
  Add a little more error checking to the quote function in the wrapper
  Add extra checking in _quote function
  Wrap query in pg.py for debugging
  Add DB-API 2.0 support to pgmodule.c (andre@via.ecp.fr)
  Add DB-API 2.0 wrapper pgdb.py (andre@via.ecp.fr)
  Correct keyword clash (temp) in tutorial
  Clean up layout of tutorial
  Return NULL values as None (rlawrence@lastfoot.com) (WARNING: This will
      cause backwards compatibility issues.)
  Change None to NULL in insert and update
  Change hash-bang lines to use /usr/bin/env
  Clearing date should be blank (NULL) not TODAY
  Quote backslashes in strings in _quote (brian@CSUA.Berkeley.EDU)
  Expanded and clarified build instructions (tbryan@starship.python.net)
  Make code thread safe (Jerome.Alet@unice.fr)
  Add README.distutils (mwa@gate.net & jeremy@cnri.reston.va.us)
  Many fixes by chifungfan@yahoo.com, tony@printra.net, jeremy@alum.mit.edu
      and others to get the final version ready to release.
2000-07-03 14:10:33 +00:00
hubertf
29a7753a59 Remove some dirs from this list that are handled somewhere else (perl) 2000-06-30 15:57:06 +00:00
hubertf
f9f0bfaa83 Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOL 2000-06-27 01:32:11 +00:00
rh
568f234993 Add and enable freetds and sqsh 2000-06-22 16:54:02 +00:00
jlam
290d0483a5 Don't install the extra shared library links on a.out platforms. 2000-06-20 06:06:46 +00:00
skrll
f8b5a7c349 Fix the LTCONFIG_OVERRIDE definition. 2000-06-15 18:09:04 +00:00
kleink
57df0c9abe Update to openldap-1.2.11; changes since 1.2.7p1 include:
Changes included in OpenLDAP 1.2.11
	CVS Tag: OPENLDAP_REL_ENG_1_2_11
	Fixed /tmp races in ud, ldapsearch, ldbmtest and slurpd
	Fixed error in slurpd's filecheck function
	Fixed slurpd to properly restart in oneshot mode, and to report a
		non-zero number of items to process with only one replica.
	Fixed strdup use in libldap/request.c
	Fixed NULL prefix bug in libldap/ufn.c
	Fixed slapd_shutdown extern reference bug (ITS#527)
	Fixed ACL groups member matching
	Raise MAXDBCACHE to 128 (ITS#512)
	Fixed slapd client_addr crash (ITS#579)
	Fixed back-shell realloc bug (ITS#506)
	Build Environment
		Update res_search detection
		Detect and use getpassphrase() and getpass()
		Unset CDPATH
		Change GNU Pth to enable soft syscalls
		Changed RCPT cmds symbol to avoid link conflict (ITS#526)
		Changed LDBM directory to $localstatedir/openldap-ldbm

Changes included in OpenLDAP 1.2.10
	CVS Tag: OPENLDAP_REL_ENG_1_2_10
	Add slapd -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE macro disable
		undefined object classes implies extensible object behavior.
	Add GNU Pth support (ITS#453)
	Fixed -lldap Kerberos bind to work ldap_init() (ITS#426)
	Changed -lldap to ignore space in filter: ( !(foo=bar)) (ITS#459)
	Fixed multiple password support (ITS#464)
	Fixed -lldap chasing of delete referrals (ITS#471)
	Fixed back-ldbm/bind invalid credentials vs no such object bug
	Fixed slapd str2entry uninitialized variable bug (ITS#482)
	Fixed back-ldbm/modify mutlivalued indexing bug
	Fixed -llber seqorset buffer overrun bug (ITS#479)
	Build Environment
		Do not list unsupported LDBM API option NDBM
		Allow DEFAULT_DB_PAGE_SIZE to be defined at build time

Changes included in OpenLDAP 1.2.9
	CVS Tag: OPENLDAP_REL_ENG_1_2_9
	Fixed lutil/password bogus crypt password bug (ITS#423)
	Fixed slapd/back-ldbm indexing bug (ITS#402)
	Added UD support for creators/modifiers attributes (ITS#422)
	Added modify* attributes on add to workaround client issue (ITS#424)
	Build Environment
		Rebuild configure
		Added support for db1 vs db2 with glibc 2.1
		Removed TCPD and RLOOKUP interdependecy (ITS#419)

Changes included in OpenLDAP 1.2.8
	CVS Tag: OPENLDAP_REL_ENG_1_2_8
	Fixed slapd lint
	Fixed slapd li_nextid_file uninitialized bug
	Fixed -lldap templates y2k bug (ITS#294)
	Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295)
	Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325)
	Fixed s_addr dereferencing (ITS#340)
	Fixed ud strstr crash (ITS#328)
	Fixed back-ldbm presence index bug (ITS#394)
	Fixed -lthread rdwr 2-writer bug (ITS#395)
	Added TCP_NODELAY support
	Changed slapd to apply ACL to lastmod attributes
	Changed slapd.conf default referral
	Changed slapd delete stats log message for consistency
	Disable DN subtree indexing
	Build Environment
		Support using short as LDAP_INT4
	Documentation
		Reference Quick Start Guide in README and INSTALL
		Update slapd.conf to reflect Quick Start Guide example
		ldappasswd(1) fix -c vs -H typo (ITS#154)
		Added warning about cross environment portability
2000-06-15 12:54:10 +00:00
hubertf
116941f8c9 adjust DEPENDS 2000-06-15 11:29:38 +00:00
wiz
4a72b8b121 change dependency from gdbm-1.7.3 to gdbm>=1.7.3 2000-06-13 10:40:24 +00:00
fredb
f29e4e8179 Update to gdbm-1.8.0. From the NEWS file:
CHANGES from 1.7.3 to 1.8
  1.  Added GDBM_CENTFREE functionality and option.
  2.  Added GDBM_COALESCEBLKS functionality and option.
  3.  Added GDBM_NOLOCK flag.
  4.  Made ``fast'' mode the default, making GDBM_FAST obsolete, and adding
      the GDBM_SYNC flag and GDBM_SYNCMODE option.
  5.  Switched to building with libtool.
[This last make LT_CONFIG_OVERRIDE necessary.]
2000-06-13 01:46:52 +00:00
kleink
1cc0466bb3 Update p5-perl-ldap to 0.19 (provided by Bernd Ernesti); changes since
release 0.13 include, but are not limited to due to incomplete release
notes:

perl-ldap 0.19 June 8 2000
============================

* Fixed bug which caused 2nd and subsequent binds to be anonymous.
* Fixed bug in moddn.
* Fix bug which caused a call to ->pop_entry or ->shift_entry
  to hang forever.

perl-ldap 0.18 May 22 2000
============================

* Now passes -wc with 5.004, 5.005_03 and 5.6.0
* Bundle now correctly references Convert::ASN1 instead of
  the non-existant Convert::ASN
* Net::LDAP::Filter will now catch the case of unmatched
  ()'s and return an error
* as_struct, which was broken in the changeover to Convert::ASN1,
  now works again.

 KNOWN PROBLEMS
 --------------

 Test t/02filter.t fails with perl 5.6.0 compiled with threads enabled
 This is due to a bug in 5.6.0 when compiled with threads, see
 http://bugs.perl.org/perlbug.cgi?req=tidmids&tidmids=20000409.003&range=32323&format=h

perl-ldap 0.17 May 12 2000
============================

* Change to use asn_read instead of asn_resc. This seems to have
  fixed the known problem with 0.16
* Various bug fixes, see ChangeLog

perl-ldap 0.16 April 27 2000
============================

* This is the first release which uses Convert::ASN1 instead of
  Convert::BER. This should show an increase in performance.
* Added support for LDAPv3 controls. Controls supported are
  - VirtualListView
  - Sort
  - Paged
* HTML version of the documentation is now included in the
  distribution
* Added Bundle::Net::LDAP
* Net::LDAP->schema can now be told where to search for the schema.
2000-06-09 14:32:47 +00:00
jlam
404953b623 USE_LIBTOOL, not pkglibtool 2000-06-08 22:28:28 +00:00
jwise
3a88229b9b Update jdbc-postgresql to the version shipped with postgresql-7.0.
Thu May 04 11:38:00 BST 2000 petermount@it.maidstone.gov.uk
	- Corrected incorrect date in CHANGELOG
	- Fixed the ImageViewer example

Wed May 03 16:47:00 BST 2000 petermount@it.maidstone.gov.uk
	- Fixed the Makefile so that postgresql.jar is built everytime
	  the jdbc1 or jdbc2 rules are called.
	- Fixed the threadsafe example. It had problems with autocommit

Wed May 03 14:32:00 BST 2000 petermount@it.maidstone.gov.uk
	- Rewrote the README file (the old one was 18 months old!)
	- Added @deprecated tags to org.postgresql.jdbc2.ResultSet
	  to clear some warnings issued during compilation.

Wed Apr 12 22:14:00 BST 2000 peter@retep.org.uk
	- Implemented the JDBC2 Blob interface, and ResultSet.getBlob().

Wed Apr 12 20:20:00 BST 2000 peter@retep.org.uk
	- Fixed bug in ResultSet.absolute(). Negative rows are now supported.
	- Implemented ResultSet.relative(), afterLast().

Tue Feb  1 21:40:00 GMT 2000 peter@retep.org.uk
	- Finally imported the contributed javax extensions by Assaf Arkin
	  arkin@exoffice.com

Mon Jan 24 21:00:00 GMT 2000 peter@retep.org.uk
	- Finally introduced the 7.0 additions to the core CVS repository.
	- All source files are now under the org.postgresql package (previously
	  they were under postgresql). The package lines now changed
	  accordingly.
	- The Makefile was rewritten so it should now work on machines that
	  can't handle the $( ) syntax.
	- Dutch translation by Arnout Kuiper (ajkuiper@wxs.nl)

Mon Sep 13 23:56:00 BST 1999 peter@retep.org.uk
	- PG_Stream.SendChar() optimised, increased default buffer size of
	  output stream to 8k, and introduced an 8k buffer on the input stream
	  Sverre H Huseby <sverrehu@online.no>
	- Added a finalize() method to Connection class in both drivers so that
	  the connection to the backend is really closed.
	- Due to many JVM's not returning a meaningful value for java.version
	  the decision for building the JDBC1.2 or JDBC2 driver is now a
	  compile time option.
	- Replaced $$(cmd...) with `cmd...` in the Makefile. This should allow
	  the driver to compile when using shells other than Bash.

Thu Sep  9 01:18:39 MEST 1999 jens@jens.de
	- fixed bug in handling of DECIMAL type

Wed Aug  4 00:25:18 CEST 1999 jens@jens.de
	- updated ResultSetMetaData.getColumnDisplaySize() to return
	  the actual display size
	- updated driver to use postgresql FE/BE-protocol version 2

Mon Aug  2 03:29:35 CEST 1999 jens@jens.de
         - fixed bug in DatabaseMetaData.getPrimaryKeys()

Sun Aug  1 18:05:42 CEST 1999 jens@jens.de
        - added support for getTransactionIsolation and setTransactionIsolation
2000-06-07 14:58:57 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
fredb
0b51d75182 Remove dependency on "bison". Closes PR pkg/10224, by SUNAGAWA Keiki. 2000-05-29 15:29:11 +00:00
rh
9f0a9daea8 Make this compile again by removing outdated `patch-aa'
Make configuration non-interactive
2000-05-25 08:08:30 +00:00
rh
d562bb3d4f Update pgaccess to 0.98.6. Fixes an ugly forms bug in the query opening
procedure.
2000-05-24 11:19:30 +00:00
rh
72f83ecb52 Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13) 2000-05-24 10:35:54 +00:00