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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/libtool15/Makefile

Number of commits found: 34

Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Thursday, 21 Aug 2008
06:18 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
02:36 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
Original commit
Sunday, 30 Sep 2007
05:43 ade search for other commits by this committer
Update to 1.5.24
Original commit
Monday, 23 Jul 2007
09:36 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
Original commit
Tuesday, 27 Mar 2007
01:44 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
Original commit
01:23 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
Original commit
00:34 jylefort search for other commits by this committer
Take maintainership.

Approved by:    maintainer timeout (16 days)
Original commit
Wednesday, 28 Feb 2007
15:59 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.
Original commit
Wednesday, 31 Jan 2007
01:45 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
Original commit
Thursday, 4 May 2006
21:41 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Saturday, 24 Dec 2005
20:15 ade search for other commits by this committer
Fix pthread handling

Submitted by:   marcus
Original commit
Wednesday, 21 Dec 2005
02:26 ade search for other commits by this committer
Update to 1.5.22
Original commit
Friday, 2 Sep 2005
21:28 ade search for other commits by this committer
Update to 1.5.20
Original commit
Friday, 17 Jun 2005
17:12 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
Original commit
Thursday, 16 Jun 2005
17:29 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.
Original commit
Wednesday, 15 Jun 2005
06:28 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.
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 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'.
Original commit
Monday, 7 Mar 2005
18:09 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.
Original commit
Monday, 28 Feb 2005
23:32 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.
Original commit
Friday, 15 Oct 2004
04:58 ade search for other commits by this committer
Too clever for my own good.  Unbreak libltdl15.

Submitted by:   sf
Original commit
Thursday, 14 Oct 2004
20:48 ade search for other commits by this committer
Update to 1.5.10, use INFO, and other minor cleanups.
Original commit
Monday, 16 Aug 2004
17:48 ade search for other commits by this committer
Update to 1.5.8
Original commit
Tuesday, 3 Aug 2004
22:58 ade search for other commits by this committer
Long-overdue cosmetic cleanups.
Original commit
Thursday, 1 Jul 2004
17:06 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!)
Original commit
Thursday, 13 May 2004
20:50 ade search for other commits by this committer
Update to 1.5.6
Original commit
Sunday, 15 Feb 2004
06:03 ade search for other commits by this committer
Fix pkg-plist.

Reported by:    many
Typo by:        ade
Original commit
Friday, 13 Feb 2004
20:19 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
Original commit
Wednesday, 11 Feb 2004
19:14 ade search for other commits by this committer
Minor COMMENT cosmetic changes
Original commit
Thursday, 16 Oct 2003
23:54 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>
Original commit
Tuesday, 14 Oct 2003
03:46 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.
Original commit
Wednesday, 2 Jul 2003
18:26 ade search for other commits by this committer
Upgrade to libtool 1.5 after repo-copy.
Original commit

Number of commits found: 34