Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 02:15:42 -0700 (PDT)
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   Re: revision 314761 missing bsd.cmake.mk
Message-ID:  <1363857342897-5797519.post@n5.nabble.com>
In-Reply-To: <1363813815739-5797369.post@n5.nabble.com>
References:  <1363813815739-5797369.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This problem is due to an incompatible bsd.port.mk file from xorg head.
(https://trillian.chruetertee.ch/svn/ports/trunk). The 2 ports trees are
merged on my system, and the problem is caused by xorg/Mk/bsd.port.mk
calling for bsd.cmake.mk, and not having incorporated the newer cmake syntax
of
.if defined(USE_CMAKE)
. if defined(CMAKE_OUTSOURCE)
USES+=	cmake:outsource
. else
USES+=	cmake
. endif
.endif

x11@freebsd.org has been notified of the problem.



--
View this message in context: http://freebsd.1045724.n5.nabble.com/revision-314761-missing-bsd-cmake-mk-tp5797369p5797519.html
Sent from the freebsd-ports-bugs mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1363857342897-5797519.post>