summaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-11/+1
| | | | Notes: svn path=/head/; revision=225288
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Updating to version 2.6.9:Palle Girgensohn2007-02-064-35/+4
| | | | | | | | | | | | "Many things have changed. Bugs have been fixed, new features have been introduced. But most importantly, we're really retiring the old 1.x-style libpqxx API now. This API (where upper-case letters were still used in function names and such) has been supported for more than three years in the interest of backwards compatibility, but has been marked as obsolete all this time." Notes: svn path=/head/; revision=184349
* Update to 2.6.7Palle Girgensohn2006-08-094-5/+16
| | | | Notes: svn path=/head/; revision=170180
* Update to 2.6.6.Palle Girgensohn2006-05-286-47/+46
| | | | | | | Security: http://thaiopensource.org/development/libpqxx/ Notes: svn path=/head/; revision=163736
* Conversion to a single libtool environment.Ade Lovett2006-02-231-5/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* The gborg.postgresql.org distributions exist on the main postgresqlPalle Girgensohn2005-07-211-1/+2
| | | | | | | ftp stites, so let's use them Notes: svn path=/head/; revision=139841
* Updating to 2.5.5Palle Girgensohn2005-07-115-16/+15
| | | | | | | Approved by: ade, seanc (implicit) Notes: svn path=/head/; revision=138947
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-161-1/+0
| | | | | | | Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135416
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-312-4/+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
* Fix configure checks for C++ headers on 4.xMichael Nottebrock2004-11-281-2/+3
| | | | | | | | | | | PR: ????? (¹) Submitted by: maintainer (¹) PR was cc'd to me six hours ago, but hasn't made it into GNATS yet. Assemble an away team, number one! Notes: svn path=/head/; revision=122635
* Update to 2.4.2Michael Nottebrock2004-11-192-4/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=121972
* - Mark BROKEN on 4.xPav Lucistnik2004-11-151-0/+1
| | | | | | | | PR: ports/73904 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) Notes: svn path=/head/; revision=121668
* Upgrade to 2.4.1Tilman Keskinoz2004-11-074-7/+17
| | | | | | | | | PR: 73641 Submitted by: Steven Looman <steven@krx.nl> Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=121054
* update to 2.2.7Sergey Matveychuk2004-08-094-6/+7
| | | | | | | | | | | fix a wrong pkg-config specification position PR: ports/69960 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> Approved by: maintainer Notes: svn path=/head/; revision=115716
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Unbreak on -STABLE.Thierry Thomas2004-06-242-3/+8
| | | | | | | | PR: ports/68217 Submitted by: maintainer. Notes: svn path=/head/; revision=112161
* Upgrade to 2.2.3.Thierry Thomas2004-06-234-9/+32
| | | | | | | | | | Warning: broken on 4.x. PR: 68217 Submitted by: maintainer. Notes: svn path=/head/; revision=112087
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* Introduce the world to PostgreSQL 7.4! By and large this release isSean Chittenden2003-12-043-2/+49
| | | | | | | | | | | | | | | | | | 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
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update to 1.5.1Erwin Lansing2003-09-033-2/+5
| | | | | | | | | | Add PKGNAMEPREFIX=postgresql PR: 56336 Submitted by: maintainer Notes: svn path=/head/; revision=88418
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Add libpqxx. libpqxx is no longer hosted under the main PostgreSQL tree andSean Chittenden2003-01-055-0/+67
is now a project on gborg. libpqxx is still a supported interface. PR: ports/45944 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=72542