Re: git: c8eeb158e413 - main - devel/automake: Update to 1.17
- In reply to: Tijl Coosemans : "git: c8eeb158e413 - main - devel/automake: Update to 1.17"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jul 2024 14:04:28 UTC
Am 20.07.24 um 13:29 schrieb Tijl Coosemans: > The branch main has been updated by tijl: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=c8eeb158e413fdfba1cc3f226d7c9ed8521e39af > > commit c8eeb158e413fdfba1cc3f226d7c9ed8521e39af > Author: Tijl Coosemans <tijl@FreeBSD.org> > AuthorDate: 2024-07-14 14:14:05 +0000 > Commit: Tijl Coosemans <tijl@FreeBSD.org> > CommitDate: 2024-07-20 11:27:02 +0000 > > 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 > --- > Mk/Uses/autoreconf.mk | 2 +- > biology/libneurosim/Makefile | 10 ++-- > biology/libneurosim/files/patch-configure.ac | 53 ++++++++++++++++++++++ > devel/automake/Makefile | 17 ++++--- > devel/automake/distinfo | 6 +-- > devel/automake/files/patch-Makefile.in | 14 ------ > devel/automake/files/patch-m4_python.m4 | 16 ------- > devel/automake/pkg-plist | 18 ++++---- > dns/ddclient/files/patch-configure.ac | 11 +++++ > lang/sdcc/Makefile | 33 ++------------ > lang/sdcc/pkg-plist | 1 + > net/rpki-client/Makefile | 2 +- > .../files/{patch-Makefile.am => patch-Makefile.in} | 8 ++-- > sysutils/genimage/Makefile | 1 + > sysutils/genimage/files/patch-Makefile.am | 12 +++++ > sysutils/genimage/files/patch-configure.ac | 12 +++++ > 16 files changed, 126 insertions(+), 90 deletions(-) Seems I do not have the NEWS* files in my package although DOCS was enabled. Could you add them? -- Matthias Andree FreeBSD ports committer