Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2003 05:40:16 -0700 (PDT)
From:      toha@toha.org.ua
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55368: port lang/cli illegaly marked as BROKEN, successfuly compiles on RELENG_4/i386
Message-ID:  <200308121240.h7CCeGAm047990@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/55368; it has been noted by GNATS.

From: toha@toha.org.ua
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/55368: port lang/cli illegaly marked as BROKEN, successfuly compiles on RELENG_4/i386
Date: Tue, 12 Aug 2003 15:32:50 +0300 (EEST)

 patch:
 
 diff -ruN cli.bak/Makefile cli/Makefile
 --- cli.bak/Makefile	Tue Aug 12 15:22:56 2003
 +++ cli/Makefile	Tue Aug 12 15:27:19 2003
 @@ -2,7 +2,7 @@
  # Date Created:				28 March 2002
  # Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
  #
 -# : ports/lang/cli/Makefile,v 1.16 2003/08/08 04:40:42 kris Exp $
 +# : ports/lang/cli/Makefile,v 1.15 2003/07/31 10:55:31 kris Exp $
  #
  
  PORTNAME=	cli
 @@ -20,7 +20,9 @@
  RESTRICTED=	"license terms need to be reviewed"
  ONLY_FOR_ARCHS=	i386
  
 -BROKEN=		"Does not compile"
 +.if  >= 500000
 +IGNORE=		"only for 4.x"
 +.endif
  
  USE_REINPLACE=	yes
  GNU_CONFIGURE=	yes
 



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