Commit graph

437 commits

Author SHA1 Message Date
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