Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2006 17:42:17 +0200
From:      "Alex Kiesel" <alex@kiesel.name>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/95203: Mark devel/pecl-svn broken on 4x
Message-ID:  <1143906137.54918@boost.home.ahk>
Resent-Message-ID: <200604011550.k31FoI1P046510@freefall.freebsd.org>

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

>Number:         95203
>Category:       ports
>Synopsis:       Mark devel/pecl-svn broken on 4x
>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:   Sat Apr 01 15:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kiesel
>Release:        FreeBSD 6.0-RELEASE-p6 i386
>Organization:
>Environment:


System: FreeBSD 6.0-RELEASE-p6 #1: Sun Mar 26 12:48:17 CEST 2006
    root@boost.home.ahk:/usr/obj/usr/src/sys/BOOST



>Description:


The FreeBSD build cluster has reported failure to build the port on 4.x; To remove the
error message, mark the port broken on 4.x


>How-To-Repeat:


Build on 4.x


>Fix:


--- pecl-svn.patch begins here ---
--- Makefile.orig	Sat Apr  1 17:33:18 2006
+++ Makefile	Sat Apr  1 17:34:01 2006
@@ -22,4 +22,10 @@
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=         "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>
--- pecl-svn.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?1143906137.54918>