Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 09:00:37 -0800 (PST)
From:      "Timur I. Bakeyev" <timur@com.bat.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: misc/64110: net/samba-devel make describe fails
Message-ID:  <200403161700.i2GH0bLp026204@freefall.freebsd.org>

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

From: "Timur I. Bakeyev" <timur@com.bat.ru>
To: freebsd-gnats-submit@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--



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