summaryrefslogtreecommitdiff
path: root/devel/gnu-libtool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make this handle libraries of the form /dir/...s/libfoo.a.Satoshi Asami1999-09-201-1/+10
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=21824
* Submitted by: maintainerSatoshi Asami1999-09-118-64/+236
| | | | | | | | | | | | | | | | He says: Update libtool to 1.3.3 and modify it's behaviour a bit. It now behaves like a stock libtool unless we start sending one of three flags: --disable-ltlibs Don't install .la files --release-suffix Add the release to the end of all the libs (like GLib/GTK+) --release-ignore Don't add the release to any libs. PR: 13114 Notes: svn path=/head/; revision=21648
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Changes from maintainer:Steve Price1999-05-294-19/+195
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=19050
* Remove an empty patch leftover from my last commit.Steve Price1999-05-091-0/+0
| | | | | | | Noticed by: OKAZAKI Tetsurou <okasaki@be.to> Notes: svn path=/head/; revision=18617
* Update to version 1.3.Steve Price1999-05-048-61/+61
| | | | | | | | PR: 11356 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18478
* Make sure $objformat is expanded before it goes out of scope.Steve Price1999-03-081-1/+1
| | | | Notes: svn path=/head/; revision=17084
* Sync with peter's suggestion.Vanilla I. Shu1999-02-011-4/+4
| | | | Notes: svn path=/head/; revision=16468
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Allow this port to work on freebsd4* too.Steve Price1999-01-261-3/+12
| | | | Notes: svn path=/head/; revision=16301
* Fix PORTOBJFORMAT problem.SADA Kenji1998-12-142-36/+30
| | | | | | | | PR: ports/9070 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15349
* Fix info page problem, and add elf patch.Vanilla I. Shu1998-09-232-2/+47
| | | | Notes: svn path=/head/; revision=13364
* Import libtool-1.2, It's a generic library support script.Vanilla I. Shu1998-05-077-0/+67
PR: ports/6531 Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp> Notes: svn path=/head/; revision=10896