pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/samba2 delint.
details: https://anonhg.NetBSD.org/pkgsrc/rev/33328627ee36
branches: trunk
changeset: 495074:33328627ee36
user: salo <salo%pkgsrc.org@localhost>
date: Thu Jun 02 09:48:43 2005 +0000
description:
delint.
diffstat:
net/samba2/Makefile | 8 ++++----
net/samba2/Makefile.common | 6 +++---
net/samba2/PLIST | 4 ++--
net/samba2/options.mk | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (80 lines):
diff -r b64a788e6542 -r 33328627ee36 net/samba2/Makefile
--- a/net/samba2/Makefile Thu Jun 02 09:31:25 2005 +0000
+++ b/net/samba2/Makefile Thu Jun 02 09:48:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:59 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/02 09:48:43 salo Exp $
.include "Makefile.common"
PKGREVISION= # empty1
@@ -77,9 +77,9 @@
post-install:
# Install Samba documentation.
${INSTALL_DATA_DIR} ${DOCDIR}
- cd ${WRKDIR}/${DISTNAME}/docs; \
- for file in announce textdocs/* Registry/*.reg; do \
- ${INSTALL_DATA} $$file ${DOCDIR}; \
+ cd ${WRKDIR}/${DISTNAME}/docs; \
+ for f in announce textdocs/* Registry/*.reg; do \
+ ${INSTALL_DATA} $$f ${DOCDIR}; \
done
# Install Samba examples.
diff -r b64a788e6542 -r 33328627ee36 net/samba2/Makefile.common
--- a/net/samba2/Makefile.common Thu Jun 02 09:31:25 2005 +0000
+++ b/net/samba2/Makefile.common Thu Jun 02 09:48:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/10/25 17:05:41 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/06/02 09:48:43 salo Exp $
#
# NOTE: This file is included by:
#
@@ -21,8 +21,8 @@
DISTINFO_FILE?= ${.CURDIR}/../../net/samba2/distinfo
PATCHDIR?= ${.CURDIR}/../../net/samba2/patches
-GNU_CONFIGURE= # defined
-USE_LIBTOOL= # defined
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.prefs.mk"
diff -r b64a788e6542 -r 33328627ee36 net/samba2/PLIST
--- a/net/samba2/PLIST Thu Jun 02 09:31:25 2005 +0000
+++ b/net/samba2/PLIST Thu Jun 02 09:48:43 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:03 reed Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/06/02 09:48:43 salo Exp $
bin/findsmb
bin/make_printerdef
bin/make_smbcodepage
@@ -94,9 +94,9 @@
share/doc/samba/announce
share/doc/samba/cifsntdomain.txt
share/doc/samba/security_level.txt
-share/examples/rc.d/smbd
share/examples/rc.d/nmbd
share/examples/rc.d/samba
+share/examples/rc.d/smbd
share/examples/samba/LDAP/README
share/examples/samba/LDAP/export_smbpasswd.pl
share/examples/samba/LDAP/import_smbpasswd.pl
diff -r b64a788e6542 -r 33328627ee36 net/samba2/options.mk
--- a/net/samba2/options.mk Thu Jun 02 09:31:25 2005 +0000
+++ b/net/samba2/options.mk Thu Jun 02 09:48:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2005/05/31 11:24:32 dillo Exp $
+# $NetBSD: options.mk,v 1.4 2005/06/02 09:48:43 salo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.samba2
PKG_SUPPORTED_OPTIONS= pam cups ldap-compat
@@ -29,7 +29,7 @@
. include "../../databases/openldap/buildlink3.mk"
CONFIGURE_ARGS+= --with-ldapsam
PLIST_SUBST+= SAMBA_LDAP=""
-.else
+.else
PLIST_SUBST+= SAMBA_LDAP="@comment "
MESSAGE_SRC= ${.CURDIR}/MESSAGE.smbpasswd
SMBPASSWD_FILE= /dev/null ${SAMBA_PRIVATE}/smbpasswd \
Home |
Main Index |
Thread Index |
Old Index