Date: Mon, 20 Jun 2022 17:57:55 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: maintainer-feedback requested: [Bug 264792] [patch] java/openjdk8: new port option CUPS Message-ID: <bug-264792-8522-vrtX2LVkKx@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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-java (Nobody) <java@FreeBSD.org> for maintainer-feedback: Bug 264792: [patch] java/openjdk8: new port option CUPS https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264792 --- Description --- I need to build net-mgmt/unifi7 that is headless Java application that requ= ires java/openjdk8 that depends on full CUPS port. In fact, it originally requir= ed cups-client port only that was later removed and merged to full cups port, = so openjdk8 now requires full CUPS. However, OpenJDK8 really needs only some header files out of CUPS distribut= ion and officially supports building --with-cups-include instead of --with-cups. Proposed patch introduces new CUPS port option to java/openjdk8 that defaul= ts to ON to preserve current behaviour. With CUPS option turned OFF it skips b= uild dependency on full cups: instead, it downloads and extracts its distfile and builds --with-cups-include pointing to extracted cups distfile.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264792-8522-vrtX2LVkKx>