summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-12-28Drop python 2.7 support from a few portsAntoine Brodin1-1/+1
With hat: portmgr
2020-12-24Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich1-1/+1
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python)
2020-07-17- Update to 5.2Wen Heping1-2/+1
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-0/+1
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
2019-05-20- Update to 5.1Wen Heping1-2/+1
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-0/+1
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
2018-09-10Add DOCS options to ports that should have one.Mathieu Arnold1-0/+2
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
2018-07-30- Update to 5.0.6Wen Heping1-1/+1
2018-07-26- Update to 5.0.5Wen Heping1-2/+3
PR: 230042 Submitted by: hsn@sendmail.cz
2017-08-08- Update to 5.0.4Wen Heping1-1/+1
2016-12-12- Update to 5.0.3Wen Heping1-1/+1
2016-09-20- Update to 5.0.2Wen Heping1-1/+1
2016-08-23- Update to 5.0.1Wen Heping1-1/+1
2016-03-22- Update to 5.0Wen Heping1-4/+5
- Runs on both python2 and python3 - Add LICENSE - Take maintainership
2015-04-01- Strip libraryDmitry Marakasov1-1/+2
2014-12-29databases/py-PyGreSQL: fix fetch, convert to USESRuslan Makhmatkhanov1-4/+3
2014-10-08Convert to USES=pgsql and USES=pythonBaptiste Daroussin1-4/+2
2014-02-09- install port documentation into stagedir uncoditionally and remove inclusionRuslan Makhmatkhanov1-7/+6
of bsd.port.options.mk - unmute docs installation command - remove no more needed patch - bump PORTREVISION
2014-01-13Python cleanup:Rene Ladan1-1/+1
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
2013-09-28- Convert to PYDISTUTILS_AUTOPLISTMarcus von Appen1-3/+3
- Enable stage support - Limit to the supported python versions - Change to new LIB_DEPENDS where necessary - Switch to new OPTIONS framework where necessary
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
databases)
2013-03-27- fix fetchRuslan Makhmatkhanov1-1/+1
Reported by: pointyhat (miwi)
2013-01-09- Update to 4.1.1Bryan Drewery1-1/+1
2013-01-03- update to 4.1Ruslan Makhmatkhanov1-14/+11
- trim Makefile header - update MASTER_SITES - remove indefinite article from COMMENT - limit python version to 2.x only - convert to optionsng (NOPORTDOCS case) - patch out setuptools for from setup.py for now (mainly to not use PYEASYINSTALL_OSARCH) - update formatting in pkg-descr and change tab with space at WWW Reported by: D'Arcy J.M. Cain <darcy@PyGreSQL.org> (on ports@)
2009-09-19- Reset longterm inactive maintainerPav Lucistnik1-1/+1
Feature safe: yes
2009-09-19- Update to 4.0Pav Lucistnik1-28/+8
PR: ports/136203 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout (girgen; 2 months) Feature safe: yes
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-0/+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-09-01- Update to 3.8.1Pav Lucistnik1-3/+3
PR: ports/109026 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: maintainer timeout (girgen; 6 months)
2007-07-30 - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry1-0/+1
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
2006-05-04Remove USE_REINPLACE from all categories starting with DEdwin Groothuis1-1/+0
2006-02-23Accidentally removed portepoch, believing it was portrevision.Palle Girgensohn1-0/+1
Pointy hat to: me
2006-02-22Update to 3.8Palle Girgensohn1-3/+2
PR: 93701
2005-07-19Updating to latest version, 3.6.2Palle Girgensohn1-2/+1
Approved by: ade, seanc (implicit)
2005-01-31Split the postgresql ports into a server and a client part.Palle Girgensohn1-2/+2
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-12-06Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn1-1/+1
Approved by: ade (mentor)
2004-09-02Update to 3.5Tilman Keskinoz1-3/+2
Allow building with postgresql client only installation. PR: 71212 Submitted by: Palle Girgensohn <girgen@pingpong.net>
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2)
2004-01-30Update PyGreSQL to 3.4. Previous version was packed with theMark Linimon1-18/+17
postgresql dist, and while postgresql was version 7.3.5, PyGreSQL's own version just bumped from 3.3 to 3.4. Hence portepoch. PR: ports/61597 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
2004-01-12Unbreak using the postgresql73 distfile.Jimmy Olgeni1-11/+10
PR: 61194 Submitted by: Palle Girgensohn <girgen@pingpong.net>
2003-09-04[1] Use new depends scheme for postgresql slave ports:Sergey A. Osokin1-3/+12
${MAKE} -V ... instead of .include <...> [2] Utilize ${DOCSDIR} Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) [1], osa [2] PR: 56350, 56404
2003-03-07Remove pkg-comment from the remaining special cases.Ade Lovett1-0/+1
Approved by: portmgr (implicitly)
2003-02-11Uncomment dependency on libpq.3/postgresql.Sean Chittenden1-1/+1
Submitted by: kris/bento
2003-02-06Update py-PyGreSQL to version 7.3Edwin Groothuis1-3/+1
This patch really only takes over maintainership from ports@freebsd.org. Since I manage most of the postgresql ports, I might as well take this one too, I guess? I have verified that it builds with postgresql-7.3 PR: ports/45887 Submitted by: Palle Girgensohn <girgen@pingpong.net>
2003-01-04Chase libpq version bump.Sean Chittenden1-1/+3
2002-11-10o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira1-2/+0
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
2002-11-06Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger1-0/+2
Approved by: pat
2002-10-23- Make this port a subport of databases/postgresql7, since the development ofJohann Visagie1-15/+19
PyGreSQL has been folded into that of PostgreSQL itself. - This update effectivly takes PyGreSQL to version 3.3, which is distributed with PostgreSQL 7.2.3. - Byte-compile installed modules to ensure clean deinstallation. - Install documentation under $DOCSDIR. - Remove Makefile from $FILESDIR - not required anymore. - Remove patch-pgdb.py - not required any longer. - Add two patches to ensure installation is $PREFIX-clean. - Update pkg-comment and pkg-descr to reflect the current status of the port.
2002-06-21Drop MAINTAINER: I'm not really taking care of these anymore.Jacques Vidrine1-1/+1
2001-11-30The patch for using mx.DateTime instead of DateTime was incomplete.Jacques Vidrine1-1/+1
Update it. Submitted by: Allan Saddi <asaddi@philosw.com>