summaryrefslogtreecommitdiff
path: root/databases/postgresql-plpython (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split out postgresql-python port on to bunch of PostgreSQL version-dependent ↵Ruslan Makhmatkhanov2013-01-202-51/+0
| | | | | | | | | | | | | | ones, so the packages can be built with different versions of PostgreSQL. The patch is from crees@ with couple additions from me. It has some problems that prevents the build with python3, but it was decided that it's better to add this as starting point. Maintainership of this port also was passed to pgsql@ team. PR: 166999 PR: 174152 Reported by: many Approved by: pgsql (crees)
* - make it build against PostgreSQL 9.0 by default, sinceRuslan Makhmatkhanov2012-06-042-3/+3
| | | | | this is an default version in ports tree at the moment - bump PORTREVISION
* Change email for my ports to FreeBSD one.Ruslan Makhmatkhanov2011-11-101-1/+1
| | | | | Approved by: novel (mentor) Feature safe: yes
* - Fix plist when postgresql-plpython installed for postgresql 9.1 andGreg Larkin2011-10-261-1/+2
| | | | | | | | postgresql-plpython built with python 3+ PR: ports/161822 Submitted by: sunpoet Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen (maintainer implicit)
* - Unbreak postgresql-plpython: allow build with threaded pythonSunpoet Po-Chuan Hsieh2011-10-021-3/+1
| | | | | | | - Pass maintainership to submitter PR: ports/159843 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Mark as BROKEN, needs threaded Python to configureRene Ladan2011-04-051-0/+2
| | | | Submitted by: local tinderbox build
* Bump PostgreSQL dependency to 8.4 which is the default in bsd.databases.mkRene Ladan2011-04-041-1/+1
| | | | This fixes the port.
* 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)
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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)
* dd@ has had his port bit taken for safekeeping. Therefore, return theseMark Linimon2007-03-041-1/+1
| | | | | | to the pool. Hat: portmgr
* More rubust regex to determine which version of postgresql that isPalle Girgensohn2006-12-061-1/+1
| | | | already installed.
* 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>
* Bump portrevisionPalle Girgensohn2005-01-311-1/+1
|
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-313-20/+26
| | | | | | | | 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)
* A port for the PL/Python module that comes with PostgresDima Dorfman2004-11-064-0/+44