Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17 20 Jul 2024 11:27:02 |
Tijl Coosemans (tijl) |
devel/automake: Update to 1.17
biology/libneurosim: Fix use of libltdl.
dns/ddclient: Take out -Werror.
lang/sdcc:
- Patching ARCH is no longer needed. Remove it because it touched some
configure.ac files and that causes other autotools files to appear
out-of-date.
- Run autoreconf in WRKSRC/device/lib/pic14 because aclocal.m4 and
config.h.in appear out-of-date.
net/rpki-client: Patch Makefile.in instead of Makefile.am to avoid
autotools.
sysutils/genimage: Run configure with --disable-silent-rules because
upstream changed the default to silent and when silent rules are
enabled it also runs make with --no-print-directory which is a gmake
flag. Patch Makefile.am so it uses --no-print-directory depending on
the actual verbosity instead of the default.
PR: 280277
Exp-run by: antoine |
1.16.5_2 14 Jun 2024 13:08:44 |
Tijl Coosemans (tijl) |
devel/automake: Support python 3.10+
Add a patch that combines the following upstream commits:
https://git.savannah.gnu.org/cgit/automake.git/commit/?id=930a9a73f4bb7
https://git.savannah.gnu.org/cgit/automake.git/commit/?id=3cd8f54560c1e
https://git.savannah.gnu.org/cgit/automake.git/commit/?id=6b4304c121618
PR: 279687 |
1.16.5_1 27 Jan 2024 00:30:40 |
Muhammad Moinur Rahman (bofh) |
devel/automake: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.16.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.16.5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.16.5 12 Dec 2021 18:46:22 |
Tijl Coosemans (tijl) |
devel/automake: update to 1.16.5 |
1.16.4 29 Sep 2021 19:03:15 |
Tijl Coosemans (tijl) Author: Yasuhiro Kimura |
devel/automake: Update to 1.16.4
PR: 258037
Exp-run by: antoine |
1.16.3 06 Jul 2021 15:00:47 |
Po-Chuan Hsieh (sunpoet) |
devel/automake: Add NO_ARCH
Approved by: portmgr (blanket) |
1.16.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16.3 12 Dec 2020 13:42:04 |
tijl |
Update to 1.16.3.
PR: 251639
Exp-run by: antoine |
1.16.2 26 Apr 2020 09:00:01 |
tijl |
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 |
1.16.1_2 18 Jul 2019 18:49:34 |
tijl |
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> |
1.16.1_1 10 Nov 2018 18:12:58 |
bapt |
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 |
1.16.1 10 Sep 2018 13:14:52 |
mat |
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 |
1.16.1 06 Jul 2018 13:41:23 |
tijl |
Add patch to fix parallel build.
PR: 229522 |
1.16.1 14 Jun 2018 12:47:58 |
tijl |
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) |
1.15.1 21 Oct 2017 08:09:07 |
pi |
devel/automake: Add license information and fix portlint warning
PR: 222341
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: tijl (maintainer timeout) |
1.15.1 25 Jun 2017 10:50:19 |
tijl |
- Update devel/automake to 1.15.1.
- Convert devel/elfutils to USES=autoreconf.
PR: 220152
Exp-run by: antoine |
1.15_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.15_1 05 Oct 2015 10:14:46 |
tijl |
Add a patch for perl 5.22 which warns that unescaped left braces in
regular expressions are deprecated.
PR: 202986
Submitted by: brnrd |
1.15 06 Aug 2015 09:18:37 |
tijl |
Pick up autotools@ ports.
Approved by: portmgr (bapt) |
1.15 28 Mar 2015 18:34:46 |
robak |
devel/automake: add CPE information
- Maintainer's timeout (autotools@FreeBSD.org)
PR: 198191
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
1.15 23 Jan 2015 18:54:02 |
tijl |
- 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) |
1.14_1 09 Dec 2014 10:37:00 |
bapt |
cleanup plist |
1.14_1 30 Sep 2014 15:39:47 |
mat |
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 |
1.14 22 Sep 2014 05:47:33 |
bapt |
Update to 1.3.8 Changes:
- Plist parser do not accept modes like o+w g+s u+r
- @owner/@group with no argument reset the default ownership to root/wheel
- Plug regression tests into the release mechanism as mandatory
- Allow url in repository configuration to be overriden by another configuration
file
- If one of -P, -I or -R is not explicitly given on the command line do not emit
error messages while searching for a mechanism to find data about the latest
available ports.
- External keywords can now take arguments
- Directories under PREFIX are automatically handled and removed if needed
- MTREE are not packaged anymore neither extracted on final installation
- OS major checking (to determine if pkg is running on an upgraded base system)
uses the same mechanism as ABI detection instead of relying on UNAME_r which
can have false positivie on jails (Only the first 15 lines of the commit message are shown above ) |
1.14 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.14 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
1.14 28 Apr 2014 13:54:37 |
bapt |
Convert from USE_XZ to USES=tar:xz |
1.14 23 Sep 2013 22:03:42 |
bapt |
Support staging
Staging allows to remove post-patch and pre-su-install |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.14 08 Sep 2013 08:16:43 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.14 16 Jul 2013 05:42:37 |
ade |
- 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 |
1.12.6 19 Dec 2012 20:27:07 |
ade |
Update to 1.12.6 |
1.12.5 12 Dec 2012 18:49:18 |
ade |
Update to 1.12.5 |
1.12.4 20 Sep 2012 19:34:54 |
ade |
Update to 1.12.4 |
1.12.3 17 Aug 2012 17:44:00 |
ade |
Update to 1.12.3
Feature safe: yes |
1.12.2 10 Jul 2012 21:14:27 |
ade |
Update to 1.12.2 (feature safe from 1.12.1, no -exp required) |
1.12.1 28 Jun 2012 06:19:24 |
ade |
Update to 1.12.1 (essentially a no-op with some bugfixes) |
1.12 11 May 2012 20:38:09 |
ade |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
1.11.1 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.11.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.11.1 08 Dec 2010 19:58:49 |
ade |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates. |
1.5 03 Aug 2004 22:36:52 |
ade |
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. |
1.5 29 Mar 2004 21:04:52 |
ade |
Add SIZE to distinfo's
Prompted by: trevor |
1.5 28 Mar 2004 22:30:22 |
ade |
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. |
1.5 29 Jun 2003 01:58:53 |
ade |
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> |
1.5 09 Jun 2003 23:40:13 |
ade |
Assume maintainership as part of the whole "gnutools" integration process. |
1.5 08 Jun 2003 21:13:49 |
will |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
1.5 08 Jun 2003 21:06:22 |
will |
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. |
1.5 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.5 28 Feb 2003 22:53:02 |
kris |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
1.5 01 Nov 2002 13:09:32 |
alane |
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.... |
1.5 01 Nov 2002 04:17:51 |
alane |
Changed MAINTAINER to my FreeBSD address. |
1.5 21 Oct 2002 00:04:38 |
alane |
Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets. |
1.5 15 Oct 2002 06:52:34 |
alane |
Renamed patch files to sensible names. |
1.5 13 Oct 2002 13:04:06 |
alane |
1. Made post-install DESTDIR-safe.
2. Made nicer message when USE_AUTOMAKE* is defined.
3. Removed unneeded WRKSRC= line. |
1.5 16 Sep 2002 07:51:45 |
alane |
Take maintainership since Ade Lovett departed and I know these programs
pretty well. |
1.5 14 Sep 2002 13:32:07 |
sobomax |
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.) |
1.5 07 Sep 2002 08:44:49 |
ade |
Relinquish all my ports. |
1.5 01 Aug 2002 02:38:31 |
ade |
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. :) |
30 Oct 2001 12:57:36 |
sobomax |
Fix pkg-plist. |
30 Oct 2001 08:28:07 |
sobomax |
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. |
29 Oct 2001 01:46:00 |
obrien |
[Re]Update to version 1.5. |
08 Oct 2001 08:24:07 |
sobomax |
(portmgr@ hat on) |
07 Oct 2001 13:18:35 |
demon |
Update to version 1.5. |
11 Aug 2001 10:32:09 |
sobomax |
Turn famous `duplicated macro ...' into a warning rather than an error. |
20 Jul 2001 19:01:33 |
demon |
Update to 1.4-p5. |
20 Jul 2001 19:00:51 |
demon |
Update to 1.4-p4. patch-ac was integrated into distribution. MAINTAINER
timeout. |
20 Mar 2001 20:33:39 |
demon |
Add WWW line. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
19 Jul 2000 11:44:14 |
knu |
- Do not read a file more than once, where the sameness is judged by the
inode numbers of files. |
15 Jul 2000 20:07:48 |
ade |
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 |
03 Jun 2000 01:49:39 |
asami |
Don't remove share/aclocal. |