Page MenuHomeFreeBSD

math/octave: Set correct USE_LDCONFIG=
ClosedPublic

Authored by joneum on Nov 26 2017, 8:41 AM.
Tags
None
Referenced Files
F108872750: D13245.diff
Tue, Jan 28, 11:29 PM
Unknown Object (File)
Oct 5 2024, 11:52 AM
Unknown Object (File)
Oct 2 2024, 11:04 PM
Unknown Object (File)
Oct 2 2024, 5:24 PM
Unknown Object (File)
Oct 1 2024, 3:36 AM
Unknown Object (File)
Oct 1 2024, 12:42 AM
Unknown Object (File)
Sep 30 2024, 6:39 PM
Unknown Object (File)
Sep 27 2024, 9:39 AM
Subscribers

Details

Summary

math/octave: Set correct USE_LDCONFIG=

PR: 223690
Reported by: joneum
Approved by: maintainer timeout (2 weeks) xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13068
Build 13318: arc lint + arc unit

Event Timeline

Hmm, there are some stage warnings, bu they are probably for another PR:

====> Running Q/A tests (stage-qa)
Warning: 'lib/octave/4.0.3/liboctinterp.so.3.1.1' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/octave/4.0.3/liboctgui.so.1.1.0' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'lib/octave/4.0.3/liboctave.so.3.0.2' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: you need USES=desktop-file-utils
Error: /usr/local/bin/octave-cli-4.0.3 is linked to /usr/local/lib/libreadline.so.7 from devel/readline but it is not declared as a dependency
Warning: you need USES+=readline
Error: /usr/local/lib/octave/4.0.3/oct/amd64-portbld-freebsd10.3/__fltk_uigetfile__.oct is linked to /usr/local/lib/libXrender.so.1 from x11/libXrender but it is not declared as a dependency
Warning: you need USE_XORG+=xrender
Error: /usr/local/lib/octave/4.0.3/oct/amd64-portbld-freebsd10.3/__fltk_uigetfile__.oct is linked to /usr/local/lib/libXcursor.so.1 from x11/libXcursor but it is not declared as a dependency
Warning: you need USE_XORG+=xcursor
Error: /usr/local/lib/octave/4.0.3/oct/amd64-portbld-freebsd10.3/__fltk_uigetfile__.oct is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency
Warning: you need USE_XORG+=xinerama
This revision is now accepted and ready to land.Nov 26 2017, 9:46 PM
This revision was automatically updated to reflect the committed changes.