[Bug 242921] [patch] graphics/jasper: build fails if option OPENGL is not defined

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 27 17:50:31 UTC 2019


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

            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 at FreeBSD.org
          Reporter: d8zNeCFG at aon.at
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

If the OPENGL option is not defined, the install stage fails because the jiv.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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list