From owner-svn-ports-head@freebsd.org Mon Sep 12 16:46:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C79BBD81B4; Mon, 12 Sep 2016 16:46:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D37EFB28; Mon, 12 Sep 2016 16:46:16 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8CGkGEa004704; Mon, 12 Sep 2016 16:46:16 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8CGkGjc004703; Mon, 12 Sep 2016 16:46:16 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609121646.u8CGkGjc004703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 12 Sep 2016 16:46:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421936 - head/devel/hadoop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 16:46:17 -0000 Author: marino Date: Mon Sep 12 16:46:15 2016 New Revision: 421936 URL: https://svnweb.freebsd.org/changeset/ports/421936 Log: devel/hadoop: Document SSL build dependency and configure it Approved by: SSL blanket Modified: head/devel/hadoop/Makefile Modified: head/devel/hadoop/Makefile ============================================================================== --- head/devel/hadoop/Makefile Mon Sep 12 16:24:16 2016 (r421935) +++ head/devel/hadoop/Makefile Mon Sep 12 16:46:15 2016 (r421936) @@ -21,13 +21,15 @@ RUN_DEPENDS= bash:shells/bash CONFLICTS_INSTALL= hadoop2-2* -USES= cpe libtool +USES= cpe libtool ssl:build CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.7+ USE_ANT= yes ONLY_FOR_ARCHS= amd64 i386 USE_LDCONFIG= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} OPTIONS_DEFINE= DOCS