From owner-cvs-all@FreeBSD.ORG Thu Jan 13 18:00:24 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3DB16A4CE; Thu, 13 Jan 2005 18:00:24 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8842343D1F; Thu, 13 Jan 2005 18:00:24 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CB31A51397; Thu, 13 Jan 2005 10:00:23 -0800 (PST) Date: Thu, 13 Jan 2005 10:00:23 -0800 From: Kris Kennaway To: Dmitry Sivachenko Message-ID: <20050113180023.GA22993@xor.obsecurity.org> References: <200501130953.j0D9rmx8062578@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <200501130953.j0D9rmx8062578@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/trueprint Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 18:00:25 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 13, 2005 at 09:53:48AM +0000, Dmitry Sivachenko wrote: > demon 2005-01-13 09:53:48 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > print/trueprint Makefile=20 > Log: > Remove quotes around IGNORE message text. > =20 > Submitted by: Sam Lawrance > =20 > Revision Changes Path > 1.8 +1 -1 ports/print/trueprint/Makefile > http://cvsweb.FreeBSD.org/ports/print/trueprint/Makefile.diff?r1=3D1.7&r2= =3D1.8 > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/print/trueprint/Makefile= ,v > | retrieving revision 1.7 > | retrieving revision 1.8 > | diff -u -p -r1.7 -r1.8 > | --- ports/print/trueprint/Makefile 2004/02/04 05:08:39 1.7 > | +++ ports/print/trueprint/Makefile 2005/01/13 09:53:48 1.8 > | @@ -2,7 +2,7 @@ > | # Date created: 17 February 2000 > | # Whom: Dmitry Sivachenko > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/trueprint/Makef= ile,v 1.7 2004/02/04 05:08:39 marcus Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/trueprint/Makef= ile,v 1.8 2005/01/13 09:53:48 demon Exp $ > | # > | =20 > | PORTNAME=3D trueprint > | @@ -20,7 +20,7 @@ GNU_CONFIGURE=3D yes > | =20 > | # Doesn't configure on bento because of this > | .if !exists(/usr/bin/lpr) || !exists(/usr/bin/lp) > | -IGNORE=3D "missing /usr/bin/lp or /usr/bin/lpr (hi bento)" > | +IGNORE=3D missing /usr/bin/lp or /usr/bin/lpr (hi bento) > | .endif This is bogus anyway, because /usr/bin/lpr existing or not on pointyhat (where the decision about whether or not to build the package is made) has no effect on whether it will build in the chroot on the other machine (which has lp and lpr present anyway). Kris --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB5rc3Wry0BWjoQKURAop+AKCRUSOfBybKqMpZMjX1NHNc+bFfhwCgtoHl pKNqusEhkZ/RD1mR9rLkJeo= =eYh8 -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl--