Another inclusion of <malloc.h> instead of <stdlib.h> breaks building wine on current. How-To-Repeat: cd /usr/ports/emulators/wine && make <...> gmake[3]: Entering directory `/freebsd/ports/emulators/wine/work/wine-20030115/dlls/dsound/tests' cc -c -I. -I. -I../../../include -I../../../include -O -pipe -mcpu=pentiumpro -g -Wall -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D_REENTRANT -D_THREAD_SAFE -o dsound.o dsound.c In file included from dsound.c:21: /usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdlib.h>" gmake[3]: *** [dsound.o] Error 1 gmake[3]: Leaving directory `/freebsd/ports/emulators/wine/work/wine-20030115/dlls/dsound/tests' gmake[2]: *** [tests] Error 2 gmake[2]: Leaving directory `/freebsd/ports/emulators/wine/work/wine-20030115/dlls/dsound' gmake[1]: *** [dsound] Error 2 gmake[1]: Leaving directory `/freebsd/ports/emulators/wine/work/wine-20030115/dlls' gmake: *** [dlls] Error 2 *** Error code 2
Responsible Changed From-To: freebsd-ports-bugs->gerald Over to Maintainer
State Changed From-To: open->closed I have fixed this with a somewhat different approach, and the port should now build fine again. (I also submitted my patch upstream.) Sorry&Thanks!