Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2001 11:56:47 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@terry.dragon2.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24241: fix : devel/p5-IO-stringy build error on fenner
Message-ID:  <200101110356.f0B3ulD04455@Terry.Dorm8.NCTU.edu.tw>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 20:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>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?200101110356.f0B3ulD04455>