From nobody@FreeBSD.org Fri Sep 28 06:21:37 2007 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B00516A418 for ; Fri, 28 Sep 2007 06:21:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E884013C467 for ; Fri, 28 Sep 2007 06:21:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8S6LaCc019446 for ; Fri, 28 Sep 2007 06:21:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l8S6Laql019445; Fri, 28 Sep 2007 06:21:36 GMT (envelope-from nobody) Message-Id: <200709280621.l8S6Laql019445@www.freebsd.org> Date: Fri, 28 Sep 2007 06:21:36 GMT From: "G.V. Tjong A Hung" To: freebsd-gnats-submit@FreeBSD.org Subject: x11-fonts/p5-type1inst not patched correctly. X-Send-Pr-Version: www-3.1 X-GNATS-Notify: >Number: 116703 >Category: ports >Synopsis: x11-fonts/p5-type1inst not patched correctly. >Confidential: no >Severity: non-critical >Priority: low >Responsible: hrs >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 28 06:30:03 GMT 2007 >Closed-Date: Fri Sep 28 09:06:17 GMT 2007 >Last-Modified: Fri Sep 28 09:10:01 GMT 2007 >Originator: G.V. Tjong A Hung >Release: 6.2-STABLE >Organization: TUDelft >Environment: FreeBSD build.jail.local 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Sep 9 02:38:58 CEST 2007 root@obelix.kvz.local:/usr/obj/usr/src/sys/OBELIX i386 >Description: x11-fonts/p5-type1inst has not been patched correctly. It looks for perl in /usr/bin/perl >How-To-Repeat: install x11-fonts/p5-type1inst and run /usr/local/bin/type1inst >Fix: replace /usr/bin/perl with /usr/local/bin/perl >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 28 06:30:11 UTC 2007 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=116703 From: "Tjong-A-Hung" To: , Cc: Subject: Re: ports/116703: x11-fonts/p5-type1inst not patched correctly. Date: Fri, 28 Sep 2007 09:20:06 +0200 This is a multi-part message in MIME format. ------_=_NextPart_001_01C8019F.FD15578C Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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. # ------_=_NextPart_001_01C8019F.FD15578C Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

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.

 #

------_=_NextPart_001_01C8019F.FD15578C-- State-Changed-From-To: open->closed State-Changed-By: hrs State-Changed-When: Fri Sep 28 09:05:15 UTC 2007 State-Changed-Why: A fix has been committed. Thank you for your submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=116703 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/116703: commit references a PR Date: Fri, 28 Sep 2007 09:04:54 +0000 (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" >Unformatted: