summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-12 23:33:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-12 23:33:18 (GMT)
commit07ff295fc2a8b985b7c213c15decf5dabdaeff10 (patch)
tree4f0b01451dd9749a918903b7932f333007486206
parent0ddfab039265ac932a8a48b01e90ffdb434d7fb7 (diff)
downloadlinhes_pkgbuild-07ff295fc2a8b985b7c213c15decf5dabdaeff10.zip
linhes_pkgbuild-07ff295fc2a8b985b7c213c15decf5dabdaeff10.tar.gz
linhes_pkgbuild-07ff295fc2a8b985b7c213c15decf5dabdaeff10.tar.bz2
compiled without fam support.
-rwxr-xr-xabs/core-testing/LinHES-config/PKGBUILD2
-rw-r--r--abs/core-testing/samba/PKGBUILD6
-rw-r--r--abs/core-testing/samba/__changelog1
3 files changed, 5 insertions, 4 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index 3e7d05e..8114e24 100755
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=1.0
-pkgrel=172
+pkgrel=175
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan )
diff --git a/abs/core-testing/samba/PKGBUILD b/abs/core-testing/samba/PKGBUILD
index 67151b9..f54a289 100644
--- a/abs/core-testing/samba/PKGBUILD
+++ b/abs/core-testing/samba/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=3.2.6
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
_realver=3.2.6
-pkgrel=2
+pkgrel=3
pkgdesc="Tools to access a server's filespace and printers via SMB"
arch=(i686 x86_64)
url="http://www.samba.org"
license=('GPL3')
backup=(etc/logrotate.d/samba etc/pam.d/samba etc/samba/smb.conf etc/xinetd.d/swat etc/conf.d/samba)
-depends=('db>=4.7' 'popt' 'libcups' 'acl' 'libldap' 'smbclient=3.2.6' 'libcap' 'heimdal>=1.2-1' 'pam' 'fam' 'gnutls>=2.4.1' 'tdb=3.2.6')
+depends=('db>=4.7' 'popt' 'libcups' 'acl' 'libldap' 'smbclient=3.2.6' 'libcap' 'heimdal>=1.2-1' 'pam' 'gnutls>=2.4.1' 'tdb=3.2.6')
options=(!makeflags)
source=(http://us1.samba.org/samba/ftp/stable/${pkgname}-${_realver}.tar.gz \
no-clients.patch samba samba.logrotate swat.xinetd samba.pam samba.conf.d)
@@ -27,7 +27,7 @@ build() {
--with-fhs --with-pam --with-ads --with-acl-support \
--without-cifsmount --without-libsmbclient \
--with-syslog --with-pam_smbpass \
- --localstatedir=/var --disable-dnssd --libdir=/usr/lib/samba
+ --localstatedir=/var --disable-dnssd --libdir=/usr/lib/samba --without-fam
make || return 1
mkdir -p ${pkgdir}/var/log/samba
mkdir -p ${pkgdir}/etc/samba/private
diff --git a/abs/core-testing/samba/__changelog b/abs/core-testing/samba/__changelog
new file mode 100644
index 0000000..8af7e88
--- /dev/null
+++ b/abs/core-testing/samba/__changelog
@@ -0,0 +1 @@
+remove fam support \ No newline at end of file