Port details |
- tablelog Logs changes on a table in PostgreSQL
- 0.4.4_3 databases
=0 0.4.4_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandonware
This port expired on: 2019-09-15
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-08-15 19:23:07
- Last Update: 2019-09-19 12:02:32
- SVN Revision: 512332
- License: PostgreSQL
- WWW:
- http://pgfoundry.org/projects/tablelog/
- Description:
- Tablelog is a contributed PostgreSQL module that uses a trigger to log
any INSERTs, UPDATEs and DELETEs on a specific table into another table.
The second part of tablelog is able to restore the state of the original
table or of a specific row for any time in the past.
WWW: http://pgfoundry.org/projects/tablelog/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tablelog>0:databases/tablelog
- No installation instructions:
- This port has been deleted.
- PKGNAME: tablelog
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tablelog-0.4.4.tar.gz) = 58c84388daf7ef0b692be981821f2586d9553901005b613581e0fcdb7ed51ffd
SIZE (tablelog-0.4.4.tar.gz) = 14197
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- libpq.so.5 : databases/postgresql95-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tablelog-0.4.4_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.4_3 19 Sep 2019 12:02:32 |
rene |
Remove expired ports:
2019-09-15 databases/postgresql-plruby: Abandonware
2019-09-15 databases/tablelog: Abandonware
2019-09-15 databases/skytools: Abandonware
Event: EuroBSDCon 2019 developer summit |
0.4.4_3 03 Aug 2019 07:43:35 |
tobik |
databases/tablelog: Unbreak build with PostgreSQL >= 11.0
table_log.c:76:29: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (!tupleDesc->attrs[i]->attisdropped) {
~~~~~~~~~~~~~~~~~~~^~
.
table_log.c:303:59: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
.
table_log.c:348:59: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
.
table_log.c:375:59: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'? (Only the first 15 lines of the commit message are shown above ) |
0.4.4_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 |
0.4.4_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 |
0.4.4_1 24 Jun 2018 00:54:27 |
linimon |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.4.4_1 29 Dec 2017 09:00:45 |
amdmi3 |
- Add LICENSE
- Unsilence installation commands
- Regenerate patches |
0.4.4_1 10 Sep 2015 15:24:13 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket |
0.4.4_1 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
0.4.4_1 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
0.4.4_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
0.4.4_1 21 Feb 2014 13:35:58 |
ehaupt |
Remove trailing whitespaces from category databases |
0.4.4_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.4.4_1 22 Jan 2014 11:20:18 |
marino |
databases/tablelog: Fix pgsql 9.2+ and stage support
PR: ports/179955 |
0.4.4_1 22 Jan 2014 07:55:47 |
marino |
databases/tablelog: Reset maintainer due to email bounce |
0.4.4_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.4.4_1 22 Jul 2013 06:47:06 |
marino |
databases/tablelog: Restrict to postgresql 9.1 and earlier
This version of Tablelog fails to build with postgresql 9.2
PR: ports/179955
submitted by: marino
Approved by: bapt (mentor), maintainer timeout |
0.4.4_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.4.4_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.4.4_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) |
0.4.4 15 Aug 2007 19:22:59 |
sat |
Add port databases/tablelog:
Tablelog is a contributed PostgreSQL module that uses a trigger to log
any INSERTs, UPDATEs and DELETEs on a specific table into another table.
The second part of tablelog is able to restore the state of the original
table or of a specific row for any time in the past.
WWW: http://tablelog.projects.postgresql.org/
Author: Andreas Scherbaum <ads-pgfoundry @nospam@ wars-nicht.de>
PR: ports/114541
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> |