From andy@CRWdog.demon.co.uk  Wed Jun  5 21:08:59 2002
Return-Path: <andy@CRWdog.demon.co.uk>
Received: from CRWdog.demon.co.uk (p69-199.acedsl.com [66.114.69.199])
	by hub.freebsd.org (Postfix) with ESMTP
	id A430437B405; Wed,  5 Jun 2002 21:08:58 -0700 (PDT)
Received: by CRWdog.demon.co.uk (Postfix, from userid 1001)
	id 2E8ED3E4A; Thu,  6 Jun 2002 00:08:57 -0400 (EDT)
Message-Id: <20020606040857.2E8ED3E4A@CRWdog.demon.co.uk>
Date: Thu,  6 Jun 2002 00:08:57 -0400 (EDT)
From: Andy Sparrow <spadger@best.com>
Reply-To: Andy Sparrow <spadger@best.com>
To: FreeBSD-gnats-submit@freebsd.org, gnome@freebsd.org
Cc:
Subject: gnome-print port is borken.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38939
>Category:       ports
>Synopsis:       gnome-print port is borken.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 05 21:10:01 PDT 2002
>Closed-Date:    Thu Jun 06 02:35:25 PDT 2002
>Last-Modified:  Thu Jun 06 02:35:25 PDT 2002
>Originator:     Andy Sparrow
>Release:        FreeBSD 4.6-RC i386
>Organization:
none
>Environment:
System: FreeBSD omni.geek4food.org 4.6-RC FreeBSD 4.6-RC #82: Sat May 18 22:10:48 EDT 2002 root@omni.geek4food.org:/usr/src/sys/compile/tureg i386

>Description:

	Makefile doesn't specify USE_BZIP2, yet distinfo references a .bz2 file.

>How-To-Repeat:

	cvsup, portupgrade -R '*'

>Fix:

diff -ruN gnomeprint/Makefile.orig gnomeprint/Makefile
--- gnomeprint/Makefile.orig    Wed Jun  5 21:37:49 2002
+++ gnomeprint/Makefile Wed Jun  5 22:01:42 2002
@@ -2,7 +2,7 @@
 # Date created:                                15 Jan 1999
 # Whom:                                        Vanilla I. Shu <vanilla@FreeBSD.org>
 #
-# $FreeBSD: ports/print/gnomeprint/Makefile,v 1.44 2002/06/05 20:15:52 marcus Exp $
+# $FreeBSD: ports/print/gnomeprint/Makefile,v 1.45 2002/06/06 00:24:35 marcus Exp $
 #
 
 PORTNAME=      gnomeprint
@@ -11,6 +11,7 @@
 MASTER_SITES=  ${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=    stable/sources/gnome-print
 DISTNAME=      gnome-print-${PORTVERSION}
+DIST_SUBDIR=    gnome
 
 MAINTAINER=    gnome@FreeBSD.org
 
@@ -20,6 +21,7 @@
 
 PLIST_SUB=     VERSION=${PORTVERSION}
 
+USE_BZIP2=     yes
 USE_X_PREFIX=  yes
 USE_GMAKE=     yes
 USE_PERL5=     yes


>Release-Note:
>Audit-Trail:

From: Andy Sparrow <spadger@best.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/38939: gnome-print port is borken. 
Date: Thu, 06 Jun 2002 00:29:17 -0400

 Ah, OK. Nevermind, I see ya got it. Please close.
 
 AS
 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Thu Jun 6 02:35:10 PDT 2002 
State-Changed-Why:  
This has already been resolved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38939 
>Unformatted:
 >> gnome-print-0.36.tar.gz is not in /usr/ports/print/gnomeprint/distinfo.
 >> Either /usr/ports/print/gnomeprint/distinfo is out of date, or
 >> gnome-print-0.36.tar.gz is spelled incorrectly.
 *** Error code 1
 
 	Makefile doesn't specify DIST_SUBDIR, which prevents the
 	MD5 check from working.
 
 >> No checksum recorded for gnome-print-0.36.tar.bz2.
 Make sure the Makefile and distinfo file (/usr/ports/print/gnomeprint/distinfo)
 are up to date.  If you are absolutely sure you want to override this
 check, type "make NO_CHECKSUM=yes [other args]".
 *** Error code 1
 
 
