Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 20:07:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490177 - head/databases/xapian-core10/files
Message-ID:  <201901132007.x0DK7oFd000924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 13 20:07:50 2019
New Revision: 490177
URL: https://svnweb.freebsd.org/changeset/ports/490177

Log:
  Remove unsupported regular expression
  
  Differential Revision:	https://reviews.freebsd.org/D18332
  PR:		233421
  Reported by:	kevans

Added:
  head/databases/xapian-core10/files/patch-configure   (contents, props changed)

Added: head/databases/xapian-core10/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/xapian-core10/files/patch-configure	Sun Jan 13 20:07:50 2019	(r490177)
@@ -0,0 +1,11 @@
+--- configure.orig	2011-01-14 04:41:05 UTC
++++ configure
+@@ -22153,7 +22153,7 @@ if test yes = "$GXX" ; then
+     done
+ fi
+ rm -f include/xapian/version.h.tmp
+-$CXXCPP $cxxcpp_flags -DSTRING_VERSION="\"@@$MAIN_VERSION@@\"" -DMAJOR_VERSION="\"$MAJOR_VERSION\"" -DMINOR_VERSION="\"$MINOR_VERSION\"" -DREVISION="\"$REVISION\"" $srcdir/include/xapian/version_h.cc|${SED-sed} '/"/!d;s/^ *//;/^#/d;s/ *$//;s/" *,//;s/"//g;s/@@/"/g;s/  */ /g;s/ *,\r$//;s/ *,$//' > include/xapian/version.h.tmp
++$CXXCPP $cxxcpp_flags -DSTRING_VERSION="\"@@$MAIN_VERSION@@\"" -DMAJOR_VERSION="\"$MAJOR_VERSION\"" -DMINOR_VERSION="\"$MINOR_VERSION\"" -DREVISION="\"$REVISION\"" $srcdir/include/xapian/version_h.cc|${SED-sed} '/"/!d;s/^ *//;/^#/d;s/ *$//;s/" *,//;s/"//g;s/@@/"/g;s/  */ /g;s/ *,$//' > include/xapian/version.h.tmp
+ touch include/xapian/version.h.timestamp
+ if cmp include/xapian/version.h.tmp include/xapian/version.h >/dev/null 2>&1
+ then



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