From owner-freebsd-ports@FreeBSD.ORG Sun Aug 24 20:34:12 2014 Return-Path: Delivered-To: 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 723169ED for ; Sun, 24 Aug 2014 20:34:12 +0000 (UTC) Received: from mail-yh0-x233.google.com (mail-yh0-x233.google.com [IPv6:2607:f8b0:4002:c01::233]) (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 378A632EC for ; Sun, 24 Aug 2014 20:34:12 +0000 (UTC) Received: by mail-yh0-f51.google.com with SMTP id f73so10304306yha.38 for ; Sun, 24 Aug 2014 13:34:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=hbN2amEVyKgDpUmD+GRgFsF/HmP2AP0fy5dfztcX/RE=; b=Jkfm7QobwbviYac0tmEMNgyIrKWzDwSp+aUlIRUJMwHUS/bPz2JNuJSIip185Tku5U O1DpoBLmFUXXjRmDf6S6lkyjO9qnqURwwP9XgOZriiAkArNifWcRRFR8bRsnlaD9IXIt 2IPqVtmVk5tvWEv5i2/RfjBFZRa+bSWpns+dSVx1+2ESjwhj8OL19TSw/SRUbhHyWqao C/PrNV1XsokSz2OHPYfHrm/MoboXntdjyKuZ/BtwqEKXnKQVicb05bbRYQ7fnWbpns4H 2Z7Mg4pF4NYVgzwVfWCmaUGJE8BEc0095DncBQGI0+3gyt6Hp6U0B7vJFYWTsLU/BEV5 55Cw== MIME-Version: 1.0 X-Received: by 10.236.199.97 with SMTP id w61mr28671041yhn.36.1408912451388; Sun, 24 Aug 2014 13:34:11 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Sun, 24 Aug 2014 13:34:11 -0700 (PDT) In-Reply-To: <20140824202149.GH9400@home.opsec.eu> References: <20140824202149.GH9400@home.opsec.eu> Date: Sun, 24 Aug 2014 22:34:11 +0200 X-Google-Sender-Auth: 6TGu6QX8wE6fEMx5Hl4N8otPjGk Message-ID: Subject: Re: net/rabbitmq-c-devel and cmake hints needed (PR 186690) From: Antoine Brodin To: Kurt Jaeger Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 20:34:12 -0000 On Sun, Aug 24, 2014 at 10:21 PM, Kurt Jaeger wrote: > Hi! > > I'm trying to upgrade net/rabbitmq-c-devel and prepared a patch > for it. If someone understands more about cmake and the magic > behind it, I would appreciate it. > > It builds fine on my host populated with approx. 2200 packages: > > http://people.freebsd.org/~pi/misc/non-verbose-build.txt > > Building it in poudriere, some bin/ stuff is not build (why?) and > the commands are displayed, so it's much more verbose > (why is it more verbose?). > > http://people.freebsd.org/~pi/misc/verbose-build.txt > > Thanks for any hint! Hi, >From Uses/cmake.mk: .if defined(BATCH) || defined(PACKAGE_BUILDING) CMAKE_VERBOSE= yes CMAKE_NOCOLOR= yes .endif For the tools, it seems they need POPT and you didn't select the option in poudriere. Cheers, Antoine