ports/95967: [ PORT UPDATE ] sysutils/lookupd_ldap fix compile error

Lewis Thompson lewiz at compsoc.man.ac.uk
Mon Apr 17 21:20:16 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list