notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/autotools/Makefile
SVNWeb

Number of commits found: 28

Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 8 Jun 2022
[ 16:24 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:bd70827c22827422583d9bd6963636ef4f2d5623  commit hash:bd70827c22827422583d9bd6963636ef4f2d5623  commit hash:bd70827c22827422583d9bd6963636ef4f2d5623  bd70827  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
devel/autoconf: update to 2.71

- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.

PR:		258046
Exp-run by:	antoine
Fri, 27 May 2022
[ 09:51 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:ec2102597a4ed2e4c9075d3c4b6399e13c0956c2  commit hash:ec2102597a4ed2e4c9075d3c4b6399e13c0956c2  commit hash:ec2102597a4ed2e4c9075d3c4b6399e13c0956c2  ec21025  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
devel/autoconf*: restructure to prepare for 2.71

- Rename autoconf 2.13 port directory, package, and command all to
  autoconf2.13 just like ports like perl and python.
- Let USES=autoreconf run gtkdocize if necessary.
- Rewrite autoconf-wrapper and rename it autoconf-switch to reflect
  better what it does.
- Delete patch-bison.  It has been reverted upstream.
- Add a patch to let autoreconf set the AUTOCONF environment variable
  so subprocesses like automake use the correct version.
- Make building of info files optional.
- Address portlint, portclippy, portfmt issues in devel/autoconf*.

PR:		259556, 263970
Fri, 11 Mar 2022
[ 16:25 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:87aac03d65ab1b853ada0a9f0b284f82276e41a2  commit hash:87aac03d65ab1b853ada0a9f0b284f82276e41a2  commit hash:87aac03d65ab1b853ada0a9f0b284f82276e41a2  87aac03 
devel/autotools: convert to USES=metaport
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 9 Oct 2019
[ 14:14 tobik search for other commits by this committer ] Original commit   Revision:514157 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Drop nop NO_FETCH, NO_WRKSRC, NO_MAN, NOMAN
Thu, 14 Jun 2018
[ 12:47 tijl search for other commits by this committer ] Original commit   Revision:472376 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Update automake to 1.16.1.  Also remove automake-wrapper.  We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 6 Aug 2015
[ 09:18 tijl search for other commits by this committer ] Original commit   Revision:393644
Pick up autotools@ ports.

Approved by:	portmgr (bapt)
Mon, 27 Jul 2015
[ 21:25 rene search for other commits by this committer ] Original commit   Revision:393037
Remove expired devel/automake14 and adjust dependency in devel/autotools

PR:		201801 (exp-run)
Submitted by:	myself
Approved by:	autotools (ade), portmgr (mat)
Fri, 23 Jan 2015
[ 18:54 tijl search for other commits by this committer ] Original commit   Revision:377757 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Update devel/automake to 1.15
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
  compiler during linking.  Add the same fix to USES=libtool.  This should
  improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
  AC_CONFIG_AUX_DIR appears earlier.
  For databases/libmemcached changing configure.ac causes manpages to be
  regenerated which requires extra dependencies so patch a makefile to
  prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
  automake

PR:		196938
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Wed, 17 Sep 2014
[ 13:40 tijl search for other commits by this committer ] Original commit   Revision:368373
Require libtoolize instead of libtool
Mon, 10 Feb 2014
[ 07:45 miwi search for other commits by this committer ] Original commit   Revision:343596
- Stage support
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Tue, 16 Jul 2013
[ 05:42 ade search for other commits by this committer ] Original commit   Revision:323088 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
Fri, 11 May 2012
[ 20:38 ade search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Update autoconf to 2.69 and automake to 1.12

PR:             166836
Tested by:      Multiple -exp runs (pav)
Wed, 8 Dec 2010
[ 19:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Sat, 16 Oct 2010
[ 11:44 ade search for other commits by this committer ] Original commit 
Bump autoconf 2.67->2.68 -- will deal with any fallout.
Thu, 7 Oct 2010
[ 16:54 ade search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Complete de-orbit burn sequence for automake19 and automake110.

Special thanks to Travis Thaxton (travis <at> thax.org) for his recent
kind hardware donation, without which this particular part of the
never-ending autotools work would have taken _considerably_ longer to do.
Fri, 24 Sep 2010
[ 03:24 ade search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Purge automake15 from existence.  Only a few more to go now.
Thu, 23 Sep 2010
[ 00:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Purge 3 outdated, old-and-busted, versions of automake as part of
ongoing cleanup to find sanity in the world.

Feature safe:   yes (surprisingly)
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Wed, 16 Dec 2009
[ 11:21 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org.  This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create.  (A huge number of ports depend on these, so -exp runs are
required.)

Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.

Hat:            portmgr
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Sat, 17 May 2008
[ 19:42 ade search for other commits by this committer ] Original commit 
Introduce autoconf 2.62, which can now be used by other ports with the
appropriate USE_AUTOTOOLS stanza.

Note that the mass-conversion from autoconf 2.61 -> 2.62 will take place
at a later date.
Sun, 30 Sep 2007
[ 04:47 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Sat, 28 Jul 2007
[ 06:33 ade search for other commits by this committer ] Original commit  (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
Update to the autotools new world order.

Tested by:      numerous package build runs
Approved by:    portmgr
Thanks to:      des, kris, linimon, pav

Number of commits found: 28