aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/samba
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-10-13 01:01:48 +0800
committernork <nork@FreeBSD.org>2004-10-13 01:01:48 +0800
commitdd9328eb96a1a034cfb8e43e0207334361b19b7a (patch)
tree55e7beb8e2f930cdb3e3ee05ec3bc7ddca5dfaa1 /japanese/samba
parentec192e63c60546b60e29af965883b8e25176606b (diff)
downloadfreebsd-ports-gnome-dd9328eb96a1a034cfb8e43e0207334361b19b7a.tar.gz
freebsd-ports-gnome-dd9328eb96a1a034cfb8e43e0207334361b19b7a.tar.zst
freebsd-ports-gnome-dd9328eb96a1a034cfb8e43e0207334361b19b7a.zip
Update to 2.2.11-ja-1.0.
PR: ports/71581 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Diffstat (limited to 'japanese/samba')
-rw-r--r--japanese/samba/Makefile46
-rw-r--r--japanese/samba/distinfo4
-rw-r--r--japanese/samba/pkg-plist1
3 files changed, 29 insertions, 22 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile
index 262139371341..0604fe89fd8c 100644
--- a/japanese/samba/Makefile
+++ b/japanese/samba/Makefile
@@ -21,7 +21,7 @@ COMMENT= A free SMB and CIFS client and server for UNIX
CONFLICTS= samba-2.2.* samba-3.0.* sharity-light-1.*
-SAMBA_VERSION= 2.2.10
+SAMBA_VERSION= 2.2.11
SAMBA_JA_VERSION= 1.0
USE_BZIP2= yes
@@ -45,18 +45,6 @@ LDAPSAM?= "@comment "
WINBIND?= "@comment "
SMBSH?= "@comment "
-.if defined(WITH_AUDIT)
-AUDIT= ""
-LIBSAMBA= ""
-BUILD_VFS= ""
-.endif
-
-.if defined(WITH_RECYCLE)
-RECYCLE= ""
-LIBSAMBA= ""
-BUILD_VFS= ""
-.endif
-
VARDIR= /var
SAMBA_SPOOL= ${VARDIR}/spool/samba
SAMBA_LOGDIR= ${VARDIR}/log
@@ -78,6 +66,20 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh
SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default
+OPTIONS+= SYSLOG "With Syslog support" on \
+ SSL "With SSL support" on \
+ LDAP "With LDAP2 support" off \
+ CUPS "With CUPS" off \
+ ACL "With ACL support" off \
+ UTMP "With UTMP support" on \
+ MSDFS "With MSDFS support" on \
+ QUOTA "With Quota support" on \
+ RECYCLE "With Recycle Bin" on \
+ AUDIT "With Audit" on \
+ WINBIND "With Winbind" on \
+ WBAUTH "With Winbind Auth Challenge" on \
+ SMBSH "With Smbsh and smbwrapper" on
+
.include <bsd.port.pre.mk>
USE_RC_SUBR= yes
@@ -92,6 +94,18 @@ CONFIGURE_ARGS= --with-i18n-swat \
--with-pam --with-pam_smbpass \
--with-included-popt
+.if defined(WITH_AUDIT)
+AUDIT= ""
+LIBSAMBA= ""
+BUILD_VFS= ""
+.endif
+
+.if defined(WITH_RECYCLE)
+RECYCLE= ""
+LIBSAMBA= ""
+BUILD_VFS= ""
+.endif
+
.if defined(WITH_SYSLOG)
CONFIGURE_ARGS+= --with-syslog
.endif
@@ -140,9 +154,6 @@ SMBSH= ""
# malloc.h check is not needed.
CONFIGURE_ENV+= ac_cv_header_malloc_h=no
-pre-fetch:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.samba
-
post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
@@ -251,9 +262,6 @@ post-install:
@${MKDIR} -m 500 ${SAMBA_PRIVATE}
@${CHOWN} root:wheel ${SAMBA_PRIVATE}
- @${CAT} /etc/passwd | ${AWK} -F: '$$6 ~ /home/' | ${PREFIX}/bin/make_smbpasswd > ${SAMBA_PRIVATE}/smbpasswd.sample
- @test -f ${SAMBA_PRIVATE}/smbpasswd || ${TOUCH} ${SAMBA_PRIVATE}/smbpasswd
- @${CHMOD} 600 ${SAMBA_PRIVATE}/smbpasswd.sample ${SAMBA_PRIVATE}/smbpasswd
@${CHOWN} root:wheel ${PREFIX}/bin/smbpasswd
@${CHMOD} 111 ${PREFIX}/bin/smbpasswd
diff --git a/japanese/samba/distinfo b/japanese/samba/distinfo
index b1f20071183c..cbb2c6bb41f2 100644
--- a/japanese/samba/distinfo
+++ b/japanese/samba/distinfo
@@ -1,2 +1,2 @@
-MD5 (samba-2.2.10-ja-1.0.tar.bz2) = 73d85b6ff8c6d3a925ff70f264eaeded
-SIZE (samba-2.2.10-ja-1.0.tar.bz2) = 7473659
+MD5 (samba-2.2.11-ja-1.0.tar.bz2) = f418c850a54572f7d4cd77fa4ef876c6
+SIZE (samba-2.2.11-ja-1.0.tar.bz2) = 7473344
diff --git a/japanese/samba/pkg-plist b/japanese/samba/pkg-plist
index 80732719c94c..db56194c25f1 100644
--- a/japanese/samba/pkg-plist
+++ b/japanese/samba/pkg-plist
@@ -87,7 +87,6 @@ etc/rc.d/samba.sh
etc/smb.conf.default
%%AUDIT%%lib/samba/audit.so
%%RECYCLE%%lib/samba/recycle.so
-private/smbpasswd.sample
sbin/nmbd
sbin/smbd
sbin/swat