Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 17:30:18 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360060 - in head/editors/libreoffice: . files
Message-ID:  <201407011730.s61HUIMa095973@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Jul  1 17:30:17 2014
New Revision: 360060
URL: http://svnweb.freebsd.org/changeset/ports/360060
QAT: https://qat.redports.org/buildarchive/r360060/

Log:
  Remove an unnecessary local patch.  Originally, it was added to fix compiler
  warnings and to improve performance.  The compiler warnings were fixed some
  time in 4.1.x but the local patch remained for performance.  Today I was
  notified by an upstream developer that it may have interoperability issues
  with other dBase III implementations because the original implementation had
  512-byte fixed-size blocks.  We better be safe than sorry.

Deleted:
  head/editors/libreoffice/files/patch-connectivity__source__inc__dbase__dindexnode.hxx
Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Tue Jul  1 17:28:59 2014	(r360059)
+++ head/editors/libreoffice/Makefile	Tue Jul  1 17:30:17 2014	(r360060)
@@ -2,7 +2,7 @@
 
 .include "${.CURDIR}/Makefile.common"
 
-PORTREVISION=	1
+PORTREVISION=	2
 
 COMMENT=	Full integrated office productivity suite
 



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