summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-21 23:43:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-21 23:43:56 +0000
commit1a0dbf56893ae002a6b2e90549bc4ca5ded6bf52 (patch)
treebfce179cb7daad697ab4962baaf40c0d6163b1b9 /emulators/mtools
parentUpgrade to strobe-1.06 (diff)
Upgrade to version 3.9.6
Notes
Notes: svn path=/head/; revision=20305
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile12
-rw-r--r--emulators/mtools/distinfo3
-rw-r--r--emulators/mtools/files/patch-e15
3 files changed, 7 insertions, 23 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index a8c9de7940e3..202d8bb55f2a 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -1,22 +1,16 @@
# New ports collection makefile for: mtools
-# Version required: 3.9.4
+# Version required: 3.9.6
# Date created: 5 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.27 1999/04/18 12:03:49 jmz Exp $
+# $Id: Makefile,v 1.28 1999/06/05 22:29:29 mharo Exp $
#
-DISTNAME= mtools-3.9.4
-PKGNAME= mtools-3.9.4.2703b
+DISTNAME= mtools-3.9.6
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/
-PATCHFILES= mtools-3.9.4-2703b.diff.gz
-PATCH_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
- http://mtools.linux.lu/
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= jmz@FreeBSD.org
GNU_CONFIGURE= yes
diff --git a/emulators/mtools/distinfo b/emulators/mtools/distinfo
index d6f9e512b295..db8e98081d75 100644
--- a/emulators/mtools/distinfo
+++ b/emulators/mtools/distinfo
@@ -1,2 +1 @@
-MD5 (mtools-3.9.4.tar.gz) = 852f99f67cb2c47b0e72f4972292064e
-MD5 (mtools-3.9.4-2703b.diff.gz) = f9082569c48be510489c7d71027486dd
+MD5 (mtools-3.9.6.tar.gz) = 458415bec45b404d4a7517a95253a99c
diff --git a/emulators/mtools/files/patch-e b/emulators/mtools/files/patch-e
index 8fb2a617be52..ebe960b99866 100644
--- a/emulators/mtools/files/patch-e
+++ b/emulators/mtools/files/patch-e
@@ -1,6 +1,6 @@
---- floppyd.c.orig Sat Jun 5 15:54:11 1999
-+++ floppyd.c Sat Jun 5 15:55:41 1999
-@@ -668,7 +668,7 @@
+--- 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.
*/
@@ -9,12 +9,3 @@
for (;;) {
int new_sock;
-@@ -972,7 +972,7 @@
- * Start a new session and group.
- */
- setsid();
-- setpgrp();
-+ setpgrp(0, 0);
- #ifndef DEBUG
- close(2);
- open("/dev/null", O_WRONLY);