Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Sep 2006 01:00:45 GMT
From:      "Timur I. Bakeyev" <timur@gnu.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/102805: [MAINTAINER-UPDATE] net/samba: update to 3.0.23c
Message-ID:  <200609030100.k8310j33005408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/102805; it has been noted by GNATS.

From: "Timur I. Bakeyev" <timur@gnu.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/102805: [MAINTAINER-UPDATE] net/samba: update to 3.0.23c
Date: Sun, 3 Sep 2006 02:53:08 +0200

 --UlVJffcvxoiEqYs2
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Ok, the fix is simple and a problem  is just a result of overlooking the
 fact, that common port part is used by slave ports also.
 
 With application of the attached patch everything should work ok.
 
 With regards,
 Timur.
 
 --UlVJffcvxoiEqYs2
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="Makefile.diff"
 
 --- Makefile.orig	Sun Sep  3 02:48:50 2006
 +++ Makefile	Sun Sep  3 02:32:18 2006
 @@ -26,7 +26,6 @@
  LATEST_LINK?=		${PKGNAMEPREFIX}${PORTNAME}3${PKGNAMESUFFIX}
  EXAMPLESDIR=		${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
  WRKSRC=			${WRKDIR}/${DISTNAME}/source
 -PLIST=			${WRKDIR}/.PLIST
  # directories
  VARDIR?=		${DESTDIR}/var
  SAMBA_SPOOL=		${VARDIR}/spool/samba
 @@ -89,11 +88,12 @@
  .	if exists(${.CURDIR}/Makefile.inc)
  .		include "${.CURDIR}/Makefile.inc"
  .	endif
 -
  .else
  # Samba server itself
  USE_RC_SUBR=		samba
  SUB_FILES=		pkg-install pkg-message pkg-deinstall smb.conf.sample
 +
 +PLIST=			${WRKDIR}/.PLIST
  
  CONFIGURE_ARGS+=	--with-pam --with-readline --with-sendfile-support \
  			--without-libsmbclient --without-libmsrpc \
 
 --UlVJffcvxoiEqYs2--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609030100.k8310j33005408>