aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-jdbc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 8.1-407girgen2006-05-242-4/+4
|
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Honor EXAMPLESDIR and JAVAJARDIR.girgen2005-11-103-9/+7
| | | | Suggested by: Herve Quiroz <hq@>
* Update to 8.1.404girgen2005-11-102-3/+4
|
* Update to 8.0.311.girgen2005-04-122-3/+3
| | | | | | | See http://jdbc.postgresql.org/changes.html#version_8.0-311 for a changelog Approved by: seanc, ade (implicit)
* Update JDBC support to version 8.0 (build 310).girgen2005-02-116-29/+80
| | | | | | | The PostgreSQL JDBC project has been decoupled from the server distribution, and is now hosted at http://jdbc.postgresql.org/. Approved by: ade (mentor)
* In order to address a potential security hole recently identified withgirgen2005-02-031-1/+1
| | | | | | | | | | | | | | | | | | | the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
* Bump portrevisiongirgen2005-01-311-1/+1
|
* Split the postgresql ports into a server and a client part.girgen2005-01-314-58/+13
| | | | | | | | | | The JDBC interface has been moved from the main distribution to its own project at jdbc.postgresql.org. Fixate to the latest version in main distro, 7.4.6, pending an update to latest version from the project site. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-061-1/+1
| | | | Approved by: ade (mentor)
* Fix patching error.linimon2004-09-031-5/+5
| | | | | PR: ports/71265 Submitted by: Palle Girgensohn <girgen at pingpong dot net> (maintainer)
* Upgrade to 7.4.3.vanilla2004-06-291-1/+1
| | | | | PR: ports/68456 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Use PAX macro.trevor2004-01-221-1/+1
|
* Introduce the world to PostgreSQL 7.4! By and large this release isseanc2003-12-042-19/+15
| | | | | | | | | | | | | | | regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat)
* Use new depends scheme for postgresql slave ports:osa2003-09-042-27/+34
| | | | | | | | | ${MAKE} -V ... instead of .include <...> Utilize ${EXAMPLESDIR} [1] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer), osa [1] PR: 56346, 56404
* Port devel/jakarta-ant was renamed to devel/apache-ant.znerd2003-07-231-1/+1
| | | | | Reported by: kris Pointy hat to: me
* postgresql slave ports, reduce unnecessary portrevision bumpsdaichi2003-06-191-0/+1
| | | | | PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* Update to 7.3.3.nork2003-06-021-1/+0
| | | | | | | | | | | | | 1. Optionally link with libc_r to get plpython working. [1] 2. Fix kerberos build. [2] 3. There was a duplication of some declarations. [3] PR: ports/52851 PR: ports/51080 [2] Submitted by: Mike Meyer <mwm@mired.org> [1] Submitted by: Gerweck <andy@tacnode.com> [2] Pointed out by: Mike Harding <mvh@ix.netcom.com> [3] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* Fix for ports/47866, ports/48610 & ports/46768.znerd2003-03-282-0/+12
| | | | | | | Bumped PORTREVISION. PR: 48878 Submitted by: maintainer
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update PostgreSQL JDBC for 7.3.1.seanc2003-01-052-19/+14
| | | | | PR: ports/45881 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Don't remove system directories share/java, share/java/classes, andkris2002-11-111-2/+0
| | | | share/doc
* use the latest postgresql7ijliao2002-04-111-16/+2
| | | | | | | postgresql-jdbc now uses the great new USE_JAVA stuff PR: 36980 Submitted by: maintainer
* This is the implementation of JDBC, the Java Database Connectivity API,vanilla2002-02-195-0/+104
for accessing PostgreSQL databases from Java. PR: ports/34856 Submitted by: Palle Girgensohn <girgen@partitur.se>