brad
76f5c4c68b
upgrade to MySQL 3.23.33
2001-02-13 21:03:42 +00:00
brad
ea5695903a
document the FLAVORs available for these ports
2001-02-10 00:33:24 +00:00
brad
2783c9e4ef
upgrade to MySQL 3.23.32
2001-01-23 00:48:45 +00:00
brad
08677f0112
upgrade to MySQL 3.23.31
2001-01-21 17:09:12 +00:00
brad
57cc2481d7
use "cc -shared" for 2.8 and up to create shared libraries.
2000-12-26 02:13:43 +00:00
espie
268b897aa8
commit mysql fix, now that I've had time to look at it
2000-11-03 00:54:09 +00:00
espie
18023f6e78
Ports is locked.
...
Revert unauthorized commit, until I have a chance to look at it.
2000-11-02 15:15:24 +00:00
brad
ec23f9c2ad
fix initial permissions on the database directory, they were a little too tight for the client apps to be able to read DB_DIR/mysql.sock.
2000-11-02 14:42:44 +00:00
brad
32b48f1afd
create initial database dir with tighter perms.
2000-10-24 20:22:07 +00:00
brad
3918ceb4a1
add name to MAINTAINER
2000-09-24 07:03:59 +00:00
brad
4864505aae
- don't force uid/gid to 40 when adding user/group for mysql
...
- user add/group add -> useradd/groupadd
- remove egrep nastiness and use userinfo/groupinfo instead
2000-09-06 21:09:16 +00:00
brad
cd88360bdf
user del/group del -> userdel/groupdel
2000-09-06 21:06:20 +00:00
brad
ec64f3033b
bump NEED_VERSION
2000-08-23 01:21:11 +00:00
brad
5ba5f5c6bd
%D -> %B
2000-08-22 23:16:04 +00:00
brad
62ccc49425
kill CFLAGS/CXXFLAGS override
2000-08-15 18:24:24 +00:00
brad
75bbe430e7
set homedir to /nonexistent
2000-08-15 18:23:19 +00:00
brad
6fc17e3f42
- re-introduce DB_DIR option
...
- make sure MySQL is started as user mysql from safe_mysqld.sh script
instead of the example startup.sh
- hard coded /usr/local -> ${PREFIX} in MESSAGE
- use user/group commands instead of cat/adduser in INSTALL script
- ${FOO} -> $FOO in INSTALL/DEINSTALL
2000-08-15 13:24:00 +00:00
brad
93e2eb96a2
uncomment section in safe_mysqld.sh to check for and use ulimit to raise
...
the maximum number of open file descriptors before loading MySQL.
--
requested by ericj@
2000-08-02 04:24:28 +00:00
brad
34a4a5e42b
mySQL -> MySQL
2000-07-28 22:15:54 +00:00
brad
ce08511713
add a pth FLAVOR to the MySQL port which makes it use the GNU Portable
...
Threads port for the threads library, this is primarily intended for users
of the SPARC architecture though it will work on all other archs too.
2000-07-28 22:04:25 +00:00
krw
c5e582e67c
Change PFRAG.shared ldconfig invocation(s) to
...
NEWDYNLIBDIR() invocations.
Bump NEED_VERSION to 1.310 so NEWDYNLIBDIR() works.
As requested by espie@
2000-07-04 02:49:34 +00:00
brad
91186adef3
- add HOMEPAGE
...
- remove FAKE=Yes
- GNU_CONFIGURE -> CONFIGURE_STYLE
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
2000-06-25 04:53:10 +00:00
brad
dd65a13f8a
make sure adduser uses the proper uid
2000-04-08 06:06:25 +00:00
brad
4dfec84a14
tell the end user to remove the database dir as well
2000-04-08 05:41:34 +00:00
brad
db13e80428
${PREFIX} -> ${TRUEPREFIX}
2000-04-08 05:40:07 +00:00
brad
164aaec289
maybe this will get some comments/feedback once it's actually in the ports
...
tree, Fake MySQL port
2000-04-07 19:07:20 +00:00
brad
b4f6807790
- remove blank line
...
- remove license type
- better BROKEN message
- remove CONFIGURE_ARGS option --enable-thread-safe-client, the problems
caused by enabling it offset the good of enabling it in the first place
(programs that link agains't libmysqlclient.{a,so} should have an autoconf
test to check whether the library has support for pthreads built in or
not)
2000-03-31 06:10:35 +00:00
espie
0fd05ef2ce
Move all NEED_VERSION right after CATEGORY
2000-03-24 22:11:32 +00:00
turan
03325804f1
broken, installs files automatically in /etc
2000-03-03 11:25:05 +00:00
brad
37bcd0929b
- yes -> Yes
...
- turn on threads support for client programs
2000-02-16 19:01:20 +00:00
brad
adfbcd43c7
PERMIT_PKG_ -> PERMIT_PACKAGE_, PERMIT_DISTF_ -> PERMIT_DISTFILES_
2000-02-15 07:36:39 +00:00
brad
9499cdb4ff
add license info
2000-02-14 22:32:08 +00:00
brad
56b79fc7f8
upgrade to MySQL 3.22.32
2000-02-14 21:28:05 +00:00
brad
907c5ec443
typo
2000-02-11 07:56:30 +00:00
brad
7271a49f35
enable interlibrary dependencies
2000-02-11 07:45:52 +00:00
brad
cdf5f65a8c
patch to fix a security hole that was posted to BugTraq in an advisory
2000-02-11 07:43:32 +00:00
brad
edd0dbb01d
re-add CONFIGURE_ENV junk to override CFLAGS and CXXFLAGS so that this
...
will compile on 2.6-RELEASE systems since there are so many people who
do not understand the concept of reading mailing lists before posting
questions which have been answered *MANY* times.
2000-02-11 07:42:07 +00:00
kevlo
ad4d446605
It makes it non-functional.
2000-02-11 02:01:32 +00:00
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
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
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
brad
f4348eabe3
remove FreeBSD specific patches
1999-10-04 03:18:31 +00:00
alex
73cadeae96
Update to match 3.22.22.
1999-07-01 17:30:16 +00:00
brad
cf9bbad81f
back out previous commit, add in BROKEN message about pthread's
...
currently not working on SPARC
1999-06-03 14:06:32 +00:00
brad
26d484b0c0
- upgrade to mysql 3.22.22
...
- add a few more master dist sites
- remove @exec of non-existant killall from PLIST
1999-05-11 21:25:17 +00:00
todd
3c51c9dd36
new version 3.22.22
1999-05-02 19:49:40 +00:00
espie
7856893b06
Lots of crisper comments...
1999-04-20 16:07:56 +00:00
brad
6bab311225
fix dependency lists, fix email address's and remove unnecessary comments
1999-04-01 06:20:02 +00:00
brad
5fc17c62ee
remove FreeBSDisms
1999-04-01 03:06:51 +00:00
marc
ffc8c02aa1
supress warning when mirroring distfiles
1999-04-01 00:27:02 +00:00
marc
6bb87769cd
mysql, from freebsd via d@openbsd.org. Uses egcc with -pthread
...
said to work on i386, not tested on any other architecture
1999-03-30 06:42:47 +00:00