configure use $PWD to generate paths. this is wrong for me. i am unable to compile port without this patch. Fix: -if test -z $PWD; then +#if test -z $PWD; then PWD=`pwd` -fi +#fi cat > .makeconfig <<EOF DOXYGEN = $PWD--I3B0wRiJmrexKAMz2QfZQFZgn6H5DiE5riSpIcqtVdVaxLo1 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- configure.orig.1 Fri May 4 15:15:08 2007 +++ configure Fri May 4 15:15:39 2007 @@ -432,9 +432,9 @@ test -f .makeconfig && rm .makeconfig test -f .tmakeconfig && rm .tmakeconfig How-To-Repeat: try to compile port.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer)
State Changed From-To: open->feedback Awaiting maintainers feedback
I can't reproduce it. Can you give more specific information on how to trigger this problem and complete error message ? Also, please provide contents of the file $WRKSRC/.makeconfig (after "make configure" with unpatched port). AFAIK the only difference between pwd and $PWD is resolution of symlinks, but both should still give a valid path. I am not against this change but I would like to know the cause of the problem and that your environment isn't broken, so that I can push this fix upstream. Thanks!
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
Marcin Wisnicki wrote: > On 5/12/07, Marcelo Araujo <araujobsdport@gmail.com> wrote: >> Hey Maintainer! >> >> I investigated this problem, and I can't reproduce it also! >> You want to stay with the PRs OPEN? Or, I can close it? >> > > yes, please close it. > > >> see PR at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112411 >> >> Thank you, for contributing to the FreeBSD! >> >> Best Regards. >> >> -- >> Marcelo Araujo >> araujo@FreeBSD.org >> http://www.FreeBSD.org >> >> >> >> > Originator accept the deal to be close this PR. ports/112411 Best Regards. -- Marcelo Araujo araujo@FreeBSD.org http://www.FreeBSD.org
On 5/21/07, Marcin Wisnicki <mwisnicki+freebsd@gmail.com> wrote: > On 5/16/07, Marcelo Araujo <araujobsdport@gmail.com> wrote: > > Hey Folks. > > > > I've received the message from Mitrohin with more informations and I > > pass for you. > > You has to check this problem again. > > I checked it, but, I not find the errors in my machine! > > You take the special attention for this? > > > > Sorry for not responding sooner, I was a little busy. I'll look into > it on Friday. > I still can't reproduce it, but apparently this is a known bug http://bugzilla.gnome.org/show_bug.cgi?id=366113 You may commit this patch instead http://bugzilla.gnome.org/attachment.cgi?id=75591&action=view This is included with doxygen-1.5.2 which I intend to submit sometime later this week. Thanks!
State Changed From-To: feedback->closed Fixed in ports/113598.