From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 15 15:34:00 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A1EF9FFF for ; Mon, 15 Jul 2013 15:34:00 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep20.mx.upcmail.net (fep20.mx.upcmail.net [62.179.121.40]) by mx1.freebsd.org (Postfix) with ESMTP id D1D6237A for ; Mon, 15 Jul 2013 15:33:59 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep20-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130715153352.YBKD6295.viefep20-int.chello.at@edge01.upcmail.net>; Mon, 15 Jul 2013 17:33:52 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge01.upcmail.net with edge id 0fZr1m0220i5fp601fZrAZ; Mon, 15 Jul 2013 17:33:52 +0200 X-SourceIP: 178.84.132.32 Message-ID: <51E4165F.80004@rainbow-runner.nl> Date: Mon, 15 Jul 2013 17:33:51 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Carlos Jacobo Puga Medina Subject: Re: net/avahi-app-0.6.31 build fails References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130715-0, 15-07-2013), Outbound message X-Antivirus-Status: Clean Cc: FreeBSD GNOME Users X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 15:34:00 -0000 On 15-7-2013 17:14, Carlos Jacobo Puga Medina wrote: > Fix: Add missing variable USE_GMAKE in /usr/ports/net/avahi-app/Makefile > > ... > GROUPS?= ${USERS} > > USE_GMAKE= yes > USE_GNOME= ltverhack glib20 intltool > ... > > Regards, > > CJPM > USE_GMAKE was replaced by USES=gmake. If I look at your log it seems to be using make. Making all in avahi-qt make all-am Making all in avahi-client I don't know why this happens. My guess is that your ports tree is not completely in sync. -Koop