89a672bb76
- update to 2.5.37 ** Import flex into git. See git://flex.git.sourceforge.net/gitroot/flex/flex. ** Fix make install target to not fail when the flex++ program is already installed ** New translations from the translation project: de, fi, pl, vi ** various portability fixes that quiet compiler warnings on 64-bit hosts ** various manual fixes, including correcting the name of a %option and updating some simple examples to use ANSI C syntax ** various bug fixes that prevent certain error conditions from persisting when they should not persist ** improvements to the test suite so it behaves better when linking compiled files ** new translations from the translation project: ca, da, es, fi, fr, ga, ko, pt_br, ro, ru, sv, tr, zh_cn ** the flex distribution is now built with automake 1.10.1 and automake 2.61 - add patch flex-2.5.37-notex.patch to compile without texlive - remove patches no longer required: flex-2.5.33-yylineno.patch flex-2.5.34-doc-fix.diff flex-2.5.34-g++44.diff OBS-URL: https://build.opensuse.org/request/show/138308 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/flex?expand=0&rev=12
16 lines
396 B
Diff
16 lines
396 B
Diff
We don't need texlive in the core bootstrap cycle
|
|
|
|
Index: flex-2.5.37/doc/Makefile.am
|
|
===================================================================
|
|
--- flex-2.5.37.orig/doc/Makefile.am
|
|
+++ flex-2.5.37/doc/Makefile.am
|
|
@@ -2,7 +2,7 @@ help2man = @HELP2MAN@
|
|
|
|
info_TEXINFOS = flex.texi
|
|
dist_man_MANS = flex.1
|
|
-dist_doc_DATA= flex.pdf
|
|
+#dist_doc_DATA= flex.pdf
|
|
|
|
CLEANFILES = \
|
|
flex.hks \
|