From nobody Mon Jul  5 12:23:41 2021
X-Original-To: office@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 08DB07CD55E
	for <office@mlmmj.nyi.freebsd.org>; Mon,  5 Jul 2021 12:23:41 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4GJPx86nF6z3GMf
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 12:23:40 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1BA325D6A
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 12:23:40 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 165CNewE077355
	for <office@FreeBSD.org>; Mon, 5 Jul 2021 12:23:40 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 165CNekq077354
	for office@FreeBSD.org; Mon, 5 Jul 2021 12:23:40 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: office@FreeBSD.org
Subject: [Bug 256821] graphics/poppler: do not depend on devel/boost-libs
Date: Mon, 05 Jul 2021 12:23:41 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256821-25061-rpFaAK3D0L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
References: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: Office applications on FreeBSD <freebsd-office.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-office
List-Help: <mailto:freebsd-office+help@freebsd.org>
List-Post: <mailto:freebsd-office@freebsd.org>
List-Subscribe: <mailto:freebsd-office+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-office+unsubscribe@freebsd.org>
Sender: owner-freebsd-office@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256821

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd8d6d6af0c7555b0bb2af494ba2b74c=
92bb7db92

commit d8d6d6af0c7555b0bb2af494ba2b74c92bb7db92
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-05 09:09:18 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-07-05 12:23:28 +0000

    graphics/poppler: make boost a build-time dependency

    Poppler uses Boost small-vectors for efficiency (over std::vector)
    when the Splash renderer is enabled. Small-vectors are header-only,
    so there is no need to depend on the whole boost-libs at runtime.

    The PR asks to drop Boost entirely; we're not going to do that,
    but as a build-dep it avoids installed-size bloat.

    Bump PORTREVISION also of related ports to make sure they are
    rebuilt; don't need to re-do all consumers because Boost was not
    linked anyway.

    PR:             256821

 graphics/poppler-glib/Makefile  | 2 +-
 graphics/poppler-qt5/Makefile   | 2 +-
 graphics/poppler-utils/Makefile | 2 +-
 graphics/poppler/Makefile       | 5 +++--
 4 files changed, 6 insertions(+), 5 deletions(-)

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

From nobody Mon Jul  5 15:05:10 2021
X-Original-To: office@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1866F11D70A1
	for <office@mlmmj.nyi.freebsd.org>; Mon,  5 Jul 2021 15:05:10 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4GJTWV07CJz4RhR
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 15:05:10 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD9DAFF
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 15:05:09 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 165F596O055451
	for <office@FreeBSD.org>; Mon, 5 Jul 2021 15:05:09 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 165F59xU055450
	for office@FreeBSD.org; Mon, 5 Jul 2021 15:05:09 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: office@FreeBSD.org
Subject: [Bug 256821] graphics/poppler: do not depend on devel/boost-libs
Date: Mon, 05 Jul 2021 15:05:10 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: adridg@freebsd.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: resolution cc bug_status
Message-ID: <bug-256821-25061-lw2Hx2YqIf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
References: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: Office applications on FreeBSD <freebsd-office.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-office
List-Help: <mailto:freebsd-office+help@freebsd.org>
List-Post: <mailto:freebsd-office@freebsd.org>
List-Subscribe: <mailto:freebsd-office+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-office+unsubscribe@freebsd.org>
Sender: owner-freebsd-office@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256821

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |adridg@freebsd.org
             Status|New                         |Closed

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

From nobody Mon Jul  5 20:00:55 2021
X-Original-To: office@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8AA717CFEAF
	for <office@mlmmj.nyi.freebsd.org>; Mon,  5 Jul 2021 20:00:55 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4GJc4l3BvZz3mM3
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 20:00:55 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57D5241F5
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 20:00:55 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 165K0t6h003041
	for <office@FreeBSD.org>; Mon, 5 Jul 2021 20:00:55 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 165K0t55003040
	for office@FreeBSD.org; Mon, 5 Jul 2021 20:00:55 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: office@FreeBSD.org
Subject: [Bug 256821] graphics/poppler: do not depend on devel/boost-libs
Date: Mon, 05 Jul 2021 20:00:55 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: graahnul.grom@gmail.com
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256821-25061-65ZS1xBBX0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
References: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: Office applications on FreeBSD <freebsd-office.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-office
List-Help: <mailto:freebsd-office+help@freebsd.org>
List-Post: <mailto:freebsd-office@freebsd.org>
List-Subscribe: <mailto:freebsd-office+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-office+unsubscribe@freebsd.org>
Sender: owner-freebsd-office@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256821

--- Comment #3 from dmn <graahnul.grom@gmail.com> ---
Thank you!

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

From nobody Mon Jul  5 20:01:59 2021
X-Original-To: office@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A43F08D031F
	for <office@mlmmj.nyi.freebsd.org>; Mon,  5 Jul 2021 20:01:59 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4GJc5z485sz3mTM
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 20:01:59 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76F0F43C9
	for <office@FreeBSD.org>; Mon,  5 Jul 2021 20:01:59 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 165K1xL1004427
	for <office@FreeBSD.org>; Mon, 5 Jul 2021 20:01:59 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 165K1xW5004426
	for office@FreeBSD.org; Mon, 5 Jul 2021 20:01:59 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: office@FreeBSD.org
Subject: [Bug 256821] graphics/poppler: do not depend on devel/boost-libs
Date: Mon, 05 Jul 2021 20:01:59 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: graahnul.grom@gmail.com
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256821-25061-5SG0F7LJAu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
References: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: Office applications on FreeBSD <freebsd-office.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-office
List-Help: <mailto:freebsd-office+help@freebsd.org>
List-Post: <mailto:freebsd-office@freebsd.org>
List-Subscribe: <mailto:freebsd-office+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-office+unsubscribe@freebsd.org>
Sender: owner-freebsd-office@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256821

--- Comment #4 from dmn <graahnul.grom@gmail.com> ---
Thank you!

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

From nobody Sun Jul 11 21:00:12 2021
X-Original-To: office@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CCDBE12A111F
	for <office@mlmmj.nyi.freebsd.org>; Sun, 11 Jul 2021 21:00:12 +0000 (UTC)
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4GNK6N4dzFz3MsH
	for <office@FreeBSD.org>; Sun, 11 Jul 2021 21:00:12 +0000 (UTC)
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7DF182259A
	for <office@FreeBSD.org>; Sun, 11 Jul 2021 21:00:12 +0000 (UTC)
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16BL0CkF030956
	for <office@FreeBSD.org>; Sun, 11 Jul 2021 21:00:12 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16BL0CnN030955
	for office@FreeBSD.org; Sun, 11 Jul 2021 21:00:12 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Message-Id: <202107112100.16BL0CnN030955@kenobi.freebsd.org>
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f
From: bugzilla-noreply@FreeBSD.org
To: office@FreeBSD.org
Subject: Problem reports for office@FreeBSD.org that need special attention
Date: Sun, 11 Jul 2021 21:00:12 +0000
List-Id: Office applications on FreeBSD <freebsd-office.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-office
List-Help: <mailto:freebsd-office+help@freebsd.org>
List-Post: <mailto:freebsd-office@freebsd.org>
List-Subscribe: <mailto:freebsd-office+subscribe@freebsd.org>
List-Unsubscribe: <mailto:freebsd-office+unsubscribe@freebsd.org>
Sender: owner-freebsd-office@freebsd.org
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="16260372124.476DBd49.30613"
Content-Transfer-Encoding: 7bit
X-ThisMailContainsUnwantedMimeParts: Y


--16260372124.476DBd49.30613
Date: Sun, 11 Jul 2021 21:00:12 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    248161 | editors/openoffice-devel: Crash (SIGABRT) on star 

1 problems total for which you should take action.

--16260372124.476DBd49.30613--