Bug 18841 - net/openldap: upgrade to 1.2.10 and dynamic linking of executables
Summary: net/openldap: upgrade to 1.2.10 and dynamic linking of executables
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-05-27 14:00 UTC by rguyom
Modified: 2000-05-29 03:37 UTC (History)
0 users

See Also:


Attachments
file.diff (4.57 KB, patch)
2000-05-27 14:00 UTC, rguyom
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rguyom 2000-05-27 14:00:01 UTC
	1) 1.2.10 is the latest stable version according to www.opendlap.org

	2) This port links all clients, utilities and servers with static ldap
	libraries. This is both a waste of diskspace and memory at runtime.
	With dynamic linking I got a ~700 KB package instead of a 1+ MB
	package with static linking.
	The patches are in fact a back port of the patches found in the
	openldap CVS tree :
http://www.openldap.org/devel/cvsweb.cgi/build/lib-shared.mk.diff?r1=1.6&r2=1.7&hideattic=1&sortbydate=0
http://www.openldap.org/devel/cvsweb.cgi/build/lib.mk.diff?r1=1.9&r2=1.10&hideattic=1&sortbydate=0
http://www.openldap.org/devel/cvsweb.cgi/tests/scripts/defines.sh.diff?r1=1.32&r2=1.33&hideattic=1&sortbydate=0

	patch-aa is the only one required to links all clients and servers
	dynamically. patch-ab and patch-ac are just there to be complete.
	
	patch-db is exactly the same as with 1.2.9, only configure's line numbers
	have changed.

How-To-Repeat: 
	Build this port.
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-05-29 03:36:16 UTC
State Changed
From-To: open->closed

Update committed, thanks!