Perl symlinks question

Jan Beich jbeich at tormail.net
Mon Jan 9 23:08:12 UTC 2012


Ruslan Mahmatkhanov <cvs-src at yandex.ru> writes:

> There is PR: http://bugs.freebsd.org/163687
> It tries to fix port building when user built it's perl installation
> with USE_PERL option (creating symlinks in /usr/bin) set to off (not
> the default). Patch in PR just replaces static shebang with ${PERL}
> variable from Mk/bsd.perl.mk. But it doesn't actually fix the build,
> because consequent call of aclocal-1.11 will fail since it's shebang
> set to '/usr/bin/perl' too.
[...]

Can you shed more light on the aclocal issue? Does the submitter know?
nss_ldap installs fine after applying ports/163687.

  $ ls -1d /usr/local/share/aclocal*
  /usr/local/share/aclocal/
  /usr/local/share/aclocal-1.11/
  /usr/local/share/aclocal-1.4/
  $ fgrep -r /usr/bin/perl /usr/local/share/aclocal*
  Exit 1


More information about the freebsd-ports mailing list