Skip site navigation (1)Skip section navigation (2)
Date:      12 May 2001 13:11:30 -0000
From:      maav@enia.bastun.net
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        eculp@EnContacto.Net, mharo@freebsd.org
Subject:   ports/27282: Proftpd with__modldap seems to be broken
Message-ID:  <20010512131130.77611.qmail@enia.bastun.net>

next in thread | raw e-mail | index | archive | help

>Number:         27282
>Category:       ports
>Synopsis:       Proftpd with__modldap seems to be broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 12 06:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Boris Georgiev
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Ancientmedia Ltd.
>Environment:
System: FreeBSD enia.bastun.net 5.0-CURRENT FreeBSD 5.0-CURRENT #32: Wed May 9 20:52:08 EEST 2001 root@enia.bastun.net:/usr/src/sys/compile/ENIA i386


	
>Description:
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
>
	
>How-To-Repeat:

cd /usr/ports/ftp/proftpd ; make -DWITH_LDAP

	
>Fix:

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


	
>Release-Note:
>Audit-Trail:
>Unformatted:

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?20010512131130.77611.qmail>