Bug 84873 - [Maintainer Update] lang/ecl to version 0.9g
Summary: [Maintainer Update] lang/ecl to version 0.9g
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-13 18:00 UTC by Julian Stecklina
Modified: 2005-09-20 13:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Stecklina 2005-08-13 18:00:33 UTC
Diff: http://www.inf.tu-dresden.de/~s1054849/ecl-0.9g.diff

The highlights of these release are the two new contributed modules: a port of the ASDF system definition, and a port of SBCL's socket libraries, including TCP and unix sockets and, only on Windows, named pipes.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-09-14 11:09:27 UTC
State Changed
From-To: open->feedback

Does not build. On 4.11: 
cc -c -I. -I/usr/ports/lang/ecl/work/ecl-0.9g/src/c -I/usr/ports/lang/ecl/work/ecl-0.9g/src/h -I../h  -I/usr/local/include -fPIC -fstrict-aliasing -Dfreebsd  -o alloc_2.o alloc_2.c 
/usr/ports/lang/ecl/work/ecl-0.9g/src/c/alloc_2.d:28: gc/gc.h: No such file or directory 
/usr/ports/lang/ecl/work/ecl-0.9g/src/c/alloc_2.d:29: gc/private/gc_priv.h: No such file or directory 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-09-14 11:09:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll handle this.
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-09-20 13:10:26 UTC
State Changed
From-To: feedback->closed

Committed with minor modifications, thanks! 
I stripped some redundant definitions from  the Makefile, like 
WRKSRC, EXTRACT_SUFX,...