summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-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) Notes: svn path=/head/; revision=214430
* - Update to 3.8.1Pav Lucistnik2007-09-011-3/+3
| | | | | | | | | PR: ports/109026 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: maintainer timeout (girgen; 6 months) Notes: svn path=/head/; revision=198616
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-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 Notes: svn path=/head/; revision=196700
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Accidentally removed portepoch, believing it was portrevision.Palle Girgensohn2006-02-231-0/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=156741
* Update to 3.8Palle Girgensohn2006-02-221-3/+2
| | | | | | | PR: 93701 Notes: svn path=/head/; revision=156718
* Updating to latest version, 3.6.2Palle Girgensohn2005-07-191-2/+1
| | | | | | | Approved by: ade, seanc (implicit) Notes: svn path=/head/; revision=139634
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-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) Notes: svn path=/head/; revision=127737
* 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
* Update to 3.5Tilman Keskinoz2004-09-021-3/+2
| | | | | | | | | | Allow building with postgresql client only installation. PR: 71212 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=117948
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update PyGreSQL to 3.4. Previous version was packed with theMark Linimon2004-01-301-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) Notes: svn path=/head/; revision=99464
* Unbreak using the postgresql73 distfile.Jimmy Olgeni2004-01-121-11/+10
| | | | | | | | PR: 61194 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=98005
* [1] Use new depends scheme for postgresql slave ports:Sergey A. Osokin2003-09-041-3/+12
| | | | | | | | | | | | ${MAKE} -V ... instead of .include <...> [2] Utilize ${DOCSDIR} Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) [1], osa [2] PR: 56350, 56404 Notes: svn path=/head/; revision=88533
* Remove pkg-comment from the remaining special cases.Ade Lovett2003-03-071-0/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77043
* Uncomment dependency on libpq.3/postgresql.Sean Chittenden2003-02-111-1/+1
| | | | | | | Submitted by: kris/bento Notes: svn path=/head/; revision=75284
* Update py-PyGreSQL to version 7.3Edwin Groothuis2003-02-061-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> Notes: svn path=/head/; revision=74924
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+3
| | | | Notes: svn path=/head/; revision=72511
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Make this port a subport of databases/postgresql7, since the development ofJohann Visagie2002-10-231-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. Notes: svn path=/head/; revision=68661
* Drop MAINTAINER: I'm not really taking care of these anymore.Jacques Vidrine2002-06-211-1/+1
| | | | Notes: svn path=/head/; revision=61692
* The patch for using mx.DateTime instead of DateTime was incomplete.Jacques Vidrine2001-11-301-1/+1
| | | | | | | | | Update it. Submitted by: Allan Saddi <asaddi@philosw.com> Notes: svn path=/head/; revision=50776
* Fix import of DateTime module.Jacques Vidrine2001-10-161-0/+1
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=48843
* Fix include directory for postgresql7.1's new layout.Vanilla I. Shu2001-04-211-18/+18
| | | | Notes: svn path=/head/; revision=41759
* Depend on the new py-mx-base.Thomas Gellekum2001-03-221-3/+3
| | | | Notes: svn path=/head/; revision=40211
* Update 2.4 -> 3.0Jacques Vidrine2000-10-031-5/+12
| | | | Notes: svn path=/head/; revision=33363
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-081-2/+2
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* after removal of old postgresql port fix dependencies for postgresql7 portAndreas Klemm2000-08-261-1/+1
| | | | | | | thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out. Notes: svn path=/head/; revision=31993
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
| | | | Notes: svn path=/head/; revision=29719
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27418
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+1
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update 2.3 -> 2.4Jacques Vidrine1999-05-281-5/+6
| | | | Notes: svn path=/head/; revision=19042
* Move WWW_SITE to pkg/DESCR:WWW from MakefileMarc G. Fournier1999-04-141-2/+1
| | | | Notes: svn path=/head/; revision=17863
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-2/+2
| | | | Notes: svn path=/head/; revision=17742
* portlint: WWW_SITE shouldn't come before *_DEPENDS lines.Jacques Vidrine1999-03-121-3/+2
| | | | Notes: svn path=/head/; revision=17155
* Add a few more Y2K/WWW_SITE pointers ...Marc G. Fournier1999-03-121-1/+3
| | | | Notes: svn path=/head/; revision=17152
* Update from 2.1 to 2.3.Jacques Vidrine1999-02-231-9/+7
| | | | Notes: svn path=/head/; revision=16866
* Update of postgresql bumped libpq version number from .1 -> .2Jacques Vidrine1998-11-231-2/+2
| | | | Notes: svn path=/head/; revision=14829
* Blew last commit. This fixes it.Jacques Vidrine1998-11-131-45/+5
| | | | Notes: svn path=/head/; revision=14507
* Mark ports that depends on postgresql BROKEN for ELFJustin M. Seger1998-10-121-1/+3
| | | | Notes: svn path=/head/; revision=13888
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784
* If the installed python has been linked with threads,Jacques Vidrine1998-07-231-11/+17
| | | | | | | | then we need to link this extension module with threads also. Notes: svn path=/head/; revision=12079
* Tighten the search for the python library.Jacques Vidrine1998-07-221-16/+13
| | | | Notes: svn path=/head/; revision=12068
* Mark this port broken:Satoshi Asami1998-07-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === ## make package >> Checksum OK for PyGreSQL-2.1.tgz. ===> Extracting for py-PyGreSQL-2.1 ===> py-PyGreSQL-2.1 depends on executable: python - found ===> py-PyGreSQL-2.1 depends on shared library: pq\.1\. - found ===> Patching for py-PyGreSQL-2.1 ===> Configuring for py-PyGreSQL-2.1 test: syntax error /bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile /usr/ports/databases/py-PyGreSQL/work /bin/cp /usr/ports/databases/py-PyGreSQL/scripts/Makefile.in /usr/ports/databases/py-PyGreSQL/work /bin/cp /usr/ports/databases/py-PyGreSQL/scripts/configure.in /usr/ports/databases/py-PyGreSQL/work install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/install-sh /usr/ports/databases/py-PyGreSQL/work install -c -m 0555 /usr/ports/databases/py-PyGreSQL/scripts/configure.local /usr/ports/databases/py-PyGreSQL/work/configure creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin checking for gcc... cc checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) works... yes checking whether the C compiler (cc -O2 -pipe -L/usr/local/lib/python1.5/config -L/usr/local/pgsql/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for python... /usr/local/bin/python checking for pow in -lm... yes checking for read_history in -lreadline... yes checking for crypt in -lcrypt... yes checking for PyArg_Parse in -lpython1.5... no configure: error: The Python 1.5 library could not be found. *** Error code 1 : === Note the "test: syntax error" in the first line output from configure. Satoshi Notes: svn path=/head/; revision=12010
* Remove empty lines and trailing whitespace.Satoshi Asami1998-07-201-3/+2
| | | | | | | Found by: portlint Notes: svn path=/head/; revision=12008
* Change CATEGORIES to ``databases''.Jacques Vidrine1998-07-061-2/+2
| | | | Notes: svn path=/head/; revision=11767
* Just moved from category devel.Jacques Vidrine1998-07-061-0/+69
Notes: svn path=/head/; revision=11765