Date: 26 Oct 2004 19:11:43 -0000 From: Colin Percival <cperciva@daemonology.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/73175: [MAINTAINER UPDATE] sysutils/est 0.7 Message-ID: <20041026191143.5543.qmail@hexahedron.daemonology.net> Resent-Message-ID: <200410261920.i9QJKEp7091635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73175 >Category: ports >Synopsis: [MAINTAINER UPDATE] sysutils/est 0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 19:20:14 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041026191143.5543.qmail>