ports/126587: Port fix: net/ldapscripts - Set ICONVBIN path

Ganael Laplanche ganael.laplanche at martymac.com
Sun Aug 17 10:00:13 UTC 2008


>Number:         126587
>Category:       ports
>Synopsis:       Port fix: net/ldapscripts - Set ICONVBIN path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 10:00:13 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #20: Thu Aug 14 10:39:22 CEST 2008     root at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This small patch sets the right path for the iconv binary used in the scripts. I haven't bump PORTREVISION since this is a (only) a (default) configuration issue.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur ldapscripts.orig/Makefile ldapscripts/Makefile
--- ldapscripts.orig/Makefile	2008-08-16 22:20:27.235364609 +0200
+++ ldapscripts/Makefile	2008-08-16 22:25:07.100833265 +0200
@@ -55,6 +55,7 @@
 	${REINPLACE_CMD} "s|^LDAPMODIFYBIN=.*|LDAPMODIFYBIN=\"${LOCALBASE}/bin/ldapmodify\"|g" ${WRKSRC}/etc/ldapscripts.conf
 	${REINPLACE_CMD} "s|^LDAPMODRDNBIN=.*|LDAPMODRDNBIN=\"${LOCALBASE}/bin/ldapmodrdn\"|g" ${WRKSRC}/etc/ldapscripts.conf
 	${REINPLACE_CMD} "s|^LDAPPASSWDBIN=.*|LDAPPASSWDBIN=\"${LOCALBASE}/bin/ldappasswd\"|g" ${WRKSRC}/etc/ldapscripts.conf
+	${REINPLACE_CMD} "s|^ICONVBIN=.*|ICONVBIN=\"${LOCALBASE}/bin/iconv\"|g" ${WRKSRC}/etc/ldapscripts.conf
 
 # Install remaining stuff
 post-install:


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



More information about the freebsd-ports-bugs mailing list