From owner-svn-ports-all@freebsd.org Tue Dec 1 09:51:06 2015 Return-Path: Delivered-To: svn-ports-all@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 77F45A3C7CB; Tue, 1 Dec 2015 09:51:06 +0000 (UTC) (envelope-from ale@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 4088E1D00; Tue, 1 Dec 2015 09:51:06 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB19p56D090155; Tue, 1 Dec 2015 09:51:05 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB19p5Lo090154; Tue, 1 Dec 2015 09:51:05 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201512010951.tB19p5Lo090154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Tue, 1 Dec 2015 09:51:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402726 - head/www/tomcat-native 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.20 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: Tue, 01 Dec 2015 09:51:06 -0000 Author: ale Date: Tue Dec 1 09:51:05 2015 New Revision: 402726 URL: https://svnweb.freebsd.org/changeset/ports/402726 Log: Fix build on FreeBSD < 10. Modified: head/www/tomcat-native/Makefile Modified: head/www/tomcat-native/Makefile ============================================================================== --- head/www/tomcat-native/Makefile Tue Dec 1 09:37:07 2015 (r402725) +++ head/www/tomcat-native/Makefile Tue Dec 1 09:51:05 2015 (r402726) @@ -31,4 +31,10 @@ PLIST_FILES= lib/libtcnative-1.a \ lib/libtcnative-1.so.0 \ lib/libtcnative-1.so.0.2.2 +.include + +.if ${OSVERSION} < 1000028 +WITH_OPENSSL_PORT= yes +.endif + .include