aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-pltcl
Commit message (Collapse)AuthorAgeFilesLines
* Break postgresql-pltcl up into versioned ports; now we will have packagescrees2012-03-062-57/+0
| | | | Fix plist for 9.1
* Over to new team, pgsql@FreeBSD.orgcrees2012-03-051-1/+1
|
* Fix build with 9.1; apparently incomplete builds are unsupported by upstream,crees2012-02-191-1/+2
| | | | | | so force rebuild of src/backend before trying pl/tcl PR: 164796
* - Reset ports due to maintainer timeouts and lack of response to emailstabthorpe2012-01-191-1/+1
| | | | With hat: portmgr
* accept version 9.1beta3girgen2011-07-261-2/+2
| | | | PR: 158740
* Fix bug that made portmaster failgirgen2011-06-031-1/+3
| | | | PR: ports/157530
* - Fix RUN_DEPENDS for slave postgresql portspgollucci2010-08-311-2/+2
| | | | | | | | | - Change default pgsql version to 82 matching Mk/ defaults - Bump PORTREVISIONs PR: ports/148055 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (grigen ; > 2.5 months)
* - Use bsd.tcl.mk (implemented suggestion from [1])mm2010-03-261-10/+8
| | | | | | | | | - Use system-default PostgreSQL version (82) - Bump PORTREVISION PR: ports/143740 [1] Submitted by: Dan Lukes <dan@obluda.cz> Approved by: maintainer (timeout)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
| | | | With hat: portmgr
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* More rubust regex to determine which version of postgresql that isgirgen2006-12-081-1/+1
| | | | | | | already installed. Reported by: Kostik Belousov PR: 106472
* 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>
* Bumping portrevisiongirgen2005-01-311-1/+1
|
* Split the postgresql ports into a server and a client part.girgen2005-01-313-18/+22
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. 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)
* 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)
* Introduce the world to PostgreSQL 7.4! By and large this release isseanc2003-12-041-15/+7
| | | | | | | | | | | | | | | 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)
* Fix building.osa2003-09-181-0/+3
| | | | | Notice from: kris via bento Approved by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* Use new depends scheme for postgresql slave ports:osa2003-09-041-6/+11
| | | | | | | ${MAKE} -V ... instead of .include <...> Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 56348, 56404
* postgresql slave ports, reduce unnecessary portrevision bumpsdaichi2003-06-191-0/+1
| | | | | PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (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.
* Fix these two so they at least work with 'make index'. The inclusionade2003-01-191-1/+1
| | | | of a master port Makefile like this is iffy in the extreme, IMO.
* Adding POSTGRESQL_PORT tunable. Not bumping PORTREVISION.seanc2003-01-191-2/+3
|
* update maintainer's emailijliao2002-12-231-1/+1
| | | | | PR: 45884 Submitted by: maintainer
* use the latest postgresql7ijliao2002-04-111-1/+0
| | | | | | | postgresql-jdbc now uses the great new USE_JAVA stuff PR: 36980 Submitted by: maintainer
* This is a port of the PL/Tcl module of the postgresql-7.2 distribution.vanilla2002-02-195-0/+51
PR: ports/34859 Submitted by: Palle Girgensohn <girgen@partitur.se>