Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 12:02:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309796 - in head/contrib/groff: contrib/mm src/utils/afmtodit
Message-ID:  <201612101202.uBAC2WIn029789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 10 12:02:32 2016
New Revision: 309796
URL: https://svnweb.freebsd.org/changeset/base/309796

Log:
  Perl is not available in base fix scripts depending on it to use
  the version from ports
  
  PR:		215159
  Reported by:	Anatoly Kamchatnov <akamch@gmail.com>
  MFC after:	2 days

Modified:
  head/contrib/groff/contrib/mm/mmroff.pl
  head/contrib/groff/src/utils/afmtodit/afmtodit.pl

Modified: head/contrib/groff/contrib/mm/mmroff.pl
==============================================================================
--- head/contrib/groff/contrib/mm/mmroff.pl	Sat Dec 10 11:41:26 2016	(r309795)
+++ head/contrib/groff/contrib/mm/mmroff.pl	Sat Dec 10 12:02:32 2016	(r309796)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 
 use strict;
 # runs groff in safe mode, that seems to be the default

Modified: head/contrib/groff/src/utils/afmtodit/afmtodit.pl
==============================================================================
--- head/contrib/groff/src/utils/afmtodit/afmtodit.pl	Sat Dec 10 11:41:26 2016	(r309795)
+++ head/contrib/groff/src/utils/afmtodit/afmtodit.pl	Sat Dec 10 12:02:32 2016	(r309796)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl -w
 # -*- Perl -*-
 # Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005
 # Free Software Foundation, Inc.



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