Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2017 04:18:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222362] devel/zookeeper Should not force Java 7
Message-ID:  <bug-222362-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: ari@ish.com.au
             Flags: maintainer-feedback?(skreuzer@FreeBSD.org)
          Assignee: skreuzer@FreeBSD.org

The Makefile forces us to use Java 7 which is now EOL. It also forces openj=
dk
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=3D      zookeeper
 PORTVERSION=3D   3.4.10
-PORTREVISION=3D  1
+PORTREVISION=3D  2
 CATEGORIES=3D    devel java
 MASTER_SITES=3D  APACHE/${PORTNAME}/current

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

--=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-222362-13>