Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2004 21:40:06 GMT
From:      Florent Thoumie <flz@xbsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69721: New port: net/ldapsh - Interactive shell used to administer ldap directories
Message-ID:  <200407282140.i6SLe65V015291@freefall.freebsd.org>

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

From: Florent Thoumie <flz@xbsd.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@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. ---



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