Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 17:13:29 -0700 (PDT)
From:      David Bushong <david+ports@bushong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44125: updaet port mail/ifile from 1.0.11 to 1.1.4
Message-ID:  <200210160013.g9G0DTOO087504@firebat.bushong.net>

next in thread | raw e-mail | index | archive | help

>Number:         44125
>Category:       ports
>Synopsis:       updaet port mail/ifile from 1.0.11 to 1.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 17:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Bushong
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD firebat.bushong.net 4.6-RC FreeBSD 4.6-RC #2: Wed May 29 20:21:27 PDT 2002 dbushong@firebat.bushong.net:/stripe/obj/usr/src/sys/FIREBAT i386


	
>Description:
	diff update to mail/ifile 1.0.11 -> 1.1.4;
	had to re-add s/malloc.h/stdlib.h/ substitution (they reverted
	back to using malloc.h in this more recent version (!?))
>How-To-Repeat:
	apply diff
>Fix:

diff -ruN ifile.bak/Makefile ifile/Makefile
--- ifile.bak/Makefile	Thu Sep 19 14:30:38 2002
+++ ifile/Makefile	Tue Oct 15 17:02:16 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ifile
-PORTVERSION=	1.0.11
+PORTVERSION=	1.1.4
 CATEGORIES=	mail textproc
 MASTER_SITES=	http://www.ai.mit.edu/~jrennie/ifile/
 
@@ -15,5 +15,10 @@
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAN1=		ifile.1
+
+post-patch:
+.for file in argp-help.c strndup.c
+	@${PERL} -pi -e 's/malloc\.h/stdlib.h/g' ${WRKSRC}/argp/${file}
+.endfor
 
 .include <bsd.port.mk>
diff -ruN ifile.bak/distinfo ifile/distinfo
--- ifile.bak/distinfo	Thu Sep 12 11:42:10 2002
+++ ifile/distinfo	Tue Oct 15 16:59:15 2002
@@ -1 +1 @@
-MD5 (ifile-1.0.11.tar.gz) = 62b783da6e129682551ccf47198be4ea
+MD5 (ifile-1.1.4.tar.gz) = 05934021cb36b33c4100b31b922e8781
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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