From owner-freebsd-ports Wed May 9 19:23:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from enia.bastun.net (enia.bastun.net [212.95.178.212]) by hub.freebsd.org (Postfix) with ESMTP id EC0AA37B422 for ; Wed, 9 May 2001 19:23:14 -0700 (PDT) (envelope-from maav@enia.bastun.net) Received: (from maav@localhost) by enia.bastun.net (8.11.3/8.11.3) id f4A2MCW50099; Thu, 10 May 2001 05:22:12 +0300 (EEST) (envelope-from maav) Date: Thu, 10 May 2001 05:22:11 +0300 From: User & To: "Edwin L. Culp" Cc: freebsd-ports@freebsd.org Subject: Re: Proftpd with__modldap seems to be broken Message-ID: <20010510052211.A3507@enia.bastun.net> References: <989419910.3af95986627ef@Mail.PasionLatina.Org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <989419910.3af95986627ef@Mail.PasionLatina.Org>; from eculp@EnContacto.Net on Wed, May 09, 2001 at 07:51:50AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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