[csw-devel] SF.net SVN: gar:[19225] csw/mgar/pkg/samba/trunk

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Tue Sep 18 09:32:08 CEST 2012


Revision: 19225
          http://gar.svn.sourceforge.net/gar/?rev=19225&view=rev
Author:   janholzh
Date:     2012-09-18 07:32:08 +0000 (Tue, 18 Sep 2012)
Log Message:
-----------
samba/trunk: revert to 3.6.7 because .8 does not build, add few fixes to build against older libc, remove flags now in gar

Modified Paths:
--------------
    csw/mgar/pkg/samba/trunk/Makefile
    csw/mgar/pkg/samba/trunk/checksums

Modified: csw/mgar/pkg/samba/trunk/Makefile
===================================================================
--- csw/mgar/pkg/samba/trunk/Makefile	2012-09-17 23:08:47 UTC (rev 19224)
+++ csw/mgar/pkg/samba/trunk/Makefile	2012-09-18 07:32:08 UTC (rev 19225)
@@ -4,7 +4,7 @@
 # - Check http://src.opensolaris.org/source/xref/userland/src/components/samba/samba/ from time to time
 
 NAME = samba
-VERSION = 3.6.8
+VERSION = 3.6.7
 CATEGORIES = apps
 GARTYPE = v2
 
@@ -306,7 +306,7 @@
 CONFIGURE_ARGS += --with-ldap
 CONFIGURE_ARGS += --with-automount
 CONFIGURE_ARGS += --with-dnsupdate=no
-# CONFIGURE_ARGS += --with-krb5=$(prefix)
+CONFIGURE_ARGS += --with-krb5=$(prefix)
 CONFIGURE_ARGS += --with-privatedir=$(SMBPRIVATEDIR)
 CONFIGURE_ARGS += --with-configdir=$(SMBCONFIGDIR)
 CONFIGURE_ARGS += --with-lockdir=$(SMBLOCKDIR)
@@ -319,10 +319,13 @@
 CONFIGURE_ARGS-64 +=  --disable-cups
 CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL))
 
-# These are in a too recent libc SUNW_1.22.6 requiring Solaris10u9
-CONFIGURE_ARGS += ac_cv_func_utimensat=no
-CONFIGURE_ARGS += ac_cv_func_futimens=no
+# Can't use fdatasync atm do to linker problems
+CONFIGURE_ARGS += ac_cv_lib_rt_fdatasync=no
+CONFIGURE_ARGS += ac_cv_have_fdatasync_decl=no
+CONFIGURE_ARGS += ac_cv_lib_ext_rt_fdatasync=no
 
+
+
 BUILD_SCRIPTS = $(WORKSRC)/source3/Makefile
 
 TEST_SCRIPTS = $(WORKSRC)/source3/Makefile
@@ -331,7 +334,6 @@
 # Tests need root
 SKIPTEST ?= 1
 
-EXTRA_LINKER_FLAGS = -z ignore -M "$(abspath $(WORKDIR)/map.samba)"
 
 INSTALL_SCRIPTS = $(WORKSRC)/source3/Makefile
 

Modified: csw/mgar/pkg/samba/trunk/checksums
===================================================================
--- csw/mgar/pkg/samba/trunk/checksums	2012-09-17 23:08:47 UTC (rev 19224)
+++ csw/mgar/pkg/samba/trunk/checksums	2012-09-18 07:32:08 UTC (rev 19225)
@@ -1 +1 @@
-fbb245863eeef2fffe172df779a217be  samba-3.6.8.tar.gz
+b23be56c15dd52f64eb7ba54c0ea1ed5  samba-3.6.7.tar.gz

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