[Bug 222362] devel/zookeeper Should not force Java 7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 16 04:18:40 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222362

            Bug ID: 222362
           Summary: devel/zookeeper Should not force Java 7
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: skreuzer at FreeBSD.org
          Reporter: ari at ish.com.au
             Flags: maintainer-feedback?(skreuzer at FreeBSD.org)
          Assignee: skreuzer at FreeBSD.org

The Makefile forces us to use Java 7 which is now EOL. It also forces openjdk
for no reason. Instead just make java 7 a minimum version.


--- zookeeper.orig/Makefile     2017-09-01 02:06:36.000000000 +1000
+++ zookeeper/Makefile  2017-09-16 14:12:51.968291000 +1000
@@ -2,7 +2,7 @@

 PORTNAME=      zookeeper
 PORTVERSION=   3.4.10
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    devel java
 MASTER_SITES=  APACHE/${PORTNAME}/current

@@ -43,8 +43,7 @@
 NO_BUILD=      yes
 NO_ARCH=       yes
 USE_JAVA=      yes
-JAVA_VERSION=  1.7
-JAVA_VENDOR=   openjdk
+JAVA_VERSION=  1.7+
 JAVA_RUN=      yes
 USE_RC_SUBR=   zookeeper

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


More information about the freebsd-ports-bugs mailing list