1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

910 Commits

Author SHA1 Message Date
Jimmy Olgeni
fc9e13fd5d Remove IS_INTERACTIVE, support batch compilation.
PR:		25247
Submitted by:	maintainer
2001-02-25 00:41:44 +00:00
Jimmy Olgeni
fa2d0e0a64 Treat pgsql's .profile as data: it could have been customized to change the
default database location.

Approved by:	maintainer
2001-02-22 21:06:03 +00:00
Ying-Chieh Liao
a1d5ba5433 add sqlite
SQL library that uses GDBM as its underlying file storage mechanism
2001-02-22 17:03:20 +00:00
Dmitry Sivachenko
c637d4a4f2 Update to 1.0.32. 2001-02-22 10:42:17 +00:00
Jimmy Olgeni
84c5d89a6e Make the port more "package friendly".
Do not call initdb from Makefile's post-install. Users are required to
manually run initdb, maybe after configuring their preferred database
location in pgsql's user .profile. pkg_add used to simply replace some
existing data files.

Add pkg-message to tell the user about initdb.

Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd,
pgsql/include/port), since they are not included in "make package" anyway
and cause pkg_deinstall to complain about the plist.

Remove all pgsql/data contents from pkg-plist, so "make deinstall" and
pkg_delete won't clobber existing databases. Minor version upgrades can now be
performed by means of pkg_delete and "make install", without using pg_dump.

Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security
requirements.

Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if
data still exists in that directory at deinstall time.

Approved by:	maintainer
2001-02-20 21:45:15 +00:00
Chris D. Faulhaber
474ebb6fcc Fix installation (WRKDIR -> WRKSRC)
Submitted by:	ken@mui.net
2001-02-20 03:31:19 +00:00
Dirk Froemberg
026a5ca602 Update to 1.7.8.
PR:		ports/25175
Submitted by:	Miklos Niedermayer <mico@bsd.hu> (maintainer)
2001-02-18 14:53:51 +00:00
Kevin Lo
41e2426546 - Add workaround to prepend installing junk files
- Fix pkg-plist

PR: 25075
Submitted by: Ports Fury
2001-02-14 12:48:45 +00:00
Dirk Froemberg
ad35551e9b Upgrade to 3.23.33. 2001-02-14 09:20:08 +00:00
Mario Sergio Fujikawa Ferreira
2275ee0bcf typo clean up police: \s -> \t 2001-02-14 05:43:00 +00:00
James E. Housley
0bad371ed3 Update warning and FORBIDDEN message. Compromise of PR and feedback.
PR:		24266
Submitted by:	Berend de Boer <berend@pobox.com> MAINTAINER
2001-02-13 03:22:16 +00:00
James E. Housley
54a71b633e Add newline at end 2001-02-13 03:20:53 +00:00
Maxim Sobolev
5d4deb643b Update to 0.3.3. 2001-02-12 10:41:00 +00:00
Kevin Lo
91fb3e9693 Upgrade to version 2.0.4
PR: 24974
Submitted by: Ports Fury
2001-02-11 06:00:18 +00:00
Kevin Lo
70ea991b38 Upgrade to version 2.25
PR: 24993
Submitted by: MAINTAINER
2001-02-11 05:49:37 +00:00
Akinori MUSHA
808a2eada9 Add %%PORTDOCS%%. 2001-02-10 13:19:57 +00:00
Akinori MUSHA
8b18ca2b49 Add %%PORTDOCS%%. 2001-02-10 12:39:31 +00:00
Mario Sergio Fujikawa Ferreira
aba61f91a9 Make the library installation permission safe.
Approved by:	MAINTAINER
2001-02-09 19:53:28 +00:00
Kevin Lo
1c71b6b11d Fix sominor version.
PR: 24894
Submitted by: MAINTAINER
2001-02-08 16:03:18 +00:00
Dirk Froemberg
840aec531e Install mysql-client.sh as 00mysql-client.sh so the included
ldconfig is run earlier.

PR:		ports/24924
Submitted by:	jeh
2001-02-07 23:02:26 +00:00
Chris D. Faulhaber
41ffcfb70e Use mkstemp() instead of tempnam() 2001-02-07 18:27:06 +00:00
Chris D. Faulhaber
6abf0ab008 Update port to 1.14 2001-02-07 18:26:11 +00:00
Akinori MUSHA
421c3d766d Update to 0.6.2. 2001-02-07 07:34:05 +00:00
Jimmy Olgeni
e18f0a7be2 Style/space police (space -> tab) over the database category. 2001-02-05 14:31:42 +00:00
Maxim Sobolev
d234b62b2a - Update to 0.51;
- add a WWW into pkg-descr.

PR:		24803
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-02-02 18:16:04 +00:00
Kevin Lo
927c33dde7 Update to version 3.2.9
PR: 24796
Submitted by: MAINTAINER
2001-02-02 12:37:59 +00:00
Maxim Sobolev
2fd4ac05e4 Update to 0.3.2. 2001-02-01 13:38:19 +00:00
Andrey A. Chernov
f875d57f3c Socked directory must be readable by any to make ACL control works 2001-01-31 23:33:19 +00:00
Maxim Sobolev
be5c1587b9 Reassign maintainership to ports@FreeBSD.org to indicate that the ports need
new maintainer.

Submitted by:	Domas Mituzas <midom@dammit.lt> (previous MAINTAINER)
2001-01-30 13:53:30 +00:00
Joseph Koshy
bc953d2968 Define IS_INTERACTIVE.
PR:		ports/23861
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-01-30 07:31:10 +00:00
Joseph Koshy
ac22c22af7 Do not set the shell for user "pgsql" to `/bin/nologin' at package install
time: this breaks the rc.d script.  Default to `/bin/sh' as a `make install'
would do.

PR:		ports/23534
Submitted by:	Nick Sayer
2001-01-30 07:27:00 +00:00
Andrey A. Chernov
6ffeb34bef Reorganize .o installed
Build shared modules properly
Use separate dir for socket/pid
2001-01-28 08:10:47 +00:00
Andrey A. Chernov
c1b6898520 Install & use shared libs 2001-01-27 21:38:54 +00:00
Dirk Froemberg
44848875c2 Remove mysql322-{client,server}. 2001-01-27 11:39:01 +00:00
Dirk Froemberg
bd3f221440 Good bye, good old friend. You have served many of us so well...
But you know we have mysql323-{client,server} these days which
is just better.
2001-01-27 11:38:00 +00:00
Andrey A. Chernov
d24b069c94 Upgrade to 2.0.11 2001-01-27 08:55:25 +00:00
Maxim Sobolev
543d2d37a0 Update to 0.3.1. 2001-01-26 14:01:01 +00:00
Kevin Lo
d8efb98caa - Add missing file (bin/isql) to pkg-plist
- Use NOPORTDOCS PLIST_SUB

PR: 24601
Submitted by: Ports Fury
2001-01-25 06:48:15 +00:00
Dirk Froemberg
6f3337ca58 Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET).
Submitted by:	roam
2001-01-25 01:03:09 +00:00
Dirk Froemberg
d296dcf10c Add support for BerkeleyDB table type.
This type allows SQL transactions (COMMIT, ROLLBACK).

Note: BerkeleyDB is build as part of mysql323-server since mysql
      needs a special version of it. Thus we can't depend on
      databases/db3 at the moment.
2001-01-25 00:44:33 +00:00
FUJISHIMA Satsuki
8c7f022063 fix typo and correctly installing startup script.
PR:		21422,21448
Reported by:	Vivek Khera <khera@kciLink.com>
2001-01-23 14:43:49 +00:00
Dirk Froemberg
83e2341f7d Upgrade to 3.23.32. 2001-01-22 22:46:32 +00:00
Dirk Froemberg
a67288c74a Remove NO_LATEST_LINK now that mysql323-{client,server} are the
one and only.
2001-01-22 10:09:51 +00:00
FUJISHIMA Satsuki
b8da2b99b5 o Add missing headers.
o change redundency in pkg-comment.
o forcing depends on mysql323-client.

PR:		24126
Submitted by:	maintainer
2001-01-21 20:26:43 +00:00
Dirk Froemberg
403c5283fa Fix moved MASTER_SITE. 2001-01-21 20:09:16 +00:00
Dirk Froemberg
88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +00:00
Dirk Froemberg
13506ce5fe Fix build on FreeBSD-3.x.
PR:	ports/24160
2001-01-21 11:49:48 +00:00
Clive Lin
a7ac79a7f1 Fix breakage due to inappropriate patch files.
PR: 24419
2001-01-20 16:20:48 +00:00
Neil Blakey-Milner
e2d2171a53 Add phppgadmin 2.2.1.p1,web Based Postgres Administration. 2001-01-19 15:00:39 +00:00
Neil Blakey-Milner
00fd580f6f Change the BUILD_DEPENDS I was using for testing to RUN_DEPENDS. 2001-01-19 14:51:11 +00:00
Neil Blakey-Milner
fd95ea6185 Add phpMyAdmin, a set of PHP3 scripts to adminstrate MySQL over the web 2001-01-19 12:53:37 +00:00
Dirk Froemberg
e8edf128ce Upgrade to 3.23.31. 2001-01-19 00:05:50 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Kevin Lo
faa76f4d2f Update to 2.0.3
PR: 24353
Submitted by: Ports Fury
2001-01-16 15:15:26 +00:00
Chris D. Faulhaber
b65ec87afa Mark as FORBIDDEN due to back door
Submitted by:	CERT advisory CA-2001-01
2001-01-11 15:21:56 +00:00
Kevin Lo
122aeb5544 Update to 2.0.2
PR: 24199
Submitted by: Ports Fury
2001-01-10 15:50:55 +00:00
Kevin Lo
8303090cbf Fix Makefile and pod2man problem.
BTW, patch-aa is no longer needed.

PR: 24152
Submitted by: MAINTAINER
2001-01-09 17:12:44 +00:00
Dirk Froemberg
e2af3249c8 Override PORTREVISION from master port. 2001-01-07 14:52:30 +00:00
Dirk Froemberg
4422c35a75 Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGS
to work around a problem causing mysqld to crash under heavy load
and multiple connections at the same time.

PORTREVISION bumped.
2001-01-07 14:51:48 +00:00
Dirk Froemberg
76f676a1de --with-low-memory serves a similar purpose as patch-aq. 2001-01-07 13:52:24 +00:00
Will Andrews
e46c638781 Add p5-BerkeleyDB 0.12, perl5 interface to the Berkeley DB package
revision 3.

PR:		24064
Submitted by:	T. William Wells <bill@twwells.com>
Regex help:	Jeremy Shaffner <jeremy@external.org>
2001-01-07 07:23:10 +00:00
Kevin Lo
8c5821e2fa Update to 2.0.0
PR: 24093
Submitted by: Ports Fury
2001-01-06 16:10:40 +00:00
Dirk Froemberg
cc3ecfa822 Remove extra .gz in MAN1. 2001-01-05 23:40:52 +00:00
Dirk Froemberg
c2b1c5db7f Upgrade to 3.23.30. 2001-01-05 17:13:33 +00:00
FUJISHIMA Satsuki
c62e446518 make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow
building without root privilege.

PR:		21951
Submitted by:	Kawata Masahiko <m-kawata@cd.jp.nec.com>
2001-01-03 19:55:30 +00:00
Kevin Lo
4356313d1c Update to 2.22
PR: 24043
Submitted by: MAINTAINER
2001-01-03 13:01:35 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Will Andrews
7756dfe8f4 Add p5-Text-Query-SQL 0.09, a perl module that provides query builders for
SQL databases.

PR:		23969
Submitted by:	Anton Berezin <tobez@tobez.org>
2000-12-31 05:44:52 +00:00
Chris D. Faulhaber
4714098109 Add missing files to plist
PR:		23804
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2000-12-25 13:52:50 +00:00
Akinori MUSHA
33229c4c30 Get the WITH_CHASEN knob really working.
Add wvWare dependency and add a WITHOUT_MSOFFICE knob.
2000-12-20 21:14:31 +00:00
Dmitry Sivachenko
0aafce6a70 Remove trailing period and package name from the pkg-comment. 2000-12-18 20:32:55 +00:00
Dirk Froemberg
f2f4c3cebe Upgrade to 3.23.29a. 2000-12-18 16:32:15 +00:00
Peter Pentchev
c31a5e5669 Chase checksum.
PR:		23528
Submitted by:	maintainer
2000-12-13 20:47:17 +00:00
Steve Price
a348e709cc Update to version 7.0.3.
PR:		23371
Submitted by:	maintainer
2000-12-11 03:22:07 +00:00
Steve Price
1722222585 Palle Girgensohn <girgen@partitur.se> stepped forward and said that he
would like to maintain this port.
2000-12-08 06:12:19 +00:00
Dirk Froemberg
be4c7a8cdc Go back to where I started: Put mysql.sock in /tmp/...
PR:		ports/23266
Submitted by:	Louis Mamakos <louie@TransSys.COM>
2000-12-04 15:13:36 +00:00
Dirk Froemberg
55dcab4f16 Move mysql.sock from ${DB_DIR} to /var/run/. ${DB_DIR} has mode 700
so only root and mysql were able to connect to the socket...

Noticed by:	Marco Hinz <marco@todo.de>
2000-12-04 11:47:11 +00:00
Maxim Sobolev
922dd6737a Nuke databases/p5-ApacheDBI and audio/ripit-atapi.
databases/p5-ApacheDBI
        Redundant; we already have a ports/www/p5-Apache-DBI that is the same
        program.  Maintainer did not know this when submitting the port.
audio/ripit-atapi
        The functionality of this port has been incorporated into
        ports/audio/ripit.  This port is no longer necessary.

PR:		23259
Submitted by:	maintainer
2000-12-04 09:52:11 +00:00
Peter Pentchev
8bc53f743d Update to version 0.5.
PR:		23235
Submitted by:	maintainer
2000-12-04 08:57:58 +00:00
Maxim Sobolev
511f19be24 Update to 0.3.0. 2000-12-04 08:47:04 +00:00
Kevin Lo
a7275fa0c2 Update to version 2.21
PR: 23199
Submitted by: MAINTAINER
2000-12-01 16:55:38 +00:00
Dirk Froemberg
254b51509b Put socket file into ${DB_DIR}.
Submitted by:	Vivek Khera <khera@kcilink.com>
2000-12-01 11:13:23 +00:00
Dirk Froemberg
6fc722add6 Enable libwrap and put socket file into ${DB_DIR}.
Submitted by:	Vivek Khera <khera@kcilink.com>
2000-12-01 11:02:55 +00:00
Dirk Froemberg
a525e01845 Upgrade to 3.23.28. 2000-12-01 10:31:49 +00:00
Dirk Froemberg
edd90209be Adjust mysql's homedirectory if already exists. 2000-11-30 23:42:41 +00:00
Kevin Lo
f2fbabc0e7 Update to version 2.20
PR: 23155
Submitted by: MAINTAINER
2000-11-28 15:44:30 +00:00
Kevin Lo
f7017a32c2 Update to version 1.8.13
PR: 23133
Submitted by: Ports Fury
2000-11-28 15:07:22 +00:00
Kevin Lo
29ff086185 Support install macros.
PR: 23072
Submitted by: Ports Fury
2000-11-26 15:10:07 +00:00
Maxim Sobolev
29a0461ea9 Ditch out "Version required" from comments section. 2000-11-23 11:56:11 +00:00
Andreas Klemm
1b1d50d68c maintenance -> ports@FreeBSD.ORG for the same reason. 2000-11-23 06:21:05 +00:00
Andreas Klemm
444f1bc0fd hand maintenance of this port over to ports@FreeBSD.ORG
due to lack of time for maintaining and testing. Maybe
somebody other can do better than I.
2000-11-23 06:20:17 +00:00
Donald Burr
1232f4bf06 Import of new port databases/p5-ApacheDBILogger, a Perl5 module that
tracks what's being transferred in a DBI database from a mod_perl
Apache environment.
2000-11-23 04:59:02 +00:00
Donald Burr
8c609e8696 Import of new port databases/p5-ApacheDBILogConfig, a Perl module that
logs webserver access information in a DBI database
2000-11-23 04:44:53 +00:00
Donald Burr
67e64192a4 Import of new port p5-ApacheDBI, a Perl5 module to allow you to
access DBI through an Apache perl interpreter (e.g. mod_perl).
2000-11-22 23:27:50 +00:00
Kevin Lo
afec5bbcdb Support CC/CFLAGS properly.
PR: 22987
Submitted by: MAINTAINER
2000-11-21 15:46:38 +00:00
Dmitry Sivachenko
98ab1ceee2 Fix typo (GigaBASe -> GigaBASE) 2000-11-19 21:29:45 +00:00
Dmitry Sivachenko
3d8ebe2187 Update to version 2.19
PR:		22960
Submitted by:	maintainer
2000-11-19 20:17:18 +00:00
Kevin Lo
e210656b9c - Update to 1.0.2
- Take over maintainership

PR: 22796
Submitted by: Jeremy Norris <ishmael27@home.com>
Approved by: MAINTAINER
2000-11-17 14:42:50 +00:00
Nick Sayer
f63adfa120 There has got to be someone who understands databases better than me to shepard
this port. :-)
2000-11-16 17:44:40 +00:00
Nick Sayer
dc7930522f Give up maiantainership. I'm not really a perl guy and this port's pretty
stable anyhow.
2000-11-16 17:41:46 +00:00