Bug 281814 - databases/postgresql17-{client|server} pull in textproc/fop even with DOCS disabled
Summary: databases/postgresql17-{client|server} pull in textproc/fop even with DOCS di...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: pgsql
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-02 11:08 UTC by Raivo Hool
Modified: 2024-12-02 15:51 UTC (History)
3 users (show)

See Also:
linimon: maintainer-feedback? (pgsql)


Attachments
Move textproc/fop to DOCS_BUILD_DEPENDS (1.01 KB, patch)
2024-10-02 11:08 UTC, Raivo Hool
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raivo Hool 2024-10-02 11:08:23 UTC
Created attachment 253957 [details]
Move textproc/fop to DOCS_BUILD_DEPENDS

The PostgreSQL 17 ports have had BUILD_DEPENDS of textproc/fop added as a blanket dependency, but it's apparently only necessary for building PDF documentation of the software. (https://www.postgresql.org/docs/current/docguide-build.html) It should not be a hard requirement when DOCS are not built. Moreover, textproc/fop requires OpenJDK to be present, and now building anything related to even postgresql17-client pulls in OpenJDK 18, 19, 20, and 21 (if specified, and I have). And extra. This means too much wasted CPU time. I propose removing textproc/fop from the blanket BUILD_DEPENDS and moving it to DOCS_BUILD_DEPENDS as seen in the attachment.
Comment 1 Michael Osipov freebsd_committer freebsd_triage 2024-10-02 19:32:24 UTC
I fail to see why fop is required at all. The Makefile never builds the PDF and no plist contains a PDF. What am I missing here?
Comment 2 Raivo Hool 2024-10-02 19:44:00 UTC
(In reply to Michael Osipov from comment #1)

I did not go digging to be honest. It sure does seem that you're right.
Comment 3 Palle Girgensohn freebsd_committer freebsd_triage 2024-10-08 15:10:20 UTC
Thanks! I moved the dependency to the postgresql17-docs port since that is where it is used.
Comment 4 Michael Osipov freebsd_committer freebsd_triage 2024-10-08 15:13:10 UTC
(In reply to Palle Girgensohn from comment #3)

I believe you can boldly drop this one: https://github.com/freebsd/freebsd-ports/blob/7cddc85218bdcd3df11fa8952cdcad49847f08d6/databases/postgresql17-docs/Makefile#L21

You don't build the PDF and the build instructions say that FOP is used for PDF only. You'd remove a huge dependency tree here.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-10-08 15:17:25 UTC
A commit in branch main references this bug:

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

commit e0440ff539a4ade550cd21786df92190d3fb3102
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2024-10-08 14:19:35 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2024-10-08 15:16:35 +0000

    databases/postgresql17: Remove build dependency on fop

    It is only required when building the postgresql17-docs port.

    PR:     281814

 databases/postgresql17-client/Makefile | 1 -
 databases/postgresql17-server/Makefile | 1 -
 2 files changed, 2 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-10-09 08:32:45 UTC
A commit in branch main references this bug:

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

commit cf1a12c828566036fa220e87e539394475be69cc
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2024-10-09 08:31:22 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2024-10-09 08:31:59 +0000

    databases/postgresql17-docs: Remove build dependency on fop

    It is only required when building PDF, which we don't.

    PR:     281814

 databases/postgresql17-docs/Makefile | 1 -
 1 file changed, 1 deletion(-)
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-12-02 15:51:00 UTC
A commit in branch 2024Q4 references this bug:

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

commit 572b2dcf7c11fad4f4dc8fa788111c260f64e1c3
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2024-10-09 08:31:22 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2024-12-02 15:48:51 +0000

    databases/postgresql17-docs: Remove build dependency on fop

    It is only required when building PDF, which we don't.

    PR:     281814
    (cherry picked from commit cf1a12c828566036fa220e87e539394475be69cc)

 databases/postgresql17-docs/Makefile | 1 -
 1 file changed, 1 deletion(-)
Comment 8 commit-hook freebsd_committer freebsd_triage 2024-12-02 15:51:01 UTC
A commit in branch 2024Q4 references this bug:

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

commit 835940046101f9f9ceee608bd129294a9e414341
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2024-10-08 14:19:35 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2024-12-02 15:48:44 +0000

    databases/postgresql17: Remove build dependency on fop

    It is only required when building the postgresql17-docs port.

    PR:     281814
    (cherry picked from commit e0440ff539a4ade550cd21786df92190d3fb3102)

 databases/postgresql17-client/Makefile | 1 -
 databases/postgresql17-server/Makefile | 1 -
 2 files changed, 2 deletions(-)