misc/64110: net/samba-devel make describe fails

Timur I. Bakeyev timur at com.bat.ru
Tue Mar 16 17:00:37 UTC 2004


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

From: "Timur I. Bakeyev" <timur at com.bat.ru>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: misc/64110: net/samba-devel make describe fails
Date: Tue, 16 Mar 2004 17:51:34 +0100

 --sdtB3X0nJg68CQEu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Patch for those, who need it.
 
 Timur.
 --sdtB3X0nJg68CQEu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="1.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/net/samba-devel/Makefile,v
 retrieving revision 1.110
 diff -u -r1.110 Makefile
 --- Makefile	13 Mar 2004 17:35:28 -0000	1.110
 +++ Makefile	16 Mar 2004 15:21:59 -0000
 @@ -190,7 +190,7 @@
  CONFIGURE_ARGS+=	--with-krb5=${KRB5_HOME}
  .elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a)
  CONFIGURE_ARGS+=	--with-krb5=${HEIMDAL_HOME}
 -.elif (defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105) && exists(/usr/lib/libkrb5.a)
 +.elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(/usr/lib/libkrb5.a)
  CONFIGURE_ARGS+=	--with-krb5=${DESTDIR}/usr
  .else
  BROKEN=			"Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos"
 
 --sdtB3X0nJg68CQEu--



More information about the freebsd-ports-bugs mailing list