Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 20:07:55 +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: r490178 - head/databases/xapian-core12/files
Message-ID:  <201901132007.x0DK7tlZ001046@repo.freebsd.org>

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

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

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

Added: head/databases/xapian-core12/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/xapian-core12/files/patch-configure	Sun Jan 13 20:07:55 2019	(r490178)
@@ -0,0 +1,11 @@
+--- configure.orig	2017-09-27 01:50:56 UTC
++++ configure
+@@ -22590,7 +22590,7 @@ $CXXCPP $cxxcpp_flags\
+ 	-DREVISION="\"$REVISION\""\
+ 	$dash_d_visibility\
+ 	$srcdir/include/xapian/version_h.cc|\
+-	${SED-sed} '/"/!d;s/^ *//;/^#/d;s/ *$//;s/" *,//;s/"//g;s/@@/"/g;s/  */ /g;s/ *,\r$//;s/ *,$//'\
++	${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



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