Date: Sun, 13 Jan 2019 20:07:45 +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: r490176 - head/databases/xapian-core/files Message-ID: <201901132007.x0DK7je8000804@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 13 20:07:44 2019 New Revision: 490176 URL: https://svnweb.freebsd.org/changeset/ports/490176 Log: Remove unsupported regular expression Differential Revision: https://reviews.freebsd.org/D18332 PR: 233421 Reported by: kevans Added: head/databases/xapian-core/files/ head/databases/xapian-core/files/patch-configure (contents, props changed) Added: head/databases/xapian-core/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/xapian-core/files/patch-configure Sun Jan 13 20:07:44 2019 (r490176) @@ -0,0 +1,11 @@ +--- configure.orig 2018-11-02 22:07:01 UTC ++++ configure +@@ -24218,7 +24218,7 @@ $CXXCPP $cxxcpp_flags\ + -DREVISION="\"$REVISION\""\ + $dash_d_visibility\ + $srcdir/include/xapian/version_h.cc|\ +- ${SED-sed} '0,/const char \* dummy/d;/"/!d;s/^ *//;/^#/d;s/ *$//;s/" *,//;s/"//g;s/@@/"/g;s/ */ /g;s/ *,\r$//;s/ *,$//;s/____/ /g;s/\\\\$/\\/'\ ++ ${SED-sed} '0,/const char \* dummy/d;/"/!d;s/^ *//;/^#/d;s/ *$//;s/" *,//;s/"//g;s/@@/"/g;s/ */ /g;s/ *,$//;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.x0DK7je8000804>