Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 17:50:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242921] [patch] graphics/jasper: build fails if option OPENGL is not defined
Message-ID:  <bug-242921-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 242921
           Summary: [patch] graphics/jasper: build fails if option OPENGL
                    is not defined
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: d8zNeCFG@aon.at
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

If the OPENGL option is not defined, the install stage fails because the ji=
v.1
manual page is not found.

Patch:

--- graphics/jasper/pkg-plist.ORIG      2019-12-27 15:37:53.205365000 +0100
+++ graphics/jasper/pkg-plist   2019-12-27 18:48:28.972190000 +0100
@@ -28,7 +28,7 @@
 man/man1/imgcmp.1.gz
 man/man1/imginfo.1.gz
 man/man1/jasper.1.gz
-man/man1/jiv.1.gz
+%%OPENGL%%man/man1/jiv.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/jasper.pdf
 %%PORTDOCS%%%%DOCSDIR%%/jpeg2000.pdf

-- Martin

--=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-242921-7788>