From dan@xeon.unixathome.org  Sat Jan 22 15:25:13 2005
Return-Path: <dan@xeon.unixathome.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0E0CE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Jan 2005 15:25:13 +0000 (GMT)
Received: from xeon.unixathome.org (bast.unixathome.org [66.11.174.150])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CE5E543D53
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Jan 2005 15:25:12 +0000 (GMT)
	(envelope-from dan@xeon.unixathome.org)
Received: by xeon.unixathome.org (Postfix, from userid 1000)
	id 1F7F33E64; Sat, 22 Jan 2005 10:25:12 -0500 (EST)
Message-Id: <20050122152512.1F7F33E64@xeon.unixathome.org>
Date: Sat, 22 Jan 2005 10:25:12 -0500 (EST)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dan@langille.org, antonio@php.net
Subject: [PATCH] remove trailing CONTROL-M's from installed file
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76573
>Category:       ports
>Synopsis:       [PATCH] remove trailing CONTROL-M's from installed file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 22 15:30:25 GMT 2005
>Closed-Date:    Mon Jan 24 12:42:26 GMT 2005
>Last-Modified:  Mon Jan 24 12:42:26 GMT 2005
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.example.org:/usr/obj/usr/src/sys/XEON i386


	
>Description:
	
	share/pear/HTML/Page2.php contains CONTROL M's.
	this makes it very difficult to read
>How-To-Repeat:
	
	install the port, view the file
>Fix:

	

--- diff.patch begins here ---
diff -ruN /usr/ports/devel/pear-HTML_Page2/Makefile pear-HTML_Page2/Makefile
--- /usr/ports/devel/pear-HTML_Page2/Makefile	Fri Jan 21 06:34:59 2005
+++ pear-HTML_Page2/Makefile	Sat Jan 22 10:16:21 2005
@@ -20,6 +20,13 @@
 FILES=		Page2.php Page2/Doctypes.php Page2/Namespaces.php
 EXAMPLES=	Page2_NoDoctype.php Page2_Simple.php Page2_Complex.php
 
+USE_REINPLACE=	yes
+
+post-patch:
+	${REINPLACE_CMD} -e "s#
##g" ${WRKSRC}/Page2.php
+
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
 .include <bsd.port.post.mk>
+
+
--- diff.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Mon Jan 24 00:06:17 GMT 2005 
State-Changed-Why:  
Asked maintainer for approval. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Mon Jan 24 00:06:17 GMT 2005 
Responsible-Changed-Why:  
Handle. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76573 

From: Pav Lucistnik <pav@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, antonio@php.net
Cc:  
Subject: Re: ports/76573: [PATCH] remove trailing CONTROL-M's from
	installed file
Date: Mon, 24 Jan 2005 01:06:10 +0100

 Dear maintainer of FreeBSD port devel/pear-HTML_Page2, please take a
 look at 
 
 http://www.freebsd.org/cgi/query-pr.cgi?q=76573
 
 Do you approve or reject this patch?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 Orfax's hip flask contained Old Janx Spirit, a mixture of potions of
 stupidity, paralysis, naivery, ruination, lose memories, confusion,
 and slime mold juice, with a twist of lemon.
     - from a post on Angband Community Forum

From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= <antonio@php.net>
To: pav@FreeBSD.org
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/76573: [PATCH] remove trailing CONTROL-M's from	installed
 file
Date: Mon, 24 Jan 2005 08:51:27 -0200

 Pav,
 
 Pav Lucistnik wrote:
 > Dear maintainer of FreeBSD port devel/pear-HTML_Page2, please take a
 > look at 
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?q=76573
 > 
 > Do you approve or reject this patch?
 
 	I approve it.
 
 -- 
 Ate'
 
 Antonio
 echo antonio php net | sed 's/ /@/;s/ /./g'
 FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073
 "Can't buy what I want because its FREE!" - Pearl Jam
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Mon Jan 24 12:42:17 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76573 
>Unformatted:
