Commit graph

880 commits

Author SHA1 Message Date
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
rh
905fee2d38 Fix MASTER_SITES
Add some additional mirrors
2000-05-24 09:11:24 +00:00
jlam
b57cbb4650 Update dependency on postgresql to >=6.5.3. 2000-05-20 19:52:49 +00:00
jlam
a71f9e0d0a Add missing file 2000-05-20 19:37:13 +00:00
jlam
4f1d60a4d2 Update tk-postgresql to 7.0 2000-05-20 19:36:24 +00:00
jlam
67359d3bb6 Update tcl-postgresql to 7.0. 2000-05-20 19:35:31 +00:00
jlam
e7eaa1fbeb Add these patches back 2000-05-20 19:34:16 +00:00
jlam
aa73a794dd Update postgresql to 7.0. Also closes PR#8616. Changes from 6.5.3:
A HUGE number of bug/performance fixes and minor enhancements.

   Foreign Keys
          Foreign keys are now implemented, with the exception of PARTIAL
          MATCH foreign keys. Many users have been asking for this
          feature, and we are pleased to offer it.

   Optimizer Overhaul
          Continuing on work started a year ago, the optimizer has been
          overhauled, allowing improved query execution and better
          performance with less memory usage.

   Updated psql
          psql, our interactive terminal monitor, has been updated with a
          variety of new features. See the psql manual page for details.

   Upcoming Features
          In 7.1 or 7.2, we plan to have outer joins, storage for very
          long rows, and a write-ahead logging system.

   A dump/restore using pg_dump is required for those wishing to migrate
   data from any previous release. For those upgrading from 6.5.*, you
   can use pg_upgrade to upgrade to this release.
2000-05-20 19:32:18 +00:00
tsarna
8fd792cfa5 make makepatchsum 2000-05-16 01:12:15 +00:00
tsarna
6d27df175c Initial import of pkg for sqsh 1.7:
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase.  It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.

Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration.  Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.
2000-05-16 01:07:05 +00:00
tsarna
62396aef98 Initial import of pkg for FreeTDS 0.50:
FreeTDS is a free (open source, LGPL-licensed) implementation of
Sybase's db-lib, ct-lib, and ODBC libraries.  Currently, dblib and ctlib
are most mature.  Both of these libraries have several programs know to
compile and run against them.  ODBC is just a roughed in skeleton, and
not useful for real work.

FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
access both Sybase and Microsoft SQL-Servers.  Experimental support for
TDS 7.0 (the version used by MS SQL Server 7.0) is now included.
2000-05-16 01:03:47 +00:00
christos
44af90fe2e Upgrade to 1.2214; fixes too numerous to be mentioned here; consult the
changelog. Apparently the previous version we were running is missing
from the changelog entries.
2000-05-11 19:27:21 +00:00
christos
6f8635fa1b update to 1.13:
Changes in DBI 1.13,    11th July 1999

  Fixed Win32 PerlEx IIS concurrency bugs thanks to ActiveState.
  Fixed problems with DBD::ExampleP long_list test mode.
  Added SQL_WCHAR SQL_WVARCHAR SQL_WLONGVARCHAR and SQL_BIT
    to list of known and exportable SQL types.
  Improved data fetch performance of DBD::ADO.
  Added GetTypeInfo to DBD::ADO thanks to Thomas Lowery.
  Actually documented connect_cached thanks to Michael Schwern.
  Fixed user/key/cipher bug in ProxyServer thanks to Joshua Pincus.

Changes in DBI 1.12,    29th June 1999

  Fixed significant DBD::ADO bug (fetch skipped first row).
  Fixed ProxyServer bug handling non-select statements.
  Fixed VMS problem with t/examp.t thanks to Craig Berry.
  Trace only shows calls to trace_msg and _set_fbav at high levels.
  Modified t/examp.t to workaround Cygwin buffering bug.

Changes in DBI 1.11,    17th June 1999

  Fixed bind_columns argument checking to allow a single arg.
  Fixed problems with internal default_user method.
  Fixed broken DBD::ADO.
  Made default $DBI::rows more robust for some obscure cases.

Changes in DBI 1.10,    14th June 1999

  Fixed trace_msg.al error when using Apache.
  Fixed dbd_st_finish enhancement in Driver.xst (internals).
  Enable drivers to define default username and password
    and temporarily disabled warning added in 1.09.
  Thread safety optimised for single thread case.

Changes in DBI 1.09,    9th June 1999

  Added optional minimum trace level parameter to trace_msg().
  Added warning in Makefile.PL that DBI will require 5.004 soon.
  Added $dbh->selectcol_arrayref($statement) method.
  Fixed fetchall_arrayref hash-slice mode undef NAME problem.
  Fixed problem with tainted parameter checking and t/examp.t.
  Fixed problem with thread safety code, including 64 bit machines.
  Thread safety now enabled by default for threaded perls.
  Enhanced code for MULTIPLICITY/PERL_OBJECT from ActiveState.
  Enhanced prepare_cached() method.
  Minor changes to trace levels (less internal info at level 2).
  Trace log now shows "!! ERROR..." before the "<- method" line.
  DBI->connect() now warn's if user / password is undefined and
    DBI_USER / DBI_PASS environment variables are not defined.
  The t/proxy.t test now ignores any /etc/dbiproxy.conf file.
  Added portability fixes for MacOS from Chris Nandor.
  Updated mailing list address from fugue.com to isc.org.
2000-05-11 18:37:06 +00:00
jwise
75f26207f2 Begin unification of install paths for java based packages. Scheme is:
* binaries which are not JVM dependent go in ${PREFIX}/bin

      * jar/zip/etc files for use by java programs go in
	${PREFIX}/lib/java

      * examples for java packages go in ${PREFIX}/share/examples/java

      * documentation for java packages go in ${PREFIX}/share/doc/java

JVMs go in their own directories, right now ${PREFIX}/{java,kaffe}, which
is necessary so that multiple JVMs can be installed concurrently, and so
that the miriad packages which count on ${JAVA_HOME} pointing to a JVM
install will DTRT.

Most java packages already use something similar or can be adapted easily.
Java packages such as Jakarta with large amounts of private java will need
to be addressed separately.
2000-05-09 18:30:12 +00:00
wulf
bb33f44762 Oops, corrected placement of gd.h declaration 2000-05-07 13:55:17 +00:00
wulf
56bb68adc5 Fixed build problem and updated rrdtool to version 1.0.21 2000-05-07 12:50:51 +00:00
veego
8c1ac9e4e0 Add support to build it on Solaris. 2000-05-05 12:08:37 +00:00
rh
391ebfb164 Replace hard coded 'i386-netbsd' by ${MACHINE_ARCH}-${LOWER_OPSYS}. Fixes
PR 9774 by Michael Wolfson.
Adapt for new installation directory structure of postgresql package.
2000-05-03 15:50:24 +00:00
rh
9f063f0211 Fix location of tk-postgresql 2000-04-28 06:50:13 +00:00
garbled
478a1a3ec4 Remove quicklist entirely from databases. Oops. 2000-04-28 00:42:55 +00:00
garbled
0f51d6221c Remove this package.. it allready exists in misc. 2000-04-28 00:41:24 +00:00
bad
edf75fc2c5 Upgrade JDB to 1.7.
From the change log:
1.7,  5-Jan-00
- NEW: dbcolize now detects and rejects lines that contain embedded
	copies of the field separator
- NEW: configure tries harder to prevent people from improperly
	configuring/installing jdb
- NEW: tcpdump_to_db converter (incomplete)
- NEW: tabdelim_to_db converter:  from spreadsheet tab-delimited files to db
- BUG FIX:  dbjoin used to produce incorrect output if there
	were extra, unmatched values in the 2nd table.
- BUG FIX:  the sample commands in the usage strings
	now all should explicitly include the source of data
	(typically from "cat foo.jdb |").
- DOCUMENTATION BUG FIX: dbcolmovingstats had incorrect sample output.

1.6, 24-May-99
- NEW: dbsort, dbstats, dbmultistats now run in constant memory
	(using tmp files if necessary)
- NEW: dbcolmovingstats does moving means over a series of data
- NEW: dbcol has a -v option to get all columns except those listed
- NEW: dbmultistats does quartitles and medians
- NEW: dbstripextraheaders now also cleans up bogus comments
	before the fist header
- BUG FIX: dbcolneaten works better with double-space-separated data
2000-04-27 14:44:27 +00:00
rh
035a058a0a Update pgaccess to 0.98.5. Changes are bugfixes and a few more language
translations.
Depend on tk-postgresql instead of postgresql and fix location of pgtksh
to make this work again (after the restructuring of our postgres package
layout).
2000-04-27 08:24:17 +00:00
garbled
27224d90b0 Add and enable quicklist 2000-04-26 06:37:37 +00:00
garbled
8246c51960 Add pkg for quicklist 0.8.6:
a GTK free-form database, that is easy to use.
2000-04-26 06:36:31 +00:00
jwise
712c5d73d5 Update to reflect reality. 2000-04-21 21:16:01 +00:00
jwise
3df2126b75 Make this work with the new locations for PostgreSQL include files. Mind
you, people _should_ be using databases/p5-DBI and databases/p5-DBD-postgresql
instead...
2000-04-21 21:12:16 +00:00
jdolecek
5eff4bf2cd Add explicit --with-named-curses-libs="-lcurses" to avoid accidental
implicit usage of ncurses in case ncurses are installed. mysql clients
seem to work just just fine with old 1.4.1 curses.
2000-04-19 22:46:24 +00:00
jlam
e2104b8abb Adapt to new postgresql include/library locations. 2000-04-09 03:53:50 +00:00
jlam
26b81e5698 Put headers into /include/pgsql. 2000-04-09 03:53:16 +00:00
wulf
e723cdd73a replaced hardcoded operating systems names with ${LOWER_OPSYS} variable 2000-04-05 16:27:16 +00:00
wulf
1b51be9b56 replaced hardcoded architecture names with ${MACHINE_ARCH} variable 2000-04-05 15:58:53 +00:00
tron
e7a989ea4a Depend on "p5-Data-Dumper" 2.10 or newer. 2000-03-28 16:50:24 +00:00
jlam
276b0e7505 Note addition of tcl-postgresql and tk-postgresql 2000-03-18 17:47:42 +00:00
jlam
5cfc6aa287 tk-postgreql: Tk interface to PostgreSQL 2000-03-18 17:46:35 +00:00
jlam
e644a79986 tcl-postgresql: Tcl interface to PostgreSQL 2000-03-18 17:45:12 +00:00
jlam
fdbd3710d5 Missed this patch 2000-03-18 17:43:55 +00:00
jlam
9983612216 Change structure of postgresql package. Shared library build is now
unlibtoolized.  Things now install into ${PREFIX} instead of
${PREFIX}/${PGSQL_USER} to match hier(7) expectations.  The Tcl and Tk
interfaces are now split out into separate packages.

This closes the following PRs: 7384, 8747, 8789, 9272, 9461.
2000-03-18 17:43:16 +00:00
wiz
fbdb5ccc56 defuzz 2000-03-16 12:14:06 +00:00
tsarna
8963844c38 regen checksum 2000-03-11 20:00:15 +00:00
tsarna
a0fc766f8d Update to use py-mysqldb 0.1.3
Changes:
	- better SQL quoting

Changes for py-mysqldb 0.1.3 that I forgot to note:
	- Fixes a coredump at exit under some conditions
	- Improved backwards compatability with MySQLmodule.
2000-03-11 19:59:56 +00:00
tsarna
b3fb9e9d18 Update to 0.1.3 2000-03-11 19:49:44 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
kleink
2ac35c8567 Regen. 2000-03-05 19:14:30 +00:00
kleink
667cc639d9 Always test for -D__architecture__ rather than -Darchitecture; newer toolchains
(i.e. ELF on former a.out ports) are namespace-clean wrt. this, and the latter
predefine implies the former.
2000-03-05 19:12:44 +00:00
tsarna
0fcf790b33 make makepatchsum 2000-02-27 18:22:13 +00:00
tsarna
fa35a3ee99 Update to use py-mysqldb. Bump version to 1.1.3nb1. 2000-02-27 18:21:44 +00:00
tsarna
d6ede9d494 Replace broken py-mysql with py-mysqldb 2000-02-26 18:48:22 +00:00
tsarna
dfb5bc9c2a MySQLdb, a new, improved MySQL interface for Python. Features:
- Compatibility with MySQL 3.22
 - Compliance with Python database API version 2.0
 - Thread-safety
 - Thread-friendliness (threads will not block each other)
2000-02-26 18:45:48 +00:00
darcy
0eb27cdf5c Seem that I was a bit hasty with the previous change. This backs out
that change and makes the correct one which is to simply remove the
-Wl flag as cc can handle -R by itself.
2000-02-25 22:32:33 +00:00
dmcmahill
c6d48400c0 Add missing NetBSD tag to the patch file.
Regen (out of date) patch-sum
2000-02-25 22:12:59 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
darcy
d27ae9fd62 Python builds it's public Makefile so that the module gets linked
with ld on a.out systems and cc on ELF systems so we need to check
and only add the -Wl flag if on a.out systems.
2000-02-24 22:41:01 +00:00
cjones
3ba7b6cfc2 Convert "/usr/pkg" -> "${PREFIX}". 2000-02-22 01:22:43 +00:00
jwise
f76c8cd43a Hmmm. I thought I'd committed this a long time ago...
Split PGSQL_USE_TCL into PGSQL_USE_TCL and PGSQL_USE_TK so that postgres
can be built with tcl support on a machine without tk (such as a machine
without X installed...)
2000-02-20 00:11:19 +00:00
jwise
831aed69fa Add and enable p5-DBD-postgresql 2000-02-19 23:46:26 +00:00
jwise
abd4c68fab Initial import of p5-DBD-postgresql-0.93, the DBD/DBI driver for Postgresql. 2000-02-19 23:43:23 +00:00
jdolecek
15e11f6e68 add and enable oraedit 2000-02-19 02:10:38 +00:00
agc
4cffd86a29 When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
2000-02-15 09:26:12 +00:00
bad
63aacb20ee Update for mysql-client-3.22.32. 2000-02-15 05:54:18 +00:00
bad
e4c6f643bd Update mysql to 3.22.32.
This includes a security fix for the remote password checking protocol.

Other wise it's just the regular bunch of bugfixes.  See appendix D of
the manual.
2000-02-15 04:46:23 +00:00
wiz
78867d023d RCS tag added 2000-02-05 18:18:51 +00:00
jlam
195512f90b Correct SHLIB_LINK redefinition and update patch checksums (patch-ak was
out of synch)
2000-02-04 18:04:34 +00:00
jdolecek
fef8bb52b4 forgot to change here when committing:
Python is required, fix grammar
2000-01-31 14:05:24 +00:00
jdolecek
4da89368e7 Add package for oraedit 0.1.3.
oraedit is capable of editing functions, procedure,
package bodies and specification, type body and specifications
as well as views stored in Oracle. The only thing required is
working sqlplus client or working rsh/ssh connection
to a computer with one (and Python, of course).

Documentation is currently not present, you have to figure out
usage yourself ATM, sorry.
2000-01-31 14:03:00 +00:00
jwise
d47d7aca9a Add and enable jdbc-postgresql 2000-01-19 05:37:31 +00:00
jwise
071491b68a Initial import of jdbc-postgresql-6.5.3, a type 4 JDBC driver for PostgreSQL.
This shares a distfile and a checksum file with the postgresql package.  It uses
a different workaround for the postgres jdbc Makefile than in that package's
patch-an, but I am leaving that patch there for documentation purposes.  (That way
`cd pkgsrcs/databases/postgresql ; make patch' DTRT for people looking at the
sources).
2000-01-19 05:36:13 +00:00
jwise
901c2cb6d8 Patch to make the interfaces/jdbc directory usable, even though this package
doesn't use it.  Later tonight or tomorrow morning, I will commit a jdbc-postgresql
package which will share DISTFILE and patch goo with this package.

All this may eventually be replaced if the client stuff is factored out of the
postgresql package, but that's not me.
2000-01-18 22:50:28 +00:00
bad
0f5fa2f23d Redo this patch with less context to avoid a RCS keyword.
``This time for sure!''
2000-01-17 17:15:30 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
wiz
475c70c076 minimal fixes to keep pkglint happy 2000-01-08 04:19:24 +00:00
darcy
63c5870611 Add argument so that the shared library is found under ELF systems 2000-01-06 03:18:47 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bad
e429da21c1 Regen. 1999-12-29 16:06:51 +00:00
bad
edfcd98439 Use mit-pthreads/stdio/xprintf.c instead of printf.c because the latter
isn't thread safe.
1999-12-29 16:06:13 +00:00
bad
b315e88f3f Restore a line that was lost in my previous commit. 1999-12-29 16:05:11 +00:00
wiz
e133ff3249 changed PKGNAME to p5-${DISTNAME} 1999-12-28 12:49:56 +00:00
wiz
65954a0c01 replaced some commands by their ${COMMAND} counterparts 1999-12-28 04:56:09 +00:00
wiz
5f7a4ca6c7 better PKGNAME generation from DISTNAME 1999-12-28 04:54:34 +00:00
wiz
78d7354cbb RCS tag added 1999-12-28 04:41:25 +00:00
rh
7db3158c1b Add and enable p5-pgsql. 1999-12-23 13:18:43 +00:00
rh
870231d6f4 Initial import of p5-pgsql-1.8.1, a Perl5 interface for PostgreSQL. 1999-12-23 13:15:12 +00:00
bad
684bfd2aa4 Regen. 1999-12-22 15:38:57 +00:00
bad
6a7e47e216 Defuzz again. 1999-12-22 15:38:18 +00:00
bad
bba5c391f5 Use less context to avoid a RCS keyword in the patch. 1999-12-22 15:37:52 +00:00
bad
279bac8930 Defuzz patch-ac (again, but entirely my fault). 1999-12-22 14:59:43 +00:00
agc
79cbc7fa93 Update dependency on zope to reflect its correct version. Pointed out
by David Brownlee.
1999-12-17 11:17:59 +00:00
hubertf
23d431dfad add and enable db3 1999-12-16 02:36:35 +00:00
hubertf
030a28a9e2 Import Sleepycat's db routines (V3).
Submitted in PR 8963 by Bill Studentmind (wrstuden@netbsd.org>, thanks!
1999-12-16 02:36:05 +00:00
bad
b160e49250 Oops. This needs to depend on the real mysql-client pkg and not the client
from the test environment.
1999-12-13 23:57:22 +00:00
bad
3bffb74284 Regen. 1999-12-13 22:26:27 +00:00
bad
32f98153b2 Update to depend on mysql-client-3.22.27. 1999-12-13 20:38:26 +00:00
bad
ff0e31e234 Update MySQL to 3.22.27.
There are a bunch of bug fixes to the server.  For a complete list see
the documentation.

Also, get rid of USE_GMAKE.  The normal make works just fine.
Delete a whole bunch of patches that have been integrated into the
distribution.
Update the mit-pthreads patches to use _C_LABEL where appropriate so that
mit-pthreads works on ELF and a.out for the affected platforms.
1999-12-13 20:36:21 +00:00
bad
c4f012e02b Update MySQL to 3.22.27.
There are a bunch of bug fixes to the server.  See the documentation for
a complete list.

Also, get rid of USE_GMAKE.  Our make is fine now.
1999-12-13 20:31:51 +00:00
bouyer
3d588f100e Add db 1.85 compat code for solaris (required by gnome). 1999-12-06 14:38:41 +00:00
rh
e119d4d8a5 Add and enable p5-perl-ldap. 1999-12-03 09:44:11 +00:00
rh
9629896d0e Import of p5-perl-ldap-0.13, a set of perl classes for LDAP access. 1999-12-03 09:35:57 +00:00
darcy
dfeeb73218 upgraded PostgreSQL to 6.5.3 and updated the dependent Makefiles 1999-12-02 01:47:04 +00:00
windsor
8f9bd35e9d fix md5 checksum 1999-11-23 20:39:28 +00:00
tron
e03a1b8bb4 Update "db" package to version 2.7.7. This version version fixes several
bugs discovered since version 2.7.3.1.
1999-11-23 09:57:06 +00:00
wennmach
f06e5d80be USE_PERL5 rather than DEPENDS+= perl-5xxx
Pointed out by Hubert Feyrer.
1999-11-18 15:57:23 +00:00
wennmach
159a1bf8f9 Add and enable rrdtool 1999-11-17 17:36:53 +00:00
wennmach
2d8c6746f1 Initial import of rrdtool-1.0.7:
A data analysis tool generating graphical representations.
(Round Robin Database Tools)

Provided in PR 8716 by Berndt Josef Wulf <wulf@dingo.ping.net.au>.
Heavily reworked by Berndt with some modifications by myself.
1999-11-17 17:34:38 +00:00
rh
7c291db4b3 cvs admin -ko patch-be (because it contains RCS keywords at the wrong
places) and redo defuzz.
1999-11-15 17:45:47 +00:00
rh
ec5cd59f3f defuzz 1999-11-15 17:32:06 +00:00
rh
cbd3f54c28 defuzz 1999-11-15 17:16:22 +00:00
tron
8e90d81d05 Use wildcard dependences for "gnome-libs" and "gnome-core" packages. 1999-10-23 11:08:54 +00:00
tron
dac52b7e09 Use wildcard dependence for "gtk+" package. 1999-10-22 23:55:47 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
hubertf
ba048a63ee pull in bsd.prefs.mk for PGUSER 1999-10-07 01:11:49 +00:00
jlam
d95205c673 Add and enable py-postgresql. 1999-10-04 17:37:51 +00:00
jlam
a1b6469cef Initial import of py-postgresql, a PostgreSQL interface for Python. From PR#6971 by darcy@netbsd.org, with fixes by me. 1999-10-04 17:36:48 +00:00
jlam
5f16044d94 Add and enable pgacess. 1999-09-21 19:13:40 +00:00
jlam
55eff1c6f1 PgAccess -- a free graphical database management tool for PostgreSQL 1999-09-21 19:12:52 +00:00
soren
108c077ddc Add slash to index URL. 1999-09-21 03:17:37 +00:00
jlam
e371b41d65 Correct typos. 1999-09-20 23:50:29 +00:00
jlam
5a1f11078f Update dependencies on postgresql. 1999-09-20 23:48:47 +00:00
jlam
745377f702 Update PostgreSQL to 6.5.2. The pgaccess binary is no longer available
from the main PostgreSQL distribution, and must be installed separately
(databases/pgaccess).  Relevant changes from 6.5.1:

       subselect+CASE fixes(Tom)
       Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren
       Sefcik)
       Fixes for CASE in WHERE join clauses(Tom)
       Fix BTScan abort(Tom)
       Repair the check for redundant UNIQUE and PRIMARY KEY indices(Thomas)
       Improve it so that it checks for multi-column constraints(Tom)
       Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
       Allow BSD yacc and bison to compile pl code(Bruce)
       Fix SET NAMES
       int8 fixes(Thomas)
       Fix vacuum's memory consumption(Hiroshi,Tatsuo)
       Reduce the total memory consumption of vacuum(Tom)
       Fix for timestamp(datetime)
       Rule deparsing bugfixes(Tom)
       Fix quoting problems in mkMakefile.tcldefs.sh.in and
       mkMakefile.tkdefs.sh.in(Tom)
       This is to re-use space on index pages freed by vacuum(Vadim)
       document -x for pg_dump(Bruce)
       Fix for unary operators in rule deparser(Tom)
       Comment out FileUnlink of excess segments during mdtruncate()(Tom)
       Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com>
       Repair logic error in LIKE: should not return LIKE_ABORT
       when reach end of pattern before end of text(Tom)
       Repair incorrect cleanup of heap memory allocation during transaction
       abort(Tom)
1999-09-20 23:38:45 +00:00
jlam
1e2ade6f01 Change the semantics of PGSQL_USE_TCL to be YES/NO, defaulting to YES since
the old 6.4.2 package included the Tcl/Tk stuff.  "Backwards compatible
upgrade."
1999-09-20 03:56:25 +00:00
jlam
eca87b2342 Apply fix suggested in PR#7445 to check for existence of group before
adding PostgreSQL user to the group.

Closes PR#7445.
1999-09-19 17:05:31 +00:00
jlam
cbd51db2e0 Update postgresql to 6.5.1. Completely libtoolized and ldconfig statements
removed, but this should still function correctly on a.out systems.  This
package was originally submitted by D'Arcy J.M. Cain, but with major
overhauling by me.

Closes PR#7865 and relevant part of PR#8299.

Major changes from version 6.4.2:

        Multi-version concurrency control(MVCC)
          This removes our old table-level locking, and replaces it with a
         locking system that is superior to most commercial database
         systems. In a traditional system, each row that is modified is
         locked until committed, preventing reads by other users. MVCC
         uses the natural multi-version nature of PostgreSQL to allow
         readers to continue reading consistent data during writer
         activity. Writers continue to use the compact pg_log transaction
         system. This is all performed without having to allocate a lock
         for every row like traditional database systems. So, basically,
         we no longer are restricted by simple table-level locking; we
         have something better than row-level locking.

        Hot backups from pg_dump
          pg_dump takes advantage of the new MVCC features to give a
         consistant database dump/backup while the database stays online
         and available for queries.

        Numeric data type
          We now have a true numeric data type, with user-specified
         precision.

        Temporary tables
          Temporary tables are guaranteed to have unique names within a
         database session, and are destroyed on session exit.

        New SQL features
          We now have CASE, INTERSECT, and EXCEPT statement support. We
         have new LIMIT/OFFSET, SET TRANSACTION ISOLATION LEVEL, SELECT
         ... FOR UPDATE, and an improved LOCK TABLE command.

        Speedups
          We continue to speed up PostgreSQL, thanks to the variety of
         talents within our team. We have sped up memory allocation,
         optimization, table joins, and row transfer routines.

        Ports
          We continue to expand our port list, this time including
         WinNT/ix86 and NetBSD/arm32.

        Interfaces
          Most interfaces have new versions, and existing functionality
         has been improved.

        Documentation
          New and updated material is present throughout the
         documentation. New FAQs have been contributed for SGI and AIX
         platforms. The Tutorial has introductory information on SQL from
         Stefan Simkovics. For the User's Guide, there are reference pages
         covering the postmaster and more utility programs, and a new
         appendix contains details on date/time behavior. The
         Administrator's Guide has a new chapter on troubleshooting from
         Tom Lane. And the Programmer's Guide has a description of query
         processing, also from Stefan, and details on obtaining the
         Postgres source tree via anonymous CVS and CVSup.
1999-09-19 04:24:53 +00:00
hubertf
06ab2cb91b Don't make lint libs (and fail). 1999-09-19 00:51:36 +00:00
simonb
c46431a596 Regen. 1999-09-17 06:47:43 +00:00
simonb
c2479e4f47 Work around ELF bug with libwrap in a similar way to the ucd-snmp
package (pointed out by David Brownlee).  We also need to remove -lwrap
from the tools directory libraries - hence the post-configure target to
make sure SLAPD_LIBS is empty in servers/slapd/tools/Makefile.
1999-09-17 06:46:31 +00:00
mrg
7b33f49ee1 regen this; /brick hwr 1999-09-16 12:26:15 +00:00
kim
d0e9933400 Change how Kerberos support is enabled in pkgsrc.
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
hwr
b0be95c9fc Updated to OpenLDAP-1.2.7 release. 1999-09-10 10:41:39 +00:00
hubertf
24a627f626 fix 1999-09-06 19:58:11 +00:00
hubertf
473fbaf6a3 This package wants some postgres headers installed. Make sure they are
there (add dependencies on postgres)
1999-09-06 19:04:37 +00:00
hubertf
822054f984 Add dependency on ncurses, and create ${PREFIX}/${PGUSER} before
"make install". Makes this package compile on 1.4.1.
1999-09-06 18:19:49 +00:00
hubertf
2794cffce1 regen after last commit 1999-09-06 17:22:22 +00:00
sakamoto
c2180c93a6 Use "PLIST_SUBST=PGUSER=${PGUSER}".
Add NetBSD Id to patch-ae.
s|/usr/sbin/chown|${CHOWN}|
s|/bin/chmod|${CHMOD}|
1999-09-06 07:01:43 +00:00
rh
1533d077a1 Update dependency on gnome-core-1.0.9 1999-08-29 12:48:58 +00:00
rh
6c7e0a91ff Update dependency on gtk+-1.2.4 1999-08-28 09:43:06 +00:00
bad
5342cbb807 Oops. s/i386-netbsd/${MACHINE_ARCHE}-${LOWER_OPSYS}/ 1999-08-25 21:42:40 +00:00
bad
0a662988f9 Extract distfile with pax. This works around bugs in our tar that manifest
themselves on big endian machines.

XXX As a side effect most of the files in bench/Results won't get extracted,
but we don't install them anyway.
1999-08-24 18:55:27 +00:00
tron
57ead3cd01 Make sure that "bison" binary from package sources is used. 1999-08-24 14:18:53 +00:00
rh
8ce5d8beec Add and enable gtranscript. 1999-08-20 16:12:32 +00:00
rh
45972ebf6d Initial import of gtranscript-0.0.1, a PostgreSQL Database Client with
GNOME frontend.
1999-08-20 16:11:21 +00:00
rh
8f17e37327 Update gtksql to version 0.3
Notable changes are:
 * corrected some left-over bugs from the 1.0 -> 1.2 transition
 * finished list display for PostgreSQL
 * made it compile with Gtk+ 1.2.x
1999-08-20 14:14:20 +00:00
agc
69696f9b82 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_KERBEROS4 to BUILD_DEFS
1999-08-18 09:28:01 +00:00
agc
bb857d2aff Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 09:00:23 +00:00
bad
240d084e02 Add and enable xmysql and xmysqladmin. 1999-08-05 17:25:05 +00:00
bad
20fe88cfac Initial import of xmysql-1.10, a graphical front end to the MySQL database
engine.
1999-08-05 17:21:39 +00:00
bad
df411b8a88 Initial import of xmysqladmin-1.0, a graphical front end for administering
MySQL databases.
1999-08-05 17:20:11 +00:00
bad
549f405a8e regen. 1999-08-03 20:33:52 +00:00
bad
216c39fe9f Add support for m68k machines. Patches by Andy Finnell.
Thanks to Greg Oster for testing.
1999-08-03 20:30:41 +00:00
jlam
aa20805119 Correct typo. 1999-07-15 06:28:58 +00:00
jlam
c8bd8ee55c Add and enable iodbc-2.50.3. 1999-07-15 06:28:13 +00:00
jlam
7afea7f455 iODBC -- ODBC 2.x driver manager. 1999-07-15 06:25:04 +00:00
bad
6bc8279868 Must list tcl and tk includes in --with-includes. Noticed by
Bjoern Labitzke.

Also, libs and includes are found in LOCALBASE.
1999-07-13 17:42:57 +00:00
bad
d67edabba1 Add ftp.sunet.se to the master sites as ftp.mysql.com doesn't accept passive
FTP connections.  Per Michael C. Richardson.
1999-07-12 17:41:58 +00:00
bad
70ac9c684a Split out second part of patch-af and make it apply and work correctly.
Fixes PR pkg/7959.
1999-07-11 20:00:43 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
bouyer
003e1e77b8 pkglint. 1999-07-07 16:07:09 +00:00
bouyer
31cdec974a Add and enable tcl-gdbm. 1999-07-07 15:18:42 +00:00
bouyer
c326c7bdf6 tcl interface to gdbm. 1999-07-07 15:14:25 +00:00
agc
79e0260c8f Correct a typo. 1999-07-01 08:04:36 +00:00
agc
bb94925a50 Make this package use a BSD-style .mk file to build the library. 1999-06-30 09:46:45 +00:00
agc
524d59bf41 Quieten a warning from the compiler. 1999-06-30 09:45:26 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
tsarna
ba95cf0e49 Update for zope 1.10.3 1999-06-19 23:09:28 +00:00
bad
ac643e762c Enable p5-DBI and p5-DBD-mysql. 1999-06-10 18:34:58 +00:00
bad
16f5429657 Initial import of p5-DBD-mysql based on msql-mysql-modules-1.2017.
This is the DBI backend for mysql databases.
1999-06-10 18:32:36 +00:00
bad
a80c0473f0 Oops. The PLIST-mi contents were in the PLIST-md.shared file and vice versa.
Fix this and also get rid of the lib/perl5/site_perl/Bundle/DBD directory
on deinstall.
1999-06-10 18:28:19 +00:00
bad
c157346512 Initial import of DBI-1.08 the Perl database access API. 1999-06-10 12:46:35 +00:00
tv
e1d75be620 ${...:M...} is not fully glob() compliant. Don't use {,} constructs. 1999-06-06 14:25:45 +00:00
drochner
d718e99081 NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.
Worse - it matches (almost?) everything.
1999-06-04 16:55:11 +00:00
kleink
7138502115 Fix runtime linkage. 1999-05-27 15:10:54 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
hubertf
1b10905922 s/EXTRACT_AFTER_ARGS/EXTRACT_ELEMENTS/, per Simon Burge <simonb@netbsd.org>. 1999-05-19 11:45:31 +00:00
hwr
56b17f2e7c The OpenLDAP libraries collide with the ldapsdk. 1999-05-18 21:27:01 +00:00
bad
022a6c04b0 Provide test-and-set primitive on arm32.
From Andrew McMurry <a.mcmurry1@physics.oxford.ac.uk>.
1999-05-18 15:52:19 +00:00
bad
2aaa1968ea Add and enable jdb. 1999-05-17 18:31:21 +00:00
bad
0bc539394d Initial import of John Heidemann's JDB flat-ASCII database manipulation package. 1999-05-17 16:58:30 +00:00
tv
6b3ae61a5e Make the `ps' check work with systems where ps doesn't necessarily match
the kernel (and ps falls back to /proc).
1999-05-10 19:57:41 +00:00
tv
fccb40ed14 Nuke mysql; it's now mysql-server and mysql-client. 1999-05-06 23:38:36 +00:00
tv
51434187e0 Second half of the split mysql pkg (server). Works on alpha, arm32, i386,
and sparc (more to come when this works properly with PTL2).
1999-05-06 23:37:00 +00:00
tv
4c9fbf487d One half of a client/server-split version of the mysql pkg. This part
(client) works on all architectures.  Updated to 3.22.22 and adapted to use
libedit on 1.4 systems.
1999-05-06 23:22:27 +00:00
tv
72a191db1c Build shared libraries by using pkglibtool (bump version to "...p1" to
indicate change), skip "make depend", add a Kerberos switch, and add a few
backends.
1999-05-04 00:08:43 +00:00
tsarna
ad003916af Fix typo in last commit 1999-04-25 20:10:00 +00:00
tron
b777d9e223 Fix filenames in patch files so that they can be applied. 1999-04-19 22:11:34 +00:00
tv
3a9f1a46c3 Build/run problems fixed:
- DO NOT INSTALL DOCS IN ${PREFIX}/docs.  They belong in ${PREFIX}/share/doc.
- Add SEGV-preventing patch from Sleepycat's web site.

I did not enable C++ and DB 1.85 compat API in this update to make the
change during freeze time minimal; for maximum flexibility in case more
than just Sendmail wants to use this pkg!, the former should be enabled
at next update, and the latter cannot be enabled until Sleepycat adds a
fix I have sent them (or I add the fix to the patches directory).
1999-04-19 21:19:00 +00:00
tsarna
46e061fb7b Update for new Python and MySQL 1999-04-16 16:55:27 +00:00
bad
e9bb3d5d34 Fix thinko in previous commit. Correctly recognise 1.4ish systems. 1999-04-16 16:21:27 +00:00
tsarna
48a42dc1b8 Update to 1.1.3and for zope 1.10.2 1999-04-16 06:46:22 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
tsarna
d3779a8cae Update to 1.5.2 1999-04-14 06:15:57 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
tron
b049fa3b5f Enable "db" package. 1999-04-09 23:11:53 +00:00
tron
18b7019f33 New "db" package:
Sleepycat Software's Berkeley DB version 2

This package is dedicated to Christoph Badura.
1999-04-09 23:10:28 +00:00
bad
3ec2b3a69e Update to mysql-3.22.21.
There are way too many changes and new features to list them here.
The most notable change is the introduction of the GRANT system which
requires fixing the privilege tables when upgrading.
See the mysql manual.

XXX Todo: fix installation of mysql.server script.
1999-04-09 15:39:38 +00:00
bad
b98a17d30c Make the mit-pthreads configure scripts recognise 1.4ish systems. 1999-04-08 23:13:23 +00:00
bad
46b6d5aa6c Catch up with introduction of socklen_t. Test for this typedef in the
mit-pthreads configure script and define a preprocessor symbol accordingly.
1999-04-08 21:54:36 +00:00
bad
319c346e11 Use the correct variable when setting the -rpath. 1999-04-08 21:52:21 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
hwr
5e8e50eebe Update openldap to version 1.2.1.
For changes look at http://www.OpenLDAP.org/software/release/changes.html
1999-04-01 15:25:01 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).

EXTRACT_USING_PAX can be set as before.

For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:

EXTRACT_CMD=           ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=    |sh

now use:

EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
agc
aaac4bc29e Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
1999-04-01 13:36:55 +00:00
hubertf
f9b0c9c697 add bin/ldappasswd and man/man1/ldappasswd.1 1999-03-29 14:35:53 +00:00
hubertf
b142f1173f Fix mysql's version 1999-03-28 22:59:38 +00:00
hubertf
309516f023 Fix md5 checksum. 1999-03-28 22:45:18 +00:00
hubertf
2a40e474b1 Make it possible to build a binary package by moving the "account
management" into a REQ script.
1999-03-28 21:50:17 +00:00
hwr
ee3653fa9c Beautify :-) 1999-03-28 18:27:22 +00:00
hwr
d5ca7850ee Change this so that the source packet is fetched as openldap-VERS.tgz,
not as openldap-release.tgz. Now it is easier to get the correct release.
1999-03-28 18:17:21 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
mellon
f0f4504d0a Remove bogus path prefixes from filenames. 1999-03-05 03:25:14 +00:00
mellon
2f272ef2f9 Patch to fix some arm32 configure problems. 1999-03-05 03:01:44 +00:00
kim
f3cb0b8744 Add and enable p5-gdbm 1999-03-03 00:07:43 +00:00
kim
b7dd958b0a Extract File_GDBM from the Perl distribution and install it in site_perl. 1999-03-03 00:06:53 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
rh
41a80e1bb7 Adapt in order to work together with new gtk10 package 1999-02-19 14:28:08 +00:00
frueauf
feeda8744a Chane versioned DEPENDS on bison to BUILD_DEPENDS. This should have been
done with the bison update.
1999-02-19 09:02:25 +00:00
hwr
790c741520 Upgrade to Version 1.2 1999-02-16 13:54:00 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
hwr
9273ad2b46 Don't build the directory, as addnerd does this for us and will fail
if it already exists. Should fix pkg/6949 by Nigel Reed <nigel@nelgin.nu>.
Also don't assume ${prefix}/sbin is in the search path and call addnerd
with complete path.
1999-02-06 20:06:32 +00:00
frueauf
846e030238 Some cleanups:
- add -Dunix for some files which relied on it to be defined
- run `mysqladmin shutdown` right after mysql_install_db to
  prevent blind running mysql daemon, pointed out in pr 6533 by
  Matthew Green
- set NO_PACKAGE if we build/install the server case - mysql_install_db
  needs the data dir from the source distribution to work - this
  never worked for binary packages! Remove the bogus exec in PLIST-server
  too as consequence.
1999-02-04 21:35:01 +00:00
bad
8fdfbcece0 Catch up with recently renamed symbols in <arm32/setjmp.h>. 1999-02-04 21:15:15 +00:00
frueauf
ca7f20731e Make this work on ELF properly - add -Wl,-R${LOCALBASE}/lib/mysql to
LDFLAGS. Pointed out my Matthew Green in pr 6533.
1999-02-04 15:47:35 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hwr
cdd1d8edb5 This is now openldap-1.1.4. 1999-01-27 13:04:26 +00:00
frueauf
594367f926 Whoops, I wanted to adjust the comment. 1999-01-17 00:59:37 +00:00
frueauf
259cb9f5ca Adjust NOT_FOR_ARCHS to match the one in postgresql. 1999-01-17 00:56:43 +00:00
frueauf
82c048856a Add mips to NOT_FOR_ARCHS list. There is no TAS implementation.
Someone with mips assemply knowledge needed :)
1999-01-17 00:52:08 +00:00
tsarna
dd4130acbb Update to 1.1.2, which fixes a bug taht caused an error when a query
returned no rows.
1999-01-09 23:16:55 +00:00
kleink
bf237c0e31 Get rid of obsolete chown(8) operand usage. 1999-01-09 20:49:26 +00:00
frueauf
46cfd36f4f Add some cosmetics pointed out in pr 6758 by Greg A. Woods:
- add INSTALL_TARGET=install install-man and remove the patch that did
  modify the GNUMakefile, for better maintainance.
- add - in front of @${MKDIR} to silently fail if the dir already exists
- move ld.so.conf warning near the end, so it can be better spotted.
1999-01-08 11:17:21 +00:00
hwr
9c47e15af7 openldap is derived from U. Mich. Ldap. 1999-01-08 09:00:38 +00:00
hwr
46b5c038a3 Change Makefile to have 1.1.2 as version number, not -release.
Pointed out by Thorsten Frueauf.
1999-01-08 08:59:31 +00:00
hwr
6c647a063e Enable openldap. 1999-01-07 16:50:42 +00:00
hwr
3fe7c2bf1d OpenLDAP is an open source software impelmentaion of the LDAP protocol
XXX As I can't convince configure to recognize our mit-pthreads, slurpd
    is not built.
1999-01-07 16:49:08 +00:00
hubertf
893dc914ac patch to null some stuff we have in headers; PR 6747 by augustss@cs.chalmers.se 1999-01-06 21:53:40 +00:00
frueauf
06d3c5cd67 Forgot to commit this: s/pgsql/!!PGUSER!!/ cause we don't hardcode
that into our package. This will get substituted at build time.
1999-01-04 14:10:16 +00:00
frueauf
986c19dc58 Add and enable gtksql. 1999-01-04 13:11:03 +00:00
frueauf
74d196422a Initial import of gtksql-0.2, a query tool for PostgreSQL written with GTK.
Provided in pr 6691 by Rene Hexel with additional fixes by myself.
1999-01-04 13:08:47 +00:00
frueauf
1f4b04d4d9 Update postgresql to 6.4.2. Among bugfixes and new features, this also
adds patches for m68k support, provided in pr 6664 by MOCHIDA Shuji.
1999-01-04 13:05:01 +00:00
frueauf
bdf6ae9ef0 Reflect that addnerd has version 1.6 now, as noted in pr 6721. 1999-01-03 13:13:12 +00:00
garbled
52889ce699 fix some lacks of string.h inclusions which bombed out the build on alpha
and special case the compile of sql_yacc.cc.  It used up all the memory
on my alpha with 256MB of mem trying to compile this file.  Turning off
the optimization keeps it from crashing my machine.
1998-12-29 08:12:04 +00:00
bad
e8c12430be Use correct syscall number on arm32.
Enable building server on arm32.
1998-12-28 16:17:12 +00:00
tsarna
296af56a23 Update to 1.1.0. Now uses MySQLmodule rather than mySQLmodule by default
and so no longer needs patch to work with the py-mysql pkg.
1998-12-23 06:49:44 +00:00
tsarna
637c49268d Enable zope-mysql 1998-12-19 18:44:45 +00:00
tsarna
1fdc30a302 Import of MySQL Database Adaptor for Zope 1998-12-19 18:39:25 +00:00
tsarna
5796146a4d Re-enable on alpha 1998-12-18 00:42:39 +00:00
tv
4d026064f2 Add and enable sdbm. 1998-12-10 15:39:46 +00:00
tv
70c9c1432e Add sdbm, a reimplementation of the classic ndbm library. Good for
`small' applications that cannot use DB 1.85.
1998-12-10 15:35:15 +00:00
agc
19f1ecf331 Use ${OPSYS}, rather than calling uname -s again. 1998-11-16 21:13:01 +00:00
frueauf
d2abb529eb minor pkglint nits. 1998-11-13 00:47:51 +00:00
agc
09de9bf989 Group the NOT_FOR_ARCHS definitions together, for consistency, and make
the second definition "+=", rather than "=".
1998-11-12 16:24:39 +00:00
tsarna
ee94866c1c Comment was wrong 1998-11-02 15:09:30 +00:00
bad
e7d55c5dd1 Oops. Fix RCS id. 1998-10-29 18:07:38 +00:00
bad
7ebfab5050 Update to mysql-3.21.33.b
Update mit-pthreads for 1.3H signal changes on alpha and i386.
Update mit-pthreads for 1.3/1.3H on sparc (from 1.1 version).
Enable building the server on sparc.
Add mit-pthreads support for 1.3/1.3H on arm32. (Server doesn't work yet.)
Fix two bugs in mit-pthreads with functions returning off_t's.
1998-10-28 18:18:07 +00:00
tsarna
305e91aa58 Adapt to deal with (IMHO bogus) new location of the MySQL shared client
library. Someone who knows more about it should decide if MySQL should
be fixed to put the library in a standard location instead.
1998-10-19 21:47:59 +00:00
tsarna
3c1260bf8d Remove myself as MAINTAINER. Several other people are working on it and
know more about the current state than I do.
1998-10-19 19:02:45 +00:00
tsarna
ca6f9bf718 Update MySQLmodule 1.1 -> 1.4 1998-10-19 16:56:34 +00:00
tsarna
3b281936b0 Tim tested some of these, but I don't know which. Since at least one of
the pkgs broke on Alpha that was not expected to, disable them all for
the 1.3.3 tag to be on the safe side :-(
1998-09-27 22:24:43 +00:00
tsarna
9bc8051d4e alpha->vax, since Alpha now works for Python dynamicly loaded modules,
but VAX never has.
1998-09-22 16:13:33 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
frueauf
381abae27f Set NOT_FOR_ARCHS=m68k since postgres does not work on this architecture yet. 1998-09-10 11:46:31 +00:00
frueauf
9402b1366b Since lang/python/Makefile fetches python source into a subdir, search
it there to prevent double download.
1998-09-06 20:57:20 +00:00
agc
42e5872f32 Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately. 1998-09-01 14:29:28 +00:00
tsarna
5e9cc577b8 Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.
1998-08-26 16:50:48 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
6cec9af390 Use USE_LIBTOOL definition.
Correct the location of the client libraries.
1998-08-20 15:04:22 +00:00
tv
acbed909cf Nuke _pic.a. 1998-08-10 15:40:19 +00:00
tv
76490f7502 Libtoolize and clean up. 1998-08-10 15:29:39 +00:00
agc
1ca705b394 Add NetBSD RCS Ids. 1998-08-07 14:58:43 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
f7b1dc2f75 MySQL in the pkg system now works for client-side on all platforms; remove
ONLY_FOR_ARCHS.
1998-07-20 16:17:39 +00:00
tv
c71f299e88 Update to use libtool to build the clients' shared library.
Add support for client-only setups on all architectures other than those
the server's threads support (i386 and alpha).
1998-07-20 14:49:51 +00:00
frueauf
61f8f10f31 Since this package depends on mysql we need to set ONLY_FOR_ARCHS
accordingly.
1998-07-20 12:24:29 +00:00
frueauf
70f0bfe809 Add missing S to ONLY_FOR_ARCHS. 1998-07-20 12:21:14 +00:00
frueauf
582bf9eed4 Adjust version of mysql in DEPENDS. 1998-07-17 11:03:34 +00:00
frueauf
610cd5d87e Update mysql to 3.21.33. 1998-07-17 11:01:39 +00:00
agc
c9cfa07505 Use automatic shared object handling 1998-07-15 12:40:14 +00:00
agc
583dcca5f3 Use automatic shared object handling 1998-07-15 10:51:16 +00:00
agc
2303d33808 Update for automatic shared object handling. 1998-07-14 16:21:35 +00:00
frueauf
a37b3156b8 Reflect mysql update in DEPENDS. 1998-07-06 11:44:42 +00:00
frueauf
2366d8f608 Update to mysql-3.21.32a. 1998-07-06 11:42:39 +00:00
tron
ae92e0fbb4 "portlint" doesn't like short pathnames in "DEPENDS". 1998-06-23 20:41:35 +00:00
agc
1dcf7546c1 Use automatic manual page handling. 1998-06-23 11:09:33 +00:00
tron
340a5a7ace Add and enable "py-mysql", fixes PR pkg/5602. 1998-06-22 21:54:14 +00:00
tron
428c964d4e New "py-mysql" package supplied by Ty Sarna in PR pkg/5602:
MySQLmodule 1.1.0 for Python 1.5(.x)
1998-06-22 21:53:09 +00:00
frueauf
7a3dcef3f4 The postgresql subdir is user definable, reflect that here. 1998-06-22 14:00:16 +00:00
frueauf
f89963329b Add bison to DEPENDS; give addnerd the homedir path; be sure that .profile
gets installed to ${PGUSER}s home. Pointed out by Mathias Drochner.
1998-06-22 13:58:26 +00:00
agc
8157ff7bcf Update package Makefiles for automatic manual page handling. 1998-06-22 11:19:40 +00:00
frueauf
86503bc551 Enable mysql. 1998-06-22 10:56:46 +00:00
frueauf
b2cb7771eb Initial addition of MySQL, a free SQL database server.
Based on pr 5601 by Ty Sarna, enhancement and upgrade to 3.21.31 by me.
1998-06-22 10:55:21 +00:00
agc
d42b222d9f Upgrade to the latest and greatest version (6.3.2) of PostgreSQL.
They told me to say that.

Use addnerd to create the user.
1998-06-10 13:55:34 +00:00
agc
666273802a Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation.  This was used
inconsistently in many packages, some including it, some not.
1998-06-10 08:02:08 +00:00
agc
e9b9b3328c Include bsd.prefs.mk, so that /etc/mk.conf is read properly 1998-06-03 12:43:25 +00:00
tron
97866e6aeb Add and enable "py-gdbm", fixes PR pkg/5420. 1998-05-23 21:47:09 +00:00
tron
1a1fc830e0 Add "py-gdbm" package made by Jaromir Dolecek. 1998-05-23 21:46:05 +00:00
hubertf
e0c0c70982 %D is needed on @unexec 1998-05-09 18:32:57 +00:00
frueauf
0851be7c5a Mostly cosmetic changes to shut up portlint. Little bugfix for apache. 1998-05-09 15:24:42 +00:00
hubertf
6f45f24b8f use -l switch to chpass (eww, undocumented :-/), to work even when NIS is set up 1998-05-08 21:56:02 +00:00
frueauf
dc3b60cbf5 Build and install gdbm shared library, based on pr 4924 and fixes it. 1998-05-08 12:30:19 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
agc
ff3e48e78c Fix INFO_FILES definitions to match the commands in bsd.pkg.mk 1998-04-22 11:05:01 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
287fd593f7 Fix last commit after feedback from Klaus. 1998-03-16 14:40:48 +00:00
hubertf
4e9eec6d84 don't expand PATH and MANPATH - fixes PR 5165 by Klaus Klein. 1998-03-16 12:57:37 +00:00
agc
e11e090be3 Add pgaccess. 1998-02-18 17:51:01 +00:00
agc
71fe6dc6c2 Build the libpgtcl shared object properly.
Add pgaccess to the list of programs to 'do' when USE_TCL is defined.

Add a Makefile for pgaccess, so that it gets installed with the right
embedded interpreter.
1998-02-18 17:48:14 +00:00
agc
ed95ebef70 Don't hardcode the paths of tcl and tk libs/headers - access them
relative to ${PREFIX}.
1998-02-18 17:45:18 +00:00
agc
87dc48da28 Don't use an easily-guessed encrypted password for the postgres admin. 1998-02-18 17:37:24 +00:00
agc
7db6fa69d4 The .if defined(USE_TCL) part wouldn't work anyway, so don't bother
checking just now.

The 'recursive' argument to cp(1) is -R, not -r.
1998-02-18 17:35:25 +00:00
frueauf
932d8f5ef0 portlint: add "|| ${TRUE}" after ldconfig. 1998-02-18 11:50:33 +00:00
agc
5e7d329488 Enable postgresql. 1998-02-17 15:48:54 +00:00
agc
53f5711566 Add NetBSD RCS Id.
Correct names of two FAQ files.
Only delete the tcl/tk-related files if they were installed.
1998-02-17 15:46:10 +00:00
agc
38e162eddd The correct definition for the database directory is PGDATA, not PG_DATA. 1998-02-17 15:44:32 +00:00
agc
a5b05f2466 Changes to the basic NetBSD template. Look for headers in
${PREFIX}/include, and libraries in ${PREFIX}/lib, rather than having
them hardcoded.
1998-02-17 15:43:36 +00:00
agc
543da79c5a If an argument is passed to this perl script, use that as the pgsql user name.
Only add the user if it doesn't exist in the passwd file.

Work around a problem in pw_scan(3) for now.
1998-02-17 15:42:04 +00:00
agc
7933c17d7a Add NetBSD RCS Id. 1998-02-17 15:38:59 +00:00
agc
d5059d34f4 Mention dependency on Perl5.
Define PGUSER variable, and use it (defaults to pgsql).
Add NetBSD RCS Id.
There is no '-c' argument to NetBSD's su(1).
cat post-install-notes, rather than using more(1). Just in case.
Use explicit paths for executables.
1998-02-17 15:37:40 +00:00
agc
f9632bdc2b Initial import of Postgresql 6.2.1, an Object Relational Database
Management System, into the NetBSD packages collection, from the
FreeBSD port.
1998-02-17 15:29:55 +00:00
hubertf
35abfbee5f portlint: rm -> ${RM} 1998-01-24 03:42:02 +00:00
agc
5099468a33 Run ranlib on the installed library. 1997-11-20 11:47:23 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
e2e3ab3c57 Only uncomment working/tested ports 1997-10-27 03:33:59 +00:00
hubertf
f401452b5f Fix for NetBSD 1997-10-27 03:32:44 +00:00
hubertf
3d487ee863 Next one (IDs already fixed) 1997-10-27 03:25:18 +00:00