diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-09 21:34:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-09 21:34:44 +0000 |
commit | 025d09c0c30f5b6083ac578dd35bc1fcc66cea71 (patch) | |
tree | 80dae3ab39dad902cf78babe4e776b1277d462c9 /net/samba3/Makefile | |
parent | 66fa49ea544c7d3806197f0405040907620079df (diff) | |
download | ports-025d09c0c30f5b6083ac578dd35bc1fcc66cea71.tar.gz ports-025d09c0c30f5b6083ac578dd35bc1fcc66cea71.zip |
Notes
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 8be83138dd3d..822ef7c64a48 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samba -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= net @@ -14,12 +14,6 @@ MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions rc pre DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/:S/.r/rc/} -.if defined(WITH_MULTIBYTE) -PATCH_SITES= http://dist.bsdlab.org/ -PATCHFILES= samba-3.0.7-i18n-20040915.bz2 -PATCH_DIST_STRIP= -p0 -.endif - MAINTAINER?= timur@gnu.org COMMENT?= A free SMB and CIFS client and server for UNIX @@ -48,6 +42,8 @@ SAMBA_CONFIG= ${SAMBA_CONFDIR}/smb.conf CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + CONFIGURE_ARGS+= --exec-prefix=${PREFIX} \ --localstatedir=${VARDIR} \ --with-configdir=${SAMBA_CONFDIR} \ @@ -76,8 +72,7 @@ OPTIONS= LDAP "With LDAP support" on \ SAM_PGSQL "With PostgreSQL smbpasswd backend" off \ SAM_OLD_LDAP "With Samba2.x LDAP smbpasswd backend" off \ PAM_SMBPASS "With SMB PAM module" off \ - POPT "With installed POPT library" on \ - MULTIBYTE "With multibyte encoding patch" off + POPT "With installed POPT library" on .endif .include <bsd.port.pre.mk> @@ -254,14 +249,6 @@ WINBIND_FILTER= ${SED} -e 's|%%WINBIND%%||g' WINBIND_FILTER= ${GREP} -v '^%%WINBIND%%' .endif -.if defined(WITH_MULTIBYTE) -# Based on patch from miraclelinux.com. -# http://www.miraclelinux.com/english/technet/samba30/index.html -PLIST_SUB+= MULTIBYTE="" -.else -PLIST_SUB+= MULTIBYTE="@comment " -.endif - PLIST_SUB+= RC_DIR=${RC_DIR} \ SAMBA_LOGDIR=${SAMBA_LOGDIR} \ SAMBA_LOCKDIR=${SAMBA_LOCKDIR} |