From cperciva@hexahedron.daemonology.net  Tue Oct 26 19:12:06 2004
Return-Path: <cperciva@hexahedron.daemonology.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9E25416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Oct 2004 19:12:06 +0000 (GMT)
Received: from tx5.mail.ox.ac.uk (tx5.mail.ox.ac.uk [163.1.2.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 02F3443D41
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Oct 2004 19:12:06 +0000 (GMT)
	(envelope-from cperciva@hexahedron.daemonology.net)
Received: from scan5.mail.ox.ac.uk ([163.1.2.177] helo=localhost)
	by tx5.mail.ox.ac.uk with esmtp (Exim 4.42)
	id 1CMWjk-00079y-IK
	for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Oct 2004 20:12:04 +0100
Received: from rx5.mail.ox.ac.uk ([163.1.2.168])
 by localhost (scan5.mail.ox.ac.uk [163.1.2.177]) (amavisd-new, port 25)
 with ESMTP id 27324-02 for <FreeBSD-gnats-submit@freebsd.org>;
 Tue, 26 Oct 2004 20:12:04 +0100 (BST)
Received: from gateway.wadham.ox.ac.uk ([163.1.161.253])
	by rx5.mail.ox.ac.uk with smtp (Exim 4.42)
	id 1CMWjk-00079v-HS
	for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Oct 2004 20:12:04 +0100
Received: (qmail 29574 invoked by uid 1004); 26 Oct 2004 19:12:04 -0000
Received: from cperciva@hexahedron.daemonology.net by gateway by uid 71 with qmail-scanner-1.20 
 (clamscan: 0.67. sweep: 2.18/3.79.  Clear:RC:1(163.1.161.203):. 
 Processed in 0.512421 secs); 26 Oct 2004 19:12:04 -0000
Received: from dhcp1203.wadham.ox.ac.uk (HELO hexahedron.daemonology.net) (163.1.161.203)
  by gateway.wadham.ox.ac.uk with SMTP; 26 Oct 2004 19:12:03 -0000
Received: (qmail 5544 invoked by uid 1001); 26 Oct 2004 19:11:43 -0000
Message-Id: <20041026191143.5543.qmail@hexahedron.daemonology.net>
Date: 26 Oct 2004 19:11:43 -0000
From: Colin Percival <cperciva@daemonology.net>
Reply-To: Colin Percival <cperciva@daemonology.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE] sysutils/est 0.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73175
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] sysutils/est 0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 26 19:20:14 GMT 2004
>Closed-Date:    Tue Oct 26 22:34:39 GMT 2004
>Last-Modified:  Tue Oct 26 22:34:39 GMT 2004
>Originator:     Colin Percival
>Release:        FreeBSD 5.2.1-SECURITY i386
>Organization:
>Environment:
System: FreeBSD hexahedron.daemonology.net 5.2.1-SECURITY FreeBSD 5.2.1-SECURITY #0: Tue Sep 28 17:27:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
>How-To-Repeat:
>Fix:

Update sysutils/est to version 0.7.

This is largely a code cleanup, but it also improves the cpu 
identification routine, refuses to change frequencies if the TSC is 
being used as a timecounter, and fixes the build on 6.x.

In addition to the following patch, please remove files/est.c.diff.fsd4,
since it has been merged into the main source code.

--- est.diff begins here ---
Index: ports/sysutils/est/Makefile
===================================================================
RCS file: /usr/cvsroot//ports/sysutils/est/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- ports/sysutils/est/Makefile	2 Sep 2004 04:14:21 -0000	1.2
+++ ports/sysutils/est/Makefile	26 Oct 2004 11:14:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	est
-PORTVERSION=	0.6
+PORTVERSION=	0.7
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.daemonology.net/freebsd-est/
 
@@ -23,12 +23,6 @@ RC_SCRIPTS_SUB=	PREFIX=${PREFIX} RC_SUBR
 PLIST_FILES=	modules/est.ko			\
 		etc/rc.d/est.sh
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500023
-EXTRA_PATCHES=	${FILESDIR}/est.c.diff.fbsd4
-.endif
-
 post-extract:
 	${SED}	${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/}	\
 		${FILESDIR}/est.sh > ${WRKDIR}/est.sh
@@ -40,4 +34,4 @@ post-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/est.sh ${PREFIX}/etc/rc.d/est.sh
 	${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: ports/sysutils/est/distinfo
===================================================================
RCS file: /usr/cvsroot//ports/sysutils/est/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- ports/sysutils/est/distinfo	2 Sep 2004 04:14:21 -0000	1.2
+++ ports/sysutils/est/distinfo	26 Oct 2004 19:07:29 -0000
@@ -1,2 +1,2 @@
-MD5 (est-0.6.tar.gz) = 57cf42fa9d1bf213a25c70e3cf5a2e08
-SIZE (est-0.6.tar.gz) = 3891
+MD5 (est-0.7.tar.gz) = c521263d21d9eae14defdff3a95fa255
+SIZE (est-0.7.tar.gz) = 5031
--- est.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Oct 26 22:34:32 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73175 
>Unformatted:
