ports/108597: [PATCH] www/p5-ClearSilver doesn't build on 4.x + update to new version

Rink Springer rink at FreeBSD.org
Wed Jan 31 12:30:36 UTC 2007


>Number:         108597
>Category:       ports
>Synopsis:       [PATCH] www/p5-ClearSilver doesn't build on 4.x + update to new version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 31 12:30:35 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Rink Springer
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD thunderstone.rink.nu 6.2-STABLE FreeBSD 6.2-STABLE #4: Mon Jan 22 12:35:15 CET 2007 rink at thunderstone.rink.nu:/usr/obj/usr/src/sys/THUNDERSTONE i386

>Description:
	This port does not build with Perl < 5.6.0, which is shipped with FreeBSD 4.x, and will complain with
	an odd error. Patch provided by tobez@

	While I'm here, update to the most recent version as well (containing minor changes)
	
>How-To-Repeat:
	Try to build on FreeBSD 4.x and wonder what the error message means.
>Fix:

diff -rubB /usr/ports/www/p5-ClearSilver/Makefile p5-ClearSilver/Makefile
--- /usr/ports/www/p5-ClearSilver/Makefile	Fri Jun 30 08:01:33 2006
+++ p5-ClearSilver/Makefile	Wed Jan 31 12:42:15 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ClearSilver
-PORTVERSION=	0.10.3
+PORTVERSION=	0.10.4
 CATEGORIES=	www perl5
 MASTER_SITES=	http://www.clearsilver.net/downloads/
 PKGNAMEPREFIX=	p5-
@@ -23,4 +23,8 @@
 
 MAN3=		ClearSilver.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500600
+IGNORE=         Requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+.include <bsd.port.post.mk>
diff -rubB /usr/ports/www/p5-ClearSilver/distinfo p5-ClearSilver/distinfo
--- /usr/ports/www/p5-ClearSilver/distinfo	Fri Jun 30 08:01:33 2006
+++ p5-ClearSilver/distinfo	Wed Jan 31 12:42:55 2007
@@ -1,3 +1,3 @@
-MD5 (clearsilver-0.10.3.tar.gz) = ff4104b0e58bca1b61d528edbd902769
-SHA256 (clearsilver-0.10.3.tar.gz) = 71d8c6459a4be1912dbc445e2e9d46303be6623cea51563c21abe39c8b5b0bd2
-SIZE (clearsilver-0.10.3.tar.gz) = 592708
+MD5 (clearsilver-0.10.4.tar.gz) = 9523df7ef17e41a01dbae5032a3e450b
+SHA256 (clearsilver-0.10.4.tar.gz) = 7d8e4addb3478fcaaec62ac874e022502d6f93b899b10b14394170ac443eb42b
+SIZE (clearsilver-0.10.4.tar.gz) = 655730

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



More information about the freebsd-ports-bugs mailing list