Summary: | net-im/climm: does not build with XMPP | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Anatoly Borodin <anatoly.borodin> |
Component: | Individual Port(s) | Assignee: | Johan van Selst <johans> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Anatoly Borodin
2011-01-10 15:50:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->johans Over to maintainer (via the GNATS Auto Assign Tool) Anatoly Borodin <anatoly.borodin@gmail.com> writes: > ===> Building for climm-0.7.1_1 > Making all in src > gmake[1]: Entering directory `/usr/obj/usr/ports/net-im/climm/work/climm-0.7.1/src' > gmake[1]: *** No rule to make target `-L/usr/local/lib', needed by `all-am'. Stop. > gmake[1]: Leaving directory `/usr/obj/usr/ports/net-im/climm/work/climm-0.7.1/src' > gmake: *** [all-recursive] Error 1 > *** Error code 1 Automake wants paths to libraries in noinst_LIBRARIES, not ld(1) flags. The port uses system textproc/iksemel instead of WRKSRC/iksemel-1.4, so we can just ignore noinst_. --- a.diff begins here --- Index: net-im/climm/Makefile =================================================================== RCS file: /a/.cvsup/ports/net-im/climm/Makefile,v retrieving revision 1.79 diff -u -p -r1.79 Makefile --- net-im/climm/Makefile 27 Jul 2010 01:25:19 -0000 1.79 +++ net-im/climm/Makefile 10 Jan 2011 16:47:39 -0000 @@ -79,6 +79,7 @@ LIB_DEPENDS+= iksemel:${PORTSDIR}/textp .endif post-patch: + @${REINPLACE_CMD} '/^noinst_LIBRARIES/d' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc//' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/ac_lib/s/tcl8\./tcl8/g' \ -e '/libgnutls_config_version=/s/--version/--modversion/' \ --- a.diff ends here --- johans 2011-01-10 22:11:56 UTC FreeBSD ports repository Modified files: net-im/climm Makefile Log: Fix compilation with XMPP option PR: ports/153850 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Revision Changes Path 1.80 +1 -0 ports/net-im/climm/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks. |