Page MenuHomeFreeBSD

audio/simon -- Remove INSTALLS_ICONS and make stage-qa happy
ClosedPublic

Authored by tcberner on Sep 11 2016, 9:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 3:08 AM
Unknown Object (File)
Mar 16 2024, 3:31 AM
Unknown Object (File)
Mar 16 2024, 3:30 AM
Unknown Object (File)
Feb 4 2024, 2:29 PM
Unknown Object (File)
Dec 27 2023, 7:41 PM
Unknown Object (File)
Dec 23 2023, 6:41 PM
Unknown Object (File)
Dec 23 2023, 6:40 PM
Unknown Object (File)
Dec 22 2023, 9:53 PM
Subscribers

Details

Summary
  • audio/simon defines INSTALLS_ICONS (from gnome.mk) -- which it shouldn't this lead to

====>> [01][00:03:29] Finished build of audio/simon: Failed: leftovers
====>> Error: Files or directories left over: share/icons/hicolor/icon-theme.cache

  • While here, also make stage-qa happy by adding some USE_XORG and USE_QT4 components.

Error: /usr/local/bin/afaras is linked to /usr/local/lib/qt4/libQtNetwork.so.4 from net/qt4-network but it is not declared as a dependency
Warning: you need USE_QT4+=network
Error: /usr/local/bin/afaras is linked to /usr/local/lib/qt4/libQtSvg.so.4 from graphics/qt4-svg but it is not declared as a dependency
Warning: you need USE_QT4+=svg
Error: /usr/local/bin/simon is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency
Warning: you need USE_XORG+=x11
Error: /usr/local/bin/sscd is linked to /usr/local/lib/qt4/libQtSql.so.4 from databases/qt4-sql but it is not declared as a dependency
Warning: you need USE_QT4+=sql
Error: /usr/local/lib/libeventsimulation.so is linked to /usr/local/lib/libXtst.so.6 from x11/libXtst but it is not declared as a dependency
Warning: you need USE_XORG+=xtst

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tcberner retitled this revision from to audio/simon -- Remove INSTALLS_ICONS and make stage-qa happy.
tcberner updated this object.
tcberner edited the test plan for this revision. (Show Details)
tcberner added reviewers: rakuco, mat.
tcberner added a subscriber: swills.

You need to bump PORTREVISION.

tcberner edited edge metadata.

Bump PORTREVISION.

mat edited edge metadata.

Also, don't list all the qa.sh output in the commit.

This revision is now accepted and ready to land.Sep 13 2016, 12:16 PM
This revision was automatically updated to reflect the committed changes.