Bug 116703

Summary: x11-fonts/p5-type1inst not patched correctly.
Product: Ports & Packages Reporter: GNATS administrator <gnats-admin>
Component: Individual Port(s)Assignee: Hiroki Sato <hrs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description GNATS administrator freebsd_committer freebsd_triage 2007-09-28 07:30:03 UTC
x11-fonts/p5-type1inst has not been patched correctly. It looks for perl in /usr/bin/perl

Fix: 

replace /usr/bin/perl with /usr/local/bin/perl
How-To-Repeat: install x11-fonts/p5-type1inst and run /usr/local/bin/type1inst
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-28 07:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer
Comment 2 G.V. Tjong A Hung 2007-09-28 08:20:06 UTC
Fix:

diff -ruN type1inst-0.6.1/type1inst type1inst-0.6.1/type1inst.new

--- type1inst-0.6.1/type1inst   2007-09-28 06:05:07.000000000 +0000

+++ type1inst-0.6.1/type1inst.new       2007-09-28 06:22:49.000000000
+0000

@@ -1,4 +1,4 @@

-#!/usr/bin/perl

+#!/usr/local/bin/perl

 #

 #  You may need to change the above path.

 #
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-28 10:04:54 UTC
hrs         2007-09-28 09:04:48 UTC

  FreeBSD ports repository

  Modified files:
    x11-fonts/p5-type1inst Makefile 
  Log:
  Replace #!/usr/bin/perl with ${PERL}.  Bump PORTREVISION.
  
  PR:     ports/116703
  
  Revision  Changes    Path
  1.20      +4 -1      ports/x11-fonts/p5-type1inst/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Hiroki Sato freebsd_committer freebsd_triage 2007-09-28 10:05:15 UTC
State Changed
From-To: open->closed

A fix has been committed.  Thank you for your submission!