summaryrefslogtreecommitdiff
path: root/databases/postgresql-tcltk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port.Chris Rees2012-03-212-78/+0
| | | | | | | | | | | 2012/03/16 databases/postgresql-tcltk: Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/ Thanks to mi for locating pgctlng for me! Feature safe: yes Notes: svn path=/head/; revision=293637
* Over to new team, pgsql@FreeBSD.orgChris Rees2012-03-041-1/+1
| | | | Notes: svn path=/head/; revision=292678
* Deprecate for removal on 16/MarChris Rees2012-02-161-0/+3
| | | | Notes: svn path=/head/; revision=291534
* - Reset ports due to maintainer timeouts and lack of response to emailsThomas Abthorpe2012-01-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=289435
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-5/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Attempt to fix INDEX by upgrading PostgreSQL dependency to 8.4Rene Ladan2011-04-041-2/+2
| | | | | | | | | | | | | Mark databases/postgresql-tcltk as broken, it does not work with PostgreSQL 8.X [1] Remove obsolete conflicts line from databases/postgresql-tcltk Submitted by: pav [1] Approved by: pav Notes: svn path=/head/; revision=272220
* Fix broken portPalle Girgensohn2010-11-211-3/+3
| | | | Notes: svn path=/head/; revision=264884
* - Mark BROKEN: does not compilePav Lucistnik2010-10-191-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=263306
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix security alert using a patch from PostgreSQL's CVS repository:Palle Girgensohn2005-02-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent overrunning a heap-allocated buffer if more than 1024 parameters to a refcursor declaration are specified. This is a minimally-invasive fix for the buffer overrun. Define LATEST_LINK to avoid package name clashes between the different branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to branch 7.4, keep its LATEST_LINK to a generic value.) Set UNIQUENAME and let it be the same for server & client, so each branch's ports will share the same options file. This adds some no-op knobs to the -client port, but IMO it is better this way. Add space inside paranthesis in OSVERSION conditional to work around (ancient) make bug. [2] Remove the Rendez-Vouz knob for 8.0 since I can't find the software needed to even compile it on FreeBSD. Bump portrevision (for -server only). Noted by: kris [1] PR: ports/77530 [2] Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (mentor) Notes: svn path=/head/; revision=129277
* In order to address a potential security hole recently identified withPalle Girgensohn2005-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> Notes: svn path=/head/; revision=127966
* Bump portrevision.Palle Girgensohn2005-01-311-1/+1
| | | | Notes: svn path=/head/; revision=127741
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-314-49/+19
| | | | | | | | | | | The tcltk interface has been removed from the main distribution, so fixate the version number to the latest released version, 7.4.6. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127736
* Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn2004-12-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=123277
* Fix after upgrade to 7.4.2.Oliver Braun2004-03-121-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=103770
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Introduce the world to PostgreSQL 7.4! By and large this release isSean Chittenden2003-12-042-27/+21
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=94977
* Fix building.Sergey A. Osokin2003-09-181-0/+3
| | | | | | | | Notice from: kris via bento Approved by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=89046
* Use another way for PortgreSQL slave ports (make without -C),Sergey A. Osokin2003-09-041-3/+3
| | | | | | | | | | | because much more people still use old versions of make. Notify from: Dan Langille <dan@langille.org> Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 56346 Notes: svn path=/head/; revision=88528
* Use new depends scheme for postgresql slave ports:Sergey A. Osokin2003-09-041-6/+11
| | | | | | | | | | ${MAKE} -V ... instead of .include <...> Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 56349, 56404 Notes: svn path=/head/; revision=88522
* Remove unneeded RUN_DEPENDS.Alexander Langer2003-07-131-1/+0
| | | | | | | | | | | | | | | | | | Volker mentioned an install with a dependency "postgres" fails if postgresql is installed with -DWITHOUT_SERVER, though it shouldn't, and thus suggested a depend-change to "psql", which is also present for the client-only-install. The maintainer then submitted the patch which completely removes the dependency as it "is actually not needed". I personally am in favor of the first solution, but Palle is the maintainer. Reported by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Submitted by: Palle Grigensohn <girgen@pingpong.net> (maintainer) PR: 54252,54287 Notes: svn path=/head/; revision=84808
* postgresql slave ports, reduce unnecessary portrevision bumpsDaichi GOTO2003-06-191-0/+1
| | | | | | | | 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
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove no longer needed @unexec line.Oliver Braun2003-01-091-1/+0
| | | | | | | | PR: ports/46892 Submitted by: maintainer Notes: svn path=/head/; revision=72812
* Update PostgreSQL tcl/tk to 7.3.1. pgaccess is no longer in of this port.Sean Chittenden2003-01-042-150/+15
| | | | | | | | PR: ports/45885 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=72540
* fix for different tcl versionsSADA Kenji2002-11-132-2/+17
| | | | | | | | | PR: ports/42010 Submitted by: unknown -- see the PR Approved by: maintainer Notes: svn path=/head/; revision=69994
* Remove PORTVERSION (like other postgresql subports in ports/36980), so thatJimmy Olgeni2002-04-141-1/+0
| | | | | | | it will compile. Notes: svn path=/head/; revision=57693
* This is a port of the Tcl/Tk stuff in the postgresql-7.2Vanilla I. Shu2002-02-195-0/+224
distribution. It includes pgtclsh, pgtksh and also the infamous pgaccess GUI. PR: ports/34860 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=54899