Page MenuHomeFreeBSD

Add missing LIB_DEPENDS as reported in stage-qa
ClosedPublic

Authored by fernape on Mar 17 2018, 12:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 4:16 AM
Unknown Object (File)
Sun, Oct 12, 3:51 PM
Unknown Object (File)
Wed, Oct 8, 7:40 PM
Unknown Object (File)
Sat, Sep 27, 7:59 AM
Unknown Object (File)
Thu, Sep 25, 2:13 AM
Unknown Object (File)
Fri, Sep 19, 8:56 PM
Unknown Object (File)
Sep 16 2025, 9:12 PM
Unknown Object (File)
Sep 15 2025, 10:45 AM
Subscribers

Details

Summary

Add missing LIB_DEPENDS as reported in stage-qa

Test Plan

cd math/dynare && portlint -AC && make
It should have a clean output now.

Poudriere logs for {10.3,10.4,11.1}{i386,amd64} and 12i386
https://www.dropbox.com/sh/z0581x5p6opj7vd/AAAUDcCWKUU_5c_hoiki9gGaa?dl=0

Diff Detail

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

Event Timeline

math/dynare/Makefile
24

There's no need to add it twice.

You have an OCTAVE Option already, so is ovtave always required?

Add OCTAVE_LIB_DEPENDS dependency.

Poudriere builds for {10.3,10.4,11.1}{amd64,i386} and 12 i386
available https://www.dropbox.com/sh/nf49c231hdwi08e/AABQ87bkb3ko1U9KplQSXK9aa?dl=0

I uploaded by mistake some other files I was working on...

math/dynare/Makefile
22

^ trailing \

39

^ you can get rid of the BUILD_DEPENDS as you add the LIB_DEPENDS.

math/dynare/Makefile
40

^no need for +=

Replace '+=' with '=' in OCTAVE_LIB_DEPENDS

This revision is now accepted and ready to land.Mar 20 2018, 10:19 AM
This revision was automatically updated to reflect the committed changes.
fernape marked 4 inline comments as done.