FreshPorts -- The Place For Ports Fri, 9 Jan 2009 5:40 AM GMT
Port details
libtool15 1.5.26 devel on this many watch lists=452 search for ports that depend on this port An older version of this port was marked as vulnerable.
Generic shared library support script
Maintained by: ade@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Jul 2003 19:27:27


This is GNU Libtool, a generic library support script.  Libtool hides
the complexity of using shared libraries behind a consistent, portable
interface.

To use libtool, add the new generic library building commands to your
Makefile, Makefile.in, or Makefile.am.

WWW: http://www.gnu.org/software/libtool/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
devel/libltdl15

To install the port: cd /usr/ports/devel/libtool15/ && make install clean
To add the package: pkg_add -r libtool


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/libtool/
ftp://ftp.gnu.org/gnu/libtool/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/libtool/
http://mirrors.usc.edu/pub/gnu/libtool/
http://ftp.funet.fi/pub/gnu/prep/libtool/
ftp://ftp.kddlabs.co.jp/GNU/libtool/
ftp://ftp.dti.ad.jp/pub/GNU/libtool/
http://ring.nict.go.jp/archives/GNU/libtool/
http://ring.sakura.ad.jp/archives/GNU/libtool/
http://ring.riken.jp/archives/GNU/libtool/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/libtool/
ftp://ftp.sunsite.org.uk/package/gnu/libtool/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/libtool/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/libtool/
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/libtool/
ftp://ftp.chg.ru/pub/gnu/libtool/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 36

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.5.26
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 03:36:00
Original commit files touched by this commit  1.5.26
ade search for other commits by this committer
Major autotools-related update:

        automake        1.10   -> 1.10.1
        gettext         0.16.1 -> 0.17
        libtool         1.5.24 -> 1.5.26
        m4              1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:             123450
Tested by:      Full -exp package building run
Thanks to:      linimon, pav
Approved by:    portmgr
30 Sep 2007 06:43:29
Original commit files touched by this commit  1.5.24
ade search for other commits by this committer
Update to 1.5.24
23 Jul 2007 10:36:52
Original commit files touched by this commit  1.5.22_4
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
27 Mar 2007 02:44:26
Original commit files touched by this commit  1.5.22_4
linimon search for other commits by this committer
I meant to revert the previous commit, not change the assignment to
something else.

Pointed out by:         mezz
27 Mar 2007 02:23:57
Original commit files touched by this commit  1.5.22_4
linimon search for other commits by this committer
I do not appreciate the attempt to play politics with the reassignment of
maintainership of these two files.  I insist that further commits be run
through portmgr@ first.

Hat:            portmgr
27 Mar 2007 01:34:04
Original commit files touched by this commit  1.5.22_4
jylefort search for other commits by this committer
Take maintainership.

Approved by:    maintainer timeout (16 days)
28 Feb 2007 15:59:04
Original commit files touched by this commit  1.5.22_4
ade search for other commits by this committer
* Correctly patch devel/libltdl15 with the upstream hack to
  prevent eg: gnucash from taking several aeons to start up.

* Hack around the fact that the above then wants to call various
  autotools to rebuild parts of the build infrastructure which,
  depending on the ports installed can cause things to fail in
  weird and wonderful ways.
31 Jan 2007 01:45:16
Original commit files touched by this commit  1.5.22_3
ade search for other commits by this committer
Remove massive overheads from loading programs that use many
libtool-generated shared libraries by forcing libtool into understanding
that FreeBSD can correctly handle shared library dependencies.

This code already exists in the libtool CVS repository but without knowing
the release schedule (if any) for a new libtool 1.5.x series, and the
exceptional performance gains (gnucash for example uses 122 shared libraries
and with things rebuilt now starts up in ~10 seconds as opposed to 15
*minutes*).  Further, a number of people have assisted in extensive testing
of this code in a series of different environments, so I am therefore
adding this patch to the tree.

PR:             94826
Submitted by:   Peter Jeremy <peterjeremy@optushome.com.au>
Tested by:      too many to list - thank you all
04 May 2006 22:41:12
Original commit files touched by this commit  1.5.22_2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.5.22_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Dec 2005 20:15:41
Original commit files touched by this commit  1.5.22_1
ade search for other commits by this committer
Fix pthread handling

Submitted by:   marcus
21 Dec 2005 02:26:44
Original commit files touched by this commit  1.5.22
ade search for other commits by this committer
Update to 1.5.22
14 Nov 2005 03:05:47
Original commit files touched by this commit  1.5.20
ade search for other commits by this committer
Add SHA256
02 Sep 2005 22:28:08
Original commit files touched by this commit  1.5.20
ade search for other commits by this committer
Update to 1.5.20
17 Jun 2005 18:12:01
Original commit files touched by this commit  1.5.18
ade search for other commits by this committer
Update to 1.5.18
More robust -pthread hack obtained from dfports.

Tested with:    full build of x11/gnome2 and x11/kde3
16 Jun 2005 18:29:45
Original commit files touched by this commit  1.5.10_1
ade search for other commits by this committer
Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN

The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
15 Jun 2005 07:28:34
Original commit files touched by this commit  1.5.10_1
ade search for other commits by this committer
All that we see or seem, is but a dream, within a dream.

Take back maintainership.  I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
12 Apr 2005 04:26:57
Original commit files touched by this commit  1.5.10_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  1.5.10_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
07 Mar 2005 18:09:29
Original commit files touched by this commit  1.5.10_1
kwm search for other commits by this committer
Add a patch to support gnome 2.10 sharedlib version.
Patch made by ahze limited testing done by me.

Obtained from:  libtool cvs.
28 Feb 2005 23:32:14
Original commit files touched by this commit  1.5.10
ade search for other commits by this committer
Relinquish maintainership.  I no longer have the time, energy,
or interest to look after these things any more.

To whomever picks these up, I salute you.  I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.

Farewell, autotool hell.
15 Oct 2004 05:58:01
Original commit files touched by this commit  1.5.10
ade search for other commits by this committer
Too clever for my own good.  Unbreak libltdl15.

Submitted by:   sf
14 Oct 2004 21:48:17
Original commit files touched by this commit  1.5.10
ade search for other commits by this committer
Update to 1.5.10, use INFO, and other minor cleanups.
16 Aug 2004 18:48:27
Original commit files touched by this commit  1.5.8
ade search for other commits by this committer
Update to 1.5.8
03 Aug 2004 23:58:11
Original commit files touched by this commit  1.5.6_1
ade search for other commits by this committer
Long-overdue cosmetic cleanups.
01 Jul 2004 23:23:11
Original commit files touched by this commit  1.5.6_1
ale search for other commits by this committer
Remove empty patchfile.
01 Jul 2004 18:06:41
Original commit files touched by this commit  1.5.6_1
ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
13 May 2004 21:50:42
Original commit files touched by this commit  1.5.6
ade search for other commits by this committer
Update to 1.5.6
15 Feb 2004 06:03:23
Original commit files touched by this commit  1.5.2_1
ade search for other commits by this committer
Fix pkg-plist.

Reported by:    many
Typo by:        ade
13 Feb 2004 20:19:49
Original commit files touched by this commit  1.5.2
ade search for other commits by this committer
Symlink vulnerability:  http://www.securityfocus.com/archive/1/352333
Fix:                    http://www.securityfocus.com/archive/1/352519

PR:             ports/62786
Submitted by:   eik
11 Feb 2004 19:14:58
Original commit files touched by this commit  1.5
 This port version is marked as vulnerable.
ade search for other commits by this committer
Minor COMMENT cosmetic changes
17 Oct 2003 00:54:03
Original commit files touched by this commit  1.5
 This port version is marked as vulnerable.
ade search for other commits by this committer
Switch pre-everything: target to pre-everything::

PR:             ports/58148 (partial)
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
14 Oct 2003 04:46:47
Original commit files touched by this commit  1.5
 This port version is marked as vulnerable.
ade search for other commits by this committer
Repoint to known-good copies of libtool distfiles, prior to the FSF
ftp.gnu.org compromise and resultant trashing of lots of files.

Why they haven't gotten things back into a proper state yet is an
entirely different question.
02 Jul 2003 19:52:30
Original commit files touched by this commit  1.5
 This port version is marked as vulnerable.
ade search for other commits by this committer
Missed in last commit.  Move libltdl's pkg-* to a saner place.
02 Jul 2003 19:26:53
Original commit files touched by this commit  1.5
 This port version is marked as vulnerable.
ade search for other commits by this committer
Upgrade to libtool 1.5 after repo-copy.

Number of commits found: 36

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
xterm*Jan 06
php5-gdJan 05
awstatsJan 04
awstats-develJan 04
p5-File-PathJan 03
vimJan 02
vinagreDec 31
mplayerDec 30
mysql41-serverDec 30
mysql50-serverDec 30
mysql51-serverDec 30
mysql60-serverDec 30
roundcubeDec 30
twikiDec 30
ampacheDec 26

12 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19569
Broken 148
Deprecated 94
Ignore 570
Forbidden 10
Restricted 227
No CDROM 131
Vulnerable 54
Expired 15
Set to expire 76
Interactive 77
new 24 hours 6
new 48 hours11
new 7 days20
new fortnight59
new month117

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.258 seconds.