Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2004 11:49:34 +0200
From:      Ion-Mihai Tetcu <itetcu@apropo.ro>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org
Subject:   Don't double quote IGNORE string. (was: Re: cvs commit: ports/devel/whups Makefile)
Message-ID:  <20040319114934.3a717912@it.buh.cameradicommercio.ro>
In-Reply-To: <200402180350.i1I3oZtv045855@repoman.freebsd.org>
References:  <200402180350.i1I3oZtv045855@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Feb 2004 19:50:35 -0800 (PST)
Kris Kennaway <kris@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@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@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



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