Skip to content

Commit

Permalink
emulators/skyeye: Mark BROKEN
Browse files Browse the repository at this point in the history
- Fails to build with error: too many arguments to function
  'bfd_section_size'
- Mark DEPRECATED as last upstream release was in 2014
- Set EXPIRATION_DATE to 2023-06-17
  • Loading branch information
5u623l20 committed May 18, 2023
1 parent e3ec54e commit 5fc989b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions emulators/skyeye/Makefile
@@ -1,7 +1,7 @@
PORTNAME= skyeye
PORTVERSION= 1.2.5
PORTREVISION= 8
DISTVERSIONSUFFIX= _REL
PORTREVISION= 8
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand All @@ -11,11 +11,17 @@ WWW= http://www.skyeye.org/

LICENSE= GPLv2

USE_CSTD= gnu89
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
Expand Down

0 comments on commit 5fc989b

Please sign in to comment.