Bug 36715 - [MAINTAINER UPDATE] Doxygen 1.2.14 -> 1.2.15
Summary: [MAINTAINER UPDATE] Doxygen 1.2.14 -> 1.2.15
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 03:50 UTC by dchapes
Modified: 2002-04-04 23:59 UTC (History)
0 users

See Also:


Attachments
file.diff (20.31 KB, patch)
2002-04-04 03:50 UTC, dchapes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dchapes 2002-04-04 03:50:01 UTC
Doxygen 1.2.15 was released Monday.  This brings us up-to-date.
Comment 1 dwcjr 2002-04-04 05:37:38 UTC
On -current I get the following because malloc.h has been removed, can 
you patch it to use stdlib.h isntead or do you want me to take a crack 
at it?

c++ -c -O -pipe -march=k6 -Wall -W -I../qtools -I../libpng -o 
../objects/pngenc.o pngenc.cpp
In file included from pngenc.cpp:29:
/usr/include/malloc.h:3: #error "<malloc.h> has been replaced by <stdlib.h>"
pngenc.cpp: In method `void PngEncoder::write(const char *)':
pngenc.cpp:109: implicit declaration of function `int calloc(...)'
pngenc.cpp:145: implicit declaration of function `int free(...)'
gmake[2]: *** [../objects/pngenc.o] Error 1
gmake[2]: Leaving directory 
`/usr/home/poseiden/port/doxygen/work/doxygen-1.2.15/src'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory 
`/usr/home/poseiden/port/doxygen/work/doxygen-1.2.15/src'
gmake: *** [all] Error 2
*** Error code 2
Comment 2 bsdport 2002-04-04 14:51:48 UTC
On Wed, Apr 03, 2002 at 10:37:38PM -0600, David W. Chapman Jr. wrote:
> On -current I get the following because malloc.h has been removed, can 
> you patch it to use stdlib.h isntead or do you want me to take a crack 
> at it?

Feel free to do it yourself if you want.  Otherwise I'll get around
to as time permits (probably not until this weekend).  I don't have a
-current box to test it with but I can add the equivialant warning to my
malloc.h.

Thanks,
-- 
Dave Chapeskie
OpenPGP Key ID: 0x3D2B6B34
Comment 3 dwcjr freebsd_committer freebsd_triage 2002-04-04 23:58:54 UTC
State Changed
From-To: open->closed

Committed, thanks!