diff options
author | danfe <danfe@FreeBSD.org> | 2015-01-03 18:33:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-01-03 18:33:03 +0800 |
commit | 4933079deb9f0c37e667b7d5d5a698fdf441614d (patch) | |
tree | eece96eac17a6098f3b35d2064783732961cb24b /net/samba36 | |
parent | 3b80038867d8f1c6821b164a87925dbfda144a03 (diff) | |
download | freebsd-ports-gnome-4933079deb9f0c37e667b7d5d5a698fdf441614d.tar.gz freebsd-ports-gnome-4933079deb9f0c37e667b7d5d5a698fdf441614d.tar.zst freebsd-ports-gnome-4933079deb9f0c37e667b7d5d5a698fdf441614d.zip |
Minor net/samba* ports cleanups:
- Drop leading article from COMMENT and use neutral spelling of Unix
- Sort USES alphabetically and wrap it if necessary
- Rename FAM_SUPPORT to standard option FAM, drop FAM_SUPPORT_DESC
- Fix a typo in AIO_SUPPORT_DESC (Asyncronous -> Asynchronous)
- Consistently reword PAM_SMBPASS option description
- Kill one case of EOL whitespace and bogus uses of := operator
Approved by: maintainer (timur; timeout since 2014.12.16)
Diffstat (limited to 'net/samba36')
-rw-r--r-- | net/samba36/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile index 3087d41d6fac..0742f7fccf1d 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= samba samba/stable samba/pre DISTNAME= ${SAMBA_BASENAME}-${PORTVERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} MAINTAINER?= timur@FreeBSD.org -COMMENT?= A free SMB and CIFS client and server for UNIX +COMMENT?= Free SMB and CIFS client and server for Unix LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COPYING @@ -32,7 +32,7 @@ AUTOHEADER_ARGS= ${IPATHS} AUTOCONF_ARGS= ${IPATHS} GNU_CONFIGURE= yes -USES= gmake pkgconfig iconv execinfo cpe +USES= cpe execinfo gmake iconv pkgconfig USE_AUTOTOOLS= autoconf autoheader USE_LDCONFIG= ${SAMBA_LIBDIR} # pkg-config is used to find talloc @@ -99,7 +99,7 @@ CONFIGURE_ARGS+= ${ICONV_CONFIGURE_BASE} \ .if !defined(SAMBA_SUBPORT) OPTIONS_DEFINE= ACL_SUPPORT ADS AIO_SUPPORT AVAHI CUPS DNSUPDATE \ - DOCS EXAMPLES EXP_MODULES FAM_SUPPORT IPV6 LDAP \ + DOCS EXAMPLES EXP_MODULES FAM IPV6 LDAP \ MAX_DEBUG PAM_SMBPASS POPT PTHREADPOOL QUOTAS \ SMBTORTURE SWAT SYSLOG UTMP WINBIND @@ -108,12 +108,11 @@ OPTIONS_DEFAULT= ACL_SUPPORT AIO_SUPPORT CUPS LDAP POPT PTHREADPOOL \ ACL_SUPPORT_DESC= ACL support ADS_DESC= Active Directory support -AIO_SUPPORT_DESC= Asyncronous IO support -DNSUPDATE_DESC= Dynamic DNS update(require ADS) +AIO_SUPPORT_DESC= Asynchronous IO support +DNSUPDATE_DESC= Dynamic DNS update (requires ADS) EXP_MODULES_DESC= Experimental modules -FAM_SUPPORT_DESC= File Alteration Monitor MAX_DEBUG_DESC= Maximum debugging -PAM_SMBPASS_DESC= PAM authentication vs passdb backends +PAM_SMBPASS_DESC= PAM authentication via passdb backends POPT_DESC= System-wide POPT library PTHREADPOOL_DESC= Pthread pool QUOTAS_DESC= Disk quota support @@ -237,7 +236,7 @@ WANT_EXP_MODULES+= vfs_cacheprime vfs_catia vfs_commit vfs_dirsort \ . endif .endif -.if ${PORT_OPTIONS:MFAM_SUPPORT} +.if ${PORT_OPTIONS:MFAM} USES+= fam WANT_EXP_MODULES+= vfs_notify_fam CONFIGURE_ARGS+= --enable-fam @@ -392,7 +391,7 @@ SAMBA_MAN8+= pam_winbind.8 winbindd.8 SAMBA_MAN8+= swat.8 .endif -.if ${PORT_OPTIONS:MFAM_SUPPORT} +.if ${PORT_OPTIONS:MFAM} SAMBA_MAN8+= vfs_notify_fam.8 .endif |