Port details |
- libtool15 Generic shared library support script
- 1.5.26 devel
=357 1.5.26Version of this port present on the latest quarterly branch.
- Maintainer: ade@FreeBSD.org
- Port Added: 2003-07-02 18:27:27
- Last Update: 2009-08-02 19:36:34
- SVN Revision: UNKNOWN
- People watching this port, also watch:: libiconv, gettext, gmake, m4, expat
- License: not specified in port
- WWW:
- http://www.gnu.org/software/libtool/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libtool>0:devel/libtool15
- No installation instructions:
- This port has been deleted.
- PKGNAME: libtool
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.26 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.5.26 21 Aug 2008 06:18:49 |
rafan |
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 ) |
1.5.26 06 Jun 2008 02:36:00 |
ade |
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 |
1.5.24 30 Sep 2007 05:43:29 |
ade |
Update to 1.5.24 |
1.5.22_4 23 Jul 2007 09:36:52 |
rafan |
- 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 |
1.5.22_4 27 Mar 2007 01:44:26 |
linimon |
I meant to revert the previous commit, not change the assignment to
something else.
Pointed out by: mezz |
1.5.22_4 27 Mar 2007 01:23:57 |
linimon |
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 |
1.5.22_4 27 Mar 2007 00:34:04 |
jylefort |
Take maintainership.
Approved by: maintainer timeout (16 days) |
1.5.22_4 28 Feb 2007 15:59:04 |
ade |
* 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. |
1.5.22_3 31 Jan 2007 01:45:16 |
ade |
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 |
1.5.22_2 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.5.22_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.5.22_1 24 Dec 2005 20:15:41 |
ade |
Fix pthread handling
Submitted by: marcus |
1.5.22 21 Dec 2005 02:26:44 |
ade |
Update to 1.5.22 |
1.5.20 14 Nov 2005 03:05:47 |
ade |
Add SHA256 |
1.5.20 02 Sep 2005 21:28:08 |
ade |
Update to 1.5.20 |
1.5.18 17 Jun 2005 17:12:01 |
ade |
Update to 1.5.18
More robust -pthread hack obtained from dfports.
Tested with: full build of x11/gnome2 and x11/kde3 |
1.5.10_1 16 Jun 2005 17:29:45 |
ade |
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. |
1.5.10_1 15 Jun 2005 06:28:34 |
ade |
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. |
1.5.10_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.5.10_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.5.10_1 07 Mar 2005 18:09:29 |
kwm |
Add a patch to support gnome 2.10 sharedlib version.
Patch made by ahze limited testing done by me.
Obtained from: libtool cvs. |
1.5.10 28 Feb 2005 23:32:14 |
ade |
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. |
1.5.10 15 Oct 2004 04:58:01 |
ade |
Too clever for my own good. Unbreak libltdl15.
Submitted by: sf |
1.5.10 14 Oct 2004 20:48:17 |
ade |
Update to 1.5.10, use INFO, and other minor cleanups. |
1.5.8 16 Aug 2004 17:48:27 |
ade |
Update to 1.5.8 |
1.5.6_1 03 Aug 2004 22:58:11 |
ade |
Long-overdue cosmetic cleanups. |
1.5.6_1 01 Jul 2004 22:23:11 |
ale |
Remove empty patchfile. |
1.5.6_1 01 Jul 2004 17:06:41 |
ade |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
1.5.6 13 May 2004 20:50:42 |
ade |
Update to 1.5.6 |
1.5.2_1 15 Feb 2004 06:03:23 |
ade |
Fix pkg-plist.
Reported by: many
Typo by: ade |
1.5.2 13 Feb 2004 20:19:49 |
ade |
Symlink vulnerability: http://www.securityfocus.com/archive/1/352333
Fix: http://www.securityfocus.com/archive/1/352519
PR: ports/62786
Submitted by: eik |
1.5 11 Feb 2004 19:14:58 |
ade |
Minor COMMENT cosmetic changes |
1.5 16 Oct 2003 23:54:03 |
ade |
Switch pre-everything: target to pre-everything::
PR: ports/58148 (partial)
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
1.5 14 Oct 2003 03:46:47 |
ade |
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. |
1.5 02 Jul 2003 18:52:30 |
ade |
Missed in last commit. Move libltdl's pkg-* to a saner place. |
1.5 02 Jul 2003 18:26:53 |
ade |
Upgrade to libtool 1.5 after repo-copy. |