Commit Graph

615 Commits

Author SHA1 Message Date
Satoshi Asami
d56acaa582 Fix bogon in previous commit by scrappy -- move ldconfig lines back to
the right place so they will actually be run on the libraries, not some
text files.
1998-12-22 05:36:02 +00:00
Bill Fumerola
54a33a1c80 Fix typo in MASTER_SITES. 1998-12-11 23:37:16 +00:00
Bill Fumerola
5e99d8a3cf Update MASTER_SITES. 1998-12-11 23:33:47 +00:00
Steve Price
7f5f51a792 Remove the trailing '/' from *_DEPENDS definitions.
Caught by: A little perl script for INDEX generation that Satoshi
           and I are working on. :)
1998-12-07 05:34:38 +00:00
Satoshi Asami
e3f53a8e89 Don't try to be too fancy about using ps to find its flags, it breaks
chrooted builds.  Don't start mysql automatically if PACKAGE_BUILDING
is defined.

Submitted by:	maintainer
1998-12-01 02:56:08 +00:00
Satoshi Asami
ed16ea014b Mark this broken.
-------
cc -c -I/usr/local/pgsql/include -I/usr/local/include -O -pipe     -DVERSION=\"1.6.1\"  -DXS_VERSION=\"1.6.1\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE  Pg.c
In file included from /usr/local/pgsql/include/postgres.h:40,
                 from Pg.xs:25:
/usr/local/pgsql/include/config.h:247: warning: `USE_LOCALE' redefined
/usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:342: warning: this is the location of the previous definition
Pg.xs: In function `XS_Pg_PQexec':
Pg.xs:300: sizeof applied to an incomplete type
Pg.xs: In function `XS_PG_conn_exec':
Pg.xs:702: sizeof applied to an incomplete type
*** Error code 1

Stop.
1998-11-28 00:55:35 +00:00
Satoshi Asami
26e16a36b5 Mark this broken:
-------
 :
cc -c -I/usr/local/pgsql/include -I/usr/local/include/pgsql -I/usr/include/pgsql -I/usr/local/lib/perl5/5.00502/i386-freebsd/DBI -I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBI -I/usr/local/include -O -pipe     -DVERSION=\"0.72\"  -DXS_VERSION=\"0.72\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE  dbdimp.c
dbdimp.c: In function `dbd_db_ping':
dbdimp.c:135: dereferencing pointer to incomplete type
dbdimp.c:136: dereferencing pointer to incomplete type
dbdimp.c:140: dereferencing pointer to incomplete type
dbdimp.c:140: dereferencing pointer to incomplete type
dbdimp.c:141: dereferencing pointer to incomplete type
dbdimp.c:142: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:146: dereferencing pointer to incomplete type
dbdimp.c:147: dereferencing pointer to incomplete type
dbdimp.c:148: dereferencing pointer to incomplete type
*** Error code 1

Stop.
1998-11-28 00:54:29 +00:00
Satoshi Asami
ad69327852 Add PKGNAME without the "v" in version number. 1998-11-24 05:09:06 +00:00
Satoshi Asami
f234e86fe3 Add shlib minor != 0. 1998-11-24 03:38:16 +00:00
Jacques Vidrine
3d5a983cc3 Update of postgresql bumped libpq version number from .1 -> .2 1998-11-23 17:47:42 +00:00
Andreas Klemm
b1cabdb9b9 upgrade to latest stable version 0.91 1998-11-23 14:11:02 +00:00
Marc G. Fournier
cde9cfb4d2 Upgrade to PostgreSQL v6.4
From: Cyrus Rahman <cr@jcmax.com>
1998-11-22 21:33:20 +00:00
Steve Price
04248aec43 Update to version 3.22.10-beta.
PR:		8701
Submitted by:	maintainer
1998-11-21 20:13:52 +00:00
Andreas Klemm
3a5cd501e5 unbreak port ... xforms is available as ELF now ... 1998-11-21 10:00:02 +00:00
Andreas Klemm
d88deedb69 unbreak this port, xforms is available for ELF 1998-11-21 09:58:22 +00:00
Jun Kuriyama
d1bae6ca98 Add virtual category elisp.
Reminded by:	wosch
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
1998-11-20 15:26:10 +00:00
Satoshi Asami
3807db08a6 Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch. 1998-11-17 03:41:45 +00:00
Vanilla I. Shu
3dbb8310fe Activate gmysql. 1998-11-16 15:48:36 +00:00
Vanilla I. Shu
e103c8a788 It's a graphic frontend of mysql.
PR:		ports/8700
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-11-16 15:43:35 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Jacques Vidrine
77d28a43d9 Blew last commit. This fixes it. 1998-11-13 23:22:58 +00:00
Jacques Vidrine
76fd954367 Update for ELF. 1998-11-13 23:16:25 +00:00
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00
Thomas Gellekum
324dd87a99 Activate gadfly. 1998-11-03 10:02:10 +00:00
Thomas Gellekum
86530c9281 New port gadfly, an SQL database written in Python. 1998-11-03 10:00:04 +00:00
Paul Traina
a79a9045e2 Upgrade to 3.0.8 1998-10-28 22:50:43 +00:00
Peter Hawkins
9d7c8151af Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
- Upgrade to mysql-3.22.9-beta
- fix build under ELF
1998-10-22 07:47:41 +00:00
Satoshi Asami
4dacfed759 Fix various bogons. (I *assume* the libtyphoon.so link was meant for
the a.out case, because otherwise the name of the shared library is wrong.)
1998-10-22 02:30:24 +00:00
Steve Price
5fd5e76156 The mysql321 port is no longer broken. 1998-10-20 01:31:07 +00:00
Steve Price
4cb6da6857 Convert to ELF and make reinstall friendly. 1998-10-20 01:30:07 +00:00
Steve Price
e4afaccacb Add missing file. 1998-10-20 01:29:24 +00:00
Steve Price
f2b54a18ad Postgresql is now fixed. 1998-10-20 01:29:07 +00:00
Steve Price
69994fef94 closedir takes one argument. 1998-10-20 01:28:34 +00:00
Justin M. Seger
3c92df3d36 Unbreak.
Submitted by:	steve
1998-10-16 02:42:29 +00:00
Justin M. Seger
d9ed701fad Mark BROKEN for ELF: depends on BROKEN mysql-3.21.33 1998-10-12 04:26:22 +00:00
Justin M. Seger
b85f8527fb Mark ports that depends on postgresql BROKEN for ELF 1998-10-12 04:14:44 +00:00
Justin M. Seger
084e6ca0c4 Mark BROKEN for ELF:
ld -x -Bshareable -Bforcearchive -o libpq.so.1.1 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-lobj.o dllist.o pqsignal.o pqcomprim.o
/usr/libexec/elf/ld: unrecognized option `-Bforcearchive'
gmake[2]: *** [libpq.so.1.1] Error 1
gmake[2]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces/libpq'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces'
gmake: *** [all] Error 2
1998-10-12 04:12:35 +00:00
Justin M. Seger
903a84837f Mark BROKEN for current:
===>   Compressing manual pages for p5-DBI-1.02
/usr/local/man//man1/dbiproxy.1: No such file or directory
*** Error code 1
1998-10-12 04:04:28 +00:00
Satoshi Asami
bbba9fc4cc Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
1998-10-09 10:05:56 +00:00
Satoshi Asami
54c57c6d28 Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflict
with mysql321.  (sigh)
1998-10-08 01:20:26 +00:00
Steve Price
dc142d45b9 Remove regexp support for tk81 libraries. 1998-10-03 22:06:12 +00:00
Justin M. Seger
a271f9a0c3 Mark BROKEN for ELF. 1998-10-01 11:29:51 +00:00
Steve Price
5d04b9652f Mark broken for ELF because of xforms port. 1998-09-26 23:18:10 +00:00
Satoshi Asami
b6d6b302c9 tcl80 has been ELFized. 1998-09-25 10:07:46 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Vanilla I. Shu
611db2c04c Upgrade to 1.02. 1998-09-16 12:48:16 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Andreas Klemm
b78ea479a5 link with -pthread = -nostdlib und -lc_r
not only using -lc_r what would result in linking in libc and libc_r
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Obtained from:	John Birrell
1998-09-13 17:23:33 +00:00
Andreas Klemm
f92e4169b8 This is the latest mysql version.
In the future we have to mysql ports, a stable one and a developer version.
Under FreeBSD-current this port supports threads ...
1998-09-06 19:58:26 +00:00
Andreas Klemm
e65bb86034 use stable mysql port 1998-09-06 19:28:04 +00:00
Andreas Klemm
d91a053805 Use stable mysql port 1998-09-06 19:24:48 +00:00
Andreas Klemm
69e84eb082 nuke mysql entirely
add necessary entries for both mysql ports after repository copy
1998-09-06 19:23:36 +00:00
Satoshi Asami
2d8ab3c4a7 Mark ports that are still suffering from post-perl5-upgrade syndrome
as broken.  Actually there were much fewer than I thought.

Approved by:	markm
1998-09-03 13:45:47 +00:00
Andreas Klemm
8bff0c5071 Dirk Froemberg <ibex@physik.TU-Berlin.DE> is the new maintainer,
agreed by Josh Tiefenbach <josh@ican.net>, thanks Josh for your
previous work on this port.
Port is no more broken. Requested by new maintainer and tested by
me with a -current system.
1998-09-01 20:27:19 +00:00
Peter Hawkins
32cdc631bd the install.db script should be run from within ${WORKSRC} 1998-09-01 15:27:36 +00:00
Vanilla I. Shu
ba386b051f Upgrade to 1.2003. 1998-08-31 14:02:06 +00:00
Steve Price
0e6618d59d Update to version 2.0.4.1 and in the process: portlint, fix
PLIST, and honor PREFIX.
1998-08-30 15:57:34 +00:00
Andreas Klemm
dc35cc5dcc Update to newest version 3.0.6 1998-08-30 10:15:09 +00:00
Justin M. Seger
673675251d Perl fixes 1998-08-23 14:21:41 +00:00
Justin M. Seger
0f2e26c397 Perl fixes 1998-08-23 04:12:26 +00:00
Satoshi Asami
7cd6f24734 /bin/cp /usr/ports/databases/mysql/work/mysql-3.21.33/data/mysql/*.frm /usr/local/share/mysql/mysql
/usr/ports/databases/mysql/work/mysql-3.21.33/scripts/mysql_install_db
Didn't find the 'data' directory in the current directory
You should be in the distribution directory when executing this script
Please go to the directory where you unpacked this distribution
and start this script with 'scripts/mysql_install_db'
*** Error code 1
1998-08-20 13:29:17 +00:00
Satoshi Asami
98a7ab34e0 deve/p5-Data-Dumper is included in perl now. 1998-08-19 09:47:25 +00:00
Satoshi Asami
15ba0dd5a8 Um, PERL_VER is not spelled PERL_VERL. ;) 1998-08-18 23:09:20 +00:00
Vanilla I. Shu
45b832697e Upgrade to 1.2001, and set myself as maintainer. 1998-08-18 03:07:08 +00:00
Vanilla I. Shu
b1e0c705d9 Upgrade to 1.00, and set myself as maintainer. 1998-08-18 02:51:16 +00:00
Tim Vanderhoek
878a2c2268 Long live feminism! No manpages! Nyah-hah-hah! 1998-08-17 08:32:00 +00:00
Steve Price
7f0c6def06 Pick up a few new installed files and follow the new MAN?
paradigm.

Reviewed by:	Paul Traina <pst@juniper.net>
1998-08-17 03:30:41 +00:00
Steve Price
4906d8e5dc Update to version 3.0.5. 1998-08-17 00:52:44 +00:00
Paul Traina
ad98126255 Update to GNATS 3.106 1998-08-16 19:25:42 +00:00
Peter Hawkins
a15ff8a4d0 upgrade to 3.21.33 1998-08-14 12:05:42 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Vanilla I. Shu
1e1c07a556 Compatible with perl5.00501. 1998-08-06 15:18:27 +00:00
Vanilla I. Shu
75e7c5460a Upgrade to 1.1833, and make it compatible with perl5.00501. 1998-08-06 15:13:10 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Satoshi Asami
c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00
Tim Vanderhoek
12ff157726 User `httpd' on the package-building machine already owns msql's uid 80.
Move msql to 87:87 so that package-building works again.  I have an
extremely strong suspicion that msql does not need _reserved_ uid:gid's at
all, but I can't even fetch the distfile to check...
1998-07-25 21:44:55 +00:00
Jacques Vidrine
aacda9f4a0 If the installed python has been linked with threads,
then we need to link this extension module with threads
also.
1998-07-23 17:13:47 +00:00
Jacques Vidrine
de52cac55f Tighten the search for the python library. 1998-07-22 22:33:19 +00:00
Satoshi Asami
9fc443420d Define MAN? macros. I have no idea how packaging worked at all. 1998-07-21 22:16:24 +00:00
Gary Palmer
e752e26de7 Remove NO_PACKAGE. I found the rather small copyright section 1998-07-21 08:26:35 +00:00
Tim Vanderhoek
eb00e56585 Use more official (but equivalent) homepage. 1998-07-20 22:36:22 +00:00
Tim Vanderhoek
6effe3caa7 Add homepage. 1998-07-20 22:33:43 +00:00
Satoshi Asami
fe5312d393 Mark this port broken:
===
## make package
>> Checksum OK for PyGreSQL-2.1.tgz.
===>  Extracting for py-PyGreSQL-2.1
===>  py-PyGreSQL-2.1 depends on executable: python - found
===>  py-PyGreSQL-2.1 depends on shared library: pq\.1\. - found
===>  Patching for py-PyGreSQL-2.1
===>  Configuring for py-PyGreSQL-2.1
test: syntax error
/bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile /usr/ports/databases/py-PyGreSQL/work
/bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile.in /usr/ports/databases/py-PyGreSQL/work
/bin/cp /usr/ports/databases/py-PyGreSQL/scripts/configure.in /usr/ports/databases/py-PyGreSQL/work
install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/install-sh /usr/ports/databases/py-PyGreSQL/work
install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/configure.local /usr/ports/databases/py-PyGreSQL/work/configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin
checking for gcc... cc
checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) works... yes
checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for python... /usr/local/bin/python
checking for pow in -lm... yes
checking for read_history in -lreadline... yes
checking for crypt in -lcrypt... yes
checking for PyArg_Parse in -lpython1.5... no
configure: error: The Python 1.5 library could not be found.
*** Error code 1
 :
===

Note the "test: syntax error" in the first line output from configure.

Satoshi
1998-07-20 11:41:31 +00:00
Satoshi Asami
5eefd90183 Remove empty lines and trailing whitespace.
Found by:	portlint
1998-07-20 11:19:08 +00:00
Gary Palmer
fd9ed5fb1d Let the ports collection do its thing with CDB 1998-07-19 02:44:54 +00:00
Gary Palmer
37657247dd Import of CDB 0.55, a lightweight database package from D. J. Bernstein 1998-07-19 02:37:30 +00:00
Jacques Vidrine
19bd66f983 Change CATEGORIES to ``databases''. 1998-07-06 17:47:33 +00:00
Jacques Vidrine
e510f6c0c4 Activate py-PyGreSQL (in new home). 1998-07-06 17:46:48 +00:00
Jacques Vidrine
65eda25660 Just moved from category devel. 1998-07-06 17:45:35 +00:00
Steve Price
6d6d1b194a Update to version 1.1831
PR:		6765
1998-07-04 19:07:08 +00:00
Andreas Klemm
8cce0da683 Update to newest version 0.88 1998-06-13 13:25:03 +00:00
Satoshi Asami
300c0a3a28 Change "@exec [ ! foo ] && bar" to "@exec [ foo ] || bar" so there
won't be any spurious warning messages when the command bar isn't run.
1998-06-05 07:51:03 +00:00
Vanilla I. Shu
1b358a021c Upgrade to 2.00, add 2 BUILD_DEPENDS. 1998-05-14 08:18:37 +00:00
Steve Price
86e84c3f1f Update to reflect that 1.1 is the current version of libpq.so.
PR:		6527
Submitted by:	Sascha Blank <blank@fox.uni-trier.de>
1998-05-10 22:12:09 +00:00
Steve Price
e81a0d580f Upgrade to version 0.72.
PR:		6461
Submitted by:	Dnaiel J. O'Connor <darius@holly.dons.net.au>
1998-05-03 19:26:58 +00:00
Justin M. Seger
ed24882315 Upgrade to mysql-3.21.29-gamma.
PR:             6322
Submitted by:   ibex@physik.TU-Berlin.DE
1998-04-29 01:10:02 +00:00
Satoshi Asami
3e428be080 Andreas forgot to delete PATCH_DEBUG.... 1998-04-22 08:28:07 +00:00
Andreas Klemm
36f89aec96 Upgrade postgresql to version 6.3.2
Many bugfixes and cosmetic changes
Changes by Scrappy and me
My additional changes:
- had to link libpgtcl.so with the crypt library to get rid of the
  pgaccess error message, that crypt is missing
- had to add -i option in the startup script, so that pgaccess is
  able to connect to the postmaster process
- removed all unnecessary patches
- updated PLIST
Thanks to the postgresql developement team, who did a great job to
simplify the postgresql port, by applying the patches and making
the autoconf mechanism more consistent.
Submitted by:	The Hermit Hacker <scrappy@hub.org>
1998-04-21 21:52:10 +00:00
Andreas Klemm
a742a4fdb0 Upgrade to latest pgaccess version 0.86 1998-04-21 21:30:22 +00:00
Satoshi Asami
a62fa32b9b I think Andreas was sleepy. :) 1998-04-20 05:00:19 +00:00
Andreas Klemm
428e50a330 build depends on gnats config files 1998-04-18 09:03:44 +00:00
Andreas Klemm
1f42f892a5 activate tkgnats 1998-04-18 08:59:23 +00:00
Andreas Klemm
3236ba006c New port tkgnats 3.0.3
a tk frontend for the GNATS bug database
1998-04-18 08:58:02 +00:00
Vanilla I. Shu
f30cd04cad Upgrade to 1.25, and portlint. 1998-04-04 14:05:12 +00:00
Justin M. Seger
8dbfcee37b Mark BROKEN. DEPENDS on databases/msql which is also BROKEN. 1998-04-03 02:33:06 +00:00
Steve Price
e8454f3188 Remove BROKEN tag as this now packages. 1998-03-29 01:31:41 +00:00
Steve Price
a593633aa6 I don't quite understand how I got all these files to
install the first time, but they don't install anymore so
remove them from the PLIST.

Found by:	Satoshi Asami
1998-03-29 01:30:15 +00:00
Satoshi Asami
e34037ebdd Mark this port broken, doesn't package. 1998-03-28 18:50:58 +00:00
Steve Price
ee9d82123f Update to version 3.21.26gamma.
PR:		6075
Submitted by:	Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-03-28 14:43:39 +00:00
Andreas Klemm
9fa14a7780 Postgresql binary isn't fetchable, was removed from the master sites.
I think this is ok'd by Satoshi.
Submitted by:	jseger@freebsd.scds.com
1998-03-22 16:45:18 +00:00
Steve Price
40d8652613 Upgrade to version 3.21.25g-gamma.
PR:		5983
Submitted by:	Dirk Foremberg <ibex@physik.TU-Berlin.DE>
1998-03-16 02:46:42 +00:00
Andreas Klemm
4f36ebacc4 Try to commit again. I think the trouble happened, because
I didn't checkout first ...
Here the update to 1.8
1998-03-02 19:28:18 +00:00
Andreas Klemm
9573a0fb40 unbreak port (updated PLIST) 1998-03-02 18:42:22 +00:00
Andreas Klemm
a93389b0d5 The long description of the port pgaccess-0.73 saids to use:
make USE_TCL all install
This in incomplete
make USE_TCL=yes  all install
is correct
Reviewed by:	Gert van der Plas <gert@inferno.phys.tue.nl>
1998-02-27 13:24:44 +00:00
David E. O'Brien
3880720e3a Note the PR.
PR:		ports/5868
1998-02-27 11:50:28 +00:00
David E. O'Brien
2fa01dbb28 Port is BROKEN.
1.  Isn't PREFIX clean
2.  PLIST is way erronious  (comment out NO_PACKAGE) and just try...
    (PR to be submitted)
1998-02-27 11:42:55 +00:00
Steve Price
759f03cceb Create the /var/db/mysql/* files in the package'd version of
this port.  Also sort pkg/PLIST and some minor portlint mods.

PR:		5014
1998-02-23 02:55:34 +00:00
Vanilla I. Shu
0a88858ba9 Upgrade to 0.93. 1998-02-18 18:17:31 +00:00
Steve Price
fcc102b669 Fix to properly install info files.
PR:		5740
Submitted by:	Igor Vinokurov <igor@zynaps.ru>
1998-02-15 17:01:07 +00:00
Thomas Gellekum
8c996bfeee Upgrade to 2.0.3; James seems to be busy at the moment.
PR:		4769
Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>
1998-02-13 10:54:49 +00:00
Satoshi Asami
6cc05d736b Mark this port broken, doesn't package. 1998-02-02 15:58:45 +00:00
Satoshi Asami
e668ce0413 Make this port properly package.
Now, I know you tested it (who doesn't? :), Andreas, but you need to
test it *twice* with a "make deinstall" in between, or you may not
catch files that were left from the previous installation (as it was
in this case).
1998-02-02 02:27:43 +00:00
Andreas Klemm
047fa2d6d6 Forgot cvs add for the previous commit.
Please test.
1998-01-31 18:26:49 +00:00
Justin M. Seger
2f28bb286a DISTFILE moved on MASTER_SITE. 1998-01-31 16:59:53 +00:00
Andreas Klemm
7171d65051 Update to latest version 0.4.4
Please note: you need the newest xforms library (BTW: same for xmysql !)
1998-01-29 12:39:44 +00:00
Andreas Klemm
e3debfb3b2 Update this port to version 1.7 1998-01-29 12:26:03 +00:00
James FitzGibbon
53dfd4cc19 Upgrade to v0.91
Submitted by:	Peter van Heusden <pvh@leftside.wcape.school.za>
1998-01-27 16:19:00 +00:00
Bill Fenner
00f93c6784 Use MASTER_SITE_SUNSITE and fix paths (xapps/ is gone).
Submitted by:	distfile checker
1998-01-27 00:44:49 +00:00
James FitzGibbon
fbc792cfee Upgrade to v2.3.16
Submitted-by: Josh Tiefenbach <josh@ican.net>
1998-01-26 18:43:21 +00:00
James FitzGibbon
a8515c9fe5 Update to v3.21.21a-beta
Submitted by:	Josh Tiefenbach <josh@ican.net>
1998-01-26 18:24:43 +00:00
Paul Traina
2a888bdfdb Make gnats port to package cleanly.
PR:		5506
Submitted by:	Jun Kuriyama
1998-01-24 22:17:15 +00:00
Paul Traina
ccfad98214 Bring in 2 big jumbo patches from the bug-gnats mailing list. 1998-01-20 17:06:26 +00:00
Paul Traina
003b53e2f4 Bring in a bunch of post 3.104 patches that came from Cyclic and
the bug-gnats mailing list.  There are a ton of bugfixes and
some good new features (like user defined states).

I should have used the makefile's patch code to deal with this,
but the patches had differning formats and there were order dependancies,
so I built these patch ffiles by hand.
1998-01-20 06:27:21 +00:00
Satoshi Asami
0a8e056e58 Define PKGNAME, "beta" not allowed here. 1998-01-13 04:48:26 +00:00
Steve Price
33931bd10c closedir(...) requires a DIR argument.
PR:		5177
Submitted by:	Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
1998-01-11 17:59:01 +00:00
Steve Price
9aa91227a1 Remove nonexistent directory from SUBDIR list.
PR:		5078
1998-01-11 17:54:44 +00:00
James FitzGibbon
96b85ccd44 Upgrade to v3.21.19
Submitted by: Josh Tiefenbach <josh@ican.net>
1998-01-06 16:18:51 +00:00
Andreas Klemm
0e551374f3 Updated pgaccess to version 0.73 (bugfix release)
From the author:

Date: Sun, 04 Jan 1998 12:44:48 +0200
From: Constantin Teodorescu <teo@flex.ro>
Organization: FLEX Consulting Braila
Subject: Bug in PgAccess 0.7x , fixed in 0.73 !

Hello all,

recently Dave Chapeskie has discovered a bug in visual query builder,
when deleting table or links! This was due to last changed in source
code made in order to allow table aliasing.

All previously released 0.7x versions of PgAccess are buggy from this
point of view!

I have released today the 0.73 version that fixes it! Please use the new
versions and keep me informed !!!

This new version is also using a drop-down-like combo for choosing
tables in visual query builder! I will probably use it in other places
in order to enhance PgAccess.

Thanks again for testing PgAccess.
1998-01-04 15:17:25 +00:00
Andreas Klemm
2ee96f0ef3 update to version 0.72
from the author:

"I started to write at the Reports module.
from a table, no filters, no sorts (yet) !
Of course, no prints ! Only fields in output report (no labels, lines or
rectangles)!
I am working now at region resizing (page header, footer, detail, etc)
Reports will be generated as Postscript file!
stay close ..."
1997-12-28 22:23:20 +00:00
Andreas Klemm
9d16f6a44f Constantin is very productive ;-)
Update to version 0.70

From his announcement:
> PgAccess v0.70 handles now user defined forms and scripts!
>
> Manipulating forms, PgAccess could be enhanced by the user in order to
> generate new applications.
> The powerfull scripting feature inherited from Tcl/Tk, the native
> environment of PgAccess, allow users to define and use new procedures,
> libraries and even call "system" procedures that I have been used
> writting PgAccess. I would say that PgAccess will be able to accept
> "plugin" modules in order to make him more powerfull. It will make him
> just a "shell" who will set up only a "working environment" for newly
> developed applications!!!!
>
> More information and some examples you will find at
> http://www.flex.ro/pgaccess/pga-rad.html
>
> Once more, I would like to thank you folks for giving me PostgreSQL and
> Visual Tcl, and hoping that PgAcces would help making them more popular!
1997-12-26 22:17:14 +00:00
Andreas Klemm
33c3bccbd3 Updated to version 0.67
Wish you a mery christmas... ;-)
1997-12-24 09:24:44 +00:00
Alexander Langer
dab61dff14 No need to use += on first appearance of variables. 1997-12-24 01:21:47 +00:00
Andreas Klemm
90c1bf33bb updated pgaccess port to newest version 0.65 1997-12-23 16:39:39 +00:00
Satoshi Asami
823b320960 Delete the database before installation if PACKAGE_BUILDING is defined
-- we are obviously not interested in keeping the old versions around
in that case.
1997-12-04 11:44:52 +00:00
Andrey A. Chernov
5a0d725b4d Use non-substituted package name for indices 1997-12-03 14:02:07 +00:00
Andrey A. Chernov
e174a02504 Add p5-MLDBM 1997-12-03 07:15:21 +00:00
Andrey A. Chernov
c9b1e04be3 store multi-level hash structure in single level tied hash 1997-12-03 07:11:19 +00:00
Justin M. Seger
758e29bf8b Remove bad MASTER_SITES 1997-11-26 23:48:40 +00:00
Justin M. Seger
cc589c133c Remove bad MASTER_SITE and fix version required line. 1997-11-26 23:42:12 +00:00
Justin M. Seger
7e2ee40a89 Remove bad MASTER_SITES, portlint. 1997-11-26 23:35:27 +00:00
Justin M. Seger
178dcffaa1 Remove bad MASTER_SITE, change MAINTAINTER to MAINTAINER and clean up a few portlint errors. 1997-11-26 23:30:11 +00:00
Satoshi Asami
afefbca703 Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place. 1997-11-22 00:51:36 +00:00
Satoshi Asami
ff3cc4ad51 Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system. 1997-11-22 00:47:18 +00:00
James FitzGibbon
69e5fc4f6f Fix Makefile to reference perl 5.004_04
Submitted by:	axl@iafrica.com
1997-11-18 19:05:12 +00:00
James FitzGibbon
20fa4555d0 Upgradet to v2.3.12
Submitted by:	"Josh Tiefenbach" <josh@ican.net>
1997-11-11 16:58:48 +00:00
James FitzGibbon
657a5370d5 Update to description file
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-31 20:20:19 +00:00
Andreas Klemm
d8d6ed40b4 update to 6.2.1, possibly more committs to come (PLIST) 1997-10-30 14:34:25 +00:00
James FitzGibbon
24a5035b30 Upgrade to v3.20.32a
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-29 14:43:35 +00:00
Andreas Klemm
85236b300e update to release 0.62
bugfix "Multiple layout (n) found"
1997-10-27 21:48:06 +00:00
Andreas Klemm
0b192ef053 bugfixrelease 0.61, just before ports freeze ;-) 1997-10-14 19:04:59 +00:00
Andreas Klemm
c5de446b09 - updated to newest version 0.60
- author was so nice to add a version number in the source file, hurray.
- "dynamically" patch the path to libpgtcl.so ${PREFIX}/pgsql/lib/libpgtcl.so|
  depending on the PREFIX variable using new post-configure script
- tested building, installing, packaging
1997-10-12 13:03:04 +00:00
James FitzGibbon
e999c3c131 Upgrade to v3.20.31e (could have sworn we just did something like this...)
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-09 19:51:53 +00:00
James FitzGibbon
6a456e55fd Upgrade to v3.20.31d
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-09 15:52:00 +00:00
James FitzGibbon
d1453d6313 Upgrade v3.20.31b
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-08 20:08:30 +00:00
Satoshi Asami
4598e6a086 Checksum changed. 1997-10-08 05:12:08 +00:00
Andreas Klemm
e5ea959584 Grrr. when writing the committ message I noticed in the source,
that this is version 0.52. I really hate this :-/
1997-10-05 21:22:55 +00:00
Andreas Klemm
2cacf2d43c source archive changed on the server without bumping the version
number. HELP, need LOCAL_PORT ! Who with proper permissions could
please do a make fetch and place this tar archive under
LOCAL_PORT/pgaccess-0.52.tar.gz ? Thanks.
1997-10-05 21:21:44 +00:00
Andreas Klemm
ac27474d25 a symlink was missing
thanks John, for testing the port
Submitted by:	John Fiber
1997-10-05 21:12:29 +00:00
Andreas Klemm
a53f1f9a5e - remove the ampersand, postmaster process automatically goes into
background because of the -S option.
- remove the -D datadir option, it's meaningless, because the pgsql
  user environment overwrites it with the PGDATA env variable.
  Since this is important and might cause some headache, I mentioned
  this in ~pgsql/.profile and the startup script.
Submitted by:	John Fiber
1997-10-05 21:00:49 +00:00
Andreas Klemm
686511f050 Point to pgaccess in the post-installation notes. 1997-10-05 10:23:18 +00:00
Andreas Klemm
969af2e6e1 Change libpgsql.so.1 to version number uncritical libpgsql.so 1997-10-05 00:38:37 +00:00
Andreas Klemm
463e2f07fc libpq and libpgtcl shared libs get both a major and minor release number.
Fixed the wrong libpq symlink after "make install".
Updated PLIST.
Have to change pgaccess port now, to load the correct lib after
major minor change.
1997-10-05 00:34:53 +00:00
Andreas Klemm
65d15ee84b make pgaccess finally work ;-)
- in order to access the template1 database as pgsql user, the
  environment needs the DISPLAY variable set to at least ":0"
- pgaccess loads dynamically the libpgtcl.1, some symbols from
  another dynamic lib are needed as well -> libpq.so.1.0
  Makefile (patch-af) modified (copied from the Linux clause),
  so that shared lib libpgtcl is created with proper loader flags.
1997-10-04 23:38:59 +00:00
Andreas Klemm
f12060909c enabled pgaccess 1997-10-04 23:32:05 +00:00
Andreas Klemm
7551a06aeb New port pgaccess, a _working_ (yuppee, got it to work finally)
TCL/TK frontend to postgresql ;-)
More commits to come (in postgresql port)
1997-10-04 23:31:00 +00:00
Andreas Klemm
06e9686a05 make USE_TCL=yes compiles libpgtcl subdir which is needed
for building the tcl/tk based database frontend pgaccess.
For an updated version of this tool a separate port will
follow. Please test these changes well, so that we get a
nice PostgreSQL 6.2 version up and running "b4" port freeze ;-)
1997-10-04 22:43:26 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Andreas Klemm
e0f099c73b forgot the backslashes in the script. 1997-10-03 18:26:54 +00:00
Andreas Klemm
8f5d33e0f1 Upgrade from version 6.1.1 to 6.2
Please note: when performing a migration to 6.2 and you have an existing db,
then you have to use the *new* pg_dumpall script that comes with this new
postgresql release. The INSTALL file points this out explicitely !!!

Changes:
- startup script resides in FILESDIR
- renamed it to be in sync with INSTALL file from sources
- always install this startup script over an existing, because
  of the nature of the rc.d directory I can't install it
  to pgsql.sh-dist, if a pgsql.sh is already presend ...
- portlint detected trailing whitespace, usage of perl with absolute
  path, usage of echo instead of ECHO and plenty things of this kind
- post installation notes updated, mentioned the mailing list
- copies the html pages as well to the share/doc directory (new manual dir)
- had to update PLIST
- shortened DESCR file, to match the 24 lines
- added post build target, that reminds the admin how to proceed when
  already having a database -> INSTALL file describes migration
- updated manpages
1997-10-03 14:13:36 +00:00
James FitzGibbon
55b5c070e5 Upgrade to v2.3.11
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-03 14:13:24 +00:00
Andreas Klemm
addd670635 Upgrade from 6.1 to 6.1.1 1997-09-27 21:43:52 +00:00
James FitzGibbon
4f057f3d22 Upgrade to v3.20.30b
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-27 02:30:17 +00:00
James FitzGibbon
9f2f980a36 Upgrade to v1.1810 1997-09-17 13:59:00 +00:00
James FitzGibbon
dd4510f7aa Upgrade to v1.1811 1997-09-17 13:58:56 +00:00
James FitzGibbon
cfce11ac0b Upgrade to v3.20.29
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-17 13:28:51 +00:00
James FitzGibbon
7426ec2841 Mass update of CPAN ports
p5-Pg                   ->      1.6.1
        p5-Tk                   ->      402.002
        p5-WWW-Search           ->      1.010
        p5-libwww               ->      5.12
1997-09-14 04:00:20 +00:00
James FitzGibbon
d2efc9486f Mass upgrade of CPAN ports:
p5-Apache		->	1.00b2
	p5-Array-PrintCols	->	2.0
	p5-C-Scan		->	0.4
	p5-DBD-Pg		->	0.62
	p5-Data-Flow		->	0.05
	p5-Devel-Peek		->	0.83
	p5-HTML-Stream		->	1.40
	p5-HTTPD-Tools		->	0.55
	p5-Image-Size		->	2.4
	p5-IniConf		->	0.92
	p5-Msql			->	1.1809
	p5-Mysql		->	1.1809
	p5-PGP			->	0.3a
	p5-Pg			->	1.6.1
	p5-Tk			->	402.002
	p5-WWW-Search		->	1.010
	p5-libwww		->	5.12
1997-09-14 02:55:26 +00:00
James FitzGibbon
700673ac03 Upgrade to v1.1808 1997-09-13 17:55:22 +00:00
James FitzGibbon
d6f9144e24 Upgrade to v0.90 1997-09-13 17:53:20 +00:00
Satoshi Asami
d4bbd5fa01 I think we need this. 1997-09-09 00:53:09 +00:00
Satoshi Asami
d97ac3a29f Move WRKSRC down to "misc. bsd.port.mk variables" section. Also delete
USE_X11, USE_IMAKE implies it.
1997-09-09 00:39:46 +00:00
James FitzGibbon
444d298e53 Upgrade to v3.20.25
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-05 20:23:13 +00:00
James FitzGibbon
d23412b3d8 Upgrade to v2.2.6
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-05 20:22:12 +00:00
James FitzGibbon
f4b265085d Upgrade to 2.01
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@gns.com.br>
1997-09-03 03:03:18 +00:00
Andreas Klemm
b20e878184 Enabled 2 new ports xmysql and xmysqladmin 1997-09-02 15:10:38 +00:00
Andreas Klemm
0e8b297194 New port xmysqladmin ...
XmysqlAdmin is a front end to the MySQL database engine.
It allows reloads, status check, process control, isamcheck
and grant/revoke privileges.
1997-09-02 15:06:32 +00:00
Andreas Klemm
9cf0c35672 New port xmysql.
XmySQL is a front end to the MySQL database engine.  It allows for
simple queries and table maintenance, as well as batch queries.
XmySQL has been compiled and tested on Linux 2.0.0 with MySQL 3.20.16
and Xforms version 0.86.
1997-09-02 14:56:45 +00:00
Andreas Klemm
9e54d78373 Enable xmbase-grok 1997-08-30 13:26:53 +00:00
Andreas Klemm
9fed88020d New port xmbase-grok
formerly just called "grok", is a simple database manager
and UI builder that can:
  *  keep phone and address lists (like a rolodex)
  *  store phone call logs
  *  keep todo lists
  *  manage any other database after simple GUI-driven customization
  *  customized data export, HTML export built in
1997-08-30 13:25:06 +00:00
Paul Traina
5879c157ad Update to 3.104 beta.
Warning: the directory structure has shifted again (lib/gnats -> libexec/gnats)
Also, I am now compiling and configuring gnats with "with release based"
which adds additional functionality and is backwards compatible, but adds
new PR fields you may not expect to see.
1997-08-26 22:30:07 +00:00
Bill Fenner
2de4e1c8c0 Re-sort SUBDIRS 1997-08-19 07:17:56 +00:00
Thomas Gellekum
126a66a56d Remove exodus. 1997-07-30 11:47:51 +00:00
James FitzGibbon
870c39be70 Deactivate ports/databases/xfsql
Deactivate ports/www/w3-msql
1997-07-20 14:34:58 +00:00
Satoshi Asami
dc5ea736c7 Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
1997-07-18 05:04:20 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
James FitzGibbon
e8f1c65fc4 Fix pkg/COMMENT to not use the specific version number
Submitted by:	itojun@itojun.org
1997-07-15 17:35:48 +00:00
James FitzGibbon
2b7b1ae6f8 Massive changes to mSQL and related ports:
- msql-beta is now dead.  Now that v2.0 release is out, it has been folded into ports/databases/msql.
- p5-DBD-mSQL is dead.  It has been rolled into p5-Msql
- The version number of p5-Msql has moved from 1.1702 to 0.91.  This new version numbering scheme is related to the "Msql-modules" distfile on CPAN, whereas the old version numbering scheme was based on the "MsqlPerl" distfile (which is no longer available)
1997-07-14 13:23:33 +00:00
James FitzGibbon
1a84e7d783 Merge from msql-beta port as of 07/11/97
Upgrade to v2.0 release
PR:             ports/4072
1997-07-14 12:47:08 +00:00
James FitzGibbon
ebb15f23a1 Merge from msql-beta port as of 05/18/97
Upgrade to v2.0b7.1
1997-07-14 12:45:30 +00:00
James FitzGibbon
42d5f3f5e5 Merge from msql-beta port as of 04/28/97
Change startup script in ${PREFIX}/etc/rc.d to directly run the daemon instead of using the old kludgey run_daemon wrapper.
Fix up two mistakes in the PLIST
1997-07-14 12:44:42 +00:00
James FitzGibbon
4941677497 Merge from msql-beta port as of 04/15/97
Upgrade to v2.0b6

PLEASE NOTE: upgrading from <= b4 of mSQL2 requires that you dump and
re-load all your databases.  See the Makefile for details.
1997-07-14 12:43:38 +00:00
James FitzGibbon
3e63e19182 Merge from msql-beta port as of 03/19/97
Added patch to fix mislocation of mSQL's ACL file.
1997-07-14 12:41:47 +00:00
James FitzGibbon
d29320b1a4 Merge from msql-beta port as of 02/08/97
Remove broken (duplicated) patch-al file.
Submitted by:   Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
1997-07-14 12:40:41 +00:00
James FitzGibbon
8fb5af36ec Merge from msql-beta port as of 2/05/97
Upgrades 2.0b3 -> 2.0b4
1997-07-14 12:37:08 +00:00
James FitzGibbon
f02845aa73 Merge from msql-beta as of 1/21/97 1997-07-14 12:35:19 +00:00
James FitzGibbon
2e3d58f7b0 Add patch to make this compile on -current
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-07-02 21:33:45 +00:00
Peter Wemm
7ae8d56cf7 Update 1.101-beta to 1.102-beta, old distfile had gone. I've made no
other changes.
1997-06-30 07:11:04 +00:00
James FitzGibbon
c42d0253f6 Upgrade to v0.85 1997-06-27 02:27:51 +00:00
James FitzGibbon
ccdb93701a Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00
Andrey A. Chernov
3de20ee66c Fix date language 1997-06-19 08:40:18 +00:00
Satoshi Asami
b9921f4e56 Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI").
Became obvious make package test was omitted by: jfitz :p
1997-06-19 07:46:16 +00:00
James FitzGibbon
476525aeb8 Activate databases/mysql
Activate databases/p5-Mysql
Activate databases/p5-DBD-mysql
Activate databases/p5-DBD-Pg
1997-06-18 19:41:11 +00:00
James FitzGibbon
f07fad4033 Import of a perl5 module for accessing PostgeSQL databases through the DBI 1997-06-18 19:41:01 +00:00
James FitzGibbon
0fa2622346 Import of a perl5 module for accessing MySQL databases 1997-06-18 19:39:25 +00:00
James FitzGibbon
6a10d52817 Import of MySQL, a mutlithreaded SQL database server
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-06-18 19:35:30 +00:00
James FitzGibbon
ec78fdd31f Upgrade to v0.83 1997-06-18 19:28:16 +00:00
James FitzGibbon
a077bdd1fe Remove BROKEN; builds clean with v6.1 of postgresql 1997-06-15 03:15:39 +00:00
James FitzGibbon
ce6502985c Upgrade to 1.1702 1997-06-15 03:14:06 +00:00
Andreas Klemm
8293f985d0 - Add shared lib using ldconfig -m before trying to init databases
- Added missing ldconfig -m in startup file
- Modified pgsql user environment
- Make port NOPORTDOCS aware
- Add additional port docs to post-install target and updated PLIST
- recursively change owner of pgsql directory after creating .profile,
  so that .profile can be modified by the pgsql user.
Hope everything is fine now.
1997-06-14 21:10:42 +00:00
Andreas Klemm
7849285de8 Update from 6.0 to 6.1
Enabled locale support, please tell me, if this ok or causes trouble.
Thanks.
1997-06-14 19:40:05 +00:00
James FitzGibbon
eb7cba587f Activate db 1997-06-13 17:54:40 +00:00
James FitzGibbon
94d43d362a Import of Berkely DB 2.0
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-06-13 17:54:36 +00:00
James FitzGibbon
a6585349f8 Mark as broken until postgresql port or p5-Pg distfile is updated 1997-05-29 14:23:50 +00:00
James FitzGibbon
67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00
James FitzGibbon
71619b7b2e Fix removal of wrong directory in PLIST 1997-04-27 17:15:41 +00:00
James FitzGibbon
0617725316 Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
Specifics:	p5-Net fixed for IS_INTERACTIVE
		p5-libwww fixed for IS_INTERACTIVE
1997-04-20 21:26:49 +00:00
Wolfram Schneider
df8f6f276f Add virtual category 'perl5'. 1997-04-20 13:53:29 +00:00
Satoshi Asami
18e867144c Fix directory names in dependency for the postgres95 -> postgresql
upgrade.
1997-04-11 12:54:53 +00:00
Marc G. Fournier
24f9f94485 Change comment so that its there when INDEX regenerates 1997-04-10 23:29:17 +00:00
Marc G. Fournier
7f00346cb9 Update the DESCR file 1997-04-10 22:22:06 +00:00
Marc G. Fournier
218c87b734 Change PostgreSQL to postgresql 1997-04-10 19:21:29 +00:00
Marc G. Fournier
3c5198c1f3 Update postgresql port from v1.09 to v6.0 using files from PostgreSQL
port, which is going to be removed
1997-04-10 19:15:12 +00:00
Peter Wemm
52f5f9f7a2 revive postgres95 as postgresql with full history as requested by Satoshi. 1997-04-09 15:30:55 +00:00
James FitzGibbon
733a9d1466 Remove now obsolete postgres95 port
Clean up newly imported PostgreSQL port:
	- variable reorganization and cleanup
	- remove NOMANCOMPRESS conditional in favour of MAN?=
	- prevent import of installing user's $PATH into ${PREFIX}/pgsql/.profile
	- change package name to remove 'v'
	- remove some of the latent bugs left over from the postgres95 port.
1997-04-02 18:18:04 +00:00
Marc G. Fournier
a4ce510218 Add PostgreSQL port, remove Postgres95 port 1997-04-02 12:43:58 +00:00
Marc G. Fournier
90b7f3d878 More updates...www.ki.net doesn't exist anymore 1997-04-02 09:19:12 +00:00
Marc G. Fournier
5436c0f5e6 This port was *way* out of date, by 2 versions and represents a bad version
to boot.

Have updated the Master Sites listing to reflect where the current port
actually resides, as well as added a few of the mirrors.  Will work on
bringing the port up to date as I figure out how ports work :(

This should at least allow this port to be compiled using v1.08 now
1997-04-02 09:15:26 +00:00
James FitzGibbon
2d1a92a62d Add msql-beta. 1997-03-25 04:40:29 +00:00
Satoshi Asami
4813ccab24 Add PKGNAME, as DISTNAME contains "beta" in the version part.
While I'm here, remove obsoleted .el -> .elc comment (emacs is not
BUILD_DEPENDED anymore since the last update).
1997-02-19 04:36:05 +00:00
Satoshi Asami
4144cc456e Honor user's CFLAGS setting, instead of splatting it unconditionally with
a plain ugly "-g".
1997-02-19 04:35:01 +00:00
Paul Traina
9bc3066d3f Upgrade to 3.101-beta.
WARNING: the gnats database and dist files have moved
	 from lib/gnats to share/gnats
1997-02-17 04:12:44 +00:00
James FitzGibbon
f3e0df1382 Fixed checksum file 1997-02-12 18:59:50 +00:00
James FitzGibbon
f0d8aa7001 Upgrade to v1.15
Modifications to work with mSQL v1.1x or v2.0bx
1997-02-12 18:48:24 +00:00
James FitzGibbon
338921e60a Change in MASTER_SITES 1997-02-12 17:29:12 +00:00
Satoshi Asami
581e3b306f Change Brent J. Nordquist's e-mail address.
Submitted by:   "Brent J. Nordquist" <bjn@visi.com>
1997-01-28 08:11:23 +00:00
Satoshi Asami
5f4f3e60e3 query-pr.8 wasn't a duplicate of query-pr.1, it was a typo of queue-pr.8. ;) 1997-01-11 12:17:47 +00:00
Torsten Blum
abf021df74 fix install target:
- remove query-pr.8 from MAN8 - it's already in MAN1
  - move man/manl/gnats.l to man/man1/gnats.1
1997-01-10 15:17:16 +00:00
Satoshi Asami
8d74510606 Use ${MACRO}s. While I'm here, minor cleanup (fix indentation etc.). 1996-12-12 05:18:10 +00:00
Eric L. Hernes
d6d47664cb add typhoon 1996-12-12 02:41:29 +00:00
Eric L. Hernes
2c3b7d322f import of typhoon, a relational database patterened after
Raima's dbvista
1996-12-12 02:41:11 +00:00
Satoshi Asami
50e355828a Oops, forgot these two. Update to use new features in bsd.port.mk 1.237. 1996-12-11 12:04:23 +00:00
Satoshi Asami
c1f5b67a28 Add NO_PACKAGE reason (postgres uid). 1996-12-07 12:49:35 +00:00
Satoshi Asami
17cd4ef298 Typo typo. (No, this one wasn't my fault.) 1996-11-19 14:16:51 +00:00
Satoshi Asami
d12ba0e211 Add back part of manual compression rule (note double meaning of
"manual" here), bsd.port.mk can't deal with both MAN1 and MAN3 if they
have different MANPREFIX's.  Hmm.
1996-11-19 13:42:26 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
David E. O'Brien
2a77f2f829 CAT_E_GORIES+= -> CAT_E_GORIES=
Perl ports now use MASTER_SITE_PERL_CPAN
Misc cleanup
1996-11-17 03:18:45 +00:00
Mark Murray
99d1416bbb Add a fix from the author.
Obtained from:The author via p5-Msql
1996-11-01 19:05:24 +00:00
James FitzGibbon
b8c06517e3 Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by:	asami@freebsd.org
1996-10-24 09:59:32 +00:00
James FitzGibbon
dd5b5aea7f Remove msqlperl, it's now p5-Msql 1996-10-24 08:59:35 +00:00
James FitzGibbon
36c587bd88 Fix missing first line of Makefile
Submitted by:	asami@freebsd.org
1996-10-24 07:49:44 +00:00
James FitzGibbon
d4964ef40b Update for new perl5 ports 1996-10-24 00:03:46 +00:00
James FitzGibbon
a8b5da44b8 an interface between perl5 and the database Postgres95. 1996-10-23 23:59:20 +00:00
James FitzGibbon
a4fb514e86 Import of standalone module to allow access to mSQL databases in perl5. 1996-10-23 23:53:26 +00:00
James FitzGibbon
ca9b725c89 Import of module for generic access to databases in perl5. 1996-10-23 23:52:52 +00:00
James FitzGibbon
01a5dac6f9 Add msqlperl after moving from lang/ to databases/ 1996-10-17 02:46:25 +00:00
James FitzGibbon
2632661b2a Build static library with -fpic. This should solve the 'RRS text reloation' warnings that xfsql and msqlperl were having.
Suggested-by: John Polstra <jdp@polstra.com>, asami@freebsd.org
1996-10-17 02:45:02 +00:00
James FitzGibbon
38b7858712 Upgrade to v1.08
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	matt@bdd.net
1996-10-10 12:54:03 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
James FitzGibbon
a87698a36a Use INSTALL_ aliases in post-install:
Create rc.d-style local startup script
Fix omissions in pkg/PLIST
Remove erroneous PREFIX in Makefile (and modify PLIST to match)
Remove IS_INTERACTIVE (assume installation will run as root)
Use union diffs instead of context diffs.
1996-10-04 00:38:38 +00:00
James FitzGibbon
7e2c38daba Upgrade to 1.07
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	matt@bdd.net
1996-09-26 01:43:09 +00:00
James FitzGibbon
67f9fc7147 Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by:    jfitz@FreeBSD.ORG
Submitted by:   Matthew Stein <matt@bdd.net>
1996-09-23 22:41:31 +00:00
James FitzGibbon
05209f589d Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	Matthew Stein <matt@bdd.net>
1996-09-23 22:40:15 +00:00
James FitzGibbon
643b45ebd8 Added xfsql 1996-09-03 19:42:10 +00:00
Satoshi Asami
f18b639f4f Add $Id$. 1996-08-29 10:20:55 +00:00
James FitzGibbon
b34627b7ab Added missing files to PLIST
Changed COMMENT to match version number
1996-08-09 14:06:35 +00:00
James FitzGibbon
bc16207e9e Patches run_daemon to use correct e-mail address and /usr/bin/mail 1996-08-09 14:06:05 +00:00
James FitzGibbon
55292e319a Upgraded to v1.0.16 1996-08-09 14:05:25 +00:00
James FitzGibbon
dd7da36d4a Upgraded to v1.0.16
Added maintainer as jfitz@freebsd.org
1996-08-09 14:05:14 +00:00
Paul Traina
604a601355 Don't allow a package to be made, and insist that gnats UID is present before
installing.

Suggested by: jhs
1996-08-03 19:11:26 +00:00
Paul Traina
20d1e70429 Finally upgrade to the "beta" release with remote machine support 1996-07-20 06:54:40 +00:00
Satoshi Asami
602c3aec84 Move elisp stuff from /usr/local/lib/emacs to share/emacs/site-lisp.
Pick up CFLAGS from /etc/make.conf if set there.
1996-07-10 06:32:45 +00:00
Satoshi Asami
47fe1c817a Make this NO_PACKAGE, it requires user "gnats". 1996-07-10 06:31:26 +00:00
Satoshi Asami
428b789b33 Upgrade, 1.0.7 -> 1.0.14.
Note this port is RESTRICTED now, it's not free for commercial entities.

Reviewed by:	chuckr@glue.md.edu
Submitted by:	james@nexis.net and br@stiller.netland.inka.de, among others.
1996-06-03 01:56:15 +00:00
Satoshi Asami
d37e4893c8 Add gdbm. 1996-04-12 06:44:38 +00:00
Satoshi Asami
5f22cbcb1b GNU dbm.
Submitted by:	"Brent J. Nordquist" <nordquist@platinum.com>
1996-04-12 06:44:16 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
eef04f0e23 Change category from "development" to "databases devel". 1995-11-22 11:41:26 +00:00
Satoshi Asami
3eddcbb776 Sort things alphabetically. 1995-11-02 08:36:30 +00:00
Satoshi Asami
7acba3d8ef Put BUILD_DEPENDS before other misc. variables. 1995-11-02 08:07:29 +00:00
Paul Traina
7cc1cfcec4 Add ashe & gnats (ashe=nobuild due to motif) 1995-10-30 17:32:34 +00:00
Paul Traina
cdb615dac1 Initial import of gnats 3.2
Approved by: asami
1995-10-30 17:26:10 +00:00
Satoshi Asami
c9490209f3 Upgrade, 1.0.5 -> 1.0.7.
Submitted by:	Chuck Robey <chuckr@eng.umd.edu>
1995-09-14 11:30:34 +00:00
Satoshi Asami
929c5a427e Add "NO_MTREE=yes", this port sets PREFIX=/usr/local/Minerva. :< 1995-08-28 07:49:48 +00:00
Satoshi Asami
ec72d2f444 Make this NO_PACKAGE. 1995-08-26 09:31:14 +00:00
Satoshi Asami
ae8f5d0591 Added exodus.
(Hurray!  This Makefile now has two entries!)
1995-08-13 01:10:21 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
b64535bcae Makefile updates, database version! Only one subdir! ;) 1995-04-11 20:44:46 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
938349395b Upgrade to 1.0.5. Change default dir for pid's to /var/run like
the rest of the system
1995-02-23 02:26:49 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Gary Palmer
2788364e94 Missing subdir makefile 1995-01-15 07:37:16 +00:00
Gary Palmer
1b5bde4b4d Correct the rather broken URL 1995-01-15 05:17:22 +00:00
Jordan K. Hubbard
8127cfce92 MSQL port from Michael Reifenberger.
Submitted by:	mr
1995-01-14 11:01:06 +00:00