summaryrefslogtreecommitdiff
path: root/databases/postgresql-plpython (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-20Split out postgresql-python port on to bunch of PostgreSQL version-dependent ↵Ruslan Makhmatkhanov2-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)
2012-06-04- make it build against PostgreSQL 9.0 by default, sinceRuslan Makhmatkhanov2-3/+3
this is an default version in ports tree at the moment - bump PORTREVISION
2011-11-10Change email for my ports to FreeBSD one.Ruslan Makhmatkhanov1-1/+1
Approved by: novel (mentor) Feature safe: yes
2011-10-26- Fix plist when postgresql-plpython installed for postgresql 9.1 andGreg Larkin1-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)
2011-10-02- Unbreak postgresql-plpython: allow build with threaded pythonSunpoet Po-Chuan Hsieh1-3/+1
- Pass maintainership to submitter PR: ports/159843 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-04-05Mark as BROKEN, needs threaded Python to configureRene Ladan1-0/+2
Submitted by: local tinderbox build
2011-04-04Bump PostgreSQL dependency to 8.4 which is the default in bsd.databases.mkRene Ladan1-1/+1
This fixes the port.
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-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)
2007-08-04- Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan1-1/+1
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
2007-03-04dd@ has had his port bit taken for safekeeping. Therefore, return theseMark Linimon1-1/+1
to the pool. Hat: portmgr
2006-12-06More rubust regex to determine which version of postgresql that isPalle Girgensohn1-1/+1
already installed.
2005-02-03In order to address a potential security hole recently identified withPalle Girgensohn1-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>
2005-01-31Bump portrevisionPalle Girgensohn1-1/+1
2005-01-31Split the postgresql ports into a server and a client part.Palle Girgensohn3-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)
2004-11-06A port for the PL/Python module that comes with PostgresDima Dorfman4-0/+44