Date: Wed, 2 Oct 2019 10:37:14 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r513567 - in branches/2019Q4/editors/thoteditor: . files Message-ID: <201910021037.x92AbEFo047145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Oct 2 10:37:13 2019 New Revision: 513567 URL: https://svnweb.freebsd.org/changeset/ports/513567 Log: MFH: r513561 editors/thoteditor: Unbreak Unbreak editors/thoteditor by no longer link against libXp, since it is being deprecated and slated for removal. Add a bunch of missing xorg dependencies. Approved by: ports-secteam (joneum) Modified: branches/2019Q4/editors/thoteditor/Makefile branches/2019Q4/editors/thoteditor/files/patch-thot-Makefile.in Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/editors/thoteditor/Makefile ============================================================================== --- branches/2019Q4/editors/thoteditor/Makefile Wed Oct 2 10:36:27 2019 (r513566) +++ branches/2019Q4/editors/thoteditor/Makefile Wed Oct 2 10:37:13 2019 (r513567) @@ -3,7 +3,7 @@ PORTNAME= thoteditor PORTVERSION= 2.1e -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors www MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/ @@ -12,10 +12,9 @@ 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 +USES= gmake motif xorg +USE_XORG= ice sm x11 xext xt WRKSRC= ${WRKDIR}/Thot/${THOT_SUBDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya \ Modified: branches/2019Q4/editors/thoteditor/files/patch-thot-Makefile.in ============================================================================== --- branches/2019Q4/editors/thoteditor/files/patch-thot-Makefile.in Wed Oct 2 10:36:27 2019 (r513566) +++ branches/2019Q4/editors/thoteditor/files/patch-thot-Makefile.in Wed Oct 2 10:37:13 2019 (r513567) @@ -5,7 +5,7 @@ LDFLAGS = @LDFLAGS@ -L../indexlib -L../drawlib -L../tablelib -L../thotlib -L.. LIBS = -lThotIndex -lThotDraw -lThotTable -lThotEditor @IMGLIBS@ \ - $(MOTIF_LIBRARIES) -lXm $(X_LIBS) -lXt -lXext $(X_PRE_LIBS) \ -+ %%MOTIFLIB%% -lXm -lXp -lXm $(X_LIBS) -lXt -lXext $(X_PRE_LIBS) \ ++ %%MOTIFLIB%% -lXm -lXm $(X_LIBS) -lXt -lXext $(X_PRE_LIBS) \ -lX11 $(X_EXTRA_LIBS) @LIBS@ @EXTRA_LIBS@ -lm prefix = @prefix@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021037.x92AbEFo047145>