ports/69721: New port: net/ldapsh - Interactive shell used to administer ldap directories

Florent Thoumie flz at xbsd.org
Wed Jul 28 21:40:06 UTC 2004


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

From: Florent Thoumie <flz at xbsd.org>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/69721: New port: net/ldapsh - Interactive shell used to administer ldap directories
Date: Wed, 28 Jul 2004 23:30:40 +0200

 Please apply this patch, sorry I haven't posted this before.
 
 --- ldapsh-patch.diff begins here. ---
 
 diff -ruN ldapsh/Makefile ldapsh.new/Makefile
 --- ldapsh/Makefile	Wed Jul 28 20:49:31 2004
 +++ ldapsh.new/Makefile	Wed Jul 28 23:24:56 2004
 @@ -21,12 +21,16 @@
  
  NO_BUILD=	yes
  WRKSRC=		${WRKDIR}/ldapsh
 +USE_REINPLACE=	yes
  
  .include <bsd.port.pre.mk>
  
  .if ${PERL_LEVEL} < 500601
  BUILD_DEPENDS+=	${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long
  .endif
 +
 +post-patch:
 +	${REINPLACE_CMD} -e "s,local/bin/perl -w,bin/env perl," ${WRKSRC}/ldapsh
  
  do-install:
  	${INSTALL_SCRIPT} ${WRKSRC}/ldapsh ${PREFIX}/bin
 
 --- ldapsh-patch.diff ends here. ---



More information about the freebsd-ports-bugs mailing list