Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 18:21:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277032] deskutils/showdown: fails to build -- missing members of LIB_DEPENDS
Message-ID:  <bug-277032-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 277032
           Summary: deskutils/showdown: fails to build -- missing members
                    of LIB_DEPENDS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dmgk@freebsd.org
          Reporter: portmaster@bsdforge.com
          Assignee: dmgk@freebsd.org
             Flags: maintainer-feedback?(dmgk@freebsd.org)

Created attachment 248441
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248441&action=
=3Dedit
patch adding midding LIB_DEPENDS

deskutils/showdown currently fails to build with:
=3D=3D=3D>   Generating temporary packing list
gmake[2]: Entering directory '/usr/ports/deskutils/showdown/work/showdown-0=
.6'
install -d -m755 '/usr/ports/deskutils/showdown/work/stage/usr/local/bin'
'/usr/ports/deskutils/showdown/work/stage/usr/local/share/icons/hicolor/sca=
lable/apps'
install -m755 showdown
'/usr/ports/deskutils/showdown/work/stage/usr/local/bin/showdown'
install -m644 res/showdown.svg
'/usr/ports/deskutils/showdown/work/stage/usr/local/share/icons/hicolor/sca=
lable/apps/showdown.svg'
desktop-file-install
--dir=3D'/usr/ports/deskutils/showdown/work/stage/usr/local/share/applicati=
ons' \
  --set-key=3DExec --set-value=3D'/usr/local/bin/showdown %U' \
  --set-icon=3D'showdown' share/io.gitlab.craigbarnes.Showdown.desktop
gmake[2]: Leaving directory '/usr/ports/deskutils/showdown/work/showdown-0.=
6'
install  -m 0644 /usr/ports/deskutils/showdown/work/showdown-0.6/README.md
/usr/ports/deskutils/showdown/work/stage/usr/local/share/doc/showdown
=3D=3D=3D=3D> Compressing man pages (compress-man)
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/bin/showdown is linked to
/usr/local/lib/libharfbuzz-gobject.so.0 from print/harfbuzz but it is not
declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibharfbuzz-gobject.so:print/harfbuzz
Error: /usr/local/bin/showdown is linked to /usr/local/lib/libharfbuzz.so.0
from print/harfbuzz but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibharfbuzz.so:print/harfbuzz
Error: /usr/local/bin/showdown is linked to /usr/local/lib/libmarkdown.so.2
from textproc/discount but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibmarkdown.so:textproc/discount

The attached patch fixes this. Tested on 15-current.

--Chris

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