diff options
author | jmz <jmz@FreeBSD.org> | 1999-07-21 23:43:56 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-07-21 23:43:56 +0000 |
commit | e204fc3d63be9865be0d212e0f6460a685e36e57 (patch) | |
tree | 56c21a92be4593f91565e92238e8efe6b8800759 /emulators | |
parent | 4f57bc83abf20ff90247538a0bfd08906a4009ae (diff) | |
download | FreeBSD-ports-e204fc3d63be9865be0d212e0f6460a685e36e57.zip FreeBSD-ports-e204fc3d63be9865be0d212e0f6460a685e36e57.tar.gz |
Upgrade to version 3.9.6
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/Makefile | 12 | ||||
-rw-r--r-- | emulators/mtools/distinfo | 3 | ||||
-rw-r--r-- | emulators/mtools/files/patch-e | 15 |
3 files changed, 7 insertions, 23 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index a8c9de7..202d8bb 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 d6f9e51..db8e980 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 8fb2a61..ebe960b 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); |