From pfeifer@dbai.tuwien.ac.at  Mon Sep 24 06:03:45 2001
Return-Path: <pfeifer@dbai.tuwien.ac.at>
Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12])
	by hub.freebsd.org (Postfix) with ESMTP id 2F0E837B415
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 Sep 2001 06:03:44 -0700 (PDT)
Received: from naos.dbai.tuwien.ac.at (naos [128.130.111.28])
	by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f8OD3ef28404;
	Mon, 24 Sep 2001 15:03:41 +0200 (MET DST)
Received: (from pfeifer@localhost)
	by naos.dbai.tuwien.ac.at (8.11.6/8.11.6) id f8OD3ck56812;
	Mon, 24 Sep 2001 15:03:38 +0200 (CEST)
	(envelope-from pfeifer)
Message-Id: <200109241303.f8OD3ck56812@naos.dbai.tuwien.ac.at>
Date: Mon, 24 Sep 2001 15:03:38 +0200 (CEST)
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Reply-To: admin@dbai.tuwien.ac.at
To: FreeBSD-gnats-submit@freebsd.org
Subject: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE, not up-to-date
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30786
>Category:       ports
>Synopsis:       LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE, not up-to-date
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 24 06:10:00 PDT 2001
>Closed-Date:    Wed Oct 17 12:14:37 PDT 2001
>Last-Modified:  Wed Oct 17 12:15:06 PDT 2001
>Originator:     Gerald Pfeifer
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD naos.dbai.tuwien.ac.at 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Wed Sep 19 15:28:54 CEST 2001 root@naos.dbai.tuwien.ac.at:/usr/src/sys/compile/GERALD i386


>Description:

	1. We noticed that FreeBSD-4.4-RELEASE doesn't come with a LPRng
	   package; probably because...

	2. When we just downloaded LPRng-3.7.5.tgz from
	   ftp://ftp.lprng.com/pub/LPRng/LPRng/ we got a checksum mismatch:

		naos[259]:/sw/FreeBSD/ports/sysutils/LPRng% make checksum
		>> Checksum mismatch for LPRng-3.7.5.tgz.

	3. Finally, the port is not up to date. The most current version of
	   LPRng is 3.7.7.

>How-To-Repeat:

	cd ports/sysutils/LPRng ; make checksum

>Fix:

	Update the port to 3.7.7 and verify that the checksum is updated as
	well.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->lioux 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Thu Sep 27 06:32:25 PDT 2001 
Responsible-Changed-Why:  
I'm working with maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30786 

From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: <gnats-admin@freebsd.org>, <freebsd-ports@freebsd.org>,
	<desmo@bandwidth.org>
Cc: <admin@dbai.tuwien.ac.at>
Subject: Re: ports/30786: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE,
 not up-to-date
Date: Thu, 27 Sep 2001 13:35:22 +0200 (CEST)

 The patch below fixes all of the problems mentioned in the PR and updates
 the sysutils/LPRng port from 3.7.5 to 3.7.6.
 
 Given that the port is currently broken and has been for a while,
 this should go in ASAP (and files/patch-aj removed) without waiting
 for maintainer approval.
 
 Gerald
 
 Index: Makefile
 ===================================================================
 RCS file: /sw/FreeBSD/CVSUP/ports/sysutils/LPRng/Makefile,v
 retrieving revision 1.18
 diff -u -3 -p -r1.18 Makefile
 --- Makefile	2001/07/30 18:18:38	1.18
 +++ Makefile	2001/09/27 09:08:21
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=	LPRng
 -PORTVERSION=	3.7.5
 +PORTVERSION=	3.7.6
  CATEGORIES=	sysutils print
  MASTER_SITES=	ftp://ftp.lprng.com/pub/%SUBDIR%/ \
  		ftp://ftp.astart.com/pub/%SUBDIR%/ \
 @@ -40,7 +40,10 @@ MANCOMPRESSED=	yes
 
  post-install:
  	${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR}
 -	${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/* ${DOCSDIR}
 +	${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/CHANGES ${DOCSDIR}
 +	${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/LPRng-HOWTO.* ${DOCSDIR}
 +	${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/*.jpg ${DOCSDIR}
 +	${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 0444 ${WRKSRC}/HOWTO/LISA98.ppt ${DOCSDIR}
  	@${CAT} ${PKGMESSAGE} | ${SED} -e "s|@@PREFIX@@|${PREFIX}|g"
 
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /sw/FreeBSD/CVSUP/ports/sysutils/LPRng/distinfo,v
 retrieving revision 1.9
 diff -u -3 -p -r1.9 distinfo
 --- distinfo	2001/07/30 18:18:38	1.9
 +++ distinfo	2001/09/27 08:33:04
 @@ -1 +1 @@
 -MD5 (LPRng-3.7.5.tgz) = 422f7d67fabecee21d3426b440ede039
 +MD5 (LPRng-3.7.6.tgz) = 5dbc702b4052f754bfdb310d873de4f2
 Index: pkg-plist
 ===================================================================
 RCS file: /sw/FreeBSD/CVSUP/ports/sysutils/LPRng/pkg-plist,v
 retrieving revision 1.11
 diff -u -3 -p -r1.11 pkg-plist
 --- pkg-plist	2001/07/30 18:18:38	1.11
 +++ pkg-plist	2001/09/27 09:12:30
 @@ -9,7 +9,6 @@ etc/lpd.conf.sample
  @unexec if [ -f %D/etc/lpd.perms ]; then cmp -s %D/etc/lpd.perms.sample %D/etc/lpd.perms && rm -f %D/etc/lpd.perms || echo "If you are permanently removing this port, you should do a ``rm ${PKG_PREFIX}/etc/lpd.perms`` to remove config files left." | fmt ; fi
  etc/lpd.perms.sample
  etc/lprng.sh
 -etc/printcap.sample
  etc/rc.d/lprng.sh
  libexec/filters/lpbanner
  libexec/filters/lpf
 @@ -28,18 +27,5 @@ share/doc/LPRng/LPRng-HOWTO.sgml
  share/doc/LPRng/LPRng.jpg
  share/doc/LPRng/LPRngT-L.jpg
  share/doc/LPRng/LPRngT-S.jpg
 -share/doc/LPRng/Makefile
 -share/doc/LPRng/Makefile.in
 -share/doc/LPRng/REDIRECT.LPRng.html
 -share/doc/LPRng/collateindex.pl
 -share/doc/LPRng/dict
 -share/doc/LPRng/genindex.sgml
 -share/doc/LPRng/license.enc
 -share/doc/LPRng/license.txt
 -share/doc/LPRng/rfc1179.txt
 -share/doc/LPRng/updateheader
 -share/doc/LPRng/updatesgmlmirrors
 -share/doc/LPRng/updateversion
 -share/doc/LPRng/y2k.txt
  @dirrm libexec/filters
  @dirrm share/doc/LPRng
 
 
 

From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: <gnats-admin@freebsd.org>, <freebsd-ports@freebsd.org>,
	<desmo@bandwidth.org>
Cc: <admin@dbai.tuwien.ac.at>
Subject: Re: ports/30786: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE,
 not up-to-date
Date: Tue, 2 Oct 2001 13:36:17 +0200 (CEST)

 Ping.
 
 On Thu, 27 Sep 2001, Gerald Pfeifer wrote:
 > The patch below fixes all of the problems mentioned in the PR and updates
 > the sysutils/LPRng port from 3.7.5 to 3.7.6.
 >
 > Given that the port is currently broken and has been for a while,
 > this should go in ASAP (and files/patch-aj removed) without waiting
 > for maintainer approval.
 
 This port has been broken since before 4.4-RELEASE (and thus the release
 lacks the corresponding package).  There are two high priority PRs filed,
 but the maintainer of that port hasn't reacted in any way.
 
 Could someone *please* install my fix (which is part of ports/30786)?
 
 Gerald
 
 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Thu Oct 11 12:01:14 PDT 2001 
State-Changed-Why:  
Superseded by PR 30927 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30786 
State-Changed-From-To: closed->open 
State-Changed-By: lioux 
State-Changed-When: Wed Oct 17 11:41:03 PDT 2001 
State-Changed-Why:  
Reopened for committing a in-between solution while PR 30927 matures 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30786 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Wed Oct 17 12:14:37 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30786 
>Unformatted:
