Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jan 2020 14:47:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 243189] www/webkit2-gtk3: Problem with bsd.port.mk file
Message-ID:  <bug-243189-6497-XGRqsZ5Pst@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243189-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243189-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome mailing =
list
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 243189: www/webkit2-gtk3: Problem with bsd.port.mk file
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243189



--- Description ---
Hello.
I've updated ports today (Wed Jan  8 17:44:28 +03 2020) and now get some er=
ror
with bsd.port.mk file, please see below:

> uname -a
FreeBSD KPECT 12.1-RELEASE FreeBSD 12.1-RELEASE KPECT  amd64
> pwd
/usr/ports/www/webkit2-gtk3
> make showconfig
make: "/usr/ports/Mk/bsd.port.mk" line 5116: Wrong number of words (1) in .=
for
substitution list with 2 vars
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/ports/www/webkit2-gtk3
> sed '5110,5120!d' /usr/ports/Mk/bsd.port.mk
.endif
.endif

.if !empty(BINARY_ALIAS)
.if !target(create-binary-alias)
create-binary-alias: ${BINARY_LINKDIR}
.for target src in ${BINARY_ALIAS:C/=3D/ /}
	@${RLN} `which ${src}` ${BINARY_LINKDIR}/${target}
.endfor
.endif
.endif
>

Best regards,
Sergey.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243189-6497-XGRqsZ5Pst>