The following reply was made to PR ports/181146; it has been noted by GNATS.
From: Raphael Kubo da Costa <rak...@freebsd.org> To: bug-follo...@freebsd.org Cc: Thierry Thomas <thie...@pompo.net> Subject: Re: ports/181146: devel/qmake4: gdb_dwarf_index.prf contains gsed specific syntax Date: Sun, 11 Aug 2013 15:28:49 +0300 Interesting, it looks like this has been broken forever for our sed, which uses basic regular expressions by default. Simply replacing the "+" in the regexp with "{1,}", as suggested by re_format(7), seems to do the trick. I'd rather not remove the code altogether because it would make us needlessly deviate from upstream and have to commit to carrying a patch forever. I've submitted https://codereview.qt-project.org/#change,62742 to fix it upstream (the Qt4 backport comes after it is accepted), and I'll include the fix in the port after that. _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information