Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 00:45:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207265] [PATCH] irc/ircd-ratbox pre-build target broken
Message-ID:  <bug-207265-13-swRAxPpmeH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207265-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207265-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207265

--- Comment #1 from John Marshall <John.Marshall@riverwillow.com.au> ---
Created attachment 167103
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167103&action=
=3Dedit
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.

--=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-207265-13-swRAxPpmeH>