Date: Fri, 20 Dec 2013 09:58:46 -0500 From: Ajtim <lumiwa@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: vlc 2.1.2,4 Message-ID: <3654498.ukX2R8PKXI@lumiwa.farms.net> In-Reply-To: <1613689.zCaLOGif6m@lumiwa.farms.net> References: <1613689.zCaLOGif6m@lumiwa.farms.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3654498.ukX2R8PKXI>