ports/92041: [maintainer update]Update port: emulators/skyeye update to 1.2.0-RC4

RuanWei iamayan at gmail.com
Fri Jan 20 06:50:06 UTC 2006


>Number:         92041
>Category:       ports
>Synopsis:       [maintainer update]Update port: emulators/skyeye update to 1.2.0-RC4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 20 06:50:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     RuanWei
>Release:        FreeBSD FreeBSD.localdomain 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005     root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Organization:
ZTE
>Environment:
FreeBSD FreeBSD.localdomain 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005     root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386         
>Description:
              Update port: emulators/skyeye update to 1.2.0-RC4
Great Changes in the port. So use shar will sumit 5255 bytes
use diff will sumit 24373 bytes. 


new features: 
.support Blackfin, ColdFire CPUs (Not ARM). 
.support Intel XScale PXA 270. 
.support more debugger functions. 
.can run on Mingw/Windows. 
.updated DBCT functions to speedup simulation. 
. add several useful compiling options when you need special functions on SkyEye. 
. fix several bugs. 
..... 

Please read skyeye-v1/ChangeLog for more information. 
>How-To-Repeat:
              
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	skyeye
#	skyeye/files
#	skyeye/files/patch-Makefile
#	skyeye/files/patch-arch_coldfire_Makefile
#	skyeye/pkg-plist
#	skyeye/pkg-descr
#	skyeye/Makefile
#	skyeye/distinfo
#
echo c - skyeye
mkdir -p skyeye > /dev/null 2>&1
echo c - skyeye/files
mkdir -p skyeye/files > /dev/null 2>&1
echo x - skyeye/files/patch-Makefile
sed 's/^X//' >skyeye/files/patch-Makefile << 'END-of-skyeye/files/patch-Makefile'
X--- Makefile.orig	Mon Dec  5 09:52:42 2005
X+++ Makefile	Fri Jan 20 01:44:58 2006
X@@ -53,8 +53,8 @@
X ARCH_COLDFIRE_CFLAGS = -I arch/coldfire/common
X DEVICE_CFLAGS = -I device/ -I device/net -I device/lcd -I device/flash
X UTILS_CFLAGS = -I utils/share -I utils/main -I utils/config
X-SIM_EXTRA_CFLAGS = -DMODET $(ARCH_ARM_CFLAGS) $(ARCH_BLACKFIN_CFLAGS) $(ARCH_COLDFIRE_CFLAGS) $(DEVICE_CFLAGS) $(UTILS_CFLAGS) 
X-SIM_EXTRA_LIBS = `pkg-config gtk+-2.0 --libs`
X+SIM_EXTRA_CFLAGS = -DMODET $(ARCH_ARM_CFLAGS) $(ARCH_BLACKFIN_CFLAGS) $(ARCH_COLDFIRE_CFLAGS) $(DEVICE_CFLAGS) $(UTILS_CFLAGS) `pkg-config gtk+-2.0 --cflags` -I${LOCALBASE}/include
X+SIM_EXTRA_LIBS = `pkg-config gtk+-2.0 --libs` -L${LOCALBASE}/lib
X #CFLAGS = -g  -DSTANDALONE -DDEFAULT_INLINE=0  -DMODET $(SIM_EXTRA_CFLAGS) -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
X CFLAGS = -g -O2 -DSTANDALONE -DDEFAULT_INLINE=0  -DMODET $(SIM_EXTRA_CFLAGS) $(SUPPORT_ARCH_DEF) -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
X 
X@@ -157,7 +157,7 @@
X 	rm -f binary/*.o
X 	rm -f binary/*.a
X 	rm -f binary/skyeye
X-	make -C arch/coldfire clean
X+	$(MAKE) -C arch/coldfire clean
X 
X distclean mostlyclean maintainer-clean realclean: clean
X 	rm -f TAGS tags
X@@ -189,7 +189,7 @@
X CF_COMMON_PATH = arch/coldfire/common/
X COLDFIRE_FLAG = -I arch/coldire/tracer
X binary/libcoldfire.a:$(SIM_CF_OBJS) 
X-	make -C arch/coldfire
X+	$(MAKE) -C arch/coldfire
X 	$(AR) $(AR_FLAGS) binary/libcoldfire.a $(SIM_CF_OBJS) $(CF_COMMON_PATH)/*.o $(CF_PATH)/tracer/tracer.o $(CF_PATH)/i_5206/i.o
X 	$(RANLIB) binary/libcoldfire.a
X 
END-of-skyeye/files/patch-Makefile
echo x - skyeye/files/patch-arch_coldfire_Makefile
sed 's/^X//' >skyeye/files/patch-arch_coldfire_Makefile << 'END-of-skyeye/files/patch-arch_coldfire_Makefile'
X--- arch/coldfire/Makefile.orig	Fri Jan 20 01:06:08 2006
X+++ arch/coldfire/Makefile	Fri Jan 20 01:06:50 2006
X@@ -1,9 +1,9 @@
X all:
X-	make -C i_5206/
X-	make -C tracer/
X-	make -C common/
X+	$(MAKE) -C i_5206/
X+	$(MAKE) -C tracer/
X+	$(MAKE) -C common/
X clean:
X-	make -C tracer/ clean
X-	make -C i_5206/ clean
X-	make -C common/ clean
X+	$(MAKE) -C tracer/ clean
X+	$(MAKE) -C i_5206/ clean
X+	$(MAKE) -C common/ clean
X 	rm -f tags
END-of-skyeye/files/patch-arch_coldfire_Makefile
echo x - skyeye/pkg-plist
sed 's/^X//' >skyeye/pkg-plist << 'END-of-skyeye/pkg-plist'
Xbin/skyeye
END-of-skyeye/pkg-plist
echo x - skyeye/pkg-descr
sed 's/^X//' >skyeye/pkg-descr << 'END-of-skyeye/pkg-descr'
XSkyEye is an Open Source Software Project. The goal of SkyEye is to provide an
Xintegrated simulation environment in Linux and Windows. SkyEye environment
Xsimulates typical Embedded Computer Systems (Now it supports Atmel AT91 board
Xbased on ARM7TDMI CPU, board based on ARM720T CPU, board based on StrongARM
X(SA1100/SA1110). You can run some Embedded Operation System such as ARM Linux,
XuClinux, uc/OS-II (ucos-ii) etc in SkyEye, and analyze or debug them at source
Xlevel.
X
XWWW: http://www.skyeye.org/
END-of-skyeye/pkg-descr
echo x - skyeye/Makefile
sed 's/^X//' >skyeye/Makefile << 'END-of-skyeye/Makefile'
X# Ports collection makefile for:  skyeye
X# Date created:			  Mon July 18, 2005
X# Whom:				  Ruan Wei (iamayan at gmail.com)
X#
X# $FreeBSD: ports/emulators/skyeye/Makefile,v 1.2 2005/11/05 05:19:47 marcus Exp $
X#
X
XPORTNAME=	skyeye
XPORTVERSION=	1.2.0
XPORTREVISION=	1
XCATEGORIES=	emulators
XMASTER_SITES=	http://download.gro.clinux.org/skyeye/
XDISTFILES=	skyeye-1.2.0-RC4.tar.bz2
X
XMAINTAINER=	iamayan at gmail.com
XCOMMENT=	An environment simulates typical ARM-base embedded computer systems
X
XRUN_DEPENDS=	${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd
X
XUSE_GMAKE=	yes
XUSE_BZIP2=	yes
XUSE_GNOME=	gtk20
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/binary/skyeye ${PREFIX}/bin
X
X#ONLY_FOR_ARCHS=	i386
X
X.include <bsd.port.pre.mk>
X
X#.if ${OSVERSION} < 500000
X#BROKEN=		"does not compile"
X#.endif
X
X.include <bsd.port.post.mk>
END-of-skyeye/Makefile
echo x - skyeye/distinfo
sed 's/^X//' >skyeye/distinfo << 'END-of-skyeye/distinfo'
XMD5 (skyeye-1.2.0-RC4.tar.bz2) = 753ce8a85ff981a4a6718ddf57192275
XSHA256 (skyeye-1.2.0-RC4.tar.bz2) = 85fe73c12cd0eb7129a837a72486bf0d4791919861d34294da2081ca647d926f
XSIZE (skyeye-1.2.0-RC4.tar.bz2) = 347420
END-of-skyeye/distinfo
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list