From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 12 20:10:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 43BF4BA3 for ; Tue, 12 Mar 2013 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 35219377 for ; Tue, 12 Mar 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CKA1L4068760 for ; Tue, 12 Mar 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CKA1kD068759; Tue, 12 Mar 2013 20:10:01 GMT (envelope-from gnats) Date: Tue, 12 Mar 2013 20:10:01 GMT Message-Id: <201303122010.r2CKA1kD068759@freefall.freebsd.org> To: gnome@FreeBSD.org From: The BSD Dreamer Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The BSD Dreamer List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 20:10:01 -0000 The following reply was made to PR ports/176768; it has been noted by GNATS. From: The BSD Dreamer To: bug-followup@FreeBSD.org, rm@FreeBSD.org Cc: beastie@tardisi.com Subject: Re: ports/176768: net-im/empathy: doesn't builds on -current Date: Tue, 12 Mar 2013 15:06:00 -0500 After much trial and error, I found it depends on how the port is being updated/installed. Case #1 - if gstreamer-plugin is installed before the port is installed/updated, it doesn't work. (the %-enumtypes.h target in the Makefile under src does the dirty work.) Case #2 - if gstreamer-plugin is not installed, the port will then build it, use it and then install. using portmaster doesn't work, because portmaster will make and install gstreamer-plugin first -- resulting in case #1.