Date: Thu, 6 Jun 2002 00:08:57 -0400 (EDT) From: Andy Sparrow <spadger@best.com> To: FreeBSD-gnats-submit@freebsd.org, gnome@freebsd.org Subject: gnome-print port is borken. Message-ID: <20020606040857.2E8ED3E4A@CRWdog.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Andy Sparrow >Organization: none >Confidential: no >Synopsis: gnome-print port is borken. >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.6-RC i386 >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. >> 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 >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020606040857.2E8ED3E4A>