Date: Sat, 26 Oct 2013 20:26:05 +0200 (CEST) From: Christoph Moench-Tegeder <cmt@burggraben.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/183342: lang/gcc : fix build witch current texinfo Message-ID: <20131026182605.0B4DA31045@elch.exwg.net> Resent-Message-ID: <201310261830.r9QIU01N018274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183342 >Category: ports >Synopsis: lang/gcc : fix build witch current texinfo >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 26 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD elch.exwg.net 9.2-RELEASE FreeBSD 9.2-RELEASE #11 r255911: Fri Sep 27 17:09:40 CEST 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64 lang/gcc gcc-4.6.3_1 print/texinfo texinfo-5.2.20130926_1 >Description: the build of lang/gcc fails on building the documentation if print(texinfo is installed (the usual "@itemx must follow @item" error messages are seen). >How-To-Repeat: type make >Fix: This problem was fixed in gcc-4.6.4. Short of updating lang/gcc, I extracted the neccessary changes from the gcc-4.6.4 source. The following patch should be dropped into lang/gcc/files (with or without processing by splitpatch.pl). NOTE this is an additional patch for lang/gcc/files/, not a patch agains the ports tree --- gcc/doc/cppopts.texi 2010-12-20 08:26:12.000000000 +0100 +++ gcc/doc/cppopts.texi 2013-03-20 12:08:52.000000000 +0100 @@ -769,7 +769,7 @@ Enable special code to work around file systems which only permit very short file names, such as MS-DOS@. -@itemx --help +@item --help @itemx --target-help @opindex help @opindex target-help --- gcc/doc/invoke.texi 2012-01-03 17:43:38.000000000 +0100 +++ gcc/doc/invoke.texi 2013-03-20 12:08:52.000000000 +0100 @@ -165,7 +165,7 @@ -pipe -pass-exit-codes @gol -x @var{language} -v -### --help@r{[}=@var{class}@r{[},@dots{}@r{]]} --target-help @gol --version -wrapper @@@var{file} -fplugin=@var{file} -fplugin-arg-@var{name}=@var{arg} @gol --fdump-ada-spec@r{[}-slim@r{]}} -fdump-go-spec=@var{file} +-fdump-ada-spec@r{[}-slim@r{]} -fdump-go-spec=@var{file}} @item C Language Options @xref{C Dialect Options,,Options Controlling C Dialect}. @@ -5085,11 +5086,11 @@ @option{-fdump-rtl-ce3} enable dumping after the three if conversion passes. -@itemx -fdump-rtl-cprop_hardreg +@item -fdump-rtl-cprop_hardreg @opindex fdump-rtl-cprop_hardreg Dump after hard register copy propagation. -@itemx -fdump-rtl-csa +@item -fdump-rtl-csa @opindex fdump-rtl-csa Dump after combining stack adjustments. @@ -5100,11 +5101,11 @@ @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after the two common sub-expression elimination passes. -@itemx -fdump-rtl-dce +@item -fdump-rtl-dce @opindex fdump-rtl-dce Dump after the standalone dead code elimination passes. -@itemx -fdump-rtl-dbr +@item -fdump-rtl-dbr @opindex fdump-rtl-dbr Dump after delayed branch scheduling. @@ -5149,7 +5150,7 @@ @opindex fdump-rtl-initvals Dump after the computation of the initial value sets. -@itemx -fdump-rtl-into_cfglayout +@item -fdump-rtl-into_cfglayout @opindex fdump-rtl-into_cfglayout Dump after converting to cfglayout mode. @@ -5179,7 +5180,7 @@ @opindex fdump-rtl-rnreg Dump after register renumbering. -@itemx -fdump-rtl-outof_cfglayout +@item -fdump-rtl-outof_cfglayout @opindex fdump-rtl-outof_cfglayout Dump after converting from cfglayout mode. @@ -5191,7 +5192,7 @@ @opindex fdump-rtl-postreload Dump after post-reload optimizations. -@itemx -fdump-rtl-pro_and_epilogue +@item -fdump-rtl-pro_and_epilogue @opindex fdump-rtl-pro_and_epilogue Dump after generating the function pro and epilogues. --- gcc/doc/generic.texi 2011-01-02 02:30:55.000000000 +0100 +++ gcc/doc/generic.texi 2013-03-20 12:08:52.000000000 +0100 @@ -1415,13 +1415,13 @@ not matter. The type of the operands and that of the result are always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}. -@itemx POINTER_PLUS_EXPR +@item POINTER_PLUS_EXPR This node represents pointer arithmetic. The first operand is always a pointer/reference type. The second operand is always an unsigned integer type compatible with sizetype. This is the only binary arithmetic operand that can operate on pointer types. -@itemx PLUS_EXPR +@item PLUS_EXPR @itemx MINUS_EXPR @itemx MULT_EXPR These nodes represent various binary arithmetic operations. Regards, Christoph >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131026182605.0B4DA31045>