Date: Sun, 17 Aug 2014 01:31:14 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365148 - head/net/pmf Message-ID: <201408170131.s7H1VEPK084407@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Aug 17 01:31:13 2014 New Revision: 365148 URL: http://svnweb.freebsd.org/changeset/ports/365148 QAT: https://qat.redports.org/buildarchive/r365148/ Log: Mark BROKEN on -current. tty.c wants a readline_echoing_p symbol that doesn't seem to exist in readline from ports. Modified: head/net/pmf/Makefile Modified: head/net/pmf/Makefile ============================================================================== --- head/net/pmf/Makefile Sun Aug 17 00:37:51 2014 (r365147) +++ head/net/pmf/Makefile Sun Aug 17 01:31:13 2014 (r365148) @@ -20,6 +20,12 @@ SUB_FILES= pmfrc.default OPTIONS_DEFINE= DOCS EXAMPLES +.include <bsd.port.pre.mk> + +.if !exists(/usr/lib/libreadline.so) +BROKEN= Does not build with modern readline from ports +.endif + post-build: @${LN} -sf .pmfrc ${WRKSRC}/examples/dot.pmfrc @@ -34,4 +40,4 @@ do-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408170131.s7H1VEPK084407>