svn commit: r330422 - head/java/bootstrap-openjdk

Jung-uk Kim jkim at FreeBSD.org
Tue Oct 15 18:15:22 UTC 2013


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=""


More information about the svn-ports-all mailing list