| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
When checking whether the linker accepts -export-dynamic flag,
the configure script tries to build, literally, the following
short program: ``main(){exit(0);}'', which is not well-formed
against the modern standards (missing return type and implicit
function declaration).
PR: 281238
|
| |
|
|
|
|
|
|
|
|
|
| |
Old gforth_callback_ffcall() signature looks dubious and does not
match the API of `devel/libffcall' [-Wincompatible-pointer-types]:
callback.h:58:35: note: expected 'callback_function_t' {aka
'void (*)(void *, struct vacall_alist *)'} but argument is of
type 'void (*)(void ***, void *)'
PR: 281238
|
| |
|
|
|
|
|
|
|
|
| |
Missing ecvt() function prototype was causing couple of warnings
which had become hard errors with recent versions of GCC (14+).
Getting rid of USE_GCC, while desirable, is not straightforward
and requires more work. While here, set the TEST_TARGET which is
part of the upstream's default ALL_TARGET, but we override that.
PR: 281238
|
| |
|
|
|
|
|
|
|
| |
- Partially apply upstream commit 9f35279358 to unbreak the build on i386
- With a recent update of devel/libffcall in 58a8a0aa37a8, the port is no
longer ignored on armv6 and armv7. Amend the word size check so it can
be built on these architectures
PR: 258003
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Remove patches (and autoconf run) that are no longer needed
- Fix build with ffcall and libffi (requires libtool, libltdl)
- Remove emacs config file for now (will try and fix this soon)
- Adopt port
Feature safe: yes
Notes:
svn path=/head/; revision=287190
|
| |
|
|
|
|
|
|
| |
PR: ports/151348
Submitted by: Andreas Tobler <andreast@FreeBSD.org>
Notes:
svn path=/head/; revision=262728
|
| |
|
|
|
|
|
| |
Approved by: portmgr (erwin)
Notes:
svn path=/head/; revision=175472
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.6.2
- Cleanup and optimization
PR: ports/100692
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=168718
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and BYTEORDER added; EMPTY_DIRS split (the second one will be deleted
upon 0.6.2 update, if any); SIZE added to distinfo; plist generalized;
-fno-inline and FPE_* build fix added from 0.6.2.
The 0.6.2 runtime causes a Segmentation Fault at compilation time,
so, no update is planned right now... sorry.
PR: ports/63991
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Notes:
svn path=/head/; revision=104319
|
|
|
PR: ports/51764
Submitted by: maintainer
Notes:
svn path=/head/; revision=80243
|