| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: devel/libtool15/Makefile |
|
CVSWeb
|
Number of commits found: 33 |
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
|
Fri, 6 Jun 2008
|
[ 03:36 ade ]
1.13 comms/aldo/Makefile
1.76 devel/automake110/Makefile
1.81 devel/gettext/Makefile
1.61 devel/libtool15/Makefile
1.36 devel/m4/Makefile
1.4 dns/dnswall/Makefile
1.33 misc/iso-codes/Makefile
1.33 misc/sword/Makefile
1.27 devel/automake110/distinfo
1.17 devel/gettext/distinfo
(Only the first 10 of 18 ports in this commit are shown above. )
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
|
|
Sun, 30 Sep 2007
|
[ 06:43 ade ]
1.10 devel/libltdl15/Makefile
1.60 devel/libtool15/Makefile
1.15 devel/libtool15/distinfo
1.2 devel/libtool15/files/patch-libltdl-configure
Update to 1.5.24
|
|
Mon, 23 Jul 2007
|
[ 10:36 rafan ]
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile
(Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
|
Tue, 27 Mar 2007
|
[ 02:44 linimon ]
1.58 devel/libtool15/Makefile
I meant to revert the previous commit, not change the assignment to
something else.
Pointed out by: mezz
|
[ 02:23 linimon ]
1.57 devel/libtool15/Makefile
1.28 Mk/bsd.autotools.mk
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
|
[ 01:34 jylefort ]
1.56 devel/libtool15/Makefile
1.27 Mk/bsd.autotools.mk
Take maintainership.
Approved by: maintainer timeout (16 days)
|
|
Wed, 28 Feb 2007
|
[ 15:59 ade ]
1.9 devel/libltdl15/Makefile
1.55 devel/libtool15/Makefile
1.1 devel/libtool15/files/patch-libltdl-Makefile.in
1.1 devel/libtool15/files/patch-libltdl-configure
* 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.
|
|
Wed, 31 Jan 2007
|
[ 01:45 ade ]
1.8 devel/libltdl15/Makefile
1.54 devel/libtool15/Makefile
1.1 devel/libtool15/files/patch-libltdl-acinclude.m4
1.1 devel/libtool15/files/patch-ltdl.m4
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
|
|
Thu, 4 May 2006
|
[ 22:41 edwin ]
1.12 databases/cyrus-imspd/Makefile
1.3 databases/cyrus-smlacapd/Makefile
1.63 databases/db3/Makefile
1.56 databases/db4/Makefile
1.10 databases/dbf/Makefile
1.12 databases/dbmetrix/Makefile
1.5 databases/dbow/Makefile
1.14 databases/dbtool/Makefile
1.15 databases/dbview/Makefile
1.37 databases/firebird-devel/Makefile
(Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
|
Sat, 24 Dec 2005
|
[ 20:15 ade ]
1.51 devel/libtool15/Makefile
1.6 devel/libtool15/files/patch-ltmain.sh
Fix pthread handling
Submitted by: marcus
|
|
Wed, 21 Dec 2005
|
[ 02:26 ade ]
1.50 devel/libtool15/Makefile
1.14 devel/libtool15/distinfo
Update to 1.5.22
|
|
Fri, 2 Sep 2005
|
[ 22:28 ade ]
1.49 devel/libtool15/Makefile
1.12 devel/libtool15/distinfo
1.6 devel/libtool15/files/patch-af
Update to 1.5.20
|
|
Fri, 17 Jun 2005
|
[ 18:12 ade ]
1.48 devel/libtool15/Makefile
1.11 devel/libtool15/distinfo
1.5 devel/libtool15/files/patch-af
1.5 devel/libtool15/files/patch-ltmain.sh
1.12 devel/libtool15/pkg-plist
Update to 1.5.18
More robust -pthread hack obtained from dfports.
Tested with: full build of x11/gnome2 and x11/kde3
|
|
Thu, 16 Jun 2005
|
[ 18:29 ade ]
1.60 devel/autoconf213/Makefile
1.55 devel/autoconf253/Makefile
1.63 devel/autoconf259/Makefile
1.57 devel/automake14/Makefile
1.48 devel/automake15/Makefile
1.64 devel/automake19/Makefile
1.40 devel/libtool13/Makefile
1.47 devel/libtool15/Makefile
1.10 Mk/bsd.autotools.mk
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.
|
|
Wed, 15 Jun 2005
|
[ 07:28 ade ]
1.59 devel/autoconf213/Makefile
1.54 devel/autoconf253/Makefile
1.62 devel/autoconf259/Makefile
1.56 devel/automake14/Makefile
1.47 devel/automake15/Makefile
1.63 devel/automake19/Makefile
1.39 devel/libtool13/Makefile
1.46 devel/libtool15/Makefile
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.
|
|
Tue, 12 Apr 2005
|
[ 04:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
|
Mon, 11 Apr 2005
|
[ 09:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
Mon, 7 Mar 2005
|
[ 18:09 kwm ]
1.43 devel/libtool15/Makefile
1.4 devel/libtool15/files/patch-ltmain.sh
Add a patch to support gnome 2.10 sharedlib version.
Patch made by ahze limited testing done by me.
Obtained from: libtool cvs.
|
|
Mon, 28 Feb 2005
|
[ 23:32 ade ]
1.56 devel/autoconf213/Makefile
1.51 devel/autoconf253/Makefile
1.59 devel/autoconf259/Makefile
1.53 devel/automake14/Makefile
1.43 devel/automake15/Makefile
1.59 devel/automake19/Makefile
1.36 devel/libtool13/Makefile
1.42 devel/libtool15/Makefile
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.
|
|
Fri, 15 Oct 2004
|
[ 05:58 ade ]
1.41 devel/libtool15/Makefile
Too clever for my own good. Unbreak libltdl15.
Submitted by: sf
|
|
Thu, 14 Oct 2004
|
[ 21:48 ade ]
1.40 devel/libtool15/Makefile
1.10 devel/libtool15/distinfo
1.6 devel/libtool15/files/patch-aa
1.7 devel/libtool15/files/patch-ab
1.11 devel/libtool15/pkg-plist
Update to 1.5.10, use INFO, and other minor cleanups.
|
|
Mon, 16 Aug 2004
|
[ 18:48 ade ]
1.39 devel/libtool15/Makefile
1.9 devel/libtool15/distinfo
Update to 1.5.8
|
|
Tue, 3 Aug 2004
|
[ 23:58 ade ]
1.54 devel/autoconf213/Makefile
1.49 devel/autoconf253/Makefile
1.57 devel/autoconf259/Makefile
1.51 devel/automake14/Makefile
1.41 devel/automake15/Makefile
1.52 devel/automake18/Makefile
1.34 devel/libtool13/Makefile
1.38 devel/libtool15/Makefile
Long-overdue cosmetic cleanups.
|
|
Thu, 1 Jul 2004
|
[ 18:06 ade ]
1.464 MOVED
1.14 audio/pd/Makefile
1.2 audio/swami/Makefile
1.8 audio/xmms-imms/Makefile
1.9 databases/dbconnect/Makefile
1.22 databases/firebird-devel/Makefile
1.38 databases/freetds/Makefile
1.11 databases/mysql-administrator/Makefile
1.8 databases/pgcluster/Makefile
1.8 deskutils/multisync/Makefile
(Only the first 10 of 70 ports in this commit are shown above. )
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
|
Thu, 13 May 2004
|
[ 21:50 ade ]
1.36 devel/libtool15/Makefile
1.8 devel/libtool15/distinfo
Update to 1.5.6
|
|
Sun, 15 Feb 2004
|
[ 06:03 ade ]
1.35 devel/libtool15/Makefile
1.10 devel/libtool15/pkg-plist
Fix pkg-plist.
Reported by: many
Typo by: ade
|
|
Fri, 13 Feb 2004
|
[ 20:19 ade ]
1.34 devel/libtool15/Makefile
1.7 devel/libtool15/distinfo
1.6 devel/libtool15/files/patch-ab
Symlink vulnerability: http://www.securityfocus.com/archive/1/352333
Fix: http://www.securityfocus.com/archive/1/352519
PR: ports/62786
Submitted by: eik
|
|
Wed, 11 Feb 2004
|
[ 19:14 ade ]
1.31 devel/libtool13/Makefile
1.33 devel/libtool14/Makefile
1.33 devel/libtool15/Makefile
Minor COMMENT cosmetic changes
|
|
Fri, 17 Oct 2003
|
[ 00:54 ade ]
1.30 devel/libtool13/Makefile
1.32 devel/libtool14/Makefile
1.32 devel/libtool15/Makefile
Switch pre-everything: target to pre-everything::
PR: ports/58148 (partial)
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
Tue, 14 Oct 2003
|
[ 04:46 ade ]
1.31 devel/libtool14/Makefile
1.31 devel/libtool15/Makefile
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.
|
|
Wed, 2 Jul 2003
|
[ 19:26 ade ]
1.1176 devel/Makefile
1.2 devel/libltdl/Makefile
1.30 devel/libtool15/Makefile
1.6 devel/libtool15/distinfo
1.5 devel/libtool15/files/patch-aa
1.5 devel/libtool15/files/patch-ab
1.10 devel/libtool15/files/patch-ad
1.4 devel/libtool15/files/patch-ae
1.4 devel/libtool15/files/patch-af
1.2 devel/libtool15/files/patch-libtoolize.in
(Only the first 10 of 13 ports in this commit are shown above. )
Upgrade to libtool 1.5 after repo-copy.
|
Number of commits found: 33 |