Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 13543 Build 13767: 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 | ||
---|---|---|
6 | ^ can you get rid of this, like in the other ports? |
misc/libpostal/pkg-plist | ||
---|---|---|
6 | 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 | ||
---|---|---|
6 | 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 | ||
---|---|---|
51–52 | Sorry, I missed this one. Now it's done. |