vlc calls a unprotected posix_memalign(). Fix: All p_buffers assignments are calloc's so free should be NULL with the exception of memory allocated here. Mark How-To-Repeat: attempt to compile vlc.
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->feedback Awaiting maintainer's feedback.
amdmi3 2010-04-14 16:22:21 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Added files: multimedia/vlc/files extra-patch-modules_access_v4l2.c Log: - Fix build on 6.x PR: 144086 Submitted by: Mark Andrews <marka@isc.org> Approved by: maintainer timeout Revision Changes Path 1.216 +4 -0 ports/multimedia/vlc/Makefile 1.1 +71 -0 ports/multimedia/vlc/files/extra-patch-modules_access_v4l2.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!