Date: Wed, 2 Oct 2019 07:00:52 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513550 - head/editors/thoteditor Message-ID: <201910020700.x9270qCc016035@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Oct 2 07:00:52 2019 New Revision: 513550 URL: https://svnweb.freebsd.org/changeset/ports/513550 Log: Mark BROKEN: fails to link cc -o ../bin/thot -L../indexlib -L../drawlib -L../tablelib -L../thotlib -L.. EDITORAPP.o EDITORactions.o Trans.o TransPmatch.o TransParser.o ExtCssAPP.o ExtCssactions.o UIcss.o StyleCss.o StyleRules.o StyleParser.o -lThotIndex -lThotDraw -lThotTable -lThotEditor -ljpeg -lpng -lz -L/usr/local/lib -lXm -lXm -lXp -lXm -L/usr/local/lib -lXt -lXext -lSM -lICE -lX11 -ldl -lm /usr/bin/ld: cannot find -lXp Reported by: pkg-fallout MFH: 2019Q4 Modified: head/editors/thoteditor/Makefile Modified: head/editors/thoteditor/Makefile ============================================================================== --- head/editors/thoteditor/Makefile Wed Oct 2 06:59:38 2019 (r513549) +++ head/editors/thoteditor/Makefile Wed Oct 2 07:00:52 2019 (r513550) @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Structured document editor, offering a graphical WYSIWYG interface +BROKEN= /usr/bin/ld: cannot find -lXp + THOT_SUBDIR= Target USES= gmake motif WRKSRC= ${WRKDIR}/Thot/${THOT_SUBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910020700.x9270qCc016035>