ports/databases
Tobias Kortkamp 267dfeb0fa 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 '.'?
      if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
                                                          .
4 errors generated.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/tablelog-0.4.4_3.log

While here

- Mark it as deprecated.  The last release was in 2007 and upstream
  has been inactive since then.
- Fix WWW

PR:		239514
Reported by:	antoine (via exp-run)
2019-08-03 07:43:34 +00:00
..
2019-08-01 16:15:35 +00:00
2019-07-27 11:53:22 +00:00
2019-08-01 03:30:43 +00:00
2019-08-01 03:31:17 +00:00
2019-07-27 11:56:46 +00:00
2019-08-01 16:15:30 +00:00
2019-07-31 19:09:43 +00:00
2019-07-27 11:54:14 +00:00
2019-08-02 06:26:40 +00:00
2019-07-29 18:08:24 +00:00
2019-08-01 16:15:40 +00:00
2019-08-01 16:15:19 +00:00
2019-07-27 11:57:49 +00:00
2019-07-30 20:27:15 +00:00
2019-07-30 20:27:15 +00:00
2019-07-27 11:58:00 +00:00
2019-08-01 16:15:46 +00:00
2019-08-01 16:15:51 +00:00
2019-07-30 04:35:33 +00:00
2019-08-01 16:15:56 +00:00
2019-08-01 16:15:24 +00:00