From owner-freebsd-ports@FreeBSD.ORG Wed Jul 16 12:46:51 2014 Return-Path: Delivered-To: freebsd-ports@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 8A6634D8 for ; Wed, 16 Jul 2014 12:46:51 +0000 (UTC) Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com [IPv6:2607:f8b0:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0E62404 for ; Wed, 16 Jul 2014 12:46:51 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id im17so1495249vcb.31 for ; Wed, 16 Jul 2014 05:46:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FBvVAZDO3odGEh4bUd9TWb1xgbI/GuTwT3VIGOiLuwM=; b=CGUxaLxXpPw0zJzapkyIm7CjeaiaW+EDo/l1ffQ/2vdxUCoPmGS1kkNi4JargIkp5A nmmHyby52RG0wWXN9Q9PREUcix9mYhsHnGw2no7KpLb+FFAW3pMd5wgwInumkObBS+9n ANfzmxzeoAVwZv6WzDAegBMC8aCGesUuYC4ef2gpPc1nesJoVbfZtok0sFbgqL3ErcPK mQI334nya6csijYAmz7ERIYD3AJg6aJh9AZelFBPTlixaHd9n6vwJBh6XsOYPo0OMxNQ h8HVWi13yN8uU+RYuSsvxVbEL6KTVbtryJ1EJZFfIjH8nU8Krg32Z7yrylWyLoba+mWb ZNeQ== MIME-Version: 1.0 X-Received: by 10.220.118.136 with SMTP id v8mr3492793vcq.50.1405514810332; Wed, 16 Jul 2014 05:46:50 -0700 (PDT) Received: by 10.220.131.202 with HTTP; Wed, 16 Jul 2014 05:46:50 -0700 (PDT) Date: Wed, 16 Jul 2014 14:46:50 +0200 Message-ID: Subject: rar library dependency error From: Carlos Jacobo Puga Medina To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 12:46:51 -0000 It seems that rar needs GCC to make go away the following message: ===> Installing for rar-5.1.0,3 ===> Registering installation for rar-5.1.0,3 pkg-static: (rar-5.1.0,3) /usr/ports/archivers/rar/work/stage//usr/local/lib/default.sfx - shared library libstdc++.so.6 not found Can it be safely ignored? --CJPM