Revision: 7449 http://gar.svn.sourceforge.net/gar/?rev=7449&view=rev Author: dmichelsen Date: 2009-11-26 09:20:20 +0000 (Thu, 26 Nov 2009)
Log Message: ----------- mtools: Initial commit Added Paths: ----------- csw/mgar/pkg/mtools/ csw/mgar/pkg/mtools/branches/ csw/mgar/pkg/mtools/tags/ csw/mgar/pkg/mtools/trunk/ csw/mgar/pkg/mtools/trunk/Makefile csw/mgar/pkg/mtools/trunk/checksums csw/mgar/pkg/mtools/trunk/files/ csw/mgar/pkg/mtools/trunk/files/0001-Removeprototypes-unknown-to-Sun-Studio.patch Property changes on: csw/mgar/pkg/mtools/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/mtools/trunk/Makefile =================================================================== --- csw/mgar/pkg/mtools/trunk/Makefile (rev 0) +++ csw/mgar/pkg/mtools/trunk/Makefile 2009-11-26 09:20:20 UTC (rev 7449) @@ -0,0 +1,29 @@ +GARNAME = mtools +GARVERSION = 4.0.12 +CATEGORIES = utils + +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 + disks, ZIP/JAZ disks and 2m disks (store up to 1992k on a high density + 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 + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2 + +# X11 is also used, but Openwin X11 is sufficient. +REQUIRED_PKGS = CSWiconv + +EXTRA_LINKER_FLAGS = -liconv + +CONFIGURE_ARGS = $(DIRPATHS) + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/mtools/trunk/checksums =================================================================== --- csw/mgar/pkg/mtools/trunk/checksums (rev 0) +++ csw/mgar/pkg/mtools/trunk/checksums 2009-11-26 09:20:20 UTC (rev 7449) @@ -0,0 +1,2 @@ +b3625d680ccc02b0a941e98c5bd36118 0001-Removeprototypes-unknown-to-Sun-Studio.patch +0ee77a14e5f113ad8136a867f8ed4c3a mtools-4.0.12.tar.bz2 Added: 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 (rev 0) +++ csw/mgar/pkg/mtools/trunk/files/0001-Removeprototypes-unknown-to-Sun-Studio.patch 2009-11-26 09:20:20 UTC (rev 7449) @@ -0,0 +1,25 @@ +From acaf71a39ce5155d336b0fcdfea3a475952bcfdf Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen <d...@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. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel