[Bug 205883] databases/rrdtool: dejavu option logic broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 4 16:54:41 UTC 2016


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

            Bug ID: 205883
           Summary: databases/rrdtool: dejavu option logic broken
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: zeising at FreeBSD.org
          Reporter: marino at FreeBSD.org
             Flags: maintainer-feedback?(zeising at FreeBSD.org)
          Assignee: zeising at FreeBSD.org

rrdtool makefile has these lines in it:

.if exists(${LOCALBASE}/share/fonts/dejavu) || ${PORT_OPTIONS:MDEJAVU}
RUN_DEPENDS+=   dejavu>0:${PORTSDIR}/x11-fonts/dejavu
.endif

Besides being a questionable technique, it doesn't work as intended.  The
dejavu dependency will be packaged 100% of the time regardless of value of the
option or if the rrdtool is built in a clean jail (where share/fonts/dejavu
doesn't exist in theory)

Why?

because xorg-fonts-truetype (from pango) pulls it in, and by the time it's
packaged, share/fonts/dejavu exists.

`-- Installing xorg-fonts-truetype-7.7_1...
|   `-- Installing font-misc-meltho-1.0.3_3...
|   | `-- Installing mkfontdir-1.0.7...
|   |   `-- Installing mkfontscale-1.1.2...
|   |   | `-- Installing libfontenc-1.1.3...
|   |   | `-- Extracting libfontenc-1.1.3: ...... done
|   |   `-- Extracting mkfontscale-1.1.2: .. done
|   | `-- Extracting mkfontdir-1.0.7: .. done
|   `-- Extracting font-misc-meltho-1.0.3_3: .......... done
|   `-- Installing font-bh-ttf-1.0.3_3...
|   `-- Extracting font-bh-ttf-1.0.3_3: .......... done
|   `-- Installing font-misc-ethiopic-1.0.3_3...
|   `-- Extracting font-misc-ethiopic-1.0.3_3: .. done
|   `-- Installing dejavu-2.35...
|   `-- Extracting dejavu-2.35: .......... done



I think the best approach is remove the override of the dejavu option.  Either
that, or force it as an unconditional RUN depends.  The current method is
broken.

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


More information about the freebsd-ports-bugs mailing list