From owner-cvs-all Tue Apr 17 11:24:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B64337B42C; Tue, 17 Apr 2001 11:24:16 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HIOGr06882; Tue, 17 Apr 2001 11:24:16 -0700 (PDT) (envelope-from paul) Message-Id: <200104171824.f3HIOGr06882@freefall.freebsd.org> From: Paul Richards Date: Tue, 17 Apr 2001 11:24:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ldapsdk Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG paul 2001/04/17 11:24:16 PDT Modified files: net/ldapsdk Makefile pkg-plist Log: This port conflicts with openldap because it uses the same library names. Fix it by prefixing this port's libraries with moz, e.g. libldap -> libmozldap The include files ldap.h and lber.h have been fixed in the same way. This fix also changes the installation target from a specific mozilla directory to the standard locations. PR: ports/22721 Submitted by: "Charles N. Owens" Revision Changes Path 1.9 +35 -8 ports/net/ldapsdk/Makefile 1.3 +10 -10 ports/net/ldapsdk/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message