Fwd: FreeBSD ports you maintain which are out of date

2012-12-04 Thread Yanhui Shen
-- Forwarded message -- From: Yanhui Shen Date: 2012/12/5 Subject: Re: FreeBSD ports you maintain which are out of date To: portsc...@portscout.freebsd.org Hi, According to this page http://basiccoder.com/openfetion The OpenFetion Project is deprecated, and therefore I do not

Re: mplayer2 wont decode audio

2013-07-04 Thread Yanhui Shen
It requires avresample. Quick and dirty fix: 1.Add the following line to both ffmpeg1 and mplayer2's ports Makefile "CONFIGURE_ARGS+=--enable-avresample" 2.Reinstall ffmpeg1 3.cd /usr/ports/multimedia/mplayer2 Deinstall and make it, and it will fail to link, don't worry. 4. cd `make -V WRK

Re: mplayer2 wont decode audio

2013-07-04 Thread Yanhui Shen
Withdrawn, it has already been fixed... Just sync ports tree and update. 在 2013年7月5日星期五,Yanhui Shen 写道: > It requires avresample. > Quick and dirty fix: > > 1.Add the following line to both ffmpeg1 and mplayer2's ports Makefile > "CONFIGURE_ARGS+=--enable-avresample

Re: TeX Live 2014: Notes for FreeBSD users

2014-06-24 Thread Yanhui Shen
___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org" > -- Best regards, Yanhui Shen __

net/mosh conflicts with lang/mosh

2012-08-08 Thread Yanhui Shen
Hi, net/mosh is a mobile terminal, while lang/mosh is a R6RS scheme interpreter, and both of them have "bin/mosh". So is there any way to make both of them installed? Or actually, one of which needs to be renamed? -- Best regards, Y

FreeBSD Port: mac-3.99.4.5

2010-09-04 Thread Yanhui Shen
Hello Today I writen an application to play the ape file. However, I found the head files in /usr/local/include/mac is not complete. The APEDecompress.h in that directory need "Prepare.h" and "UnBitArrayBase.h", but they're not present. Finally, I "make extract" in /usr/ports/audio/mac, and cp tho