1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

293 Commits

Author SHA1 Message Date
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