Date: Wed, 22 Feb 2012 20:36:37 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bfilter Makefile Message-ID: <201202222036.q1MKabA5084957@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2012-02-22 20:36:37 UTC FreeBSD ports repository Modified files: net/bfilter Makefile Log: - Mark BROKEN: does not compile In file included from prcvar.cpp:25: private.h:33: error: field 'cond' has incomplete type private.h: In constructor 'PRCondVar::PRCondVar(PRLock*)': private.h:35: error: class 'PRCondVar' does not have any field named 'cond' prcvar.cpp: In function 'PRStatus PR_WaitCondVar(PRCondVar*, PRIntervalTime)': prcvar.cpp:44: error: 'struct PRCondVar' has no member named 'cond' prcvar.cpp:44: error: 'struct PRCondVar' has no member named 'cond' prcvar.cpp: In function 'PRStatus PR_NotifyCondVar(PRCondVar*)': prcvar.cpp:49: error: 'struct PRCondVar' has no member named 'cond' prcvar.cpp: In function 'PRStatus PR_NotifyAllCondVar(PRCondVar*)': prcvar.cpp:54: error: 'struct PRCondVar' has no member named 'cond' *** Error code 1 Reported by: pointyhat Revision Changes Path 1.37 +2 -0 ports/net/bfilter/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202222036.q1MKabA5084957>