From owner-freebsd-ports@FreeBSD.ORG Fri Dec 20 14:58:52 2013 Return-Path: Delivered-To: freebsd-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 D23239A8; Fri, 20 Dec 2013 14:58:52 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AC4F1B05; Fri, 20 Dec 2013 14:58:52 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e9so2227549qcy.6 for ; Fri, 20 Dec 2013 06:58:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Wlo9EvMNyH58IMWlueA8B8/k30y3HGO/3GD8C6m/HyY=; b=vsdshabxtmu2w379KNcK9Xxfn49oTXLAXjTXvqWBsQDNmQKk3Ci6faaoAed/jUsffB 8rcX7001aVO3kK4gRTMuj4bDwZH3DbZR7sQvpqewdjy9zUOWj67aI6RjBYtmot75pj7o BideZgGmpFXd07fhBSLvrtaJQPZes2pSUDi1uc2BW/KJ0tz38P48uK2mLXY6oHiMkaws JQfm1L4sOrGKgyUpbfzxl5dzDMsuHsXuPPGNhhSGwVUBJv3eWqlCpA5GH+QwB3U0Vj8X dbgvqAeDtzG/3kT9WEXcF9VuWT9IfsaBZzVDDVTNfy4Qg5eYgffyd/3P22FoOdA8H72l DeyQ== X-Received: by 10.49.26.129 with SMTP id l1mr14668839qeg.37.1387551531741; Fri, 20 Dec 2013 06:58:51 -0800 (PST) Received: from lumiwa.farms.net (pool-70-105-227-117.port.east.myfairpoint.net. [70.105.227.117]) by mx.google.com with ESMTPSA id g1sm6584812qec.9.2013.12.20.06.58.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2013 06:58:50 -0800 (PST) From: Ajtim To: freebsd-ports@freebsd.org Subject: Re: vlc 2.1.2,4 Date: Fri, 20 Dec 2013 09:58:46 -0500 Message-ID: <3654498.ukX2R8PKXI@lumiwa.farms.net> User-Agent: KMail/4.11.3 (FreeBSD/10.0-RC2; KDE/4.11.3; amd64; ; ) In-Reply-To: <1613689.zCaLOGif6m@lumiwa.farms.net> References: <1613689.zCaLOGif6m@lumiwa.farms.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart23213386.u94srsYCn8" Content-Transfer-Encoding: 7Bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 14:58:53 -0000 This is a multi-part message in MIME format. --nextPart23213386.u94srsYCn8 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Friday 20 December 2013 06:18:24 you wrote: > Hi! > > I don't know what is different but previous update of 2.1.1,4 which I had problem to built (QT4 plugin) to version 2.1.1_1,4 works and version 2.1.1_2,4 works too but todays update doesn't works again: > > GEN ../modules/plugins.dat > gmake[4]: *** [../modules/plugins.dat] Segmentation fault (core dumped) > gmake[4]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.1.2/bin' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.1.2' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.1.2' > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/multimedia/vlc > *** Error code 1 > > I don't know what is going wrong...it works...it doesn't. > > It missed vlc-notify.patch. With this patch it build on my FreeBSD 10.0-RC2. -- Mitja ------- http://www.redbubble.com/people/lumiwa --nextPart23213386.u94srsYCn8 Content-Disposition: attachment; filename="vlc-notify.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="ISO-8859-1"; name="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 --nextPart23213386.u94srsYCn8--