Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Aug 2023 00:18:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272961] devel/msbuild: Avoid MSBuild error MSB1008
Message-ID:  <bug-272961-7788-VD6McaLMEB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272961-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272961-7788@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=3D272961

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org

--- Comment #2 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your submission.
Would you be interested in taking up maintainership of this port?  It is qu=
ite
a bit out of date and could benefit from some attention.

As for your patch, please do not use REINPLACE_CMD for static replacements =
as
per Porter's Handbook.  I recommend having a patch file that adds something
like

    /m:%%MAKE_JOBS_NUMBER%%

and to then just have

    ${REINPLACE_CMD} -e s/%%MAKE_JOBS_NUMBER%%/${MAKE_JOBS_NUMBER}
${WRKSRC}/build/build.sh

I also recommend doing this dynamic replacement in pre-configure so it's ea=
sy
to run "make makepatch" after "make patch" (but not "make configure") to
regenerate the patches.

--=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-272961-7788-VD6McaLMEB>