From owner-svn-ports-all@FreeBSD.ORG Wed Aug 20 11:59:35 2014 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 ESMTPS id 22670A52; Wed, 20 Aug 2014 11:59:35 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E01034E6; Wed, 20 Aug 2014 11:59:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7KBxYSv063599; Wed, 20 Aug 2014 11:59:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7KBxYiE063598; Wed, 20 Aug 2014 11:59:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408201159.s7KBxYiE063598@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 20 Aug 2014 11:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365444 - head/sysutils/arcconf 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.18-1 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: Wed, 20 Aug 2014 11:59:35 -0000 Author: antoine Date: Wed Aug 20 11:59:34 2014 New Revision: 365444 URL: http://svnweb.freebsd.org/changeset/ports/365444 QAT: https://qat.redports.org/buildarchive/r365444/ Log: Unbreak harder Modified: head/sysutils/arcconf/Makefile Modified: head/sysutils/arcconf/Makefile ============================================================================== --- head/sysutils/arcconf/Makefile Wed Aug 20 11:48:55 2014 (r365443) +++ head/sysutils/arcconf/Makefile Wed Aug 20 11:59:34 2014 (r365444) @@ -36,9 +36,10 @@ DIST_OSVER= 8 .if ${ARCH} == amd64 DIST_EXT= _x64 +.endif + +.if ! exists(/usr/lib/libstdc++.so.6) RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x -.else -RUN_DEPENDS+= ${LOCALBASE}/lib32/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x .endif NO_BUILD= yes