Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 1997 05:48:13 -0700 (PDT)
From:      i.vaudrey@cableinet.co.uk
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/4294: Mtools port is out of date
Message-ID:  <199708131248.FAA15309@hub.freebsd.org>
Resent-Message-ID: <199708131250.FAA15429@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4294
>Category:       ports
>Synopsis:       Mtools port is out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 13 05:50:01 PDT 1997
>Last-Modified:
>Originator:     Ian Vaudrey
>Organization:
>Release:        2.2.2-RELEASE
>Environment:
FreeBSD mail.nemko.ltd.uk 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Tue Jun 17 15:
40:01 BST 1997     ian@mail.nemko.ltd.uk:/usr/src/sys/compile/MAIL  i386
>Description:
The Mtools port is out of date. From the author's web site:
"Mtools-3.8 has been released on July 8, 1997 and is now considered stable".

Please note that although ftp://prep.ai.mit.edu/pub/gnu/ is listed in the
documentation as a source for the mtools tarball, their copy has not been
updated for four months and so this cannot be considered to be a genuine
master site.

The supplied diffs should correct both of these points.

>How-To-Repeat:

>Fix:
diff -ruN mtools/Makefile mtools-3.8/Makefile
--- mtools/Makefile	Sun Apr 20 11:16:03 1997
+++ mtools-3.8/Makefile	Wed Aug 13 09:23:05 1997
@@ -1,14 +1,15 @@
 # New ports collection makefile for:    mtools
-# Version required:     3.6
+# Version required:     3.8
 # Date created:         5 October 1994
 # Whom:                 jmz
 #
 # $Id: Makefile,v 1.15 1997/04/20 01:28:39 jmz Exp $
 #
 
-DISTNAME=	mtools-3.6
+DISTNAME=	mtools-3.8
 CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITES=   ftp://linux.wauug.org/pub/knaff/mtools/ \
+                ftp://sunsite.unc.edu/pub/Linux/utils/disk-management/
 
 MAINTAINER=	jmz@FreeBSD.org
 
diff -ruN mtools/files/md5 mtools-3.8/files/md5
--- mtools/files/md5	Sun Apr 20 11:16:04 1997
+++ mtools-3.8/files/md5	Wed Aug 13 09:23:04 1997
@@ -1 +1 @@
-MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e
+MD5 (mtools-3.8.tar.gz) = 837176ae3ef9ba3ab0aff6833dfa60b6
diff -ruN mtools/patches/patch-a mtools-3.8/patches/patch-a
--- mtools/patches/patch-a	Thu Apr  3 03:39:00 1997
+++ mtools-3.8/patches/patch-a	Wed Aug 13 09:23:05 1997
@@ -1,7 +1,7 @@
 *** Makefile.in.orig	Thu Feb 20 18:54:20 1997
 --- Makefile.in	Thu Apr  3 04:16:37 1997
 ***************
-*** 96,102 ****
+*** 98,104 ****
   streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c
   
   
@@ -9,7 +9,7 @@
   
   LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \
   mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \
---- 96,102 ----
+--- 98,104 ----
   streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c
   
   
@@ -18,7 +18,7 @@
   LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \
   mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \
 ***************
-*** 187,193 ****
+*** 195,201 ****
   install-scripts: $(bindir)/mtools
   	@$(top_srcdir)/mkinstalldirs $(bindir)
   	@for j in $(SCRIPTS) ; do \
@@ -26,7 +26,7 @@
   		echo $(bindir)/$$j ; \
   	done
   	rm -f $(bindir)/lz
---- 187,193 ----
+--- 195,201 ----
   install-scripts: $(bindir)/mtools
   	@$(top_srcdir)/mkinstalldirs $(bindir)
   	@for j in $(SCRIPTS) ; do \
diff -ruN mtools/patches/patch-b mtools-3.8/patches/patch-b
--- mtools/patches/patch-b	Mon Apr 21 02:46:01 1997
+++ mtools-3.8/patches/patch-b	Wed Aug 13 09:23:05 1997
@@ -5,7 +5,7 @@
 --- 201,210 ----
   #ifdef HAVE_TZSET
   	{
-  #ifndef ultrix
+  #ifndef OS_ultrix
 + #ifndef __FreeBSD__
   		/* Ultrix defines this to be a different type */
   		extern long timezone;

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708131248.FAA15309>