Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 13521 Build 13745: arc lint + arc unit
Event Timeline
misc/libpostal/files/patch-src_Makefile.am | ||
---|---|---|
8 | $(datadir) should be without libpostal suffix. | |
misc/libpostal/files/patch-test_Makefile.am | ||
5 | Same as above, should be just $(datadir) w/o suffix. | |
misc/libpostal/pkg-plist | ||
11 | This is not needed, LIBPOSTAL_DATADIR will be created by libpostal_data script on first data download. |
misc/libpostal/Makefile | ||
---|---|---|
21 | If we're not patching configure.ac, then configure needs CFLAGS and CPPFLAGS with -I${LOCALBASE}/include, otherwise CBLAS options is noop (configure doesn't find cblas.h) |
misc/libpostal/files/patch-test_Makefile.am | ||
---|---|---|
5 | This one is OK actually, please disregard. |
misc/libpostal/pkg-plist | ||
---|---|---|
5 | ^ can you get rid of this, like in the other ports? |
misc/libpostal/pkg-plist | ||
---|---|---|
5 | Sorry, I forgot to mention. This port is going to be used in one go-package, and it appears that go needs static libraries. Submitter asked to leave it. |
misc/libpostal/pkg-plist | ||
---|---|---|
5 | Hi Tobias, I'm ok with removing static libs, just wondering - is it a general policy in ports not to install static libs? |
misc/libpostal/Makefile | ||
---|---|---|
50–51 | Sorry, I missed this one. Now it's done. |
This script always has exit status 0 which means that the blackbox
behavior now differs when DEVELOPER is set and when it is not. If
I introduce a syntax error in a sed expression the build will
continue unpatched anyway when it probably should abort like before.
Maybe add set -e or || exit 1 to the script or handle the error
case in some other way.