Page MenuHomeFreeBSD

math/octave: Set correct USE_LDCONFIG=
ClosedPublic

Authored by joneum on Nov 26 2017, 8:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:00 PM
Unknown Object (File)
Jan 5 2024, 5:38 PM
Unknown Object (File)
Jan 3 2024, 5:42 AM
Unknown Object (File)
Jan 3 2024, 5:40 AM
Unknown Object (File)
Jan 3 2024, 5:40 AM
Unknown Object (File)
Dec 30 2023, 11:11 AM
Unknown Object (File)
Dec 25 2023, 9:39 AM
Unknown Object (File)
Dec 22 2023, 10:09 PM
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.