Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1E43718D for ; Sun, 9 Oct 2011 01:32:21 +0000 (UTC) Received: (qmail 30041 invoked by uid 500); 9 Oct 2011 01:32:21 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 30010 invoked by uid 500); 9 Oct 2011 01:32:21 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 30003 invoked by uid 99); 9 Oct 2011 01:32:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2011 01:32:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2011 01:32:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 90E7823889DA; Sun, 9 Oct 2011 01:31:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1180512 - /incubator/ooo/trunk/main/libxslt/libxslt-configure.patch Date: Sun, 09 Oct 2011 01:31:58 -0000 To: ooo-commits@incubator.apache.org From: pfg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111009013158.90E7823889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pfg Date: Sun Oct 9 01:31:58 2011 New Revision: 1180512 URL: http://svn.apache.org/viewvc?rev=1180512&view=rev Log: i102184: FreeBSD port: libxslt issue causing officecfg DEV300_m47 failure. Modified: incubator/ooo/trunk/main/libxslt/libxslt-configure.patch Modified: incubator/ooo/trunk/main/libxslt/libxslt-configure.patch URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/libxslt/libxslt-configure.patch?rev=1180512&r1=1180511&r2=1180512&view=diff ============================================================================== --- incubator/ooo/trunk/main/libxslt/libxslt-configure.patch (original) +++ incubator/ooo/trunk/main/libxslt/libxslt-configure.patch Sun Oct 9 01:31:58 2011 @@ -20,7 +20,7 @@ - major=".$current" - versuffix=".$current" + major=.`expr $current - $age` -+ versuffix="$major.$age.$revision" ++ versuffix="$major" ;; irix | nonstopux)