Bug 274902

Summary: archivers/snappy-java: remove run_depends on openjdk8
Product: Ports & Packages Reporter: Ronald Klop <ronald>
Component: Individual Port(s)Assignee: Ronald Klop <ronald>
Status: Closed FIXED    
Severity: Affects Some People CC: j.kelly.hays, language.devel, lwhsu, otis
Priority: --- Flags: language.devel: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git log -p none

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.