From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 18:15:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 905151F0; Tue, 15 Oct 2013 18:15:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D7D02D33; Tue, 15 Oct 2013 18:15:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FIFMRT006487; Tue, 15 Oct 2013 18:15:22 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FIFMW5006486; Tue, 15 Oct 2013 18:15:22 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201310151815.r9FIFMW5006486@svn.freebsd.org> From: Jung-uk Kim Date: Tue, 15 Oct 2013 18:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330422 - head/java/bootstrap-openjdk 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.14 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, 15 Oct 2013 18:15:22 -0000 Author: jkim Date: Tue Oct 15 18:15:21 2013 New Revision: 330422 URL: http://svnweb.freebsd.org/changeset/ports/330422 Log: Chase misc/compat8x change. libstdc++.so.6 is now available from compat9x. Modified: head/java/bootstrap-openjdk/Makefile Modified: head/java/bootstrap-openjdk/Makefile ============================================================================== --- head/java/bootstrap-openjdk/Makefile Tue Oct 15 18:12:05 2013 (r330421) +++ head/java/bootstrap-openjdk/Makefile Tue Oct 15 18:15:21 2013 (r330422) @@ -37,6 +37,9 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_R .if ${OSVERSION} >= 900010 RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libz.so.5:${PORTSDIR}/misc/compat8x .endif +.if ${OSVERSION} >= 1000054 +RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x +.endif .if ${ARCH} == "i386" PLIST_SUB+= CLIENTVM=""