Bug 112411 - (devel/doxygen) (patch) configure make wrong path for DOXYGEN.
Summary: (devel/doxygen) (patch) configure make wrong path for DOXYGEN.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 10:00 UTC by mitrohin a.s.
Modified: 2007-06-14 03:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitrohin a.s. 2007-05-04 10:00:10 UTC
	
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-04 10:00:17 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-04 10:00:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 mwisnicki+freebsd 2007-05-04 16:03:04 UTC
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!
Comment 4 Marcelo Araujo freebsd_committer freebsd_triage 2007-05-09 14:33:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 5 araujobsdport 2007-05-15 14:00:08 UTC
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

Comment 6 mwisnicki 2007-05-27 17:09:30 UTC
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!
Comment 7 Marcelo Araujo freebsd_committer freebsd_triage 2007-06-14 03:45:55 UTC
State Changed
From-To: feedback->closed

Fixed in ports/113598.