mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Update to 4.0.5
PR: 131847 Submitted by: Ports Fury
This commit is contained in:
parent
2355b88e8e
commit
82a2e006c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228755
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mtools
|
||||
PORTVERSION= 4.0.1
|
||||
PORTVERSION= 4.0.5
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
http://mtools.linux.lu/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mtools-4.0.1.tar.bz2) = 4c91d1f26a201e3e7d440e125764790c
|
||||
SHA256 (mtools-4.0.1.tar.bz2) = 6ceb7d087b7acb9308f523571eee0ce2788c913c9a2f01a3b03979bb6eb705a9
|
||||
SIZE (mtools-4.0.1.tar.bz2) = 272909
|
||||
MD5 (mtools-4.0.5.tar.bz2) = 6c63d4bb63f1881f194c24ab0c85cf02
|
||||
SHA256 (mtools-4.0.5.tar.bz2) = ee5c9f1b3a7e0e2cdec2188f168d56250829a6251c816c53884304f861725a09
|
||||
SIZE (mtools-4.0.5.tar.bz2) = 380033
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- ./mtools.texi.org Sun Apr 13 00:59:18 1997
|
||||
+++ ./mtools.texi Sun Jun 8 05:33:03 1997
|
||||
@@ -26,7 +26,7 @@
|
||||
@ifinfo
|
||||
@format
|
||||
START-INFO-DIR-ENTRY
|
||||
--- mtools.texi.orig 2009-02-20 05:48:30.000000000 +0900
|
||||
+++ mtools.texi 2009-02-20 22:04:41.000000000 +0900
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
@dircategory DOS
|
||||
@direntry
|
||||
-* Mtools: (mtools). Mtools: utilities to access DOS disks in Unix.
|
||||
+* Mtools: (mtools). Mtools: utilities to access DOS disks in Unix.
|
||||
END-INFO-DIR-ENTRY
|
||||
@end format
|
||||
@end ifinfo
|
||||
@end direntry
|
||||
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- charsetConv.c.orig 2008-11-19 06:33:11.000000000 +0900
|
||||
+++ charsetConv.c 2008-12-09 00:38:26.000000000 +0900
|
||||
@@ -5,7 +5,6 @@
|
||||
#include "msdos.h"
|
||||
#include "mtools.h"
|
||||
|
||||
-#include <iconv.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
@ -1,11 +0,0 @@
|
||||
--- floppyd.c~ Thu Jul 22 00:41:08 1999
|
||||
+++ floppyd.c Thu Jul 22 00:42:36 1999
|
||||
@@ -675,7 +675,7 @@
|
||||
/*
|
||||
* Ignore dead servers so no zombies should be left hanging.
|
||||
*/
|
||||
- signal(SIGCLD, SIG_IGN);
|
||||
+ signal(SIGCHLD, SIG_IGN);
|
||||
|
||||
for (;;) {
|
||||
int new_sock;
|
Loading…
Reference in New Issue
Block a user