summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.13Jean-Yves Lefort2005-05-152-5/+5
| | | | | | | | | | - Move to databases PR: ports/80779 Submitted by: maintainer Notes: svn path=/head/; revision=135271
* Move p5-POE-Component-EasyDBI from devel to databases.Jean-Yves Lefort2005-05-151-0/+1
| | | | | | | | PR: ports/80779 Submitted by: maintainer Notes: svn path=/head/; revision=135270
* Fix pkg-message.Roman Bogorodskiy2005-05-145-5/+5
| | | | | | | | PR: 81031 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=135251
* Fix pkg-message.Roman Bogorodskiy2005-05-141-1/+1
| | | | | | | | PR: 81032 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=135250
* - ONLY_FOR_ARCHS=i386Sergey Matveychuk2005-05-141-0/+2
| | | | | | | Reminded by: pointyhat Notes: svn path=/head/; revision=135224
* - Update to 1.8.26Michael Johnson2005-05-134-45/+5
| | | | Notes: svn path=/head/; revision=135191
* - Update to 1.8.25Michael Johnson2005-05-122-3/+3
| | | | Notes: svn path=/head/; revision=135163
* Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to theMax Khon2005-05-124-24/+44
| | | | | | | latest stable release wxWidgets 2.6.0. Notes: svn path=/head/; revision=135144
* Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*Max Khon2005-05-121-2/+2
| | | | Notes: svn path=/head/; revision=135139
* - ${ENV} is a generic shell variable in /bin/sh and in bash,Pav Lucistnik2005-05-111-2/+2
| | | | | | | | | | what was intended is ${SETENV} Approved by: maintainer Pointy hat to: sem Notes: svn path=/head/; revision=135079
* Fixing problems with the recent security patch: When bison was notPalle Girgensohn2005-05-1133-81/+233
| | | | | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit) Notes: svn path=/head/; revision=135025
* Update PostgreSQL to latest versions. For details on the fixes,Palle Girgensohn2005-05-108-334/+20
| | | | | | | | | | | | | | | | | | | please see the HISTORY file included in the Release, but a summary consists of: * Change encoding function signature to prevent misuse * Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function results * Repair race condition between relation extension and VACUUM This could theoretically have caused loss of a page's worth of freshly-inserted data, although the scenario seems of very low probability. There are no known cases of it having caused more than an Assert failure. Security: http://www.postgresql.org/about/news.315 Notes: svn path=/head/; revision=135023
* - Upgrade to 1.83Thierry Thomas2005-05-102-13/+13
| | | | | | | | | | Changelog at <http://sourceforge.net/project/shownotes.php?group_id=19382&release_id=326187> - Don't use '.if exists' in pre-/post- install. Notes: svn path=/head/; revision=135011
* Update to version 1.27.Dmitry Sivachenko2005-05-102-3/+3
| | | | Notes: svn path=/head/; revision=134992
* Correct WWW.Dmitry Sivachenko2005-05-102-2/+2
| | | | Notes: svn path=/head/; revision=134978
* Update to version 1.2.6.Dmitry Sivachenko2005-05-104-6/+6
| | | | Notes: svn path=/head/; revision=134977
* Fix build with rrdtool 1.2.x.Dmitry Sivachenko2005-05-101-0/+20
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=134973
* Fix build with rrdtool 1.2.Hye-Shik Chang2005-05-102-0/+18
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=134970
* Update to latest version.Thierry Thomas2005-05-098-52/+714
| | | | | | | | | | Full list of mysql++ changes at <http://tangentsoft.net/mysql++/ChangeLog>. PR: ports/80693 Submitted by: maintainer Notes: svn path=/head/; revision=134958
* Update to version 0.36.1.Dmitry Sivachenko2005-05-098-161/+160
| | | | Notes: svn path=/head/; revision=134916
* USE_LIBTOOL implies GNU_CONFIGURE.Dmitry Sivachenko2005-05-082-2/+0
| | | | Notes: svn path=/head/; revision=134888
* Upgrade to version 1.2.4.Dmitry Sivachenko2005-05-0824-396/+252
| | | | Notes: svn path=/head/; revision=134885
* Fix dependenciesTilman Keskinoz2005-05-081-9/+3
| | | | | | | | | | Bump PORTREVISION PR: 80216 Submitted by: janos.mohacsi@bsd.hu Notes: svn path=/head/; revision=134859
* Chase dependency on p5-DBD-Pg.Norikatsu Shigemura2005-05-084-11/+30
| | | | | | | (Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503) Notes: svn path=/head/; revision=134838
* Add LATEST_LINK.Norikatsu Shigemura2005-05-081-0/+1
| | | | Notes: svn path=/head/; revision=134835
* Add CONFLICTS p5-DBD-Pg and p5-DBD-Pg-13, each other.Norikatsu Shigemura2005-05-082-0/+4
| | | | Notes: svn path=/head/; revision=134833
* Add p5-DBD-Pg-13 1.32, Provides access to PostgreSQLNorikatsu Shigemura2005-05-086-26/+125
| | | | | | | | | | | | | databases through the DBI. This is a port to provide DBD:Pg driver on FreeBSD 4.x with Perl 5.00505. So if you use Perl 5.6 or lator, you should use databases/p5-DBD-Pg port. Requsted by: Jun Watahiki <j-watahiki at ensure.jp> Notes: svn path=/head/; revision=134831
* BROKEN: Installs file in /etcKris Kennaway2005-05-071-0/+2
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=134817
* Update to 2.0.a2Jean-Yves Lefort2005-05-073-9/+13
| | | | | | | | PR: ports/80658 Submitted by: maintainer Notes: svn path=/head/; revision=134812
* Update to 4.3.28Jean-Yves Lefort2005-05-0710-60/+15
| | | | | | | | PR: ports/80576 Submitted by: maintainer Notes: svn path=/head/; revision=134790
* Add linux-oracle-instantclient-sqlplus 10.1.0.3, oracle 10Norikatsu Shigemura2005-05-065-0/+93
| | | | | | | | | | | InstantClient SQLPlus. Works with Oracle RDBMS 8.1.2+. PR: ports/76166 Inspired by: Alexander Novitsky <alecn2002@yandex.ru> Oked by: thierry:-) Notes: svn path=/head/; revision=134704
* Add linux-oracle-instantclient-sdk 10.1.0.3, oracle 10Norikatsu Shigemura2005-05-065-0/+160
| | | | | | | | | | | InstantClient SDK. Works with Oracle RDBMS 8.1.2+. PR: ports/76166 Inspired by: Alexander Novitsky <alecn2002@yandex.ru> Oked by: thierry:-) Notes: svn path=/head/; revision=134702
* Add linux-oracle-instantclient-basic 10.1.0.3, oracle 10Norikatsu Shigemura2005-05-065-0/+99
| | | | | | | | | | | InstantClient basics. Works with Oracle RDBMS 8.1.2+. PR: ports/76166 Submitted by: Alexander Novitsky <alecn2002@yandex.ru> Oked by: thierry:-) Notes: svn path=/head/; revision=134700
* Update the ICU patch with some bug fixesPalle Girgensohn2005-05-0616-24/+24
| | | | Notes: svn path=/head/; revision=134680
* Fix build for the recent freetds library and unmark BROKEN.Hye-Shik Chang2005-05-052-2/+42
| | | | Notes: svn path=/head/; revision=134647
* Update to 0.20Lars Thegler2005-05-042-3/+3
| | | | | | | Approved by: mat (blanket) Notes: svn path=/head/; revision=134587
* Add one more MASTER_SITE backupRoman Bogorodskiy2005-05-031-1/+2
| | | | | | | | PR: 80574 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=134547
* Update to 1.14Lars Thegler2005-05-023-7/+14
| | | | Notes: svn path=/head/; revision=134512
* Mark IGNORE for perl < 5.6.x, which also drops the databases/p5-DBD-FileErwin Lansing2005-05-021-6/+2
| | | | | | | | | | dependency. Prompted by: mat PR: 80015 Notes: svn path=/head/; revision=134494
* - Don't be too smart and don't change /etc/services and /etc/inetd.confSergey Matveychuk2005-05-0115-150/+285
| | | | | | | | | | | It fix problem with extra files on pointyhat - Add message for usr how to run PR: ports/80358 Submitted by: maintainer Notes: svn path=/head/; revision=134437
* - Do not change PREFIX and install port in PREFIX/firebirdSergey Matveychuk2005-05-013-121/+131
| | | | | | | | PR: ports/80414 Submitted by: maintainer Notes: svn path=/head/; revision=134436
* - Fix pkg-plist. Unbreak.Sergey Matveychuk2005-05-012-3/+7
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=134431
* BROKEN: Does not compileKris Kennaway2005-04-301-0/+2
| | | | Notes: svn path=/head/; revision=134379
* BROKEN: Incomplete pkg-plistKris Kennaway2005-04-301-0/+2
| | | | Notes: svn path=/head/; revision=134372
* + update port: databases/pear-DB_DataObject_FormBuilder to 0.14.0Roman Bogorodskiy2005-04-292-5/+7
| | | | | | | | | | | + changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.14.0/ + fix RUN_DEPENDS PR: 80440 Submitted by: Antonio Carlos Venancio Junior (maintainer) Notes: svn path=/head/; revision=134359
* - update to 4.62Roman Bogorodskiy2005-04-284-5/+5
| | | | | | | | | | - update WWW: line PR: 80430 Submitted by: Martin Matuska (maintainer) Notes: svn path=/head/; revision=134311
* Update to 2.9007Sergey Skvortsov2005-04-272-4/+4
| | | | Notes: svn path=/head/; revision=134238
* - Try to remove share/application to make pointyhat happy.Sergey Matveychuk2005-04-271-0/+1
| | | | | | | Reported by: kris (via pointyhat) Notes: svn path=/head/; revision=134236
* move mail/courier-authlib to security/courier-authlib which is a meta-port now.Oliver Lehmann2005-04-2645-2576/+36
| | | | | | | | Submitted by: Yarema <yds@CoolRat.org> In corporation with: Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself Notes: svn path=/head/; revision=134220
* - Don't be so smart and don't change /etc/services and /etc/inetd.confSergey Matveychuk2005-04-264-54/+66
| | | | | | | | | | | | | for an user. Just explain him what to do in pkg-message. It fixes problem with extra files and dirs. - Remove some useless @dirrm from pkg-plist PR: ports/80345 Submitted by: maintainer Reported by: kris (via pointyhat) Notes: svn path=/head/; revision=134212