Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 18:15:22 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330422 - head/java/bootstrap-openjdk
Message-ID:  <201310151815.r9FIFMW5006486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151815.r9FIFMW5006486>