From owner-svn-ports-all@freebsd.org Thu Aug 16 14:15:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AD21106782C; Thu, 16 Aug 2018 14:15:58 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: from mail-it0-f46.google.com (mail-it0-f46.google.com [209.85.214.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE7558494B; Thu, 16 Aug 2018 14:15:57 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: by mail-it0-f46.google.com with SMTP id 139-v6so6862663itf.0; Thu, 16 Aug 2018 07:15:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=OYSEJ6UYEdz0DS8TzZpMgS3X6boWciaqkSYu+6F8KGw=; b=aa8jat9md/m3q/nVnJzpG5qBvjGrmwncX3LtjC1f42hBrIGu/Km39W4uXvlrY6OpAx m7po71cSr02EMoKsd3ambQLrepQdsMvgSXWlJABPAX7oMMJP3zU1Xp+c1T0cHzhDaqFs /PJsugpidv2sseT9ZcnkPnBwBWSYoKphBmP5kKQ+yvFhIE8yroQSBe689uhPIlT9Qa8Y DWJJeK41yW8TMhp7BDRFhk6NVxs5fbqIno9ib6fFhazKDCXTjzi3utDZ8q6s8JPGbB6O XtjSDQcjZNLY/53Uak77f9foGDMRyQaPtCepWmdaVUT3ZdrHzT8pvgXTFvAjJg/PpLyw UJfA== X-Gm-Message-State: AOUpUlHUmBWfPIp+ooz7OdTmJh617rEu/nR26lr0smFShzsaucbaBGeM 2FUhQfqiOy0YvUxldILJmBtBbaF/4ZQ= X-Google-Smtp-Source: AA+uWPxLJgeasikwzKE5igtFvmOUKj9OowLksVGSkBmvLPENmJsyqiLM/rfs64sVOvO9ihU24xO5/A== X-Received: by 2002:a24:67cf:: with SMTP id u198-v6mr614828itc.149.1534428640534; Thu, 16 Aug 2018 07:10:40 -0700 (PDT) Received: from mail-it0-f47.google.com (mail-it0-f47.google.com. [209.85.214.47]) by smtp.gmail.com with ESMTPSA id n142-v6sm9355303itb.3.2018.08.16.07.10.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Aug 2018 07:10:40 -0700 (PDT) Received: by mail-it0-f47.google.com with SMTP id j81-v6so6449950ite.0; Thu, 16 Aug 2018 07:10:40 -0700 (PDT) X-Received: by 2002:a02:125b:: with SMTP id i88-v6mr27479972jad.121.1534428640155; Thu, 16 Aug 2018 07:10:40 -0700 (PDT) MIME-Version: 1.0 Reply-To: mmokhi@freebsd.org Received: by 2002:ac0:e408:0:0:0:0:0 with HTTP; Thu, 16 Aug 2018 07:10:39 -0700 (PDT) In-Reply-To: <20180816085055.rjl4u32gccnnz4rm@atuin.in.mat.cc> References: <201808151316.w7FDGV2g027902@repo.freebsd.org> <20180816085055.rjl4u32gccnnz4rm@atuin.in.mat.cc> From: Mahdi Mokhtari Date: Thu, 16 Aug 2018 18:40:39 +0430 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r477226 - in head/lang/cling: . files To: Mathieu Arnold Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 16 Aug 2018 14:15:58 -0000 > Strange place to add LIB_DEPENDS. > > https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html Thanks for the point :) Fixed in r477343. -- Best regards, MMokhi.