From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 12:40:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ABF6BDB; Sun, 15 Jun 2014 12:40:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBA482674; Sun, 15 Jun 2014 12:40:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FCehdI022079; Sun, 15 Jun 2014 12:40:43 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FCehcr021852; Sun, 15 Jun 2014 12:40:43 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406151240.s5FCehcr021852@svn.freebsd.org> From: John Marino Date: Sun, 15 Jun 2014 12:40:43 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 12:40:44 -0000 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