Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 12:22:16 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330500 - head/misc/compat8x
Message-ID:  <201310161222.r9GCMGoo098560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Wed Oct 16 12:22:16 2013
New Revision: 330500
URL: http://svnweb.freebsd.org/changeset/ports/330500

Log:
  When OSVERSION is >= 1000054, depends of caompat9x to make sure libstdc++.so.6
  is installed and satisfy a possible dependency for a 8.x binary

Modified:
  head/misc/compat8x/Makefile

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Wed Oct 16 12:16:14 2013	(r330499)
+++ head/misc/compat8x/Makefile	Wed Oct 16 12:22:16 2013	(r330500)
@@ -2,6 +2,7 @@
 
 PORTNAME=	compat8x
 PORTVERSION=	8.4.804000.201310
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	garga/compat
@@ -25,6 +26,11 @@ USE_LDCONFIG=	${TARGET_DIR}
 IGNORE=		is for FreeBSD 8.x and newer
 .endif
 
+# libstdc++.so.6 could be necessary to run an 8.x binary
+.if ${OSVERSION} >= 1000054
+LIB_DEPENDS=	libstdc++.so:${PORTSDIR}/misc/compat9x
+.endif
+
 .if ${ARCH} == amd64
 PLIST_SUB+=	LDCONFIG_LIB32="${LDCONFIG} -32"
 USE_LDCONFIG32=	${TARGET32_DIR}



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