Bug 243189 - www/webkit2-gtk3: Problem with bsd.port.mk file
Summary: www/webkit2-gtk3: Problem with bsd.port.mk file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-08 14:47 UTC by Sergey
Modified: 2020-01-08 15:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey 2020-01-08 14:47:35 UTC
Hello.
I've updated ports today (Wed Jan  8 17:44:28 +03 2020) and now get some error 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/=/ /}
        @${RLN} `which ${src}` ${BINARY_LINKDIR}/${target}
.endfor
.endif
.endif
>

Best regards,
Sergey.