Date: Sat, 22 Nov 2008 18:36:56 -0500 From: Mike Meyer <mwm@mired.org> To: openoffice@FreeBSD.org Subject: LOCALBASE dependency in openoffice.org-3 port Message-ID: <20081122183656.4cb57736@bhuda.mired.org>
next in thread | raw e-mail | index | archive | help
I stumbled over a minor LOCALBASE dependency in the openoffice.org-3 port. Given that it's in a patch file, trying to provide a patch file seemed, um, confusing. If you need one, let me know. Anyway, the file files/patch-i91318 replaces the #! line in misc/build/hunspell-1.1.12/tests/test.sh with one that uses /usr/local/bin/bash, which fails if LOCALBASE is not /usr/local. The fix is simple: use #!/usr/bin/env bash instead. After making that change, the build finished without problems rather than failing with rather confusing "File not found" errors in the hunspell tests. Thanks, <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081122183656.4cb57736>