Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 22:16:43 +0100 (BST)
From:      Lewis Thompson <lewiz@compsoc.man.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95967: [ PORT UPDATE ] sysutils/lookupd_ldap fix compile error
Message-ID:  <200604172116.k3HLGhwI042031@noisy.compsoc.man.ac.uk>
Resent-Message-ID: <200604172120.k3HLKENM082599@freefall.freebsd.org>

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

>Number:         95967
>Category:       ports
>Synopsis:       [ PORT UPDATE ] sysutils/lookupd_ldap fix compile error
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 21:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Lewis Thompson
>Release:        FreeBSD 6.0-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD noisy.compsoc.man.ac.uk 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #7: Sun Apr 16 03:00:02 BST 2006 lewiz@noisy.compsoc.man.ac.uk:/usr/src/sys/i386/compile/NOISY i386


	
>Description:
Simple patch to set WARNS=0 when compiling lookupd_ldap.  The code now
compiles cleanly and works.
Did not bump any numbers as it fixes a compile-time error (my guess is
that it compiles cleanly against openldap22 and not openldap23).
>How-To-Repeat:
	
>Fix:
diff -ruN lookupd_ldap.orig/Makefile lookupd_ldap/Makefile
--- lookupd_ldap.orig/Makefile	Sat Jul 24 18:27:36 2004
+++ lookupd_ldap/Makefile	Mon Apr 17 22:13:52 2006
@@ -17,6 +17,8 @@
 INSTALLS_SHLIB=	yes
 USE_OPENLDAP=	yes
 
+MAKE_ENV=	WARNS=0
+
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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