git: 5fc989b03296 - main - emulators/skyeye: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 May 2023 16:09:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fc989b032960920a692715e00495f08d6d67560 commit 5fc989b032960920a692715e00495f08d6d67560 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-17 19:07:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-18 16:09:11 +0000 emulators/skyeye: Mark BROKEN - 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 --- emulators/skyeye/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index d7851374dab2..916165980dd5 100644 --- a/emulators/skyeye/Makefile +++ b/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} @@ -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