git: 02054b3f2322 - main - emulators/skyeye: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Jun 2023 11:20:29 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=02054b3f232248217567b66806cea625d9b37f5a commit 02054b3f232248217567b66806cea625d9b37f5a Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-06-17 11:19:48 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-06-17 11:19:48 +0000 emulators/skyeye: Remove expired port 2023-06-17 emulators/skyeye: Upstream last release was in 2014 --- MOVED | 1 + emulators/Makefile | 1 - emulators/skyeye/Makefile | 29 ---------- emulators/skyeye/distinfo | 2 - .../files/patch-arch__bfin__common__bfin-dis.c | 65 ---------------------- emulators/skyeye/files/patch-configure | 13 ----- .../patch-device__nandflash__nadflash_smallblock.c | 11 ---- emulators/skyeye/files/patch-utils__main__skyeye.c | 10 ---- .../skyeye/files/patch-utils__profile__symbol.h | 10 ---- emulators/skyeye/pkg-descr | 7 --- 10 files changed, 1 insertion(+), 148 deletions(-) diff --git a/MOVED b/MOVED index 7587930adf83..0c7002c92176 100644 --- a/MOVED +++ b/MOVED @@ -7641,3 +7641,4 @@ sysutils/intel-nvmupdate|sysutils/intel-nvmupdate-40g|2023-06-14|Moved to sysuti sysutils/intel-qcu|sysutils/intel-epct|2023-06-14|Moved to sysutils/intel-epct multimedia/obs-qtwebkit||2023-06-16|Has expired: OBS ships with their own browser plugin from version 25 onwards games/tuxmath||2023-06-16|Has expired: Upstream last release was in 2011 +emulators/skyeye||2023-06-17|Has expired: Upstream last release was in 2014 diff --git a/emulators/Makefile b/emulators/Makefile index 199e93be0199..042f22893792 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -128,7 +128,6 @@ SUBDIR += simh-hp2100 SUBDIR += simh-hp3000 SUBDIR += simh-hpdoc - SUBDIR += skyeye SUBDIR += snes9x-gtk SUBDIR += spim SUBDIR += stella diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile deleted file mode 100644 index 916165980dd5..000000000000 --- a/emulators/skyeye/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= skyeye -PORTVERSION= 1.2.5 -DISTVERSIONSUFFIX= _REL -PORTREVISION= 8 -CATEGORIES= emulators -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Environment simulates typical ARM-base embedded computer systems -WWW= http://www.skyeye.org/ - -LICENSE= GPLv2 - -DEPRECATED= Upstream last release was in 2014 -EXPIRATION_DATE= 2023-06-17 -BROKEN= error: too many arguments to function 'bfd_section_size' - -USE_BINUTILS= yes -USE_CSTD= gnu89 -USE_GCC= yes - -GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_func_working_mktime=yes - -CFLAGS+= -fcommon - -PLIST_FILES= bin/skyeye - -.include <bsd.port.mk> diff --git a/emulators/skyeye/distinfo b/emulators/skyeye/distinfo deleted file mode 100644 index ddc30379fb48..000000000000 --- a/emulators/skyeye/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (skyeye-1.2.5_REL.tar.gz) = 2eca1ad7f8f11e72e332944c9c41470861c337da3d3ddf535fb0efc610a2a08b -SIZE (skyeye-1.2.5_REL.tar.gz) = 1069422 diff --git a/emulators/skyeye/files/patch-arch__bfin__common__bfin-dis.c b/emulators/skyeye/files/patch-arch__bfin__common__bfin-dis.c deleted file mode 100644 index 1126e25f7c2e..000000000000 --- a/emulators/skyeye/files/patch-arch__bfin__common__bfin-dis.c +++ /dev/null @@ -1,65 +0,0 @@ ---- arch/bfin/common/bfin-dis.c.orig -+++ arch/bfin/common/bfin-dis.c -@@ -310,7 +310,7 @@ - REG_RL7, - REG_RH0, REG_RH1, REG_RH2, REG_RH3, REG_RH4, REG_RH5, REG_RH6, - REG_RH7, -- REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, -+ REG_RR0, REG_RR1, REG_RR2, REG_RR3, REG_RR4, REG_RR5, REG_RR6, REG_RR7, - REG_R1_0, REG_R3_2, REG_R5_4, REG_R7_6, REG_P0, REG_P1, REG_P2, - REG_P3, - REG_P4, REG_P5, REG_SP, REG_FP, REG_A0x, REG_A1x, REG_A0w, REG_A1w, -@@ -401,7 +401,7 @@ - - /* R(0..7) */ - static enum machine_registers decode_dregs[] = { -- REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, -+ REG_RR0, REG_RR1, REG_RR2, REG_RR3, REG_RR4, REG_RR5, REG_RR6, REG_RR7, - }; - - #define dregs(x) REGNAME(decode_dregs[(x) & 7]) -@@ -497,7 +497,7 @@ - - /* dregs pregs */ - static enum machine_registers decode_dpregs[] = { -- REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, -+ REG_RR0, REG_RR1, REG_RR2, REG_RR3, REG_RR4, REG_RR5, REG_RR6, REG_RR7, - REG_P0, REG_P1, REG_P2, REG_P3, REG_P4, REG_P5, REG_SP, REG_FP, - }; - -@@ -505,7 +505,7 @@ - - /* [dregs pregs] */ - static enum machine_registers decode_gregs[] = { -- REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, -+ REG_RR0, REG_RR1, REG_RR2, REG_RR3, REG_RR4, REG_RR5, REG_RR6, REG_RR7, - REG_P0, REG_P1, REG_P2, REG_P3, REG_P4, REG_P5, REG_SP, REG_FP, - }; - -@@ -513,7 +513,7 @@ - - /* [dregs pregs (iregs mregs) (bregs lregs)] */ - static enum machine_registers decode_regs[] = { -- REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, -+ REG_RR0, REG_RR1, REG_RR2, REG_RR3, REG_RR4, REG_RR5, REG_RR6, REG_RR7, - REG_P0, REG_P1, REG_P2, REG_P3, REG_P4, REG_P5, REG_SP, REG_FP, - REG_I0, REG_I1, REG_I2, REG_I3, REG_M0, REG_M1, REG_M2, REG_M3, - REG_B0, REG_B1, REG_B2, REG_B3, REG_L0, REG_L1, REG_L2, REG_L3, -@@ -626,7 +626,7 @@ - - /* [dregs pregs (iregs mregs) (bregs lregs) dregs2_sysregs1 open sysregs2 sysregs3] */ - static enum machine_registers decode_allregs[] = { -- REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, -+ REG_RR0, REG_RR1, REG_RR2, REG_RR3, REG_RR4, REG_RR5, REG_RR6, REG_RR7, - REG_P0, REG_P1, REG_P2, REG_P3, REG_P4, REG_P5, REG_SP, REG_FP, - REG_I0, REG_I1, REG_I2, REG_I3, REG_M0, REG_M1, REG_M2, REG_M3, - REG_B0, REG_B1, REG_B2, REG_B3, REG_L0, REG_L1, REG_L2, REG_L3, -@@ -685,7 +685,7 @@ - get_allreg (int grp, int reg) - { - int fullreg = (grp << 3) | reg; -- /* REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, -+ /* REG_RR0, REG_RR1, REG_RR2, REG_RR3, REG_RR4, REG_RR5, REG_RR6, REG_RR7, - REG_P0, REG_P1, REG_P2, REG_P3, REG_P4, REG_P5, REG_SP, REG_FP, - REG_I0, REG_I1, REG_I2, REG_I3, REG_M0, REG_M1, REG_M2, REG_M3, - REG_B0, REG_B1, REG_B2, REG_B3, REG_L0, REG_L1, REG_L2, REG_L3, diff --git a/emulators/skyeye/files/patch-configure b/emulators/skyeye/files/patch-configure deleted file mode 100644 index 1cb65208950c..000000000000 --- a/emulators/skyeye/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2008-06-10 15:09:41 UTC -+++ configure -@@ -4353,10 +4353,6 @@ case "${build}" in - CFLAGS="" - dbct=false - ;; -- x86_64-*-*) -- CFLAGS="" -- dbct=false -- ;; - i[3456789]86-*-mingw32*) - CFLAGS="" - dbct=false diff --git a/emulators/skyeye/files/patch-device__nandflash__nadflash_smallblock.c b/emulators/skyeye/files/patch-device__nandflash__nadflash_smallblock.c deleted file mode 100644 index d1aa1d5b3bfb..000000000000 --- a/emulators/skyeye/files/patch-device__nandflash__nadflash_smallblock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- device/nandflash/nandflash_smallblock.c.orig -+++ device/nandflash/nandflash_smallblock.c -@@ -516,7 +516,7 @@ - #endif - nf->writebuffer=(u8*)malloc(dev->pagedumpsize); - //nf->memsize=528*32*4096; -- if ((nf->fdump= open(dev->dump, FILE_FLAG)) < 0) -+ if ((nf->fdump= open(dev->dump, FILE_FLAG, S_IRUSR | S_IWUSR)) < 0) - { - free(nf); - printf("error open nandflash dump!\n"); diff --git a/emulators/skyeye/files/patch-utils__main__skyeye.c b/emulators/skyeye/files/patch-utils__main__skyeye.c deleted file mode 100644 index a6c585b2f5c2..000000000000 --- a/emulators/skyeye/files/patch-utils__main__skyeye.c +++ /dev/null @@ -1,10 +0,0 @@ ---- utils/main/skyeye.c.orig -+++ utils/main/skyeye.c -@@ -46,6 +46,7 @@ - - #include <setjmp.h> - #include "code_cov.h" -+#include "symbol.h" - - /** - * A global variable , point to the current archtecture diff --git a/emulators/skyeye/files/patch-utils__profile__symbol.h b/emulators/skyeye/files/patch-utils__profile__symbol.h deleted file mode 100644 index 2fb82d9c2d53..000000000000 --- a/emulators/skyeye/files/patch-utils__profile__symbol.h +++ /dev/null @@ -1,10 +0,0 @@ ---- utils/profile/symbol.h.orig -+++ utils/profile/symbol.h -@@ -73,6 +73,7 @@ - ARMword ARMul_TaskCreate(ARMul_State *state); - void ARMul_ReportEnergy(ARMul_State *state, FILE* pf); - void ARMul_Consolidate(ARMul_State *state); -+char *get_sym(ARMword address); - - #endif - #endif diff --git a/emulators/skyeye/pkg-descr b/emulators/skyeye/pkg-descr deleted file mode 100644 index b1b346f7a669..000000000000 --- a/emulators/skyeye/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SkyEye is an Open Source Software Project. The goal of SkyEye is to -provide an integrated simulation environment in Linux and Windows. -SkyEye environment simulates typical Embedded Computer Systems (Now it -supports Atmel AT91 board based on ARM7TDMI CPU, board based on ARM720T -CPU, board based on StrongARM (SA1100/SA1110). You can run some Embedded -Operation System such as ARM Linux, uClinux, uc/OS-II (ucos-ii) etc in -SkyEye, and analyze or debug them at source level.