Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Dec 2022 07:55:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyNjc5ODBdIGVtdWxhdG9ycy9xbWMyOiBGYWlscyB0byBi?= =?UTF-8?B?dWlsZCBvbiBzeXN0ZW1zIDwxMy544oCUU0RMLmggbm90IGZvdW5k?=
Message-ID:  <bug-267980-7788-WfLqE1c7Os@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267980-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267980-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267980

Alastair Hogge <agh@riseup.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(agh@ri |maintainer-feedback-
                   |seup.net)                   |

--- Comment #8 from Alastair Hogge <agh@riseup.net> ---
egrep on the build guests <13.x is perhaps too old and does not have the
expected Special Expressions found in the grep with guests =E2=89=A513.x.

12.3-RELEASE:
$ grep --version
grep (GNU grep) 2.5.1-FreeBSD

14-CURRENT:
$ grep --version
grep (BSD grep, GNU compatible) 2.6.0-FreeBSD

I do not think the GNU grep in the 12.3 build guest has the support for the=
 \S
Special Expression. I have tested the build with the following change to
${WRKDIR}/qmc2-mame-fe-0.243/scripts/sdl-includepath.sh:

echo $SDL_CFLAGS | egrep -o -e "-I[^[:space:]]+" | sed -e 's/^-I//'

The build completes.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267980-7788-WfLqE1c7Os>