Date: Fri, 26 Jan 2024 15:00:33 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276643] sysutils/e2fsprogs: Fails to build after sysutils/e2fsprogs-core PORTREVISION bump Message-ID: <bug-276643-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276643 Bug ID: 276643 Summary: sysutils/e2fsprogs: Fails to build after sysutils/e2fsprogs-core PORTREVISION bump Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mandree@FreeBSD.org Reporter: junchoon@dec.sakura.ne.jp Assignee: mandree@FreeBSD.org Flags: maintainer-feedback?(mandree@FreeBSD.org) sysutils/e2fsprogs mis-uses version comparison on BUILD_DEPENDS line, causi= ng build failure after recent PORTREVISION bump of sysutils/e2fsprogs-core at = git ports 430da911bcbbabafaaf2602ab4e30ba7b22d624d. Not sure why it worked before, but make(1) manpage states as below, > All comparisons may use the operators =E2=80=98=3D=3D=E2=80=99 and =E2=80= =98!=3D=E2=80=99. Numeric comparisons > may also use the operators =E2=80=98<=E2=80=99, =E2=80=98<=3D=E2=80=99, = =E2=80=98>=E2=80=99 and =E2=80=98>=3D=E2=80=99. but '=3D' is used. Not sure why, but fixing '=3D' to '=3D=3D' didn't work, but reverting git p= orts aeed96e0b18fdb062a343271c03663f31acfc37e helped. Maybe some processing in Mk/bsd.ports.mk or something is prohibiting '=3D= =3D' comparison. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276643-7788>