Bug 42475 - graphics/jasper: jas_types.h refs undefined types
Summary: graphics/jasper: jas_types.h refs undefined types
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-09-06 12:40 UTC by Alan E
Modified: 2002-09-20 18:59 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.69 KB, patch)
2002-09-06 12:40 UTC, Alan E
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan E 2002-09-06 12:40:01 UTC
jas_types.h references undefined types when filling in stuff from stdint.h that
we don't have (why don't we have stdint.h??). This causes errors when, e.g.,
configuring ImageMagick, because jas_types.h doesn't compile without a bunch of
things defined for it.

Fix: mkdir files
cvs add this file

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
Comment 1 Андрей Чернов 2002-09-06 13:01:16 UTC
On Fri, Sep 06, 2002 at 07:32:52 -0400, Alan Eldridge wrote:
> 
> jas_types.h references undefined types when filling in stuff from stdint.h that
> we don't have (why don't we have stdint.h??). This causes errors when, e.g.,
> configuring ImageMagick, because jas_types.h doesn't compile without a bunch of
> things defined for it.

Wrong patch. We have stdint.h, but Jasper's include files want HAVE_* 
defines to sense it.

-- 
Andrey A. Chernov
http://ache.pp.ru/
Comment 2 Alan Eldridge 2002-09-06 13:10:53 UTC
On Fri, Sep 06, 2002 at 04:01:16PM +0400, Andrey A. Chernov wrote:
>On Fri, Sep 06, 2002 at 07:32:52 -0400, Alan Eldridge wrote:
>> 
>> jas_types.h references undefined types when filling in stuff from stdint.h that
>> we don't have (why don't we have stdint.h??). This causes errors when, e.g.,
>> configuring ImageMagick, because jas_types.h doesn't compile without a bunch of
>> things defined for it.
>
>Wrong patch. We have stdint.h, but Jasper's include files want HAVE_* 
>defines to sense it.

Not in stable, we don't. So we need *both* patches, the one I did and
the one to detect stdint.h.

-- 
Alan Eldridge
Unix/C(++) IT Pro, 20 yrs, seeking new employment.
(http://wwweasel.geeksrus.net/~alane/resume.txt)
KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/)
Comment 3 Alan Eldridge freebsd_committer freebsd_triage 2002-09-20 18:58:36 UTC
State Changed
From-To: open->closed

Committed. Maintainer 2 week timeout.