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
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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to