Date: Sun, 27 Aug 2006 18:10:56 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/skyeye Makefile distinfo ports/emulators/skyeye/files patch-Makefile patch-arch_coldfire_Makefile Message-ID: <200608271810.k7RIAuem074357@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bsam 2006-08-27 18:10:56 UTC
FreeBSD ports repository
Modified files:
emulators/skyeye Makefile distinfo
emulators/skyeye/files patch-Makefile
patch-arch_coldfire_Makefile
Log:
1. Update port: emulators/skyeye update to 1.2-RC8 [1]
* 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
2. Add to Makefile ONLY_FOR_ARCHS= i386 amd64
PR: 102558 [1]
Submitted by: RuanWei <iamayan at gmail.com> (maintainer) [1]
Approved by: netchild (mentor, implicit)
Revision Changes Path
1.5 +3 -5 ports/emulators/skyeye/Makefile
1.5 +2 -3 ports/emulators/skyeye/distinfo
1.2 +15 -12 ports/emulators/skyeye/files/patch-Makefile
1.2 +2 -2 ports/emulators/skyeye/files/patch-arch_coldfire_Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608271810.k7RIAuem074357>
