Date: Sat, 12 Nov 2005 11:42:11 +0100 From: Kay Lehmann <kay_lehmann@web.de> To: Pav Lucistnik <pav@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/88567: math/cln: build fails with an older version installed Message-ID: <4375C703.2090601@web.de> In-Reply-To: <200511111853.jABIrYSe092971@freefall.freebsd.org> References: <200511111853.jABIrYSe092971@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------050002080503000604040006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Pav Lucistnik wrote: > Synopsis: math/cln: build fails with an older version installed > > State-Changed-From-To: open->feedback > State-Changed-By: pav > State-Changed-When: Fri Nov 11 18:53:23 GMT 2005 > State-Changed-Why: > Waiting for patch to come in > > http://www.freebsd.org/cgi/query-pr.cgi?pr=88567 Sorry. Most times I forget that we can use packages to install. This patch should work. I chose the library because it seems to be the first version bump of the lib since version 1.1.6. Greets, Kay --------------050002080503000604040006 Content-Type: text/x-patch; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.patch" --- Makefile.orig Sat Nov 12 11:36:41 2005 +++ Makefile Sat Nov 12 11:33:14 2005 @@ -44,6 +44,11 @@ BROKEN= "Does not compile on sparc64 or ia64" .endif +pre-build: +.if exists(${LOCALBASE}/lib/libcln.so.3) +BROKEN= "Does not compile with older versions installed" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/dvi --------------050002080503000604040006--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4375C703.2090601>