1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Upgrade to version 3.5a.

This commit is contained in:
Jean-Marc Zucconi 1997-04-10 23:26:37 +00:00
parent 7f00346cb9
commit d0ef77f1b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6180
4 changed files with 4 additions and 38 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: mtools
# Version required: 3.3
# Version required: 3.5a
# Date created: 5 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.12 1996/12/21 07:27:17 ache Exp $
# $Id: Makefile,v 1.13 1997/04/03 02:38:43 jmz Exp $
#
DISTNAME= mtools-3.3
DISTNAME= mtools-3.5a
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GNU}

View File

@ -1 +1 @@
MD5 (mtools-3.3.tar.gz) = 52cfe355bb72e38112b5691ac7fff2b8
MD5 (mtools-3.5a.tar.gz) = 9d30c3a4d3e6f2a33c757ab3c915111b

View File

@ -1,19 +0,0 @@
*** devices.c~ Mon Feb 17 18:57:19 1997
--- devices.c Fri Feb 28 15:55:38 1997
***************
*** 626,632 ****
struct device devices[] = {
{"/dev/rfd0.1440", 'A', HD312},
{"/dev/rfd1.1200", 'B', HD514},
! + {"/dev/sd0s1", 'C', GENHD},
};
#define INIT_NOOP
#endif /* __FreeBSD__ */
--- 626,632 ----
struct device devices[] = {
{"/dev/rfd0.1440", 'A', HD312},
{"/dev/rfd1.1200", 'B', HD514},
! {"/dev/sd0s1", 'C', GENHD},
};
#define INIT_NOOP
#endif /* __FreeBSD__ */

View File

@ -1,15 +0,0 @@
*** sysincludes.h~ Tue Feb 11 18:19:17 1997
--- sysincludes.h Fri Feb 28 15:50:01 1997
***************
*** 108,117 ****
#include <errno.h>
extern int errno;
- #ifndef netbsd
- /* NetBSD seems to choke on this, due to a slightly non-standard definition */
- extern char *sys_errlist[];
- #endif
#include <pwd.h>
/* On AIX, we have to prefer strings.h, as string.h lacks a prototype
--- 108,113 ----