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, Aug 19, 9:44 PM
Unknown Object (File)
Mon, Aug 11, 5:13 PM
Unknown Object (File)
Thu, Jul 31, 11:43 AM
Unknown Object (File)
Jul 21 2025, 10:48 AM
Unknown Object (File)
Jul 17 2025, 1:41 PM
Unknown Object (File)
Jul 7 2025, 12:40 PM
Unknown Object (File)
Jul 7 2025, 10:30 AM
Unknown Object (File)
Jul 5 2025, 6:46 PM
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 15626
Build 15662: 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
38–39

^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.