The libvpx port currently does not support powerpc, although the libvpx configure script has appropriate build options. Fix: See attached patch. Patch attached with submission follows: How-To-Repeat: Build libvpx with default options on a powerpc system.
Responsible Changed From-To: freebsd-ports-bugs->ashish Fix synopsis and assign.
ashish 2011-09-19 15:36:04 UTC FreeBSD ports repository Modified files: multimedia/libvpx Makefile distinfo pkg-plist Added files: multimedia/libvpx/files patch-libs.mk Log: - Update to 0.9.7-p1[1] - Disable installing documentation due to incompatibility with doxygen[2] - Enable support for PowerPC architectures[3] - Fix port to not assume GCC for ${LD}[4] PR: ports/155937[2], ports/152890[3], ports/159193[4] Submitted by: Francisco de Borja Lopez Rio <borja@codigo23.net>[1] (via private email) Peter Jeremy <peterjeremy@acm.org>[2] Jason Bacon <jwbacon@tds.net>[3] Test Rat <ttsestt@gmail.com>[4] Revision Changes Path 1.6 +9 -3 ports/multimedia/libvpx/Makefile 1.4 +2 -2 ports/multimedia/libvpx/distinfo 1.1 +16 -0 ports/multimedia/libvpx/files/patch-libs.mk (new) 1.5 +2 -1 ports/multimedia/libvpx/pkg-plist _______________________________________________ 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: open->closed Committed. Thanks!