Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.9.2_1 24 Aug 2024 10:36:02 |
Daniel Engberg (diizzy) |
databases/postgresql-libpqxx: Convert to CMake and modernize
* Switch to CMake as it cleans up Makefile, builds faster and adds
.cmake files to port
* Modernize port Makefile
* Remove ancient CONFLICTS entry
PR: 281022
Approved by: pgsql (girgen) |
7.9.2 05 Aug 2024 11:37:26 |
Palle Girgensohn (girgen) |
databases/postgresql-libpqxx: Update to 7.9.2
Release notes: https://github.com/jtv/libpqxx/releases/tag/7.9.2 |
7.9.1 08 Jun 2024 21:09:06 |
Palle Girgensohn (girgen) |
databases/postgresql-libpqxx: Update to 7.9.1
Release notes: https://github.com/jtv/libpqxx/releases/tag/7.9.1 |
7.9.0 20 Feb 2024 10:31:33 |
Palle Girgensohn (girgen) |
databases/postgresql-libpqxx: Update to 7.9.0
Release notes: https://github.com/jtv/libpqxx/releases/tag/7.9.0 |
7.8.1 06 Aug 2023 19:49:43 |
Palle Girgensohn (girgen) |
databases/postgresql-libpqxx: update to 7.8.1
Release notes: https://github.com/jtv/libpqxx/releases |
7.7.5 29 May 2023 14:39:49 |
Palle Girgensohn (girgen) |
databases/postgresql-libpqxx: update to 7.7.5
Release notes: https://github.com/jtv/libpqxx/tree/7.7.5 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.2.0 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
7.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.2.0 22 Sep 2020 08:53:09 |
girgen |
Upgrade to version 7.2.0
Release notes: http://www.pqxx.org/development/libpqxx/#news |
7.1.2 17 Aug 2020 06:30:58 |
girgen |
Upgrade to version 7.1.2
This fixes a problem reported by several, where
include/pqxx/internal/transaction_focus.hxx was missing. |
7.1.0 03 Aug 2020 08:11:57 |
girgen |
Upgrade to 7.1.0
Release notes: https://pqxx.org/development/libpqxx/ |
6.1.0_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
6.1.0_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
6.1.0_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
6.1.0 18 Jun 2018 19:03:04 |
linimon |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket) |
6.1.0 17 Feb 2018 13:28:42 |
girgen |
Update to version 6.1.0 |
6.0.0 12 Jan 2018 16:26:30 |
girgen |
Update postgresql-libpqxx to latest version 6
Keep version 4 as a separate port
Set license for the old version 3 port
PR: 225109
Submitted by: Yuri Victorovich |
4.0.1_1 11 Dec 2017 16:54:20 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
4.0.1_1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
4.0.1_1 29 Jul 2015 22:09:55 |
antoine |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
4.0.1_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
4.0.1_1 19 Oct 2014 08:50:18 |
mva |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
4.0.1_1 25 Aug 2014 17:53:27 |
crees |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
4.0.1_1 05 May 2014 13:48:25 |
bapt |
Convert to USES=pgsql
While here:
databases/pg_reorg
- stagify
databases/iplike
- convert to USES=libtool
- strip binarie
databases/ip4r
- strip binaries
databases/postgresql-libpgeasy
- convert to USES=libtool
- strip binaries
- stagify
databases/postgresql-libpqxx
- convert to USES=libtool
- strip binaries
databases/postgresql-libpqxx3
- convert to USES=libtool
- strip binaries |
4.0.1 13 Feb 2014 20:05:26 |
girgen |
fix building when python meta port is not installed |
4.0.1 12 Jan 2014 20:46:13 |
crees |
Update to 4.0.1
Stage
PR: ports/185591
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
4.0 17 Nov 2013 14:45:22 |
crees |
Update CONFLICTS given the PKGNAME change of pqxx-3 |
4.0 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
4.0 07 Jul 2013 00:15:47 |
jgh |
- convert from USE_GMAKE to USES=gmake
- trim historical headers
With hat: pgsql@ |
4.0 07 Feb 2013 07:08:33 |
jgh |
- restore databases/postgresql-libpqxx, distfiles are now available
- maintainership over to pgsql@ (with hat pgsql@)
Reported by: kjedruczyk@fastmail.net |
4.0 28 Nov 2012 17:33:48 |
bapt |
2012-11-26 databases/postgresql-libpqxx: No more public distfiles
2012-10-20 devel/portlet-api: No more public distfiles
Feature safe: yes |
4.0 26 Oct 2012 14:57:51 |
bapt |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long
Feature safe: yes |
4.0 12 Jun 2012 22:07:12 |
avilla |
- Update libpqxx to 4.0. [1]
- Update CONFLICTS in libpqxx30.
- Add instructions to UPDATING for people willing to stick with
version 3.
Submitted by: arrowdodger via IRC [1] |
3.1 19 Jan 2012 03:35:49 |
tabthorpe |
- Reset ports due to maintainer timeouts and lack of response to emails
With hat: portmgr |
3.1 12 Sep 2011 09:49:57 |
girgen |
Update to version 3.1 |
2.6.9_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.6.9_2 07 Feb 2010 19:09:30 |
makc |
Mark conflict with databases/postgresql-libpqxx30
set PORTSCOUT
Bump PORTREVISION |
2.6.9_1 30 Jan 2009 20:17:24 |
pav |
- Update download location
Reported by: -fetch-original pointyhat run |
2.6.9_1 05 Jan 2009 17:27:29 |
pav |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
2.6.9_1 06 Jun 2008 13:17:10 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
2.6.9 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [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) |
2.6.9 06 Feb 2007 07:59:47 |
girgen |
Updating to version 2.6.9:
"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." |
2.6.7 09 Aug 2006 10:36:43 |
girgen |
Update to 2.6.7 |
2.6.6 28 May 2006 16:50:24 |
girgen |
Update to 2.6.6.
Security: http://thaiopensource.org/development/libpqxx/ |
2.5.5 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.5.5 22 Jan 2006 08:23:41 |
edwin |
SHA256ify
Approved by: krion@ |
2.5.5 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
2.5.5 21 Jul 2005 19:48:20 |
girgen |
The gborg.postgresql.org distributions exist on the main postgresql
ftp stites, so let's use them |
2.5.5 11 Jul 2005 22:23:49 |
girgen |
Updating to 2.5.5
Approved by: ade, seanc (implicit) |
2.4.2_1 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
2.4.2_1 31 Jan 2005 00:35:56 |
girgen |
Split the postgresql ports into a server and a client part.
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) |
2.4.2_1 06 Dec 2004 03:59:56 |
girgen |
Add myself as committer, and use my @FreeBSD.org address.
Approved by: ade (mentor) |
2.4.2_1 28 Nov 2004 00:54:56 |
lofi |
Fix configure checks for C++ headers on 4.x
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! |
2.4.2 19 Nov 2004 16:13:48 |
lofi |
Update to 2.4.2
Submitted by: maintainer |
2.4.1 15 Nov 2004 17:00:02 |
pav |
- Mark BROKEN on 4.x
PR: ports/73904
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) |
2.4.1 07 Nov 2004 20:46:18 |
arved |
Upgrade to 2.4.1
PR: 73641
Submitted by: Steven Looman <steven@krx.nl>
Palle Girgensohn <girgen@pingpong.net> |
2.2.7 09 Aug 2004 08:01:43 |
sem |
update to 2.2.7
fix a wrong pkg-config specification position
PR: ports/69960
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Approved by: maintainer |
2.2.3 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
2.2.3 24 Jun 2004 18:45:32 |
thierry |
Unbreak on -STABLE.
PR: ports/68217
Submitted by: maintainer. |
2.2.3 23 Jun 2004 22:19:24 |
thierry |
Upgrade to 2.2.3.
Warning: broken on 4.x.
PR: 68217
Submitted by: maintainer. |
2.1.1_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.1.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.1.1 04 Dec 2003 12:00:49 |
seanc |
Introduce the world to PostgreSQL 7.4! By and large this release is
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) |
1.5.1 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
1.5.1 03 Sep 2003 08:04:08 |
erwin |
Update to 1.5.1
Add PKGNAMEPREFIX=postgresql
PR: 56336
Submitted by: maintainer |
1.1.4 21 Feb 2003 11:15:05 |
knu |
De-pkg-comment. |
1.1.4 05 Jan 2003 00:11:40 |
seanc |
Add libpqxx. libpqxx is no longer hosted under the main PostgreSQL tree and
is now a project on gborg. libpqxx is still a supported interface.
PR: ports/45944
Submitted by: Palle Girgensohn <girgen@pingpong.net> |