- Fix build with clang and remove USE_GCC - Link dynamically with libpcre and libgmp and fix build on amd64 (and optimistically sparc64 too) - Remove the devel/libgetline dependency and don't link with libgetline: While libgetline provides getline() it has an entirely different signature than getline(3). This make the fgetline builtin function unusable and causes e.g. the cat.scm example to segfault. Approved by: ??? (mentor) Differential Revision: https://reviews.freebsd.org/D?????
Details
Details
poudriere testport 11.0/amd64, 10.3/i386 ok
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 10116 Build 10539: arc lint + arc unit
Event Timeline
lang/qscheme/Makefile | ||
---|---|---|
15 | Would it be possible to also move this one to LIB_DEPENDS ? |
Comment Actions
Would it be possible to also move this one to LIB_DEPENDS ?
Yes, but devel/ffcall currently doesn't build shared libraries, so
will have to be updated as well.
Comment Actions
Looks great :-)
Please split in two commits.
Ports should not depend on .a, ever. (And ports should not install them either, but, hey, on can dream.)