From owner-cvs-all Fri May 28 20:45:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24B72151DC; Fri, 28 May 1999 20:45:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98362; Fri, 28 May 1999 20:45:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199905290345.UAA98362@freefall.freebsd.org> From: Steve Price Date: Fri, 28 May 1999 20:45:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtool Makefile ports/devel/libtool/patches patch-ad patch-ac ports/devel/libtool/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/05/28 20:45:28 PDT Modified files: devel/libtool Makefile devel/libtool/patches patch-ac devel/libtool/pkg PLIST Added files: devel/libtool/patches patch-ad Log: Changes from maintainer: 1. Add a -prefix arguement to libtool, to find where the installed copies of ltconfig and ltmain.sh reside. 2. Don't install the .la files unless --install-ltlibs is passed to ltconfig. 3. Don't force linking with -lc, and allow -?thread to be passed to the linker. 4. Don't build static libs if not using version numbers (for plugins). 5. Install instead of lib${release}.a lib.a lib${release}.so lib.so lib${release}.so.${ver} lib${release}.so.${ver} to support multi-release installations. 6. Change version to "1.3-freebsd-ports" so people know who to blame. 7. Misc fixes. PR: 11839 Submitted by: maintainer Revision Changes Path 1.5 +2 -6 ports/devel/libtool/Makefile 1.7 +80 -12 ports/devel/libtool/patches/patch-ac 1.3 +0 -1 ports/devel/libtool/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message