Created attachment 92239 [details] Replace \+ with \{1,\) This command /usr/bin/sed -n "s/^dlname='\([A-Za-z0-9.+-]\+\)'/\1/p" libzeitgeist-2.0.la does not work on FreeBSD because \+ is not in basic regular expression.
A bit of research shows 1) in its manpage, sed claims to conform to POSIX BRE 2) POSIX BRE specifies {n,m} but it does not specify + This patch therefore seems correct.
Ah merged this to master but forgot to close. Thanks Ting :D
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.