Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2001 05:22:11 +0300
From:      User & <maav@enia.bastun.net>
To:        "Edwin L. Culp" <eculp@EnContacto.Net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Proftpd with__modldap seems to be broken
Message-ID:  <20010510052211.A3507@enia.bastun.net>
In-Reply-To: <989419910.3af95986627ef@Mail.PasionLatina.Org>; from eculp@EnContacto.Net on Wed, May 09, 2001 at 07:51:50AM -0700
References:  <989419910.3af95986627ef@Mail.PasionLatina.Org>

next in thread | previous in thread | raw e-mail | index | archive | help
Try these patches. Works for me.

diff -rcN proftpd/Makefile proftpd.new/Makefile 
*** proftpd/Makefile    Thu Mar 29 22:56:45 2001
--- proftpd.new/Makefile        Thu May 10 05:11:58 2001
***************
*** 58,64 ****
  .if defined(WITH_LDAP)
  post-extract:
        ${RM} -rf ${WRKSRC}/contrib/mod_ldap.c
!       tar --to-stdout -xvz -f ${DISTDIR}/${MOD_LDAP} */mod_ldap.c > ${WRKSRC}/contrib/mod_ldap.c
  .endif
  
  pre-configure:
--- 58,64 ----
  .if defined(WITH_LDAP)
  post-extract:
        ${RM} -rf ${WRKSRC}/contrib/mod_ldap.c
!       tar --to-stdout -xvy -f ${DISTDIR}/${MOD_LDAP} */mod_ldap.c > ${WRKSRC}/contrib/mod_ldap.c
  .endif
  
  pre-configure:
diff -rcN proftpd/distinfo proftpd.new/distinfo 
*** proftpd/distinfo    Thu Mar 29 22:56:45 2001
--- proftpd.new/distinfo        Thu May 10 04:44:55 2001
***************
*** 1 ****
--- 1,2 ----
  MD5 (proftpd-1.2.2rc1.tar.bz2) = c43a62b2b5fac287041a8a8756bb6c49
+ MD5 (mod_ldap-2.7.4.tar.bz2) = 647efb6abffeb3f63b86e8cd76cd9df2

Best wishes,
Boris Georgiev


On Wed, May 09, 2001 at 07:51:50AM -0700, Edwin L. Culp wrote:
> 
> >> mod_ldap-2.7.4.tar.bz2 is not in /usr/ports/ftp/proftpd/distinfo.
> >> Either /usr/ports/ftp/proftpd/distinfo is out of date, or
> >> mod_ldap-2.7.4.tar.bz2 is spelled incorrectly.
> *** Error code 1
>  
> Stop in /usr/ports/ftp/proftpd.
> 
> ed
> 
> -----------------------------------------------------------------------
>        The illiterate of the 21st century will not be
>              those who cannot read and write, 
>        but those who cannot learn, unlearn and relearn. 
>                                                 --Alvin Toffler
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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