Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 07:01:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r513552 - branches/2019Q4/editors/thoteditor
Message-ID:  <201910020701.x9271si5020684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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?201910020701.x9271si5020684>