From ijliao@Terry.Dorm8.NCTU.edu.tw  Wed Jan 10 19:59:12 2001
Return-Path: <ijliao@Terry.Dorm8.NCTU.edu.tw>
Received: from Terry.Dorm8.NCTU.edu.tw (Terry.Dorm8.NCTU.edu.tw [140.113.93.99])
	by hub.freebsd.org (Postfix) with ESMTP id 0CA8437B404
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jan 2001 19:55:59 -0800 (PST)
Received: (from ijliao@localhost)
	by Terry.Dorm8.NCTU.edu.tw (8.11.1/8.11.1) id f0B3ulD04455;
	Thu, 11 Jan 2001 11:56:47 +0800 (CST)
	(envelope-from ijliao)
Message-Id: <200101110356.f0B3ulD04455@Terry.Dorm8.NCTU.edu.tw>
Date: Thu, 11 Jan 2001 11:56:47 +0800 (CST)
From: Ying-Chieh Liao <ijliao@terry.dragon2.net>
Reply-To: ijliao@terry.dragon2.net
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: fix : devel/p5-IO-stringy build error on fenner
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         24241
>Category:       ports
>Synopsis:       fix : devel/p5-IO-stringy build error on fenner
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 20:00:01 PST 2001
>Closed-Date:    Thu Jan 11 16:14:51 PST 2001
>Last-Modified:  Thu Jan 11 16:15:43 PST 2001
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NCTU CSIE
>Environment:
System: FreeBSD Terry.Dorm8.NCTU.edu.tw 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jan 11 07:55:18 CST 2001 root@Terry.Dorm8.NCTU.edu.tw:/usr/obj/usr/src/sys/TERRY i386


	
>Description:

add a dirrm in plist

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/devel/p5-IO-stringy/Makefile p5-IO-stringy/Makefile
--- /usr/ports/devel/p5-IO-stringy/Makefile	Sat Dec  2 01:18:00 2000
+++ p5-IO-stringy/Makefile	Thu Jan 11 11:51:43 2001
@@ -15,14 +15,12 @@
 MAINTAINER=	ijliao@csie.nctu.edu.tw
 
 USE_PERL5=	YES
+PERL_CONFIGURE=	yes
 
 MAN3=		IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \
 		IO::ScalarArray.3 IO::Stringy.3 \
 		IO::Wrap.3 IO::WrapTie.3
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-
-do-configure:
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/devel/p5-IO-stringy/pkg-plist p5-IO-stringy/pkg-plist
--- /usr/ports/devel/p5-IO-stringy/pkg-plist	Sat Jun 10 04:43:42 2000
+++ p5-IO-stringy/pkg-plist	Thu Jan 11 11:48:57 2001
@@ -8,3 +8,4 @@
 lib/perl5/site_perl/%%PERL_VER%%/IO/WrapTie.pm
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO-stringy/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO-stringy
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/IO

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Thu Jan 11 16:14:51 PST 2001 
State-Changed-Why:  
Committed with using "@unexec rmdir" instead of "@dirrm".  Thanks! 

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