svn commit: r394456 - head/devel/doxygen

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Aug 17 14:54:11 UTC 2015


* Mathieu Arnold (mat at FreeBSD.org) wrote:

> | I'm sorry, on the second though this should've been discussed before.
> | 
> | The problem: doxygen generated Doxyfiles list perl path in them as
> | /usr/bin/perl, while on FreeBSD perl resides in /usr/local/bin/perl.
> | However, doxyfiles are used on other systems as well, and /usr/bin/perl
> | seems to me more widely used path. Imo this should not ever be
> | hardcoded.
> 
> "/usr/bin/env perl" could work.

The documentation for this knob says "absolute path and name of the perl
script interpreter", so I suspect it may be passed to exec() or something
alike which requires real path. It should be investigaed though why's
this knob needed at all: the documentation also says "(i.e. the result
of 'which perl')", which makes me wonder why don't they just do
'which perl' in runtime.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru      http://amdmi3.ru


More information about the svn-ports-head mailing list