Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 12:40:43 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357875 - in head/lang: perl5.14 perl5.16 perl5.18 perl5.20
Message-ID:  <201406151240.s5FCehcr021852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+@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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+@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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+@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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+@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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+@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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+@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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
+@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
-@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
+@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151240.s5FCehcr021852>