Commit Graph

109 Commits

Author SHA1 Message Date
kevlo
a508e89520 Make sence to fix hash comparision routine in password.c until
official patch is released.

See the bugtraq id# 975.
2000-02-10 08:11:47 +00:00
brad
c2a3cc0809 make the capitalization of the word "mysql" consistant depending on
whether it's refering to the account/group or the program MySQL.
2000-02-06 23:32:38 +00:00
brad
3b6874e34e remove unnecessary @dirrm tags for dirs that do not exist 2000-02-06 19:57:54 +00:00
brad
d1cfc69228 - rearrange Makefile
- add USE_JAVA knob to enable Java support
- remove deprecated variables
- batch up the install of files instead of using .for loops
2000-02-02 18:18:41 +00:00
fgsch
d304ef3715 Don't use tabs. 2000-02-01 21:56:17 +00:00
brad
e289cc5059 sync and sort PLIST 2000-02-01 19:14:01 +00:00
kevlo
3aba63a66b Don't use --enable-shared and fix the PLIST. 2000-01-31 15:07:03 +00:00
form
2d655aab25 add xmysql & xmysqladmin to makefile 2000-01-31 06:48:30 +00:00
form
c93f044f2a xmysqladmin 1.0
X11 front end to the mysqladmin command of the MySQL database engine
2000-01-31 06:45:26 +00:00
form
40ab09282b xmysql 1.9
X11 front end to the MySQL database engine
2000-01-31 06:44:11 +00:00
brad
72452bb507 upgrade to MySQL 3.22.30 2000-01-13 20:24:57 +00:00
brad
fe0712e429 add patch for a password handling bug in MySQL 2000-01-12 01:13:17 +00:00
brad
3c12f28355 change MAINTAINER, ports@ -> brad@ 2000-01-05 06:13:43 +00:00
brad
cd0eb6cb1b fix startup script
Reported by: Peter Strömberg" <peter.stromberg@commentor.se>
2000-01-05 06:12:17 +00:00
brad
60e62032b0 fix a typo in the autoconf script that comes with 3.22.27 and 3.22.29,
ptread_attr_setscope -> pthread_attr_setscope
From: MySQL mailing list via Peter Strömberg <peter.stromberg@commentor.se>
2000-01-04 18:27:58 +00:00
brad
713b891944 - forgot to run the INSTALL script again for the post-install target
- fix mysql_install_db to pickup the hostname that's used while creating
the database
- add a missing brace for DB_DIR in INSTALL script
- run mysql_install_db as user mysql to make sure the database has proper
file permissions
--
Reported by: Peter Strömberg <peter.stromberg@commentor.se>
2000-01-04 17:39:42 +00:00
brad
a86c705da2 upgrade to MySQL 3.22.29 2000-01-03 08:36:19 +00:00
brad
6f39e9630f - upgrade to MySQL 3.22.27
- make the default database directory a bit easier to change with the
DB_DIR variable
- add warning about possible virtual memory limit exhaustion
- change default database directory to /var/mysql and chown it to the
user:group
- integrate check_old_version script into Makefile
- we should be able to make this into a full package now, though not
tested fully
- install user:group of mysql and make MySQL load as user mysql

Reviewed and tested by: ericj@
2000-01-01 05:54:12 +00:00
kevlo
831106232f Fix the typo. 2000-01-01 04:39:11 +00:00
kevlo
952c86dc34 Mark it unbroken. Update to 0.93 and change the MAINTAINER to kevlo@.
Fix PLIST.
1999-12-22 08:26:15 +00:00
form
7abbeb825d echo -n 'pgsql' -> echo -n ' pgsql' 1999-12-15 06:34:06 +00:00
brad
c4e7a413cc - change maintainer to ports@openbsd.org
- make gdbm's Makefile remove gdb.info before re-creating it
- remove pre-configure target
1999-12-09 21:00:51 +00:00
form
ac1cb74dab pgwrap: missing ')' in comment.
Makefile: .if defined(USE_TCL) -> .if defined(USE_TCL) && ${USE_TCL:U} == "YES"
1999-12-09 02:57:07 +00:00
form
e11e87ca54 remove pgaccess from makefile 1999-12-07 11:54:49 +00:00
form
e8e8008711 Remove pgaccess port - postgresql-tcl contains pgaccess. 1999-12-07 11:52:19 +00:00
form
8bab5d075a Use different package names for PostgreSQL and PostgreSQL with TCL/Tk.
Fix PLIST for postgresql-tcl.
1999-12-07 11:47:47 +00:00
form
44bea2d1ec ldconfig 1999-12-07 08:26:41 +00:00
form
d38f5954aa Update to 6.5.3. 1999-12-07 05:09:41 +00:00
brad
a72c5f4b7c - remove version # from DESCR
- remove workaround for texinfo bug in install-info
- make this port respect CFLAGS
1999-12-06 21:29:09 +00:00
kevlo
7eb13beb0d Update to 3.0.55. Fix up PLISTs and update the DESCR. 1999-12-02 07:17:10 +00:00
kevlo
a6f949d178 Update to 3.0.55, we don't need those patches. 1999-12-02 07:13:36 +00:00
brad
b0ac3f25cd - remove now unnecesary USE_EGCC and USE_EGXX tags
- split out startup.sh cretion from Makefile and just include it in the
  files subdir
- remove CONFIGURE_ENV, CFLAGS and CXXFLAGS do not require overriding with
  -current pthreads, the autoconf script properly detects and uses them
- cleanup Makefile
1999-12-02 03:47:36 +00:00
brad
028b8a7a0f - remove unnecessary mit-pthreads patches
- don't disable inlining
- add a workaround patch for GCC 2.95.x which compiles sql_yacc.cc with -O0
1999-12-02 03:41:01 +00:00
brad
782058784e - sync PLIST; from jason@
- remove install-info bug work-around for old texinfo
1999-12-02 03:33:44 +00:00
brad
3987bd5d32 stop using env to find perl, it's in /usr/bin 1999-12-02 00:44:42 +00:00
kevlo
6de16557a1 Add the README file about using PostgreSQL package in OpenBSD environment.
pgwrap.c: Execute PostgreSQL program with proper environment and uid/gid.
1999-11-11 02:40:05 +00:00
kevlo
f6885b74ed Update the version 6.5.2, we don't need those files. 1999-11-11 02:36:39 +00:00
kevlo
b8f60949cc Update to version 6.5.2 1999-11-11 02:24:29 +00:00
kevlo
283e838634 Add these files: DEINSTALL INSTALL PLIST.tcl PLIST.tcl.noshared 1999-11-11 02:13:42 +00:00
kevlo
c69fd75926 Add those patches. 1999-11-11 02:11:20 +00:00
kevlo
9068ce553b Remove this file. 1999-11-11 02:03:03 +00:00
kevlo
8eab8ebd22 Remove those patches. 1999-11-11 02:02:18 +00:00
turan
27e10ad5ad p5-DBD-Pg, broken. dependency databases/postgresql is also broken
id-utils, broken.  inconsistant install with emacs/xemacs .el files
1999-11-03 01:01:25 +00:00
turan
1183ab9cf5 these ports are interactive. mark NO_PACKAGE 1999-10-29 09:40:15 +00:00
rohee
d5d712ebe7 MAINTAINER=felix@mamba.pond.sub.org -> hannah@mamba.pond.sub.org, as requested 1999-10-06 20:47:02 +00:00
brad
f4348eabe3 remove FreeBSD specific patches 1999-10-04 03:18:31 +00:00
angelos
d458a3d760 Mark as broken for now, lots of versions have gone by since 6.3.1 1999-08-18 02:43:45 +00:00
angelos
022b9e21a2 Original site down. 1999-08-18 02:41:11 +00:00
angelos
c16d1ad702 Update to version 2.13. 1999-08-18 02:34:30 +00:00
alex
73cadeae96 Update to match 3.22.22. 1999-07-01 17:30:16 +00:00