Bug 63000 - cqcam won't compile on FreeBSD 4.9-STABLE
Summary: cqcam won't compile on FreeBSD 4.9-STABLE
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 10:40 UTC by Randy Primeaux
Modified: 2004-04-30 16:25 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 Randy Primeaux 2004-02-18 10:40:11 UTC
portinstall -R -v cqcam


c++ -Wall  -I/usr/X11R6/include  -O -pipe -march=k6 -I/usr/local/include -DFREEBSD -DJPEG -DREMOTE -I-L/usr/openwin/include -DLOCKING -I../libcqcam -c xscan.C
xscan.C: In function `void scan_show(camera_t *, char *)':
xscan.C:324: implicit declaration of function `int strchr(...)'
xscan.C:324: assignment to `char *' from `int' lacks a cast
*** Error code 1
 
Stop in /usr/ports/graphics/cqcam/work/cqcam-0.91/xfe.
*** Error code 1
 
Stop in /usr/ports/graphics/cqcam/work/cqcam-0.91.
*** Error code 1
 
Stop in /usr/ports/graphics/cqcam.

How-To-Repeat: make graphics/cqcam with or without patch-ae
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-03-03 23:59:40 UTC
State Changed
From-To: open->suspended

Port has already been marked as broken due to compile problems.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-04-30 16:22:41 UTC
State Changed
From-To: suspended->closed

Things are better on -CURRENT now. But I don't see a solution 
for -STABLE. An incarnation of ports/64945 might help. 
Patches welcome!