Author: pebender
Date: Mon Jan 19 18:00:57 2009
New Revision: 4290

Added:
     
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.2.7-sys_stat_h.patch
Removed:
     
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-22982-limits_h.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/net/mount.cifs/Makefile
    trunk/gar-minimyth/script/net/mount.cifs/checksums

Log:
- Updated package
     net/mount.cifs



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Mon Jan 19  
18:00:57 2009
@@ -133,6 +133,7 @@
      Updated lib/freetype.
      Updated lib/libxml2.
      Updated net/curl.
+    Updated net/mount.cifs.
      Updated perl/perl-libwww-perl.
      Reverted system/lcdproc (breaks imonlcd).
      Updated system/lirc.

Modified: trunk/gar-minimyth/script/net/mount.cifs/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/mount.cifs/Makefile   (original)
+++ trunk/gar-minimyth/script/net/mount.cifs/Makefile   Mon Jan 19 18:00:57  
2009
@@ -1,9 +1,9 @@
  GARNAME = mount.cifs
-GARVERSION = 22982
+GARVERSION = 3.2.7
  CATEGORIES = net
-MASTER_SITES =  
svn://svnanon.samba.org/samba/branches/SAMBA_3_0/source/client/
-DISTFILES = $(DISTNAME).tar.bz2 $(MAKEFILE)
-PATCHFILES = $(DISTNAME)-limits_h.patch
+DISTFILES = samba-$(GARVERSION).tar.gz
+MASTER_SITES = http://us1.samba.org/samba/ftp/stable/
+PATCHFILES = $(DISTNAME)-sys_stat_h.patch
  LICENSE = GPL2

  DESCRIPTION =
@@ -12,30 +12,15 @@

  DEPENDS = lang/c

+WORKSRC = $(WORKDIR)/samba-$(GARVERSION)/source/client
+
  BUILD_SCRIPTS   = custom
  INSTALL_SCRIPTS = custom

  include ../../gar.mk

-svn//%/$(DISTNAME).tar.bz2:
-       @$(call FETCH_SVN, svn://$*, $(GARVERSION), $(DISTNAME))
-       @cd $(PARTIALDIR); rm -rf   $(DISTNAME)
-       @cd $(PARTIALDIR); tar -jxf $(DISTNAME).tar.bz2
-       @cd $(PARTIALDIR); rm -rf   $(DISTNAME)~
-       @cd $(PARTIALDIR); mv       $(DISTNAME) $(DISTNAME)~
-       @cd $(PARTIALDIR); mkdir -p $(DISTNAME)
-       @cd $(PARTIALDIR); cp -f    $(DISTNAME)~/mount.cifs.c $(DISTNAME)
-       @cd $(PARTIALDIR); rm -rf   $(DISTNAME)~
-       @cd $(PARTIALDIR); rm -rf   $(DISTNAME).tar.bz2
-       @cd $(PARTIALDIR); tar -jcf $(DISTNAME).tar.bz2 $(DISTNAME)
-       @cd $(PARTIALDIR); rm -rf   $(DISTNAME)
-       @$(MAKECOOKIE)
-
-checksum-$(DISTNAME).tar.bz2:
-       @$(MAKECOOKIE)
-
  build-custom:
-       @$(BUILD_ENV) cd $(WORKSRC) ; $(CC) -o mount.cifs $(CFLAGS) mount.cifs.c
+       @$(BUILD_ENV) cd $(WORKSRC) ; $(CC) -o mount.cifs $(CFLAGS) 
mount.cifs.c  
mtab.c
        @$(MAKECOOKIE)

  install-custom:

Modified: trunk/gar-minimyth/script/net/mount.cifs/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/mount.cifs/checksums  (original)
+++ trunk/gar-minimyth/script/net/mount.cifs/checksums  Mon Jan 19 18:00:57  
2009
@@ -1 +1,2 @@
-9ac3fde93291d78fba6e786a521dced0  download/mount.cifs-22982-limits_h.patch
+528677f261f3ed4a58f9483ca25ba6b2  download/samba-3.2.7.tar.gz
+47e30fad6b43819738704a88b0134072   
download/mount.cifs-3.2.7-sys_stat_h.patch

Added:  
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.2.7-sys_stat_h.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.2.7-sys_stat_h.patch
         
Mon Jan 19 18:00:57 2009
@@ -0,0 +1,11 @@
+diff -Naur mount.cifs-20081212-old/mtab.c mount.cifs-20081212-new/mtab.c
+--- mount.cifs-20081212-old/mtab.c     2009-01-19 04:50:41.000000000 -0800
++++ mount.cifs-20081212-new/mtab.c     2009-01-19 04:57:17.000000000 -0800
+@@ -31,6 +31,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include <stdio.h>
++#include <sys/stat.h>
+ #include <sys/time.h>
+ #include <time.h>
+ #include <fcntl.h>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to