From nobody@FreeBSD.org  Sun Aug 17 09:51:40 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 298641065679
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Aug 2008 09:51:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1E3888FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Aug 2008 09:51:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7H9pdQI086039
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Aug 2008 09:51:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7H9pdr8086038;
	Sun, 17 Aug 2008 09:51:39 GMT
	(envelope-from nobody)
Message-Id: <200808170951.m7H9pdr8086038@www.freebsd.org>
Date: Sun, 17 Aug 2008 09:51:39 GMT
From: Ganael Laplanche <ganael.laplanche@martymac.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port fix: net/ldapscripts - Set ICONVBIN path
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126587
>Category:       ports
>Synopsis:       Port fix: net/ldapscripts - Set ICONVBIN path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 10:00:13 UTC 2008
>Closed-Date:    Mon Aug 18 00:32:37 UTC 2008
>Last-Modified:  Mon Aug 18 00:40:01 UTC 2008
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Mon Aug 18 00:32:35 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126587 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126587: commit references a PR
Date: Mon, 18 Aug 2008 00:32:44 +0000 (UTC)

 edwin       2008-08-18 00:32:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/ldapscripts      Makefile 
   Log:
   Port fix: net/ldapscripts - Set ICONVBIN path
   
           This small patch sets the right path for the iconv binary
           used in the scripts.
   
   PR:             ports/126587
   Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
   
   Revision  Changes    Path
   1.10      +10 -6     ports/net/ldapscripts/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
