cvs commit: ports/print/trueprint Makefile

Kris Kennaway kris at obsecurity.org
Thu Jan 13 10:00:25 PST 2005


On Thu, Jan 13, 2005 at 09:53:48AM +0000, Dmitry Sivachenko wrote:
> demon       2005-01-13 09:53:48 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     print/trueprint      Makefile 
>   Log:
>   Remove quotes around IGNORE message text.
>   
>   Submitted by:   Sam Lawrance <boris at brooknet.com.au>
>   
>   Revision  Changes    Path
>   1.8       +1 -1      ports/print/trueprint/Makefile
> http://cvsweb.FreeBSD.org/ports/print/trueprint/Makefile.diff?r1=1.7&r2=1.8
> | ===================================================================
> | 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 <dima at Chg.RU>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/trueprint/Makefile,v 1.7 2004/02/04 05:08:39 marcus Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/print/trueprint/Makefile,v 1.8 2005/01/13 09:53:48 demon Exp $
> |  #
> |  
> |  PORTNAME=	trueprint
> | @@ -20,7 +20,7 @@ GNU_CONFIGURE=	yes
> |  
> |  # Doesn't configure on bento because of this
> |  .if !exists(/usr/bin/lpr) || !exists(/usr/bin/lp)
> | -IGNORE=		"missing /usr/bin/lp or /usr/bin/lpr (hi bento)"
> | +IGNORE=		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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20050113/5eef87d2/attachment.bin


More information about the cvs-all mailing list