summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-04-18 12:04:27 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-04-18 12:04:27 +0000
commit523157e0cfaad89c3ac38a491c7543b221afd716 (patch)
tree02e68e5042ef1c679821417ad1279715eef7a42a /emulators/mtools
parentUpgrade to MM Shared Memory Libray, Version 1.0.1 (diff)
Upgrade to version 3.9.4.
PR: ports/11192 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=17969
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile16
-rw-r--r--emulators/mtools/distinfo4
-rw-r--r--emulators/mtools/files/patch-d11
-rw-r--r--emulators/mtools/pkg-plist2
4 files changed, 12 insertions, 21 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 7bc3dc304a8b..779e4a3ba23f 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -1,30 +1,30 @@
# New ports collection makefile for: mtools
-# Version required: 3.9.1
+# Version required: 3.9.4
# Date created: 5 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.25 1999/01/28 19:46:16 obrien Exp $
+# $Id: Makefile,v 1.26 1999/01/31 12:31:06 obrien Exp $
#
-DISTNAME= mtools-3.9.1
-PKGNAME= mtools-3.9.1.3110
+DISTNAME= mtools-3.9.4
+PKGNAME= mtools-3.9.4.2703b
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/
-PATCHFILES= mtools-3.9.1-3110.diff.gz
+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
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-xdf --prefix=${PREFIX}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-xdf
USE_GMAKE= yes
-MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
+MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
mdir.1 mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 \
mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \
mtoolstest.1 mtools.1 mtype.1 mzip.1
diff --git a/emulators/mtools/distinfo b/emulators/mtools/distinfo
index 36fb02bfc360..d6f9e512b295 100644
--- a/emulators/mtools/distinfo
+++ b/emulators/mtools/distinfo
@@ -1,2 +1,2 @@
-MD5 (mtools-3.9.1.tar.gz) = 2604651c49fb42c612ac4679054b2317
-MD5 (mtools-3.9.1-3110.diff.gz) = 5aec663705f4f68c239bef816b98188f
+MD5 (mtools-3.9.4.tar.gz) = 852f99f67cb2c47b0e72f4972292064e
+MD5 (mtools-3.9.4-2703b.diff.gz) = f9082569c48be510489c7d71027486dd
diff --git a/emulators/mtools/files/patch-d b/emulators/mtools/files/patch-d
deleted file mode 100644
index 44501fc16a8c..000000000000
--- a/emulators/mtools/files/patch-d
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Dec 29 23:10:02 1997
-+++ configure Wed May 6 22:09:37 1998
-@@ -2108,7 +2108,7 @@
- CFLAGS="$CFLAGS -ZP"
- MACHDEPLIBS="-lposix -UTIL"
- fi
-- CFLAGS="$CFLAGS -O4 $Wall"
-+ CFLAGS="$CFLAGS $Wall"
- else
- if [ $host_os3 = hpux ] ; then
- CPPFLAGS="$CPPFLAGS -Ae"
diff --git a/emulators/mtools/pkg-plist b/emulators/mtools/pkg-plist
index 939c69573501..c8fa4d71422f 100644
--- a/emulators/mtools/pkg-plist
+++ b/emulators/mtools/pkg-plist
@@ -1,6 +1,7 @@
bin/mtools
@exec ln -fs %D/%F %B/mattrib
@exec ln -fs %D/%F %B/mbadblocks
+@exec ln -fs %D/%F %B/mcat
@exec ln -fs %D/%F %B/mcd
@exec ln -fs %D/%F %B/mcopy
@exec ln -fs %D/%F %B/mdel
@@ -24,6 +25,7 @@ bin/mtools
@exec ln -fs %D/%F %B/mzip
@unexec rm %B/mattrib
@unexec rm %B/mbadblocks
+@unexec rm %B/mcat
@unexec rm %B/mcd
@unexec rm %B/mcopy
@unexec rm %B/mdel