Bug 274902 - archivers/snappy-java: remove run_depends on openjdk8
Summary: archivers/snappy-java: remove run_depends on openjdk8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ronald Klop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-04 09:47 UTC by Ronald Klop
Modified: 2023-11-06 13:37 UTC (History)
4 users (show)

See Also:
language.devel: maintainer-feedback+


Attachments
git log -p (986 bytes, text/plain)
2023-11-04 09:47 UTC, Ronald Klop
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop freebsd_committer freebsd_triage 2023-11-04 09:47:08 UTC
Created attachment 246101 [details]
git log -p

This port is a library used by other Java ports. It does not run itself so does not need a run_depends on openjdk8.
Solves: unifi7 currently installing openjdk11 and openjdk8 because of this.

I made a patch for it. If needed I have the access rights to commit it also.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2023-11-06 04:41:34 UTC
submitter is committer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-11-06 13:31:03 UTC
A commit in branch main references this bug:

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

commit 10316ebec744a6bcaf285f0df5a354136b4771ee
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2023-11-04 09:38:30 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2023-11-06 13:29:56 +0000

    archivers/snappy-java: remove run_depends on openjdk8

    This port is a library used by other Java ports. It does not run
    itself so does not need a run_depends on openjdk8.
    Solves: unifi7 currently installing openjdk11 and openjdk8 because of this.

    Not bumping portrevision as it does not change the functionality of the port.

    tested:
    poudriere stage-qa: ok

    PR: 274902

 archivers/snappy-java/Makefile | 1 +
 1 file changed, 1 insertion(+)
Comment 3 Juraj Lutter freebsd_committer freebsd_triage 2023-11-06 13:32:04 UTC
This port has anotner minor issue: PKGNAMESUFFIX is, historically,  "java" instead of "-java".
Comment 4 Ronald Klop freebsd_committer freebsd_triage 2023-11-06 13:37:18 UTC
(In reply to Juraj Lutter from comment #3)
Your comment seems unrelated to this issue.
Please make a separate issue for this if you think it is important.

Closing the issue since all actions are completed now.