svn commit: r513552 - branches/2019Q4/editors/thoteditor
Antoine Brodin
antoine at FreeBSD.org
Wed Oct 2 07:01:54 UTC 2019
Author: antoine
Date: Wed Oct 2 07:01:53 2019
New Revision: 513552
URL: https://svnweb.freebsd.org/changeset/ports/513552
Log:
MFH: r513550
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
Modified:
branches/2019Q4/editors/thoteditor/Makefile
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/editors/thoteditor/Makefile
==============================================================================
--- branches/2019Q4/editors/thoteditor/Makefile Wed Oct 2 07:01:36 2019 (r513551)
+++ branches/2019Q4/editors/thoteditor/Makefile Wed Oct 2 07:01:53 2019 (r513552)
@@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports at 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}
More information about the svn-ports-all
mailing list