From owner-freebsd-ports@FreeBSD.ORG Wed Jun 25 03:18:33 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB1CCC36 for ; Wed, 25 Jun 2014 03:18:32 +0000 (UTC) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (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 9DA392FBE for ; Wed, 25 Jun 2014 03:18:32 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id nu7so1414642obb.16 for ; Tue, 24 Jun 2014 20:18:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tetlows.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yhZsLrkHbDN9JWH3nISkKxjYUUVXCf7doKBL0nCaExE=; b=ZxyveKFjBPs+TQ5MnJ7U6M4AC2/6zwhuH0Mda65ldsasZcCVPAANQsuK+rPweIcGPI dYYJluZ1YYXC7fgkUPbbngTfUb+nHQRVE40lVnuqflQtB6npT2vSGPx/B2l0quVC9fyB noVTJ4mDORYYSM/kLq2lMt3RSN/tp5Q0HUfbM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=yhZsLrkHbDN9JWH3nISkKxjYUUVXCf7doKBL0nCaExE=; b=Wca6VQI7kwtNEec48O0Oir+JrvL0paDKeeaM/9NU4ZdGcNOsfN3tE+75xbZACxQM+Q tOhVM71wRc+fO4q7vf30lQWxSjHwrXUzzITI11jYRsOYFUuECQbwkXSL9a1t4A4kkSlO AE2fZ9TdfxcIgvOWWscvdBTrsfn9wyX5jwm3F7ACkmUIJzkNfLY8ZNCgp1r+vjzsq7MS HZHdY3eo1oWKAi8gtpyOLoz0TThY0Bb2OAhjXkMID2It0g3jFTfy6fpypo9HUX7crvPZ wJeyoHFzR7t0ulqgQDPa62lH2WI2gzyNY5lxX5E3TGGYf9mi2EoxzHzyp1sMTzIPKiZQ Vtig== X-Gm-Message-State: ALoCoQnk+HA69fpBwawrZ9oFnUIIldPxMzf0Kc1sVjm/SzOhde/CyOd8u31NeKGYQ09Z1yas32zB MIME-Version: 1.0 X-Received: by 10.60.15.231 with SMTP id a7mr5185596oed.50.1403666311189; Tue, 24 Jun 2014 20:18:31 -0700 (PDT) Received: by 10.202.71.208 with HTTP; Tue, 24 Jun 2014 20:18:31 -0700 (PDT) In-Reply-To: <53A8501B.1070500@freebsd.org> References: <53A8501B.1070500@freebsd.org> Date: Wed, 25 Jun 2014 03:18:31 +0000 Message-ID: Subject: Re: perforce port fails on 10.0 From: Gordon Tetlow To: Julian Elischer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: FreeBSD Ports 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, 25 Jun 2014 03:18:33 -0000 Thanks for the report. I'll take a look at it. Gordon On Mon, Jun 23, 2014 at 4:04 PM, Julian Elischer wrote: > Gordon, I don't know if you have seen this but the p4 port fails on 10.0 > unless you have the compat9 (or 8 or 7) port loaded first, as it is linked > on 7.0 and requires libstdc++ which is no longer present. > > I don't know how dependencies are done on ports but I guess there should > be some depedency added if it's 10 or later. > > > > Julian >