| 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/automake110/Makefile |
|
CVSWeb
|
Number of commits found: 11 |
|
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 )
|
|
Wed, 20 Aug 2008
|
[ 01:57 ade ]
1.1670 MOVED
1.23 archivers/arj/Makefile
1.62 archivers/gtar/Makefile
1.7 archivers/torrentzip/Makefile
1.8 astro/gpsbabel/Makefile
1.2 audio/audiere/Makefile
1.22 audio/bmp-faad/Makefile
1.10 audio/bmp-mac/Makefile
1.8 audio/bmp-musepack/Makefile
1.32 audio/faac/Makefile
(Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
|
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, 1 Jun 2008
|
[ 10:34 ade ]
1.75 devel/automake110/Makefile
1.72 devel/automake19/Makefile
Purge 5.x support
|
|
Sat, 28 Jul 2007
|
[ 11:01 ade ]
1.69 devel/autoconf261/Makefile
1.74 devel/automake110/Makefile
Fix automake-1.10 and autoconf-2.61 correctly.
One bad merge out of 25. Sigh.
|
[ 07:33 ade ]
1.1433 MOVED
1.16 chinese/iiimf-le-newpy/Makefile
1.13 chinese/iiimf-le-ude/Makefile
1.2825 devel/Makefile
1.1 devel/autoconf-wrapper/Makefile
1.62 devel/autoconf213/Makefile
1.57 devel/autoconf253/Makefile
1.65 devel/autoconf259/Makefile
1.68 devel/autoconf261/Makefile
1.1 devel/automake-wrapper/Makefile
(Only the first 10 of 154 ports in this commit are shown above. )
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
|
|
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
|
|
Sat, 19 May 2007
|
[ 21:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Wed, 7 Feb 2007
|
[ 10:04 ade ]
1.70 devel/automake110/Makefile
Fix build on RELENG_5, by forcing the use of texinfo-4.8
Submitted by: pointyhat
|
|
Wed, 31 Jan 2007
|
[ 01:03 ade ]
1.69 devel/automake110/Makefile
1.9 devel/automake110/files/patch-aclocal.in
1.6 devel/automake110/files/patch-automake.in
Fix botched patch, ensuring that automake 1.10 actually uses
autoconf 2.61 like it's supposed to.
PR: 107672
Submitted by: Charming Sun <snnn119@gmail.com>
|
|
Thu, 7 Dec 2006
|
[ 10:57 ade ]
1.2540 devel/Makefile
1.68 devel/automake110/Makefile
1.26 devel/automake110/distinfo
1.16791 /CVSROOT/modules
1.8 devel/automake110/files/patch-aclocal.in
1.12 devel/automake110/files/patch-configure
1.5 devel/automake110/files/patch-doc::automake.texi
1.2 devel/automake110/files/patch-lib::Automake::Config.in
1.20 devel/automake110/pkg-plist
Say hello to automake 1.10 after repocopy
|
Number of commits found: 11 |