Date: Sun, 12 Apr 2026 04:35:32 +0000 From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d41a69799bfc - main - misc/xdelta: fix warning "underquoted definition of AM_PATH_XDELTA" Message-ID: <69db2114.1f8ae.24e866c0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=d41a69799bfc8b83c4062fc0599fe43513f1ecea commit d41a69799bfc8b83c4062fc0599fe43513f1ecea Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2026-04-12 04:35:02 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2026-04-12 04:35:02 +0000 misc/xdelta: fix warning "underquoted definition of AM_PATH_XDELTA" --- misc/xdelta/Makefile | 2 +- misc/xdelta/files/patch-xdelta.m4 | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 4a067c0f1c11..ef0e7435a0bd 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdelta PORTVERSION= 1.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc devel MASTER_SITES= http://www.mirrorservice.org/sites/vectorlinux.com/veclinux-6.0/source/extra/x-apps/xdelta/1.1.4/src/ diff --git a/misc/xdelta/files/patch-xdelta.m4 b/misc/xdelta/files/patch-xdelta.m4 new file mode 100644 index 000000000000..0665d9a1fdfe --- /dev/null +++ b/misc/xdelta/files/patch-xdelta.m4 @@ -0,0 +1,11 @@ +--- xdelta.m4.orig 2007-01-28 01:41:44 UTC ++++ xdelta.m4 +@@ -4,7 +4,7 @@ dnl + dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) + dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or + dnl +-AC_DEFUN(AM_PATH_XDELTA, ++AC_DEFUN([AM_PATH_XDELTA], + [dnl + dnl Get the cflags and libraries from the xdelta-config script + dnlhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69db2114.1f8ae.24e866c0>
