summaryrefslogtreecommitdiff
path: root/devel/libtool
AgeCommit message (Collapse)AuthorFilesLines
1999-09-29Remove trailing whitespace from PLIST entries, which cause generatedagc1-13/+13
prototype files for Solaris packages (with gensolpkg) not to work.
1999-09-02update for libtool-1.3.3christos5-41/+46
1999-07-09Add package patch-sum filesagc1-0/+3
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-3/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-11-12Add missing NetBSD RCS Id.agc1-0/+2
1998-10-02Switch USE_LIBTOOL pkgs to use pkglibtool, and revert libtool back to atv3-50/+12
"vanilla" libtool (pkg now called glibtool) that understands NetBSD ELF.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-07-21Add the option --install-la to libtool (ignored except duringtv1-31/+29
installation) which will enable the GNU libtool behavior of installing the .la files. Needed by KDE for the kdelibs and kdesupport.
1998-07-17Eliminate ".la file is not installed" warnings - our linker doesn'ttv1-2/+30
require relinking of .so-linked objects, so do not worry about finalization.
1998-07-16Change libtool _not_ to install the .la file. Though marked as "fortv1-0/+14
informational purposes," it's not used by any of the toolchain and is pretty much useless.
1998-07-14If neither ld.so nor ld.elf_so exist in /usr/libexec, assume this systemtv1-1/+4
is incapable of shared libraries and add --disable-shared to CONFIGURE_ARGS.
1998-07-13For consistency between a.out and ELF NetBSD platforms, use the sametv1-7/+4
two-part versioning scheme on ELF as well.
1998-07-13Add and activate libtool (with a.out and ELF support), a GNU utility fortv4-37/+43
making static and shared libraries in a machine-independent fashion.
1998-07-13Import of FreeBSD's libtool pkg (patches to follow).tv7-0/+67