aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* One irritation with using portupgrade -a is that you areErwin Lansing2003-07-121-2/+2
| | | | | | | | | | | | suddenly confronted with configuration dialogs for which you don't know the port. This adds one such label. PR: 54293 Submitted by: Mark Linimon <linimon@lonesome.com> Approved by: maintainer Notes: svn path=/head/; revision=84754
* o Change library name from libgd to libgd1.Norikatsu Shigemura2003-07-112-2/+4
| | | | | | | | | | | | o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury Notes: svn path=/head/; revision=84696
* Updated to 0.93Sergey Skvortsov2003-07-112-6/+4
| | | | | | | | PR: ports/54265 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=84682
* Update to 2.72, use %%DOCSDIR%% in pkg-plistSergey A. Osokin2003-07-113-4/+4
| | | | Notes: svn path=/head/; revision=84673
* Update to 3.23.57.Norikatsu Shigemura2003-07-102-3/+3
| | | | | | | | PR: ports/53982 Submitted by: Xin LI <delphij@freebsdchina.org> Notes: svn path=/head/; revision=84581
* Update to 1.22.Max Khon2003-07-108-24/+26
| | | | | | | | PR: 54270 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=84563
* update databases/db41: pkg-descr changeDaichi GOTO2003-07-097-35/+14
| | | | | | | | | PR: 53866 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Pointed out by: Chris Pepper <pepper@rockefeller.edu> Notes: svn path=/head/; revision=84511
* update databases/db4: pkg-descr changeDaichi GOTO2003-07-091-5/+2
| | | | | | | | | PR: 53866 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Pointed out by: Chris Pepper <pepper@rockefeller.edu> Notes: svn path=/head/; revision=84510
* Update to 1.9.Jun Kuriyama2003-07-055-15/+26
| | | | | | | | | | Remove IS_INTERACTIVE which is used only in "make test". Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/51787 Notes: svn path=/head/; revision=84236
* Update to 2.71Sergey A. Osokin2003-07-042-2/+2
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84204
* Update to 2.93.Sergey A. Osokin2003-07-042-2/+2
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84203
* Upgrade to 2.5.1Neil Blakey-Milner2003-07-048-446/+532
| | | | | | | | PR: 53405 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=84199
* Fix DISTNAME.Norikatsu Shigemura2003-07-041-1/+1
| | | | | | | | Pointy hat to: myself Submitted by: Ralf van der Enden <Ralf.vdEnden@wldelft.nl> Notes: svn path=/head/; revision=84190
* Update to 0.90.Joe Marcus Clarke2003-07-039-10/+40
| | | | Notes: svn path=/head/; revision=84175
* Update to 1.5.0RC1.Norikatsu Shigemura2003-07-033-59/+9
| | | | | | | | PR: ports/53653 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=84104
* PostgreSQL 7.4 is a few weeks from hitting beta. Update the -devel port toSean Chittenden2003-06-303-6/+21
| | | | | | | | | | | aid shaking out bugs. Too many fixes, performance bits, protocol changes, and features have been changed/added in the last month to summarize. See the release notes for details. http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Notes: svn path=/head/; revision=83931
* Update to version 0.88.Dmitry Sivachenko2003-06-302-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=83890
* Increase a buffer size to avoid overflow. Bump PORTREVISION.Kris Kennaway2003-06-272-1/+22
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83705
* libtool uber-patchAde Lovett2003-06-264-10/+14
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Update to 2.70Sergey A. Osokin2003-06-262-2/+2
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83674
* Update to 2.92Sergey A. Osokin2003-06-262-2/+2
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83672
* update databases/p5-DBD-ODBC: 1.05 --> 1.06Daichi GOTO2003-06-263-4/+7
| | | | | | | | | PR: 53680 Submitted by: Mathieu Arnold <m@absolight.net> (maintainer) Pointed out by: H.Merijn Brand and Steffen Goldner Notes: svn path=/head/; revision=83653
* Add ruby-sqlite, (another) Ruby interface to the SQLite DB engine.Akinori MUSHA2003-06-2617-0/+225
| | | | Notes: svn path=/head/; revision=83620
* Update to 0.4.3.Akinori MUSHA2003-06-262-2/+2
| | | | Notes: svn path=/head/; revision=83619
* - Update to 0.23 [1]Erwin Lansing2003-06-254-24/+39
| | | | | | | | | | | | | - include support for Berkeley DB 4.x [2] - point to the right webpage [2] PR: 51573 Submitted by: Mathieu Arnold <m@absolight.fr> [1], Oliver Eikemeier <eikemeier@fillmore-labs.com> [2] Approved by: maintainer timeout (> 3 weeks) Notes: svn path=/head/; revision=83606
* remove extra directories.Yen-Ming Lee2003-06-241-5/+6
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=83525
* fix: JDK dependency changeDaichi GOTO2003-06-233-3/+3
| | | | | | | | PR: 52441 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org> Notes: svn path=/head/; revision=83465
* Update to latest release 2.69Sergey A. Osokin2003-06-192-2/+2
| | | | | | | Approved by: fjoe (implicit) (mentor) Notes: svn path=/head/; revision=83323
* Update to latest release 2.91Sergey A. Osokin2003-06-192-3/+3
| | | | | | | Approved by: fjoe (implicit) (mentor) Notes: svn path=/head/; revision=83322
* Add p5-SQL-Abstract 1.10,Erwin Lansing2003-06-195-0/+41
| | | | | | | | | | | perl extension to generate SQL from Perl data structures. PR: 48411 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=83320
* Fix problem with database/fastdb port:Sergey A. Osokin2003-06-193-8/+18
| | | | | | | | | gigabase and fastdb pkg-plist's contain a cross-files Approved by: fjoe (implicit) Notes: svn path=/head/; revision=83316
* postgresql slave ports, reduce unnecessary portrevision bumpsDaichi GOTO2003-06-1919-0/+19
| | | | | | | | PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=83302
* postgresql-tcltk tcl/tk revert to 8.3 from 8.4Daichi GOTO2003-06-191-2/+2
| | | | | | | | PR: 52852 Submitted by: Palle Girgensohn <girgen@pingpong.net> <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=83296
* Update to 0.7Erwin Lansing2003-06-172-8/+10
| | | | | | | | PR: 53114 Submitted by: maintainer Notes: svn path=/head/; revision=83158
* add WWW entries and re-compose descriptionsYen-Ming Lee2003-06-171-1/+1
| | | | Notes: svn path=/head/; revision=83144
* Revert the gtksourceview changes. The 0.3.0 version has an API change.Joe Marcus Clarke2003-06-152-40/+2
| | | | Notes: svn path=/head/; revision=83076
* Update to 0.4.3.Akinori MUSHA2003-06-152-2/+2
| | | | Notes: svn path=/head/; revision=83050
* Add a dependency on gtksourceview, and fix the detection of said newJoe Marcus Clarke2003-06-152-4/+43
| | | | | | | | | module. Submitted by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=83046
* Remove no necessary patch file.Norikatsu Shigemura2003-06-158-88/+0
| | | | | | | | | | PR ports/53183 Submitted by: Gerhard H_ring <gh@ghaering.de> Pointed out by: bento via kris Pointy hat to: myself Notes: svn path=/head/; revision=83013
* Update to 0.12.2.Adam Weinberger2003-06-132-2/+2
| | | | Notes: svn path=/head/; revision=82951
* * Update to 0.12.1 [1]Joe Marcus Clarke2003-06-1213-61/+394
| | | | | | | | | | * Add support for for database options in libgda2 [2] Submitted by: netchild [1] (based on) netchild [2] Notes: svn path=/head/; revision=82890
* Change to my FreeBSD.org addressErwin Lansing2003-06-125-7/+7
| | | | Notes: svn path=/head/; revision=82871
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-127-26/+0
| | | | Notes: svn path=/head/; revision=82858
* The control script that ships with the postgresSergey A. Osokin2003-06-1113-13/+13
| | | | | | | | | | | | | | port (files/pgsql.sh.tmpl) lacks a parameter in the restart option, causing logs to be send to stdout, instead of the log file. Submitted by: Fernando Schapachnik <fernando@mecon.gov.ar> Approved by: maintainer PR: 53142 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82824
* Update to 0.4.3.Norikatsu Shigemura2003-06-1132-192/+32
| | | | | | | | PR: ports/53183 Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer) Notes: svn path=/head/; revision=82793
* o Update to 2.8.3.Norikatsu Shigemura2003-06-1112-110/+528
| | | | | | | | | | | | | | | | | | | | | | o The TCL wrapper is now optional and off by default. Use SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is still needed for building the docs, unless you specify NOPORTDOCS. o The TCL example is now installed in $LOCALBASE/share/examples/sqlite. This patch is quite hackish in that it replaces the libtool stuff from SQLite with the libtool port. It also uses plain 'install' instead of 'libtool install' to install shared libraries. This might not look nice, but it's the only way I got the desired effects to work (i. e. SQLite's libtool refused to install the TCL wrapper in $LOCALBASE/lib/sqlite - it insisted on only installing it into $LOCALBASE/lib. PR: ports/53182 Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer) Notes: svn path=/head/; revision=82792
* Update to 0.86.Anton Berezin2003-06-112-2/+2
| | | | Notes: svn path=/head/; revision=82782
* Use ${MASTER_SITE_PGSQL} instead of multiple sitesSergey A. Osokin2003-06-1115-192/+16
| | | | | | | | | | Submitted by: osa Approved by: maintainer PR: 50397 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82772
* Update to 0.84.Anton Berezin2003-06-112-4/+3
| | | | | | | Submitted by: demon Notes: svn path=/head/; revision=82771
* Change MAINTAINER to the conventional ports@FreeBSD.org instead of anTom Hukins2003-06-101-1/+1
| | | | | | | alias. Notes: svn path=/head/; revision=82681