ports/75880: [maintainer-update] www/wml (unbreak)

Christian Lackas delta at lackas.net
Thu Jan 6 13:01:00 UTC 2005


>Number:         75880
>Category:       ports
>Synopsis:       [maintainer-update] www/wml (unbreak)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 06 13:00:54 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Christian Lackas
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
Delta Consulting
>Environment:
System: FreeBSD zel726.zel.kfa-juelich.de 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #27: Tue Jan 4 23:39:45 CET 2005 root at zel726.zel.kfa-juelich.de:/usr/obj/usr/src/sys/KERNEL.ZEL726 i386


>Description:

	Port seems to be broken for Perl older than 5.6.

>How-To-Repeat:

>Fix:

	Apply patch provided by Thierry Thomas:


diff -urN www/wml.orig/Makefile www/wml/Makefile
--- www/wml.orig/Makefile       Sun Dec 12 13:53:56 2004
+++ www/wml/Makefile    Thu Dec 23 14:18:30 2004
@@ -17,8 +17,6 @@

 LIB_DEPENDS=   png.5:${PORTSDIR}/graphics/png

-BROKEN=                Does not compile
-
 USE_PERL5=     yes
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --with-perl=${PERL5}
@@ -64,6 +62,10 @@

 .if ${ARCH} == "amd64"
 BROKEN=                "Build fails on amd64 (needs to build shared libraries with -fPIC)"
+.endif
+
+.if ${PERL_LEVEL} < 500600
+BROKEN=                "Does not compile with perl ${PERL_VERSION}"
 .endif

 #   catpages are usually not installed, so they are not compressed.


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



More information about the freebsd-ports-bugs mailing list