aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainershipNeil Blakey-Milner2004-03-251-1/+1
| | | | Notes: svn path=/head/; revision=105253
* Untangle the QT database plugin ports.Michael Nottebrock2004-03-2519-68/+208
| | | | | | | PR: ports/64393 Notes: svn path=/head/; revision=105236
* - Update to version 1.8.7Kirill Ponomarev2004-03-252-3/+3
| | | | | | | | PR: ports/64675 Submitted by: maintainer Notes: svn path=/head/; revision=105196
* - Fix default optionsKirill Ponomarev2004-03-251-2/+1
| | | | | | | | PR: ports/64674 Submitted by: maintainer Notes: svn path=/head/; revision=105195
* Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2004-03-241-1/+1
| | | | | | | for the destruction of devel/libtool14 Notes: svn path=/head/; revision=105149
* - Update to 0.016Vanilla I. Shu2004-03-244-24/+58
| | | | | | | | PR: ports/64614 Submitted by: maintainer Notes: svn path=/head/; revision=105141
* PR: ports/64606SADA Kenji2004-03-245-0/+30
| | | | | | | Fix build breakage due to ade's autotools changes. Notes: svn path=/head/; revision=105128
* Updated to 0.43Sergey Skvortsov2004-03-243-2/+39
| | | | Notes: svn path=/head/; revision=105110
* Updated to 0.33Sergey Skvortsov2004-03-232-3/+8
| | | | Notes: svn path=/head/; revision=105029
* - make portlint happyDirk Meyer2004-03-221-5/+5
| | | | Notes: svn path=/head/; revision=104978
* - fix IndexDirk Meyer2004-03-221-1/+1
| | | | | | | PHP_PORT needs explict ${PORTSDIR}/www/mod_php4-twig Notes: svn path=/head/; revision=104977
* Update to 3.51.1: catch up with the newest development branch, but notMark Linimon2004-03-224-24/+10
| | | | | | | | | | | | | | | | | | yet the newest release from that branch. From the PR: "I am aware that this patch does not update to the very latest version of the libiodbc library, but I will submit another update when I am back online after my move (along with a maintainer-email update)." Changes over time include: added new SQLDrivers implementation; added ODBC Tracing facility; code restructuring; fixes for installations in many more environments; bugfixes. See ChangeLog for complete details. PR: ports/62877 Submitted by: Erik H. Bakke <ebakke@trolltech.com> (maintainer) Notes: svn path=/head/; revision=104971
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-03-226-4/+70
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=104965
* Add p5-DBIx-ContextualFetch 1.01, add contextual fetches to DBI.Sergey Skvortsov2004-03-225-0/+51
| | | | Notes: svn path=/head/; revision=104945
* Add SIZE data.Akinori MUSHA2004-03-2218-0/+19
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* - Update to 4.21Clement Laforet2004-03-223-6/+9
| | | | | | | | PR: 64541 Submitted by: Martin Matuska <martin@tradex.sk> (maintainer) Notes: svn path=/head/; revision=104941
* - Update to 3.3.1Dirk Meyer2004-03-223-3/+19
| | | | | | | | | - better defaults - preserve config.inc.php - superseeds ports/63459 Notes: svn path=/head/; revision=104938
* - Update to 3.2.1Dirk Meyer2004-03-223-18/+31
| | | | | | | | | | - change default dependency to mod_php4 with postgresql which resolves some conflicts - take maintanership PR: 62956 Notes: svn path=/head/; revision=104913
* Drop maintainership.Neil Blakey-Milner2004-03-223-3/+3
| | | | Notes: svn path=/head/; revision=104908
* - update to 1.8.6Clement Laforet2004-03-222-3/+3
| | | | | | | | PR: 64551 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) Notes: svn path=/head/; revision=104886
* Update databases/postgresql-relay to version 1.3Edwin Groothuis2004-03-212-3/+3
| | | | | | | | | Added support for tcpwrappers. Submitted by: edwin@mavetju.og Notes: svn path=/head/; revision=104808
* Add p5-T2 0.07, object Relational mapping system.Vanilla I. Shu2004-03-215-0/+69
| | | | | | | | PR: ports/61633 Submitted by: Scott McWhirter <scott_at_surreytech_dot_co_dot_uk> Notes: svn path=/head/; revision=104793
* Upgrade to 1.42.Vanilla I. Shu2004-03-213-3/+5
| | | | Notes: svn path=/head/; revision=104792
* Reorder those filesMathieu Arnold2004-03-201-2/+2
| | | | Notes: svn path=/head/; revision=104767
* This patch is a convenience patch to allow broken port tools to continueOliver Eikemeier2004-03-1912-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to go about their rotten business. It is issued without acknowledgment of any obligation, in response to ports/64393. The patch does NOT bump PORTREVISION as the change is invisible for the port's or package's users. $FreeBSD$ is sufficient. I also refute any "bug" with respect to the the porter's handbook's pages referenced in ports/64393, my port has not written anything after bsd.port.mk and portlint has nothing to complain about (only that it can't figure "patch" is legal in a PATCHFILES variable). Informational: tools that assume .include <bsd.port.[post.]mk> was the last line in a port's makefile are broken. They should be comparing the output of realpath $(make -V MASTERDIR) against the output of realpath $(pwd) instead: -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42 -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42-nocrypto PR: 64479 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=104667
* BROKEN on alpha 4.x: Coredump during buildKris Kennaway2004-03-191-1/+7
| | | | Notes: svn path=/head/; revision=104628
* Update to 0.04Mathieu Arnold2004-03-192-3/+3
| | | | Notes: svn path=/head/; revision=104626
* Update to latest release 3.16.Sergey A. Osokin2004-03-192-3/+3
| | | | Notes: svn path=/head/; revision=104622
* Add SIZE data.Jimmy Olgeni2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104531
* Add size data, approved by maintainers.Trevor Johnson2004-03-1814-0/+15
| | | | Notes: svn path=/head/; revision=104520
* Make portlint happy (remove blank line @ the end of Makefile)Clement Laforet2004-03-182-2/+0
| | | | | | | | PR: 64393 Noticed by: eik Notes: svn path=/head/; revision=104491
* include <...> -> include "..."Yoichi NAKAYAMA2004-03-181-1/+1
| | | | | | | | PR: ports/64393 Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=104460
* - Add SIZE to GNOME portsPav Lucistnik2004-03-187-0/+7
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104457
* This is also broken on alpha 4.xKris Kennaway2004-03-181-2/+2
| | | | Notes: svn path=/head/; revision=104445
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* Add size data.Trevor Johnson2004-03-182-0/+2
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104361
* Add size data.Trevor Johnson2004-03-188-0/+10
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* SIZEify my ports.Yen-Ming Lee2004-03-183-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104359
* SIZEifyOliver Eikemeier2004-03-181-0/+1
| | | | | | | Prompted by: trevor Notes: svn path=/head/; revision=104342
* SIZEify.Jun Kuriyama2004-03-182-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* SIZEify.Trevor Johnson2004-03-173-0/+3
| | | | Notes: svn path=/head/; revision=104313
* Upgrading to 1.6.1.Thierry Thomas2004-03-162-3/+3
| | | | | | | | | | Changelog available at <http://pear.php.net/package-changelog.php?package=DB&release=1.6.1>. Approved by: mat (mentor). Notes: svn path=/head/; revision=104208
* - Update to version 0.5.2Kirill Ponomarev2004-03-163-46/+9
| | | | | | | | PR: ports/64331 Submitted by: Ports Fury Notes: svn path=/head/; revision=104159
* - Update to version 1.8.5Kirill Ponomarev2004-03-162-3/+3
| | | | | | | | PR: ports/64312 Submitted by: maintainer Notes: svn path=/head/; revision=104146
* Update to 0.4.1.Akinori MUSHA2004-03-143-60/+83
| | | | Notes: svn path=/head/; revision=104010
* - update to 2.4.9.3Dirk Meyer2004-03-143-25/+23
| | | | | | | - fix a bunch of libtool problems after build and during installation. Notes: svn path=/head/; revision=103972
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-1439-39/+39
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Remove mastersite that died in, oh, say, the year 2000 or so.Mark Linimon2004-03-131-2/+1
| | | | Notes: svn path=/head/; revision=103913
* Unset LIBTOOLFILES to fix build after previous commit.Ade Lovett2004-03-131-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=103888
* Fix after upgrade to 7.4.2.Oliver Braun2004-03-121-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=103770