Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 15:33:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191315] maia perl scripts have wrong location of perl
Message-ID:  <bug-191315-13-sj136wspOU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191315-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191315-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D191315

vsjcfm@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vsjcfm@gmail.com

--- Comment #1 from vsjcfm@gmail.com ---
(In reply to Valeri Galtsev from comment #0)
> Maia main program:
>=20
> /usr/local/sbin/maiad
>=20
> and all maia perl scripts found in
>=20
> /usr/local/share/maia/scripts
>=20
> have wrong location of perl, namely, first line of each script reads:
>=20
> #!/usr/bin/perl
>=20
> instead of correct location of perl on FreeBSD:
>=20
> #!/usr/local/bin/perl
I think that this is invalid PR.
jason@cs0:~$ ll /usr/bin/perl
lrwxr-xr-x  1 root  wheel  25 11 =D0=B8=D1=8E=D0=BD 20:08 /usr/bin/perl ->
/usr/local/bin/perl5.16.3
jason@cs0:~$ pkg info perl\*
perl5-5.16.3_11
jason@cs0:~$

perl package/ports installs symlink to /usr/bin so all the scripts are corr=
ect.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191315-13-sj136wspOU>