Update graphics/libcaca to current snaphot. This will also unbroke libcaca support in multimedia/libxine
Responsible Changed From-To: freebsd-ports-bugs->multimedia Over to maintainer
State Changed From-To: open->feedback I have an improvement patch from your. http://people.freebsd.org/~mezz/diff/libcaca.diff Here's what changes that I have done in your patch: - Use DISTVERSION. - Add USE_GNOME=ltverhack that will get .so.0 instead .so.99 to fix the libtool bug. - Add USE_LDCONFIG=yes. - Add --mandir=${PREFIX}/man to install manpages in the correct place. - Update WWWW. - Other small clean up. Let me know if it works for you. I won't commit this right away, because it will be require for me to contact other maintainers that have ports depend on graphics/libcaca to test this patch. They might have to add a few of patches to get these ports build with newer graphics/libcaca. I will point them an URL[1] of guide to fix the build. [1] http://libcaca.zoy.org/manual/migrating.html
Responsible Changed From-To: multimedia->freebsd-multimedia Canonicalize assignment.
mezz 2007-04-29 19:36:38 UTC FreeBSD ports repository Modified files: graphics/libcaca Makefile distinfo pkg-descr pkg-plist Log: -Update to 0.99.beta11. -Update the WWW. Be sure to read http://libcaca.zoy.org/manual/migrating.html If one of you that want to migrate from old to new version. PR: ports/111495 Submitted by: Dima Panov <fluffy@ael.ru> (with a bit tweak by mezz) Revision Changes Path 1.17 +27 -19 ports/graphics/libcaca/Makefile 1.6 +3 -3 ports/graphics/libcaca/distinfo 1.2 +1 -1 ports/graphics/libcaca/pkg-descr 1.3 +18 -5 ports/graphics/libcaca/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: feedback->closed Committed, thanks!