Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2023 04:45:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 264792] java/openjdk8: Add CUPS option
Message-ID:  <bug-264792-8522-2qyPewxzad@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264792-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264792-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264792

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D3f3975ef8c2692cc0aedf26becd3ee6=
d2754fb81

commit 3f3975ef8c2692cc0aedf26becd3ee6d2754fb81
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2023-04-15 04:27:37 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2023-04-15 04:27:37 +0000

    java/openjdk11: add new CUPS port option

    UniFi controller is headless Java application that requires
    OpenJDK that depends on full CUPS port. In fact, the latter originally
    required cups-client port only that was later removed and merged
    to full cups port, so openjdk11 now requires full CUPS.

    However, OpenJDK really needs only some header files out of CUPS
distribution
    and officially supports building --with-cups-include instead of
--with-cups.

    This change introduces new CUPS port option to java/openjdk11
    that defaults to ON to preserve current behaviour.
    With CUPS option turned OFF it skips build dependency on full cups:
    instead, it downloads and extracts its distfile and
    builds --with-cups-include pointing to extracted cups distfile.

    Default build not affected, so PORTREVISION not changed.

    PR:             264792
    Approved by:    java (maintainer timeout, over 7 months)

 java/openjdk11/Makefile | 15 +++++++++++++--
 java/openjdk11/distinfo |  2 ++
 2 files changed, 15 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264792-8522-2qyPewxzad>