Subject: CVS commit: pkgsrc/devel/libtool
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 10/05/2003 08:19:19
Module Name:	pkgsrc
Committed By:	grant
Date:		Sun Oct  5 08:19:19 UTC 2003

Modified Files:
	pkgsrc/devel/libtool: Makefile.common distinfo
	pkgsrc/devel/libtool/patches: patch-ab

Log Message:
make the library names we create on Darwin be consistent with what
pkgsrc expects and what other platforms use.

note that we can't simply use version_type=sunos, since the Darwin
linker requires libtool to pass -compatibility_version and
-current_version so they are coded into the library header.

this fixes the problem of having libname.x.dylib files which were not
registered in the PLIST, and thus were leftover after package removal.

ok'd by jlam.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/devel/libtool/Makefile.common
cvs rdiff -r1.27 -r1.28 pkgsrc/devel/libtool/distinfo
cvs rdiff -r1.28 -r1.29 pkgsrc/devel/libtool/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.