Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 19:32:31 -0400 (EDT)
From:      Rod Taylor <ports@rbt.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70282: [MAINTAINER-UPDATE] www/bricolage - Small fix for perl 5.8.5
Message-ID:  <200408102332.i7ANWVM7087872@home.rbt.ca>
Resent-Message-ID: <200408102340.i7ANePkF090083@freefall.freebsd.org>

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

>Number:         70282
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] www/bricolage - Small fix for perl 5.8.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 10 23:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD home 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sun Feb 29 13:14:24 EST 2004 root@home:/usr/obj/usr/src/sys/HOME i386


	
>Description:
	Perl now includes p5-File-Temp, so Bricolage should not depend on the old port.

	Since Bricolage only works with perls 5.8 and later, it has simply been eliminated
	as a dependency rather than wrapping in a version requirement.

	
>How-To-Repeat:
	
>Fix:

	

--- bricolage.patch begins here ---
diff -ruN bricolage.old/Makefile bricolage/Makefile
--- bricolage.old/Makefile	Wed Jul 21 16:57:32 2004
+++ bricolage/Makefile	Tue Aug 10 19:29:16 2004
@@ -22,7 +22,6 @@
 		${SITE_PERL}/${PERL_ARCH}/Cache/Mmap.pm:${PORTSDIR}/devel/p5-Cache-Mmap \
 		${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
 		${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
-		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
 		${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
 		${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext \
 		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
--- bricolage.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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