diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-19 07:06:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-19 07:06:28 +0000 |
commit | e096acc03cf50fabcd6de409f8c8d3f4a548b119 (patch) | |
tree | 8ed88f333de136904041befada01ddd7cfc8c6be /textproc/source-highlight/files/patch-tests_Makefile.in | |
parent | . Update to tzupdater 1.3.29. (diff) |
Update to 3.1.3
PR: ports/143007
Submitted by: bf1783 at gmail dot com
Notes
Notes:
svn path=/head/; revision=252897
Diffstat (limited to 'textproc/source-highlight/files/patch-tests_Makefile.in')
-rw-r--r-- | textproc/source-highlight/files/patch-tests_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/source-highlight/files/patch-tests_Makefile.in b/textproc/source-highlight/files/patch-tests_Makefile.in new file mode 100644 index 000000000000..5ec0556bb26e --- /dev/null +++ b/textproc/source-highlight/files/patch-tests_Makefile.in @@ -0,0 +1,11 @@ +--- tests/Makefile.in.orig 2010-01-20 01:24:37.000000000 -0500 ++++ tests/Makefile.in 2010-01-20 01:26:27.000000000 -0500 +@@ -1884,7 +1884,7 @@ + @NO_CTAGS_FALSE@ sed -itesttmp -e 's/\_tmp\.h/\.h/g' test_refs_tmp.h.html test_refs_tmp.cpp.html + @NO_CTAGS_FALSE@ sed -itesttmp -e 's/\_tmp\.cpp/\.cpp/g' test_refs_tmp.h.html test_refs_tmp.cpp.html + @NO_CTAGS_FALSE@ $(CPP2LATEX_WREFS) -i $(srcdir)/test.h -o test_ref.out.tex $(CTAGS_COMMAND_TMP) +-@NO_CTAGS_FALSE@ sed -itesttmp -r 's/([.\/[:alnum:]]+)\/(test\.h\:[[:alnum:]\._]+)/\2/g' test_ref.out.tex # eliminate leading paths ++@NO_CTAGS_FALSE@ sed -itesttmp -E 's/([.\/[:alnum:]]+)\/(test\.h\:[[:alnum:]\._]+)/\2/g' test_ref.out.tex # eliminate leading paths + @NO_CTAGS_FALSE@ $(CPP2LATEX_WREFSPOST) -i $(srcdir)/test.h -o test_ref_post.out.tex $(CTAGS_COMMAND_TMP) + @NO_CTAGS_FALSE@ sed -itesttmp -f $(srcdir)/erasedir3.sed test_ref_post.out.tex # eliminate leading paths + @NO_CTAGS_FALSE@ $(CPP2TEXINFO_WREFS) -i $(srcdir)/test.h -o test_ref.out.texinfo $(CTAGS_COMMAND_TMP) |