Date: Fri, 21 Dec 2018 13:46:02 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487996 - head/editors/abiword Message-ID: <201812211346.wBLDk2UW092610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Dec 21 13:46:02 2018 New Revision: 487996 URL: https://svnweb.freebsd.org/changeset/ports/487996 Log: editors/abiword: remove optional dependency on expired textproc/ots Modified: head/editors/abiword/Makefile head/editors/abiword/pkg-plist Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Fri Dec 21 13:44:17 2018 (r487995) +++ head/editors/abiword/Makefile Fri Dec 21 13:46:02 2018 (r487996) @@ -35,7 +35,7 @@ INSTALL_TARGET= install-strip PLIST_SUB+= ABIVERSION=3.0 -OPTIONS_DEFINE= CLIPART DEBUG MATHVIEW NLS OTS PSION \ +OPTIONS_DEFINE= CLIPART DEBUG MATHVIEW NLS PSION \ TEMPLATES WP OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES OPTIONS_SUB= yes @@ -56,7 +56,6 @@ COLXMPP_DESC= Collaborate with the Jabber/XMPP backen DICT_DESC= Spelling and grammar checking GRAMMAR_DESC= Grammar checking plugin MATHVIEW_DESC= MathML render plugin -OTS_DESC= Text Summarizer plugin PSION_DESC= Psion 5(MX) files convertion plugin SPELLCHECK_DESC= Spell checking support TEMPLATES_DESC= Include additional templates @@ -110,8 +109,6 @@ MATHVIEW_LIB_DEPENDS= libmathview.so:x11-toolkits/gtk NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -OTS_LIB_DEPENDS= libots-1.so:textproc/ots - PSION_LIB_DEPENDS= libpsiconv.so:converters/psiconv SPELLCHECK_LIB_DEPENDS= libenchant.so:textproc/enchant @@ -139,10 +136,6 @@ ABIWORD_PLUGINS+= grammar .if ${PORT_OPTIONS:MMATHVIEW} ABIWORD_PLUGINS+= mathview -.endif - -.if ${PORT_OPTIONS:MOTS} -ABIWORD_PLUGINS+= ots .endif .if ${PORT_OPTIONS:MPSION} Modified: head/editors/abiword/pkg-plist ============================================================================== --- head/editors/abiword/pkg-plist Fri Dec 21 13:44:17 2018 (r487995) +++ head/editors/abiword/pkg-plist Fri Dec 21 13:46:02 2018 (r487996) @@ -31,7 +31,6 @@ lib/abiword-%%ABIVERSION%%/plugins/opendocument.so lib/abiword-%%ABIVERSION%%/plugins/openwriter.so lib/abiword-%%ABIVERSION%%/plugins/openxml.so lib/abiword-%%ABIVERSION%%/plugins/opml.so -%%OTS%%lib/abiword-%%ABIVERSION%%/plugins/ots.so lib/abiword-%%ABIVERSION%%/plugins/paint.so lib/abiword-%%ABIVERSION%%/plugins/passepartout.so lib/abiword-%%ABIVERSION%%/plugins/pdb.so @@ -361,7 +360,6 @@ man/man1/abiword.1.gz %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.ui -%%OTS%%%%DATADIR%%-%%ABIVERSION%%/ui/ots.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFContact.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFEvent.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFInsertReference.ui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812211346.wBLDk2UW092610>