Don't double quote IGNORE string. (was: Re: cvs commit: ports/devel/whups Makefile)

Ion-Mihai Tetcu itetcu at apropo.ro
Fri Mar 19 01:47:26 PST 2004


On Tue, 17 Feb 2004 19:50:35 -0800 (PST)
Kris Kennaway <kris at FreeBSD.org> wrote:

> kris        2004/02/17 19:50:35 PST
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     devel/whups          Makefile 
>   Log:
>   Change BROKEN to IGNORE since the package still builds (but does not work)

Please don't double quote the IGNORE if it contains a single quote.
IGNORE=         "Doesn't run with Horde 2.1 or 2.2"
should be 
IGNORE=         Doesn't run with Horde 2.1 or 2.2

else:

itetcu at it> /usr/ports/devel/whups [11:40:08] 0
 # make fetch
Syntax error: Unterminated quoted string
*** Error code 2

Stop in /usr/ports/devel/whups.

itetcu at it> /usr/ports/devel/whups [11:45:07] 1
 # ident Makefile
Makefile:
     $FreeBSD: ports/devel/whups/Makefile,v 1.7 2004/02/18 03:50:35 kris Exp $


Thanks.

P.S. I've sent you a private email yesterday, did you get it ?

-- 
IOnut
Unregistered ;) FreeBSD user



More information about the cvs-ports mailing list