From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 9 17:12:25 2013 Return-Path: Delivered-To: freebsd-multimedia@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 D696A2D4; Mon, 9 Dec 2013 17:12:25 +0000 (UTC) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 918DD1D75; Mon, 9 Dec 2013 17:12:25 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 6BE561E00765; Mon, 9 Dec 2013 18:12:17 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id rB9HB7ws088140; Mon, 9 Dec 2013 18:11:07 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id rB9HB76n088139; Mon, 9 Dec 2013 18:11:07 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 9 Dec 2013 18:11:07 +0100 To: william88@gmail.com Subject: Re: ports/184614: multimedia/vlc failded to buid with notify enabled Message-ID: <20131209171107.GA88120@enceladus10.kn-bremen.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <201312090020.rB90K0d3009260@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, sk8harddiefast@gmail.com, bug-followup@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 17:12:25 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Actually I was able to reproduce this in powderkeg, can you try the attached patch? Thanx, :) Juergen --MGYHOYXEY6WxJCY8 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="vlc-notify.patch" Index: Makefile =================================================================== --- Makefile (revision 335948) +++ Makefile (working copy) @@ -167,7 +167,8 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ + libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 NOTIFY_CONFIGURE_ENABLE= notify OPTIMIZED_CFLAGS_CFLAGS= -O3 -ffast-math -fomit-frame-pointer --MGYHOYXEY6WxJCY8--