svn commit: r357875 - in head/lang: perl5.14 perl5.16 perl5.18 perl5.20

John Marino marino at FreeBSD.org
Sun Jun 15 12:40:44 UTC 2014


Author: marino
Date: Sun Jun 15 12:40:42 2014
New Revision: 357875
URL: http://svnweb.freebsd.org/changeset/ports/357875
QAT: https://qat.redports.org/buildarchive/r357875/

Log:
  lang/perl5*: Remove absolute path to makewhatis in pkg-plist
  
  Generally absolutely paths are not used with @exec in pkg-plist.
  In this case, the path /usr/bin/makewhatis doesn't work on DragonFly
  where the binary is located at /usr/sbin/makewhatis.  Removing the
  full path is a no-op on FreeBSD and fixes perl man page installation
  on DragonFly.  No revbump required.
  
  Approved by:	portmgr (bapt)

Modified:
  head/lang/perl5.14/pkg-plist
  head/lang/perl5.16/pkg-plist
  head/lang/perl5.18/pkg-plist
  head/lang/perl5.20/pkg-plist

Modified: head/lang/perl5.14/pkg-plist
==============================================================================
--- head/lang/perl5.14/pkg-plist	Sun Jun 15 12:33:34 2014	(r357874)
+++ head/lang/perl5.14/pkg-plist	Sun Jun 15 12:40:42 2014	(r357875)
@@ -3254,12 +3254,12 @@ man/man1/xsubpp.1.gz
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
 @exec install -d %D/lib/perl5/%%PERL_VER%%/man/man3
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrm lib/perl5/%%PERL_VER%%/overload
 @dirrm %%MAN3%%
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/pod

Modified: head/lang/perl5.16/pkg-plist
==============================================================================
--- head/lang/perl5.16/pkg-plist	Sun Jun 15 12:33:34 2014	(r357874)
+++ head/lang/perl5.16/pkg-plist	Sun Jun 15 12:40:42 2014	(r357875)
@@ -3110,12 +3110,12 @@ man/man1/zipdetails.1.gz
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
 @exec install -d %D/lib/perl5/%%PERL_VER%%/man/man3
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrm lib/perl5/%%PERL_VER%%/overload
 @dirrm %%MAN3%%
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/pod

Modified: head/lang/perl5.18/pkg-plist
==============================================================================
--- head/lang/perl5.18/pkg-plist	Sun Jun 15 12:33:34 2014	(r357874)
+++ head/lang/perl5.18/pkg-plist	Sun Jun 15 12:40:42 2014	(r357875)
@@ -3136,12 +3136,12 @@ man/man1/zipdetails.1.gz
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
 @exec install -d %D/lib/perl5/%%PERL_VER%%/man/man3
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrm lib/perl5/%%PERL_VER%%/overload
 @dirrm %%MAN3%%
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/pod

Modified: head/lang/perl5.20/pkg-plist
==============================================================================
--- head/lang/perl5.20/pkg-plist	Sun Jun 15 12:33:34 2014	(r357874)
+++ head/lang/perl5.20/pkg-plist	Sun Jun 15 12:40:42 2014	(r357875)
@@ -2483,12 +2483,12 @@ man/man1/zipdetails.1.gz
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
 @exec install -d %D/lib/perl5/%%PERL_VER%%/man/man3
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrm lib/perl5/%%PERL_VER%%/overload
 @dirrm %%MAN3%%
 @unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
- at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+ at exec makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/pod


More information about the svn-ports-head mailing list