Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2019 15:12:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 236447] www/firefox: Silence pkg-deinstall error
Message-ID:  <bug-236447-21738-VRWICisVhq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236447-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236447-21738@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=3D236447

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #202770|maintainer-approval?(gecko@ |maintainer-approval+
              Flags|FreeBSD.org)                |

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 202770
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202770
firefox.diff

This file predates www/firefox. I'm not even sure why it's required. Howeve=
r,
rmdir lines were added in ports r400042, so this change looks reasonable.

> +rmdir ${MOZDIR}/chrome > /dev/null 2>&1
> +rmdir ${MOZDIR} > /dev/null 2>&1

rmdir(1) doesn't print to stdout unless -v flag is specified, so 2>/dev/null
would've been enough. Doesn't matter either way.

--=20
You are receiving this mail because:
You are the assignee for the bug.
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-236447-21738-VRWICisVhq>