Bug 172387 - fix plist for net/openldap24-server with pkg
Summary: fix plist for net/openldap24-server with pkg
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: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-06 11:10 UTC by Koop Mast
Modified: 2012-10-10 01:39 UTC (History)
0 users

See Also:


Attachments
openldap-pkg.diff (1.54 KB, patch)
2012-10-06 11:10 UTC, Koop Mast
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!