From owner-svn-ports-head@FreeBSD.ORG Fri Sep 20 17:46:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EFCB11000; Fri, 20 Sep 2013 17:46:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD20B2619; Fri, 20 Sep 2013 17:46:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KHk5Mp014520; Fri, 20 Sep 2013 17:46:05 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KHk5tb014519; Fri, 20 Sep 2013 17:46:05 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201309201746.r8KHk5tb014519@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 20 Sep 2013 17:46:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327731 - head/editors/libreoffice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 17:46:06 -0000 Author: jkim Date: Fri Sep 20 17:46:05 2013 New Revision: 327731 URL: http://svnweb.freebsd.org/changeset/ports/327731 Log: Make sure to build with MDDS 0.9.0 and later. It is necessary since r327493 but the configure script does not check its version, unfortunately. Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Sep 20 17:36:33 2013 (r327730) +++ head/editors/libreoffice/Makefile Fri Sep 20 17:46:05 2013 (r327731) @@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ dmake:${PORTSDIR}/devel/dmake \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ - ${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds \ + mdds>=0.9.0:${PORTSDIR}/devel/mdds \ gpatch:${PORTSDIR}/devel/patch \ ucpp:${PORTSDIR}/devel/ucpp \ vigra-config:${PORTSDIR}/graphics/vigra \