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/automake/Makefile
SVNWeb

Number of commits found: 58

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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)
Sun, 12 Dec 2021
[ 18:46 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:68b99b391349672d7f70e7ac89d430b8dbe32850  commit hash:68b99b391349672d7f70e7ac89d430b8dbe32850  commit hash:68b99b391349672d7f70e7ac89d430b8dbe32850  68b99b3 
devel/automake: update to 1.16.5
Wed, 29 Sep 2021
[ 19:03 Tijl Coosemans (tijl) search for other commits by this committer Author: Yasuhiro Kimura ]    commit hash:e0eccb7bba0bef8801b0bb8ba4036bf224097cf5  commit hash:e0eccb7bba0bef8801b0bb8ba4036bf224097cf5  commit hash:e0eccb7bba0bef8801b0bb8ba4036bf224097cf5  e0eccb7b 
devel/automake: Update to 1.16.4

PR:		258037
Exp-run by:	antoine
Tue, 6 Jul 2021
[ 15:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:9d12dff850d7a8e92b5c3f2178e4d0c5cc70b46f  commit hash:9d12dff850d7a8e92b5c3f2178e4d0c5cc70b46f  commit hash:9d12dff850d7a8e92b5c3f2178e4d0c5cc70b46f  9d12dff 
devel/automake: Add NO_ARCH

Approved by:	portmgr (blanket)
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.
Sat, 12 Dec 2020
[ 13:42 tijl search for other commits by this committer ] Original commit   Revision:557824
Update to 1.16.3.

PR:		251639
Exp-run by:	antoine
Sun, 26 Apr 2020
[ 09:00 tijl search for other commits by this committer ] Original commit   Revision:532998
Update devel/automake to 1.16.2.

mail/bogofilter security/ipsec-tools:
Patch Makefile.in instead of Makefile.am so automake is not required.

PR:		245599
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Thu, 18 Jul 2019
[ 18:49 tijl search for other commits by this committer ] Original commit   Revision:506870
Add patch with upstream commit a348d830659fffd2cfc42994524783b07e69b4b5:
Don't use '\n' in sed substitution.  FreeBSD sed interprets it as a
regular 'n', not as a newline.

PR:		239285
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
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)
Sat, 21 Oct 2017
[ 08:09 pi search for other commits by this committer ] Original commit   Revision:452574
devel/automake: Add license information and fix portlint warning

PR:		222341
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	tijl (maintainer timeout)
Sun, 25 Jun 2017
[ 10:50 tijl search for other commits by this committer ] Original commit   Revision:444259
- Update devel/automake to 1.15.1.
- Convert devel/elfutils to USES=autoreconf.

PR:		220152
Exp-run by:	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
Mon, 5 Oct 2015
[ 10:14 tijl search for other commits by this committer ] Original commit   Revision:398633
Add a patch for perl 5.22 which warns that unescaped left braces in
regular expressions are deprecated.

PR:		202986
Submitted by:	brnrd
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)
Sat, 28 Mar 2015
[ 18:34 robak search for other commits by this committer ] Original commit   Revision:382535
devel/automake: add CPE information

- Maintainer's timeout (autotools@FreeBSD.org)

PR:		198191
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
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)
Tue, 30 Sep 2014
[ 15:39 mat search for other commits by this committer ] Original commit   Revision:369639
Bump PORTREVISION to solve this error:
aclocal-1.14: error: couldn't open directory '/usr/local/share/aclocal': No such
file or directory

Which happens if the automake package was built before pkg 1.3.8, because
share/aclocal was part of BSD.local.dist, and was not created by this port.

Sponsored by:	Absolight
Wed, 25 Jun 2014
[ 08:58 bapt search for other commits by this committer ] Original commit   Revision:359209 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Fix build on system built WITHOUT_INFO

With hat:	portmgr
Mon, 28 Apr 2014
[ 13:54 bapt search for other commits by this committer ] Original commit   Revision:352501
Convert from USE_XZ to USES=tar:xz
Mon, 23 Sep 2013
[ 22:03 bapt search for other commits by this committer ] Original commit   Revision:328071
Support staging
Staging allows to remove post-patch and pre-su-install
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)
Sun, 8 Sep 2013
[ 08:16 az search for other commits by this committer ] Original commit   Revision:326706 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
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
Wed, 19 Dec 2012
[ 20:27 ade search for other commits by this committer ] Original commit   Revision:309265
Update to 1.12.6
Wed, 12 Dec 2012
[ 18:49 ade search for other commits by this committer ] Original commit   Revision:308778
Update to 1.12.5
Thu, 20 Sep 2012
[ 19:34 ade search for other commits by this committer ] Original commit   Revision:304593
Update to 1.12.4
Fri, 17 Aug 2012
[ 17:44 ade search for other commits by this committer ] Original commit 
Update to 1.12.3

Feature safe: yes
Tue, 10 Jul 2012
[ 21:14 ade search for other commits by this committer ] Original commit 
Update to 1.12.2 (feature safe from 1.12.1, no -exp required)
Thu, 28 Jun 2012
[ 06:19 ade search for other commits by this committer ] Original commit 
Update to 1.12.1 (essentially a no-op with some bugfixes)
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.
Tue, 3 Aug 2004
[ 22:36 ade search for other commits by this committer ] Original commit  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.

This marks the end of "Phase 1" of the autotools updates.
Sun, 28 Mar 2004
[ 22:30 ade search for other commits by this committer ] Original commit 
Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention
of the autotools project to remove all but the latest versions of
libtool, autoconf, and automake, by 31st December 2004.

Note that autoconf259 and automake18 aren't yet accessible through the
relevant USE_* knobs, but will be as soon as bsd.autotools.mk comes into
existence.
Sun, 29 Jun 2003
[ 01:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnames
away from using the version number twice.

Unbreak automake17, base on work from Rui Lopes <rui@ruilopes.com>
Mon, 9 Jun 2003
[ 23:40 ade search for other commits by this committer ] Original commit 
Assume maintainership as part of the whole "gnutools" integration process.
Sun, 8 Jun 2003
[ 21:13 will search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
[ 21:06 will search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
        REST IN PEACE
        Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
Fri, 7 Mar 2003
[ 06:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 552 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Fri, 28 Feb 2003
[ 22:53 kris search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
Fri, 1 Nov 2002
[ 13:09 alane search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
[ 04:17 alane search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Changed MAINTAINER to my FreeBSD address.
Mon, 21 Oct 2002
[ 00:04 alane search for other commits by this committer ] Original commit 
Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets.
Sun, 13 Oct 2002
[ 13:04 alane search for other commits by this committer ] Original commit 
1. Made post-install DESTDIR-safe.
2. Made nicer message when USE_AUTOMAKE* is defined.
3. Removed unneeded WRKSRC= line.
Mon, 16 Sep 2002
[ 07:51 alane search for other commits by this committer ] Original commit 
Take maintainership since Ade Lovett departed and I know these programs
pretty well.
Sat, 14 Sep 2002
[ 13:32 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
Sat, 7 Sep 2002
[ 08:44 ade search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Relinquish all my ports.
Thu, 1 Aug 2002
[ 02:38 ade search for other commits by this committer ] Original commit 
Stage a mini-coup, and borrow these ports from portmgr@ for a while,
since I'm doing most of the updating, and am working on a
port/Mk/bsd.<gnublah>.mk to move some cruft around.

Sponsored by:   Mr. Smith and Mr. Wesson. :)
Tue, 30 Oct 2001
[ 08:28 sobomax search for other commits by this committer ] Original commit 
Put back PORTEPOCH, which was erroneously deleted in one of the previous  
commits. Repeat after me: once set PORTEPOCH could not be decreased or  
deleted.    
Mon, 29 Oct 2001
[ 01:46 obrien search for other commits by this committer ] Original commit 
[Re]Update to version 1.5.    
Mon, 8 Oct 2001
[ 08:24 sobomax search for other commits by this committer ] Original commit 
(portmgr@ hat on)    
Sun, 7 Oct 2001
[ 13:18 demon search for other commits by this committer ] Original commit 
Update to version 1.5.    
Sat, 11 Aug 2001
[ 10:32 sobomax search for other commits by this committer ] Original commit 
Turn famous `duplicated macro ...' into a warning rather than an error.    
Fri, 20 Jul 2001
[ 19:01 demon search for other commits by this committer ] Original commit 
Update to 1.4-p5.    
[ 19:00 demon search for other commits by this committer ] Original commit 
Update to 1.4-p4.  patch-ac was integrated into distribution.   MAINTAINER
timeout.    
Sat, 15 Jul 2000
[ 20:07 ade search for other commits by this committer ] Original commit 
Persuade automake to look not only in ${PREFIX}/share/aclocal   (ie:
${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra   patch and some
configure-time substitution    

Number of commits found: 58