Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 08:06:17 +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: r311577 - head/editors/openoffice-3
Message-ID:  <201302040806.r1486H1S045333@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Mon Feb  4 08:06:17 2013
New Revision: 311577
URL: http://svnweb.freebsd.org/changeset/ports/311577

Log:
  Now libexttextcat and libtextcat can happily co-exist.
  
  Pointed out by:	Jan Henrik Sylvester <me@janh.de>

Modified:
  head/editors/openoffice-3/Makefile

Modified: head/editors/openoffice-3/Makefile
==============================================================================
--- head/editors/openoffice-3/Makefile	Mon Feb  4 07:44:48 2013	(r311576)
+++ head/editors/openoffice-3/Makefile	Mon Feb  4 08:06:17 2013	(r311577)
@@ -120,17 +120,6 @@ LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphic
 		CoinMP.7:${PORTSDIR}/math/coinmp \
 		serf-1.0:${PORTSDIR}/www/serf
 
-.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
-
 BUILD_DEPENDS+=	zip:${PORTSDIR}/archivers/zip \
 		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \
 		gpatch:${PORTSDIR}/devel/patch \



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