| Summary: | ports/misc/astrolog doesn't compile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | tom <tom> | ||||
| Component: | Individual Port(s) | Assignee: | Andrey A. Chernov <ache> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->ache over to maintainer State Changed From-To: open->feedback Can't reproduce it. It seems post-patch: target from port Makefile which replace malloc.h with stdlib.h somehow not running in your case. State Changed From-To: feedback->closed No error in the port |
[discordia#:/usr/ports/misc/astrolog:ttyp1] make ===> Building for astrolog-5.40_1 cc -O -pipe -march=pentiumpro -I/usr/X11R6/include -DDEFAULT_DIR=\"/usr/local/lib/astrolog\" -c placalc.c In file included from placalc.h:126, from placalc.c:38: /usr/include/malloc.h:3: #error "<malloc.h> has been replaced by <stdlib.h>" *** Error code 1 Stop in /usr/ports/misc/astrolog/work. *** Error code 1 Stop in /usr/ports/misc/astrolog. *** Error code 1 Stop in /usr/ports/misc/astrolog. *** Error code 1 Stop in /usr/ports/misc/astrolog. Fix: apply the following patch: How-To-Repeat: cd /usr/ports/misc/astrolog make