[Bug 207265] [PATCH] irc/ircd-ratbox pre-build target broken
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 17 00:45:59 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207265
--- Comment #1 from John Marshall <John.Marshall at riverwillow.com.au> ---
Created attachment 167103
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167103&action=edit
Extract bsd.port.options.mk from the middle of the pre-build target script
Guessing that moving the bsd.port.options.mk .include into the middle of the
pre-build target script in r408952 was unintentional. This is what it does...
rwsrv04# cd irc/ircd-ratbox
rwsrv04# make clean
make: "/build/ports/irc/ircd-ratbox/Makefile" line 135: Unassociated shell
command "@${ECHO_MSG} "Executing ircd-shortcut.pl for ircd-shortcuts
generation.""
make: "/build/ports/irc/ircd-ratbox/Makefile" line 136: Unassociated shell
command "${PERL} ${WRKSRC}/contrib/ircd-shortcut.pl"
make: Fatal errors encountered -- cannot continue
make: stopped in /build/ports/irc/ircd-ratbox
The attached patch relocates the .include, hopefully to its proper place.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list