aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.8.74Michael Johnson2006-11-153-5/+5
| | | | | | | | PR: 105427 Submitted by: KIMURA Yasuhiroi <yasu@home.utahime.org> Notes: svn path=/head/; revision=177285
* - Integrate completely with bsd.wx.mk.Alejandro Pulver2006-11-141-13/+7
| | | | | | | | | | | | | | - Use ARCH instead of MACHINE_ARCH (will possibly allow cross-compilation). - Rename local WX_VERSION since it is a variable defined in bsd.wx.mk. - Remove BROKEN for 4.x since bsd.wx.mk takes care of it when WX_UNICODE is defined. PR: ports/105492 Submitted by: alepulver Approved by: Denis Barov <dindin@dindin.ru> (maintainer) Notes: svn path=/head/; revision=177269
* - Permissions safetyStanislav Sedov2006-11-142-4/+18
| | | | | | | | - Make PREFIX-clean - Take maintainership Notes: svn path=/head/; revision=177262
* Update to Firebird-2.0.0.12748Sergey Skvortsov2006-11-136-24/+46
| | | | Notes: svn path=/head/; revision=177189
* - Update to 1.4.0Martin Wilke2006-11-122-5/+9
| | | | | | | | PR: ports/105386 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=177128
* - Update to 1.0.3Martin Wilke2006-11-122-4/+4
| | | | | | | | PR: ports/105385 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=177127
* - Update to 1.8.4Martin Wilke2006-11-122-4/+4
| | | | | | | | PR: ports/105384 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=177126
* - Fix the build on RELENG_4 with iodbc.Max Khon2006-11-121-4/+4
| | | | | | | | - Return back default ODBC driver manager to unixODBC. - Bump PORTREVISION. Notes: svn path=/head/; revision=177101
* Fix build on 64-bit arches (amd64).Max Khon2006-11-127-2/+136
| | | | | | | Pointed out by: kris (via pointyhat) Notes: svn path=/head/; revision=177098
* OPTIONally depend on PostgreSQL, MySQL, SQLiteIon-Mihai Tetcu2006-11-101-7/+27
| | | | | | | | PR: ports/104726 Submitted by: "Choe, Cheng-Dae" (maintainer) Notes: svn path=/head/; revision=177037
* make fetchableIon-Mihai Tetcu2006-11-101-1/+1
| | | | | | | | | PR: ports/104639 Submitted by: Thomas Abthorpe Approved by: maintainer time-out Notes: svn path=/head/; revision=177010
* - Routine bug-fix update to version 2.9.1. From the announce message:Cheng-Lung Sung2006-11-104-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Fixes ----- * XSS fix * Wrong import when ;; is at buffer boundary * Duplicate id for checkbox on table Operations page * Better behavior on the Add new fields page * Export: csv/cvs typo * Renaming a db containing a view * Automated timestamp values * Import: correctly fail if file is too short * Default font family on original theme Detailed list of changes is available under http://www.phpmyadmin.net/ChangeLog.txt PR: ports/105343 Submitted by: maintainer (Matthew Seaman) Notes: svn path=/head/; revision=176984
* - Update to 0.730Cheng-Lung Sung2006-11-102-4/+4
| | | | | | | | PR: ports/105337 Submitted by: maintainer <hideo_AT_lastamericanempire dot com> Notes: svn path=/head/; revision=176981
* Catalyst models lived in www category. Remove it before re-import.Jun Kuriyama2006-11-095-51/+0
| | | | Notes: svn path=/head/; revision=176912
* Add p5-Catalyst-Model-CDBI-Plain 0.03, catalyst plain base class forJun Kuriyama2006-11-085-0/+51
| | | | | | | Class::DBI models. Notes: svn path=/head/; revision=176875
* Update PostgreSQL to latest versions: 8.1.5, 8.0.9, 7.4.14 and 7.3.16.Palle Girgensohn2006-11-0842-190/+237
| | | | | | | | | | | | | | | | | | | | | | | | | Release notes: 8.1.5 http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-5 8.0.9 http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-9 7.4.14 http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-14 7.3.16 http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-16 Change name of the rc script from '010.pgsql.sh' to 'postgresql' Add optional hierachy patch added for 7.4 and 8.1 ports. Chase heimdal libs update [reported by several] For 8.1+ the port enables autovacuum in ~pgsql/postgresql.conf when running initdb Cleanup the ports, moving pkg-message-* to files/pkg-message-*.in and files/pgsql.sh.tmpl to files/postgresql.in. [ports/97767] PR: ports/97767, submitted by delphij@FreeBSD.org Notes: svn path=/head/; revision=176828
* - Shuffle MASTER_SITES for bdb ports to share loadRong-En Fan2006-11-087-14/+14
| | | | | | | Requested by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176820
* - Remove RANDOMIZE_MASTER_SITES. This is a user set variable.Rong-En Fan2006-11-089-11/+0
| | | | | | | | Noticed by: pav Approved by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176804
* Remove databases/php5-pdo, pecl-PDO is preferred.Xin LI2006-11-082-15/+0
| | | | | | | Requested by: ale Notes: svn path=/head/; revision=176803
* Fix build with a threaded php 5.2.0.Alex Dupre2006-11-081-0/+11
| | | | Notes: svn path=/head/; revision=176801
* - Update MASTER_SITESRong-En Fan2006-11-088-20/+80
| | | | | | | | | | | | - Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG - Add new patches from vendor PR: ports/105112 Submitted by: Timur I. Bakeyev Approved by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176790
* - Update MASTER_SITESRong-En Fan2006-11-082-5/+12
| | | | | | | | | | | - Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG - Add patch.4.3.29.1 from vendor PR: ports/105271 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176788
* - Update MASTER_SITESRong-En Fan2006-11-084-5/+16
| | | | | | | | | | | - Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG - Add patch.4.2.52.5 from vendor PR: ports/105270 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176787
* - Update MASTER_SITESRong-En Fan2006-11-082-5/+11
| | | | | | | | | | - Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG PR: ports/105268 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176786
* - Update MASTER_SITESRong-En Fan2006-11-083-5/+15
| | | | | | | | | | - Add patch.4.1.25.3 from vendor PR: ports/105267 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=176785
* - update to 0.3.0Alexander Botero-Lowry2006-11-084-10/+10
| | | | | | | | PR: 105127 Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) Notes: svn path=/head/; revision=176783
* New Port: databases/php5-pdoFrank J. Laszlo2006-11-072-0/+15
| | | | | | | | | PR: ports/105247 Submitted By: Xin LI <delphij@freebsd.org> Approved By: flz (mentor) Notes: svn path=/head/; revision=176758
* Mark BROKEN on -CURRENT: linkage failure with libclntsh.a.Thierry Thomas2006-11-071-1/+5
| | | | | | | | | Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG. Reported by: pointyhat via Kris Notes: svn path=/head/; revision=176752
* Fix typo.Sergey Skvortsov2006-11-071-1/+1
| | | | Notes: svn path=/head/; revision=176726
* Minor cleans in pkg-messageSergey Skvortsov2006-11-074-10/+10
| | | | Notes: svn path=/head/; revision=176725
* Update to 5.1.12 release.Alex Dupre2006-11-0766-399/+459
| | | | Notes: svn path=/head/; revision=176720
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* Do not call ${CHOWN} if INSTALL_AS_USER is set.Max Khon2006-11-071-0/+2
| | | | Notes: svn path=/head/; revision=176712
* Update to 1.4.3.Max Khon2006-11-073-4/+17
| | | | | | | | PR: 102038 Submitted by: Robert Gogolok Notes: svn path=/head/; revision=176707
* - Add two @dirrmtry for clean plist.Jun Kuriyama2006-11-072-0/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176679
* Add p5-Class-DBI-Plugin-Pager 0.561, perl extension to paged queries forJun Kuriyama2006-11-065-0/+51
| | | | | | | CDBI. Notes: svn path=/head/; revision=176660
* Remove php5 filepro extension.Alex Dupre2006-11-062-15/+0
| | | | Notes: svn path=/head/; revision=176630
* Update to 5.2.0 release.Alex Dupre2006-11-061-3/+30
| | | | Notes: svn path=/head/; revision=176626
* Mark as work in progressPalle Girgensohn2006-11-066-0/+6
| | | | Notes: svn path=/head/; revision=176590
* - Update to 4.93aMartin Wilke2006-11-052-4/+4
| | | | | | | | | PR: ports/105174 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176528
* Update to 1.19Sergey Skvortsov2006-11-052-6/+8
| | | | | | | Changes: http://search.cpan.org/~PYTHIAN/DBD-Oracle/Changes Notes: svn path=/head/; revision=176514
* Upgrade to 1.1.Vanilla I. Shu2006-11-054-42/+44
| | | | Notes: svn path=/head/; revision=176469
* - add missning includesDirk Meyer2006-11-051-0/+11
| | | | | | | - fix build on FreeBSD 4.x Notes: svn path=/head/; revision=176446
* Unbreak and update master site.Sam Lawrance2006-11-051-3/+1
| | | | | | | | | PR: ports/104447 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>, hideo@lastamericanempire.com (maintainer) Notes: svn path=/head/; revision=176435
* - Add CONFLICTS with databases/dbh and avoid duplicate LATEST_LINK.Alejandro Pulver2006-11-051-0/+4
| | | | Notes: svn path=/head/; revision=176412
* - Add CONFLICTS with databases/dbh10.Alejandro Pulver2006-11-051-0/+2
| | | | Notes: svn path=/head/; revision=176411
* - Update to 2.2.12Martin Wilke2006-11-049-88/+6
| | | | | | | | | PR: ports/105029 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176376
* - A bunch of trivial fixesAndrew Pantyukhin2006-11-031-1/+7
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176306
* Update to Firebird-2.0.0.12745-ReleaseCandidate5Sergey Skvortsov2006-11-034-8/+10
| | | | Notes: svn path=/head/; revision=176287
* - Update plist for qdbm updateMichael Johnson2006-11-022-0/+6
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176242