Bug 277665 - databases/pgaccess: crash on startup
Summary: databases/pgaccess: crash on startup
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Chris Hutchinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-13 10:04 UTC by Dave Cottlehuber
Modified: 2024-06-04 22:19 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Cottlehuber freebsd_committer freebsd_triage 2024-03-13 10:04:33 UTC
pgaccess-1.00.20140902_3 <--- a decade since last release.

Error in startup script: bad active style "dotbox": must be frame, none, or underline
    while executing
"tablelist::tablelist  $::Mainlib::Win(pane2).lbfm.list  -yscrollcommand [list $::Mainlib::Win(pane2).lbfm.yscroll set]  -xscrollcommand [list $::Mainl..."
    (procedure "vTclWindow.pgaw:Main" line 171)
    invoked from within
"vTclWindow.pgaw:Main .pgaw:Main "
    ("eval" body line 1)
    invoked from within
"eval "vTclWindow$name $newname $rest""
    (procedure "Window" line 19)
    invoked from within
"Window show .pgaw:Main"
    (procedure "main" line 5)
    invoked from within
"main $argc $argv"
    (file "/usr/local/share/postgresql/pgaccess/pgaccess.tcl" line 1172)

Likely this port isn't maintained anymore, unless maintainer objects I will remove in a couple of weeks.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-02 22:25:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7292eb0fa666fb738328675d0d35e6bbcdf323e

commit c7292eb0fa666fb738328675d0d35e6bbcdf323e
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2024-06-02 22:24:57 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2024-06-02 22:24:57 +0000

    databases/pgaccess: remove abandonware, no maintainer fixes

    PR:             277665

 MOVED                                        |   1 +
 databases/Makefile                           |   1 -
 databases/pgaccess/Makefile (gone)           |  52 ----
 databases/pgaccess/distinfo (gone)           |   2 -
 databases/pgaccess/files/run-tcl-file (gone) |  13 -
 databases/pgaccess/pkg-descr (gone)          |  11 -
 databases/pgaccess/pkg-plist (gone)          | 369 ---------------------------
 7 files changed, 1 insertion(+), 448 deletions(-)
Comment 2 Chris Hutchinson 2024-06-04 04:33:05 UTC
(In reply to Dave Cottlehuber from comment #0)
I was never informed about this error (pr(1)).
Bugzilla, nor you tagged me in the MAINTAINER field.
I would have been happy to address this. I still use
it, and it WFM on CURRENT.
Comment 3 Dave Cottlehuber freebsd_committer freebsd_triage 2024-06-04 21:57:20 UTC
revert
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-06-04 22:19:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c58c2ee7223c661e83139e1bf8e08f6677f1587

commit 5c58c2ee7223c661e83139e1bf8e08f6677f1587
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2024-06-04 22:18:47 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2024-06-04 22:18:47 +0000

    databases/pgaccess: revert removal

    This reverts commit c7292eb0fa666fb738328675d0d35e6bbcdf323e per
    maintainer request. Re-do distinfo with timestamp so it can be
    committed.

    PR:             277665

 MOVED                                       |   1 -
 databases/Makefile                          |   1 +
 databases/pgaccess/Makefile (new)           |  52 ++++
 databases/pgaccess/distinfo (new)           |   3 +
 databases/pgaccess/files/run-tcl-file (new) |  13 +
 databases/pgaccess/pkg-descr (new)          |  11 +
 databases/pgaccess/pkg-plist (new)          | 369 ++++++++++++++++++++++++++++
 7 files changed, 449 insertions(+), 1 deletion(-)