From owner-svn-ports-head@FreeBSD.ORG Fri Mar 22 13:15:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 291B1A7D; Fri, 22 Mar 2013 13:15:48 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA1D935; Fri, 22 Mar 2013 13:15:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MDFl6L047427; Fri, 22 Mar 2013 13:15:48 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2MDFlFL047426; Fri, 22 Mar 2013 13:15:47 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303221315.r2MDFlFL047426@svn.freebsd.org> From: Koop Mast Date: Fri, 22 Mar 2013 13:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314927 - head/editors/abiword/files 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, 22 Mar 2013 13:15:48 -0000 Author: kwm Date: Fri Mar 22 13:15:47 2013 New Revision: 314927 URL: http://svnweb.freebsd.org/changeset/ports/314927 Log: Fix patching. Submitted by: miwimail Modified: head/editors/abiword/files/patch-configure Modified: head/editors/abiword/files/patch-configure ============================================================================== --- head/editors/abiword/files/patch-configure Fri Mar 22 13:15:36 2013 (r314926) +++ head/editors/abiword/files/patch-configure Fri Mar 22 13:15:47 2013 (r314927) @@ -1,5 +1,5 @@ ---- configure.orig 2010-05-22 09:12:00.000000000 +0200 -+++ configure 2010-05-22 09:12:01.000000000 +0200 +--- configure.orig 2013-03-22 13:57:57.000000000 +0100 ++++ configure 2013-03-22 13:58:05.000000000 +0100 @@ -16637,9 +16637,9 @@ xp_funcs='localeconv strcspn strncasecmp strtoul' # "sqrt" test fails, hmm funcs= @@ -1670,9 +1670,10 @@ -if test "$enable_collab_backend_tcp" == "yes" || \ - test "$enable_collab_backend_service" == "yes"; then +- COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -lpthread" +if test "$enable_collab_backend_tcp" = "yes" || \ + test "$enable_collab_backend_service" = "yes"; then - COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -pthread" ++ COLLAB_LIBS="$COLLAB_LIBS -lgcrypt -pthread" fi -test "$enable_collab" == "auto" && PLUGINS="$PLUGINS collab"