Divacky Roman wrote: > I have this > MAKE_ARGS = { > 'multimedia/mplayer*' => [ > 'WITH_OPTIMIZED_CFLAGS=-O3 -ffast-math -fomit-frame-pointer', > 'WITHOUT_RUNTIME_CPUDETECTION=yo', > 'WITHOUT_GUI=yo', > 'WITHOUT_RUNTIME_CPUDETECTION=yo' > ] > } > > and when I issue portupgrade mplayer > witten ~# portupgrade -v mplayer > ---> Session started at: Fri, 20 Aug 2004 13:36:04 +0200 > ** Makefile possibly broken: multimedia/mplayer: > make: cannot open fast-math. > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! multimedia/mplayer (mplayer-0.99.4_2) (Makefile broken) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Fri, 20 Aug 2004 13:36:05 +0200 (consumed 00:00:01) > witten ~# > > when I remove that -ffast-math it complies about not being able to open > omit-frame-pointer.... > > so something is broken I suppose > > btw: ports are freshly updated and when I issue "make install" in > ports/multimedia/mplayer it works as intended (but it fails on some gcc error) > > roman > > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" > The mplayer port has been broken on -current since the last commit to the Makefile to enable GTK2. I get this: In file included from vf_qp.c:56: ../libavcodec/dsputil.h:561: error: syntax error before "int" In file included from vf_qp.c:56: ../libavcodec/dsputil.h:557:1: unterminated #ifndef ../libavcodec/dsputil.h:28:1: unterminated #ifndef vf_qp.c:51:1: unterminated #else vf_qp.c:39:1: unterminated #ifdef gmake[1]: *** [vf_qp.o] Error 1 gmake[1]: Leaving directory `/tmp/usr/ports/multimedia/mplayer/work/MPlayer-1.0pre5/libmpcodecs' gmake: *** [libmpcodecs/libmpcodecs.a] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mplayer. This was mentioned by the port maintainer in this thread: http://docs.freebsd.org/cgi/mid.cgi?20040817185121.GA16366 However I haven't seen anything else about it since. Matt.Received on Fri Aug 20 2004 - 09:50:40 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:07 UTC