Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 00:33:02 +0000 (UTC)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307112 - in head/editors/openoffice-3-devel: . files
Message-ID:  <201211070033.qA70X2Oe002050@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Wed Nov  7 00:33:02 2012
New Revision: 307112
URL: http://svnweb.freebsd.org/changeset/ports/307112

Log:
  Remove IGNORE line as now textproc/libexttextcat and textproc/libtextcat
  happily co-exist.
  
  Feature safe: yes

Deleted:
  head/editors/openoffice-3-devel/files/extra-patch-libexttextcat-lingucomponent
Modified:
  head/editors/openoffice-3-devel/Makefile

Modified: head/editors/openoffice-3-devel/Makefile
==============================================================================
--- head/editors/openoffice-3-devel/Makefile	Tue Nov  6 23:35:00 2012	(r307111)
+++ head/editors/openoffice-3-devel/Makefile	Wed Nov  7 00:33:02 2012	(r307112)
@@ -120,18 +120,8 @@ LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphic
 		apr-1.4:${PORTSDIR}/devel/apr1 \
 		CoinMP.7:${PORTSDIR}/math/coinmp \
 		serf-1.0:${PORTSDIR}/www/serf \
-		freetype.9:${PORTSDIR}/print/freetype2
-
-.if exists(${LOCALBASE}/include/libexttextcat/textcat.h)
-.if exists(${LOCALBASE}/include/textcat.h)
-LIB_DEPENDS+=	exttextcat-1.0.0:${PORTSDIR}/textproc/libexttextcat
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-libexttextcat-lingucomponent
-.else
-IGNORE= textproc/libexttextcat needs COMPAT_TEXTCAT enabled
-.endif
-.else
-LIB_DEPENDS+=	textcat.0:${PORTSDIR}/textproc/libtextcat
-.endif
+		freetype.9:${PORTSDIR}/print/freetype2 \
+		textcat.0:${PORTSDIR}/textproc/libtextcat
 
 BUILD_DEPENDS+=	zip:${PORTSDIR}/archivers/zip \
 		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211070033.qA70X2Oe002050>