Commit Graph

887 Commits

Author SHA1 Message Date
Dirk Froemberg
8d67b310bc Upgrade to 3.23.34a. 2001-03-12 07:06:50 +00:00
Dirk Froemberg
33349f20e2 libxforms.so.0 -> libforms.so.0 2001-03-11 13:04:08 +00:00
Kevin Lo
c1c5840db7 Fix CONFIGURE_ARGS
PR: 25674
Submitted by: maintainer
2001-03-11 08:12:49 +00:00
Kris Kennaway
3608c099bc Revert previous commit and reinstate maintainer: the FreeBSD version of
interbase is not distributed by Borland, and there does not appear to be
a patch available for the vulnerability.
2001-03-11 07:44:41 +00:00
Kris Kennaway
7b0de05bf5 Remove the previous maintainer for inactivity. Failing to submit a patch
for a vulnerability publicized three months ago does not demonstrate an
appropriate level of interest in maintainership of this port.
2001-03-11 07:38:10 +00:00
Kevin Lo
2931335b72 Update to version 2.26
PR: 25652
Submitted by: maintainer
2001-03-11 05:49:09 +00:00
Will Andrews
cca71f50d2 Add firebird 0.9, the open-source InterBase(tm) 6.0 spin-off
(Classic version).

PR:		24313
Submitted by:	Geoffrey C. Speicher <geoff@sea-incorporated.com>
2001-03-10 20:32:33 +00:00
Vanilla I. Shu
1e273b89cf CONFIGURE_ENV will broken this ports,
so change it to CONFIGURE_ARGS.

Submitted by:	maintainer
2001-03-10 03:29:19 +00:00
FUJISHIMA Satsuki
f7da3e0ed2 update to 0.14.
PR:		25593
Submitted by:	maintainer
2001-03-08 14:26:59 +00:00
Akinori MUSHA
8f5432225b Update MASTER_SITES and WWW. 2001-03-08 13:27:13 +00:00
Clive Lin
de009bbd61 Add missing entry. 2001-03-08 12:45:45 +00:00
Akinori MUSHA
1080c89c3d Add ruby-cdb, Ruby interface to D. J. Bernstein's cdb (constant
database) library.
2001-03-08 12:42:10 +00:00
Clive Lin
e42c2ab599 New port: p5-Tie-DBI
Tie::DBI is a perl module implementing Tie hash to a DBI handle.
2001-03-08 11:40:30 +00:00
Jimmy Olgeni
46d491d5ac Update MASTER_SITES: the port had some unfetchable distfiles.
PR:		25591
Submitted by:	maintainer
2001-03-07 22:28:27 +00:00
Akinori MUSHA
8e392f9152 Add ruby-bdb, a Ruby interface to Sleepycat's Berkeley DB revision 2
or later.
2001-03-07 19:10:52 +00:00
Thomas Gellekum
8ff2a71cf3 Correct file name. 2001-03-05 12:44:58 +00:00
Dirk Froemberg
77211fbcb3 BDB doesn't compile on alpha.
Submitted by:	Taylor Mallette <taylor.mallette@compaq.com>
2001-03-04 18:50:21 +00:00
Ying-Chieh Liao
82bd419f1a add fastdb
Main Memory Relational Database Management System
2001-03-02 16:25:55 +00:00
Clive Lin
ff944a5644 MAKE_ENV -> CONFIGURE_ENV to make PERL_CONFIGURE happy. Otherwise
we can't build this port.

Reviewed by: vanilla
2001-03-02 08:29:28 +00:00
Akinori MUSHA
26d48c289c Fix the dependency. (japanese/chasen -> japanese/p5-Text-ChaSen) 2001-03-02 07:06:18 +00:00
Thomas Gellekum
ed3bc16bc4 Use the py-distutils for building and installing. 2001-03-01 12:24:24 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Maxim Sobolev
a2a5360b80 There is no libgcc_r.a anymore. 2001-02-28 11:22:46 +00:00
Steve Price
242ee733b9 Tweak post-install target and the wording in pkg-descr.
PR:		24563
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
Approved by:	old maintainer
2001-02-26 04:24:44 +00:00
Steve Price
3c0332ec04 Allow access to MS-SQL databases from PHP.
PR:		22172
Submitted by:	David Hill <djhill@novagate.net>
2001-02-26 03:48:31 +00:00
Jimmy Olgeni
50e7992774 Add missing file to pkg-plist (german.inc.php). 2001-02-25 12:57:30 +00:00
Kevin Lo
260afbe4ad Fix pkg-plist
PR: 25318
Submitted by: Ports Fury
2001-02-25 06:19:42 +00:00
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