summaryrefslogtreecommitdiff
path: root/samba/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-09-02 11:49:12 +0200
committerJuergen Daubert <jue@jue.li>2011-09-02 12:01:07 +0200
commit25e4c8019eb294cf05f1237aa53d0759a03f21d8 (patch)
tree88d063c6045c6f001f7316aeade538c0af758d03 /samba/Pkgfile
parent05e531c5ba172e2fb7ed1b2107c339607851c691 (diff)
downloadopt-25e4c8019eb294cf05f1237aa53d0759a03f21d8.tar.gz
opt-25e4c8019eb294cf05f1237aa53d0759a03f21d8.tar.xz
[notify] samba: update to 3.6.0
Note: mount.cifs is no longer part of the samba sources, install the new port opt/cifs-utils additionally.
Diffstat (limited to 'samba/Pkgfile')
-rw-r--r--samba/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/samba/Pkgfile b/samba/Pkgfile
index 68b1f4f7d..4d8cde9c9 100644
--- a/samba/Pkgfile
+++ b/samba/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses openssl readline zlib tdb talloc libcap acl
name=samba
-version=3.5.11
+version=3.6.0
release=1
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba-config.patch samba)
@@ -12,7 +12,7 @@ source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
build () {
cd $name-$version/source3
- patch -d .. -p1 -i $SRC/samba-config.patch
+ #patch -d .. -p1 -i $SRC/samba-config.patch
./configure --prefix=/usr \
--localstatedir=/var \
@@ -21,19 +21,16 @@ build () {
--with-modulesdir=/usr/lib/samba \
--with-lockdir=/var/run/samba \
--with-piddir=/var/run/samba \
+ --with-nmbdsocketdir=/var/run/samba \
--with-mandir=/usr/man \
--with-logfilebase=/var/log/samba \
--disable-swat \
--with-included-popt \
- --with-cifs{mount,umount} \
--enable-external-{libtdb,libtalloc}
make
make DESTDIR=$PKG install
- install -d $PKG/sbin
- mv $PKG/usr/sbin/*.cifs $PKG/sbin
-
# nsswitch extensions
install -d $PKG/lib
install ../nsswitch/libnss_win{s,bind}.so $PKG/lib

Generated by cgit