Bug 48692 - Installing gnupg port breaks existing net/openldap installation
Summary: Installing gnupg port breaks existing net/openldap installation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-26 05:20 UTC by Bill Fenner
Modified: 2003-04-22 02:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Fenner 2003-02-26 05:20:01 UTC
	
gnupg's test for whether or not openldap2 is installed finds
the library installed by openldap.  It then depends on openldap2,
so the port builds and installs openldap2, wiping out the existing
openldap installation.

Fix: 

One possibility, check if the versioned library exists instead of just
libldap.so, since the openldap v1 port also installs libldap.so .
How-To-Repeat: 	
Install openldap.  Then install gnupg, and wonder why it is buildling
openldap2, and wonder if openldap2 will nuke your openldap.  Wait for
the port to finish building, and discover that your phone number lookup
script broke.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-26 10:49:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to gnupg maintainer.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2003-04-22 02:46:28 UTC
State Changed
From-To: open->closed

Committed, thanks!