Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2018 22:00:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224244] make reinstall and FORCE_PKG_REGISTER  does not work
Message-ID:  <bug-224244-13-3Jt6qGNAIv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224244-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224244-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=3D224244

Bryan Drewery <bdrewery@FreeBSD.org> changed:

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

--- Comment #12 from Bryan Drewery <bdrewery@FreeBSD.org> ---
(In reply to w.schwarzenfeld from comment #11)
> I see no big work, if I am right all what is to do is:
> bsd.port.mk
> 3703 reinstall:
>    3704         @${RM} ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
>    3705 -       @cd ${.CURDIR} && DEPENDS_TARGET=3D"${DEPENDS_TARGET}" ${=
MAKE}
> install
>    3706 +        @cd ${.CURDIR} && ${MAKE} deinstall && ${MAKE} install
>    3707 .endif

Pretty much it looks right. I don't know what's up with DEPENDS_TARGET ther=
e.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224244-13-3Jt6qGNAIv>