Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-31 Thread C++ RTMP Server Support
On Jul 31, 2011, at 11:48 AM, Doug Barton wrote: > On 07/31/2011 01:34, C++ RTMP Server Support wrote: >> Oh, I see the difference now. You basically use another construct to >> gather the (default) values. IMHO, my solution is much much clear >> because all variables which are read from rc.conf

Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-31 Thread C++ RTMP Server Support
Finally, got it :) I'll prepare a patch right now which will include the special $pidfile variable. Tx for you patience On Jul 31, 2011, at 11:48 AM, Doug Barton wrote: > On 07/31/2011 01:34, C++ RTMP Server Support wrote: >> Oh, I see the difference now. You basically use another construct to

Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-31 Thread Doug Barton
On 07/31/2011 01:34, C++ RTMP Server Support wrote: > Oh, I see the difference now. You basically use another construct to > gather the (default) values. IMHO, my solution is much much clear > because all variables which are read from rc.conf are in one single > place and for beginners like me the

Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-31 Thread C++ RTMP Server Support
Oh, I see the difference now. You basically use another construct to gather the (default) values. IMHO, my solution is much much clear because all variables which are read from rc.conf are in one single place and for beginners like me the script is easier to read. Besides, you remove one variab

Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-31 Thread Doug Barton
On 07/31/2011 01:21, Doug Barton wrote: > +PORTVERSION= 1 Should be PORTREVISION, sorry. -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price.

Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-31 Thread Doug Barton
You completely misunderstood what I wrote. Please review the attached patch, which corrects the pidfile problem, and also simplifies required_files. Doug On 07/31/2011 00:21, C++ RTMP Server Support wrote: > But I set it up. I pick it up from rc.conf settings or default it to > "/var/run/${nam

Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-31 Thread C++ RTMP Server Support
But I set it up. I pick it up from rc.conf settings or default it to "/var/run/${name}.pid". The big difference is that now the pid file is generated by crtmpserver (the binary). Now it has --pid parameter. Before, it was generated by the script. If you feel that we should keep the old approach (

Re: cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-30 Thread Doug Barton
Is there a reason you're not setting pidfile anymore? While on one hand I think allowing users to specify ${name}_pidfile is usually overkill, the pidfile variable is special in rc.subr. If you're going to allow the user to specify the pidfile location the usual way to do that is: pidfile="${foo_p

cvs commit: ports/net/crtmpserver Makefile distinfo pkg-plist ports/net/crtmpserver/files crtmpserver.in

2011-07-30 Thread Li-Wen Hsu
lwhsu 2011-07-30 15:49:07 UTC FreeBSD ports repository Modified files: net/crtmpserver Makefile distinfo pkg-plist net/crtmpserver/files crtmpserver.in Log: - Update to 0.545 PR: ports/158886 Submitted by: Jin-Sih Lin Approved by:C++ RTMP S

cvs commit: ports/net/crtmpserver Makefile

2011-07-15 Thread Mark Linimon
linimon 2011-07-16 05:39:05 UTC FreeBSD ports repository Modified files: net/crtmpserver Makefile Log: Mark as broken on sparc64: does not compile. Revision ChangesPath 1.3 +7 -1 ports/net/crtmpserver/Makefile __

Re: cvs commit: ports/net/crtmpserver Makefile ports/net/crtmpserver/files crtmpserver.in

2011-03-04 Thread Doug Barton
Awesome, thanks! On 03/01/2011 09:33, Sylvio Cesar Teixeira wrote: sylvio 2011-03-01 17:33:52 UTC FreeBSD ports repository Modified files: net/crtmpserver Makefile net/crtmpserver/files crtmpserver.in Log: - Change variable in crtmpserver.in - BUMP PORTREVIS

cvs commit: ports/net/crtmpserver Makefile ports/net/crtmpserver/files crtmpserver.in

2011-03-01 Thread Sylvio Cesar Teixeira
sylvio 2011-03-01 17:33:52 UTC FreeBSD ports repository Modified files: net/crtmpserver Makefile net/crtmpserver/files crtmpserver.in Log: - Change variable in crtmpserver.in - BUMP PORTREVISION Submitted by: dougb@ (via e-mail) Revision ChangesPath