From owner-svn-ports-all@FreeBSD.ORG Thu Apr 3 20:54:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65581C56; Thu, 3 Apr 2014 20:54:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52576D7C; Thu, 3 Apr 2014 20:54:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s33Ks8Fs085206; Thu, 3 Apr 2014 20:54:08 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s33Ks8ld085205; Thu, 3 Apr 2014 20:54:08 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201404032054.s33Ks8ld085205@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 3 Apr 2014 20:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350044 - head/java/openjdk8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 20:54:08 -0000 Author: jkim Date: Thu Apr 3 20:54:07 2014 New Revision: 350044 URL: http://svnweb.freebsd.org/changeset/ports/350044 QAT: https://qat.redports.org/buildarchive/r350044/ Log: Fix build on 8.3. We still have to support it for few more weeks. Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Thu Apr 3 19:36:47 2014 (r350043) +++ head/java/openjdk8/Makefile Thu Apr 3 20:54:07 2014 (r350044) @@ -28,6 +28,10 @@ USES= compiler:features dos2unix gmake USE_AUTOTOOLS= autoconf USE_XORG= x11 xext xi xrender xt xtst +.if !exists(/usr/bin/unzip) +BUILD_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +.endif + ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/${PORTNAME}