ports/70524: [PATCH] textproc/p5-XML-SimpleObject-LibXML: unbreak

Cheng-Lung Sung clsung at tw.freebsd.org
Mon Aug 16 09:30:19 UTC 2004


>Number:         70524
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-SimpleObject-LibXML: unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 16 09:30:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004
>Description:
Infact, only broken in perl 5.005

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-XML-SimpleObject-LibXML-0.59_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-SimpleObject-LibXML/Makefile /home/clsung/p5-XML-SimpleObject-LibXML/Makefile
--- /usr/ports/textproc/p5-XML-SimpleObject-LibXML/Makefile	Mon Feb 23 05:38:49 2004
+++ /home/clsung/p5-XML-SimpleObject-LibXML/Makefile	Mon Aug 16 17:19:31 2004
@@ -25,8 +25,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-BROKEN=		"Does not build"
+.if ${PERL_LEVEL} < 500601
+IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>
--- p5-XML-SimpleObject-LibXML-0.59_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list