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)
Thu, May 23, 7:27 PM
Unknown Object (File)
Thu, May 23, 7:27 PM
Unknown Object (File)
Thu, May 23, 7:27 PM
Unknown Object (File)
Thu, May 23, 7:27 PM
Unknown Object (File)
Apr 19 2024, 2:57 PM
Unknown Object (File)
Mar 6 2024, 1:20 PM
Unknown Object (File)
Mar 6 2024, 1:20 PM
Unknown Object (File)
Mar 6 2024, 1:20 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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/dynare/Makefile
24 ↗(On Diff #40379)

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 ↗(On Diff #40397)

^ trailing \

39 ↗(On Diff #40397)

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

math/dynare/Makefile
38 ↗(On Diff #40411)

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