On Wed, 06 Aug 2008 17:16:08 -0500, Doug Barton <[EMAIL PROTECTED]> wrote:

Joe Marcus Clarke wrote:
Doug Barton wrote:
Alexander Botero-Lowry wrote:
alexbl      2008-08-06 17:11:17 UTC

  FreeBSD ports repository

  Modified files:
    graphics/swfdec      Makefile distinfo   Log:
   - update to 0.6.8
    Revision  Changes    Path
  1.55      +1 -2      ports/graphics/swfdec/Makefile
  1.20      +3 -3      ports/graphics/swfdec/distinfo

http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/Makefile.diff?&r1=1.54&r2=1.55&f=h

http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/swfdec/distinfo.diff?&r1=1.19&r2=1.20&f=h



I get the same error as the tinderbox with this update.

Try this patch to ffmpeg.  It may not longer apply cleanly, but you
should be able to work it out.

Yes to both. :)  I attached a patch against the current state of the
ports tree. With this change I also needed the attached patch to
swfdec to get it to compile, but it works now in any case.

Doug

@@ -58,7 +58,10 @@
        libavutil/mem.h \
        libavutil/random.h \
        libavutil/rational.h \
-       libavutil/sha1.h
+       libavutil/sha1.h \
+       libpostproc/postprocess.h \

Are you sure this (postprocess.h) is need? I don't think it's need, since it was never in in include/ffmpeg/ before update. If it's actually need, then you will need to add this in plist.

Cheers,
Mezz

+       libswscale/rgb2rgb.h \
+       libswscale/swscale.h



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to