ports/102805: [MAINTAINER-UPDATE] net/samba: update to 3.0.23c

Timur I. Bakeyev timur at gnu.org
Sun Sep 3 01:00:52 UTC 2006


The following reply was made to PR ports/102805; it has been noted by GNATS.

From: "Timur I. Bakeyev" <timur at gnu.org>
To: bug-followup at 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--



More information about the freebsd-ports-bugs mailing list