summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to PostgreSQL v6.4Marc G. Fournier1998-11-2242-616/+2310
| | | | | | | From: Cyrus Rahman <cr@jcmax.com> Notes: svn path=/head/; revision=14774
* Update to version 3.22.10-beta.Steve Price1998-11-2160-1300/+390
| | | | | | | | PR: 8701 Submitted by: maintainer Notes: svn path=/head/; revision=14746
* unbreak port ... xforms is available as ELF now ...Andreas Klemm1998-11-211-3/+1
| | | | Notes: svn path=/head/; revision=14736
* unbreak this port, xforms is available for ELFAndreas Klemm1998-11-211-3/+1
| | | | Notes: svn path=/head/; revision=14735
* Add virtual category elisp.Jun Kuriyama1998-11-201-2/+2
| | | | | | | | Reminded by: wosch Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=14719
* Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch.Satoshi Asami1998-11-171-1/+2
| | | | Notes: svn path=/head/; revision=14590
* Activate gmysql.Vanilla I. Shu1998-11-161-1/+2
| | | | Notes: svn path=/head/; revision=14562
* It's a graphic frontend of mysql.Vanilla I. Shu1998-11-165-0/+39
| | | | | | | | PR: ports/8700 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=14560
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-5/+7
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Blew last commit. This fixes it.Jacques Vidrine1998-11-131-45/+5
| | | | Notes: svn path=/head/; revision=14507
* Update for ELF.Jacques Vidrine1998-11-131-0/+26
| | | | Notes: svn path=/head/; revision=14506
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-1122-86/+108
| | | | | | | | | | | 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.) Notes: svn path=/head/; revision=14465
* Activate gadfly.Thomas Gellekum1998-11-031-1/+2
| | | | Notes: svn path=/head/; revision=14331
* New port gadfly, an SQL database written in Python.Thomas Gellekum1998-11-035-0/+148
| | | | Notes: svn path=/head/; revision=14330
* Upgrade to 3.0.8Paul Traina1998-10-284-3/+15
| | | | Notes: svn path=/head/; revision=14242
* Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>Peter Hawkins1998-10-2260-620/+900
| | | | | | | | - Upgrade to mysql-3.22.9-beta - fix build under ELF Notes: svn path=/head/; revision=14157
* Fix various bogons. (I *assume* the libtyphoon.so link was meant forSatoshi Asami1998-10-221-3/+3
| | | | | | | the a.out case, because otherwise the name of the shared library is wrong.) Notes: svn path=/head/; revision=14155
* The mysql321 port is no longer broken.Steve Price1998-10-202-4/+4
| | | | Notes: svn path=/head/; revision=14100
* Convert to ELF and make reinstall friendly.Steve Price1998-10-203-8/+14
| | | | Notes: svn path=/head/; revision=14099
* Add missing file.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14098
* Postgresql is now fixed.Steve Price1998-10-201-3/+1
| | | | Notes: svn path=/head/; revision=14097
* closedir takes one argument.Steve Price1998-10-202-4/+4
| | | | Notes: svn path=/head/; revision=14096
* Unbreak.Justin M. Seger1998-10-1642-154/+112
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14041
* Mark BROKEN for ELF: depends on BROKEN mysql-3.21.33Justin M. Seger1998-10-122-2/+6
| | | | Notes: svn path=/head/; revision=13891
* Mark ports that depends on postgresql BROKEN for ELFJustin M. Seger1998-10-124-4/+12
| | | | Notes: svn path=/head/; revision=13888
* Mark BROKEN for ELF:Justin M. Seger1998-10-1214-14/+42
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=13887
* Mark BROKEN for current:Justin M. Seger1998-10-122-2/+12
| | | | | | | | | ===> Compressing manual pages for p5-DBI-1.02 /usr/local/man//man1/dbiproxy.1: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13885
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | 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. Notes: svn path=/head/; revision=13784
* Mark this MANUAL_PACKAGE_BUILD -- it seems to install headers that conflictSatoshi Asami1998-10-0820-20/+40
| | | | | | | with mysql321. (sigh) Notes: svn path=/head/; revision=13726
* Remove regexp support for tk81 libraries.Steve Price1998-10-031-2/+2
| | | | Notes: svn path=/head/; revision=13615
* Mark BROKEN for ELF.Justin M. Seger1998-10-0120-20/+60
| | | | Notes: svn path=/head/; revision=13576
* Mark broken for ELF because of xforms port.Steve Price1998-09-262-4/+8
| | | | Notes: svn path=/head/; revision=13406
* tcl80 has been ELFized.Satoshi Asami1998-09-2514-28/+28
| | | | Notes: svn path=/head/; revision=13388
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-173-6/+6
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* Upgrade to 1.02.Vanilla I. Shu1998-09-164-10/+10
| | | | Notes: svn path=/head/; revision=13173
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-1529-98/+98
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-153-6/+6
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* link with -pthread = -nostdlib und -lc_rAndreas Klemm1998-09-1310-0/+110
| | | | | | | | | 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 Notes: svn path=/head/; revision=13097
* This is the latest mysql version.Andreas Klemm1998-09-0661-598/+2594
| | | | | | | | In the future we have to mysql ports, a stable one and a developer version. Under FreeBSD-current this port supports threads ... Notes: svn path=/head/; revision=13036
* use stable mysql portAndreas Klemm1998-09-063-6/+6
| | | | Notes: svn path=/head/; revision=13035
* Use stable mysql portAndreas Klemm1998-09-061-4/+3
| | | | Notes: svn path=/head/; revision=13034
* nuke mysql entirelyAndreas Klemm1998-09-061-2/+3
| | | | | | | add necessary entries for both mysql ports after repository copy Notes: svn path=/head/; revision=13033
* Mark ports that are still suffering from post-perl5-upgrade syndromeSatoshi Asami1998-09-031-2/+2
| | | | | | | | | as broken. Actually there were much fewer than I thought. Approved by: markm Notes: svn path=/head/; revision=12997
* Dirk Froemberg <ibex@physik.TU-Berlin.DE> is the new maintainer,Andreas Klemm1998-09-0120-80/+40
| | | | | | | | | | 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. Notes: svn path=/head/; revision=12986
* the install.db script should be run from within ${WORKSRC}Peter Hawkins1998-09-0120-40/+40
| | | | Notes: svn path=/head/; revision=12983
* Upgrade to 1.2003.Vanilla I. Shu1998-08-314-10/+10
| | | | Notes: svn path=/head/; revision=12963
* Update to version 2.0.4.1 and in the process: portlint, fixSteve Price1998-08-3014-290/+278
| | | | | | | PLIST, and honor PREFIX. Notes: svn path=/head/; revision=12934
* Update to newest version 3.0.6Andreas Klemm1998-08-302-3/+3
| | | | Notes: svn path=/head/; revision=12920
* Perl fixesJustin M. Seger1998-08-232-7/+7
| | | | Notes: svn path=/head/; revision=12757
* Perl fixesJustin M. Seger1998-08-236-25/+25
| | | | Notes: svn path=/head/; revision=12739