Bug 172387

Summary: fix plist for net/openldap24-server with pkg
Product: Ports & Packages Reporter: Koop Mast <kwm>
Component: Individual Port(s)Assignee: Xin LI <delphij>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
openldap-pkg.diff none

Description Koop Mast freebsd_committer freebsd_triage 2012-10-06 11:10:10 UTC
	fix the plist of net/openldap2?-* with pkg in strict mode

	For the server since libexec/openldap is only created when modules
	support is enabled. So only try to remove it then.

	The clients shouldn't try to remove libexec/openldap the client itself 
	doesn't anything in there. I also didn't find anything else in the 
	ports tree that installs something in libexec/openldap so I don't see
	why -client should try to remove it.

How-To-Repeat: 	try to install openldap2?-client with "env DEVELOPER_MODE pkg"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-06 11:10:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Xin LI freebsd_committer freebsd_triage 2012-10-10 01:39:27 UTC
State Changed
From-To: open->closed

Committed, thanks!