Re: cvs commit: ports/lang/php5/files patch-configure.in

2011-03-04 Thread Alex Dupre
Andrey Chernov ha scritto: It seems the line should be changed to PHP_CHECK_FUNC_LIB(nanosleep, c) instead of being removed. Yep, my fault, fixed, thanks. -- Alex Dupre ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cv

cvs commit: ports/lang/php5/files patch-configure.in

2011-03-04 Thread Alex Dupre
ale 2011-03-04 08:11:22 UTC FreeBSD ports repository Modified files: lang/php5/files patch-configure.in Log: librt is not needed, but we have nanosleep, fix check. Revision ChangesPath 1.9 +7 -7 ports/lang/php5/files/patch-configure.in

Re: cvs commit: ports/lang/php5/files patch-configure.in

2011-03-03 Thread Andrey Chernov
On Fri, Mar 04, 2011 at 02:25:04AM +0300, Andrey Chernov wrote: > On Thu, Mar 03, 2011 at 08:20:27AM +, Alex Dupre wrote: > > ale 2011-03-03 08:20:27 UTC > > > > FreeBSD ports repository > > > > Modified files: > > lang/php5/files patch-configure.in > > Log: > > Don'

Re: cvs commit: ports/lang/php5/files patch-configure.in

2011-03-03 Thread Andrey Chernov
On Thu, Mar 03, 2011 at 08:20:27AM +, Alex Dupre wrote: > ale 2011-03-03 08:20:27 UTC > > FreeBSD ports repository > > Modified files: > lang/php5/files patch-configure.in > Log: > Don't link with librt, nanosleep is in libc. > > Spotted by: ache > > Re

cvs commit: ports/lang/php5/files patch-configure.in

2011-03-03 Thread Alex Dupre
ale 2011-03-03 08:20:27 UTC FreeBSD ports repository Modified files: lang/php5/files patch-configure.in Log: Don't link with librt, nanosleep is in libc. Spotted by: ache Revision ChangesPath 1.8 +16 -7 ports/lang/php5/files/patch-configure