Bug 102558 - [maintainer update]Update port: emulators/skyeye update to 1.2-RC8
Summary: [maintainer update]Update port: emulators/skyeye update to 1.2-RC8
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: 2006-08-27 08:30 UTC by RuanWei
Modified: 2006-08-27 19:12 UTC (History)
0 users

See Also:


Attachments
file.diff (4.86 KB, patch)
2006-08-27 08:30 UTC, RuanWei
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description RuanWei 2006-08-27 08:30:16 UTC
Update port: emulators/skyeye update to 1.2-RC8
        * gcc-2.95/3.3/3.4/4.0/4.1 can compile skyeye
        * add amd64 support, update autotest,
        * in 64bit system, long=64 bit  int=32bit, long long =64 bit, long int=64bit;
        * in 32bit system, long = 32 bit, int=32bit, long long =64 bit,  long int=32bit
        * so I do:  long ---> int
        * Changed files:
          *.[ch] which has long --->int ,   long int ---> int
          Makefile
          utils/tools/auto_test/daily_test.sh
        * added files:
          Makefile_gcc-3.3_with_DBCT_X86_32


Please Test for Amd64
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2006-08-27 19:12:08 UTC
State Changed
From-To: open->closed

Committed, added to Makefile ONLY_FOR_ARCHS= i386 amd64. 
Thanks!