notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libtool14 Generic shared library support script (version 1.4)
1.4.3_3 devel Deleted on this many watch lists=87 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4.3_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Please use devel/libtool15 instead
Maintainer: ade@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-03-07 08:32:06
Last Update: 2004-07-01 17:06:41
SVN Revision: UNKNOWN
People watching this port, also watch:: gettext, libiconv, gmake, m4
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • >0:devel/libtool14
No installation instructions:
This port has been deleted.
PKGNAME:
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.
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:
Expand this list (7 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ade/gnu/
  3. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ade/gnu/
  4. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ade/gnu/
  5. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ade/gnu/
  6. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ade/gnu/
  7. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ade/gnu/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.3_3
01 Jul 2004 17:06:41
Original commit files touched by this commit
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!)
1.4.3_3
25 Mar 2004 04:30:59
Original commit files touched by this commit
ade search for other commits by this committer
Tag port as deprecated (will expire on 1st June 2004), with a note to
use devel/libtool15 instead.  libtool14 is all but dead.
1.4.3_3
13 Feb 2004 20:19:33
Original commit files touched by this commit
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
1.4.3_2
11 Feb 2004 19:14:58
Original commit files touched by this commit
ade search for other commits by this committer
Minor COMMENT cosmetic changes
1.4.3_2
16 Oct 2003 23:54:03
Original commit files touched by this commit
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>
1.4.3_2
14 Oct 2003 03:46:47
Original commit files touched by this commit
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.
1.4.3_2
02 Jul 2003 18:27:41
Original commit files touched by this commit
ade search for other commits by this committer
Fix installation of info files
Remove libltdl specific stuff from libtool14 (now refers to libtool15)
1.4.3_1
29 Jun 2003 14:57:19
Original commit files touched by this commit
ade search for other commits by this committer
Fix typo, pointed out by many.
1.4.3_1
29 Jun 2003 01:41:22
Original commit files touched by this commit
ade search for other commits by this committer
Minor cosmetic changes to use a single BUILD_VERSION variable to
differentiate between versions in Makefile and PLIST
1.4.3_1
28 Jun 2003 20:27:57
Original commit files touched by this commit
ade search for other commits by this committer
Fix "dreaded thread problem" on -current where multithreaded apps are
not linked with libc_r.  Bump PORTREVISION since this is a CRITICAL patch.

Submitted by:   marcus
1.4.3
26 Jun 2003 22:58:32
Original commit files touched by this commit
ade search for other commits by this committer
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:    portmgr (kris) - for the bsd.port.mk hooks
Tested by:      bento 4-exp builds (repeatedly)
1.3.4_4
13 May 2003 16:27:54
Original commit files touched by this commit
ade search for other commits by this committer
Tag 'em and grab 'em from freebsd-ports@
1.3.4_4
28 Apr 2003 17:27:29
Original commit files touched by this commit
alane search for other commits by this committer
do not have time for these
1.3.4_4
07 Mar 2003 06:01:16
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Number of commits found: 14