[csw-devel] SF.net SVN: gar:[11320] csw/mgar/pkg/mtools/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Oct 18 14:39:43 CEST 2010
Revision: 11320
http://gar.svn.sourceforge.net/gar/?rev=11320&view=rev
Author: dmichelsen
Date: 2010-10-18 12:39:43 +0000 (Mon, 18 Oct 2010)
Log Message:
-----------
mtools: Update to 4.0.15
Modified Paths:
--------------
csw/mgar/pkg/mtools/trunk/Makefile
csw/mgar/pkg/mtools/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/mtools/trunk/files/0001-Removeprototypes-unknown-to-Sun-Studio.patch
Modified: csw/mgar/pkg/mtools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mtools/trunk/Makefile 2010-10-18 10:27:35 UTC (rev 11319)
+++ csw/mgar/pkg/mtools/trunk/Makefile 2010-10-18 12:39:43 UTC (rev 11320)
@@ -1,8 +1,8 @@
GARNAME = mtools
-GARVERSION = 4.0.13
+GARVERSION = 4.0.15
CATEGORIES = utils
-DESCRIPTION = read/write/list/format DOS disks under Unix
+DESCRIPTION = Read/write/list/format DOS disks under Unix
define BLURB
Mtools is a collection of utilities to access MS-DOS disks from GNU
and Unix without mounting them. It supports long file names, OS/2 Xdf
@@ -10,17 +10,15 @@
3 1/2 disk).
endef
-MASTER_SITES = http://ftp.gnu.org/gnu/mtools/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-PATCHFILES = 0001-Removeprototypes-unknown-to-Sun-Studio.patch
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.lz
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.lz
-# X11 is also used, but Openwin X11 is sufficient.
RUNTIME_DEP_PKGS = CSWiconv
-EXTRA_LINKER_FLAGS = -liconv
+EXTRA_LINKER_FLAGS = -liconv -lnsl
CONFIGURE_ARGS = $(DIRPATHS)
Modified: csw/mgar/pkg/mtools/trunk/checksums
===================================================================
--- csw/mgar/pkg/mtools/trunk/checksums 2010-10-18 10:27:35 UTC (rev 11319)
+++ csw/mgar/pkg/mtools/trunk/checksums 2010-10-18 12:39:43 UTC (rev 11320)
@@ -1,2 +1 @@
-b3625d680ccc02b0a941e98c5bd36118 0001-Removeprototypes-unknown-to-Sun-Studio.patch
-334fe1580d6e3f4b5c904ce097267477 mtools-4.0.13.tar.bz2
+59f49e8290997d6c1ae0c330e8899287 mtools-4.0.15.tar.lz
Deleted: csw/mgar/pkg/mtools/trunk/files/0001-Removeprototypes-unknown-to-Sun-Studio.patch
===================================================================
--- csw/mgar/pkg/mtools/trunk/files/0001-Removeprototypes-unknown-to-Sun-Studio.patch 2010-10-18 10:27:35 UTC (rev 11319)
+++ csw/mgar/pkg/mtools/trunk/files/0001-Removeprototypes-unknown-to-Sun-Studio.patch 2010-10-18 12:39:43 UTC (rev 11320)
@@ -1,25 +0,0 @@
-From acaf71a39ce5155d336b0fcdfea3a475952bcfdf Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Thu, 26 Nov 2009 10:10:13 +0100
-Subject: [PATCH] Removeprototypes unknown to Sun Studio
-
----
- mtools.h | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/mtools.h b/mtools.h
-index 0d4fa6f..94ffc63 100644
---- a/mtools.h
-+++ b/mtools.h
-@@ -251,7 +251,7 @@ char getDrive(Stream_t *Stream);
-
-
- void printOom(void);
--int ask_confirmation(const char *, ...) __attribute__ ((format (printf, 1, 2)));
-+int ask_confirmation(const char *, ...);
-
- int helpFlag(int, char **);
-
---
-1.6.5.1
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list