diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-17 19:07:45 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-18 16:09:11 +0000 |
commit | 5fc989b032960920a692715e00495f08d6d67560 (patch) | |
tree | 160cf000e0dad2c0900eb4ed3caba05eb68512b0 /emulators/skyeye | |
parent | e3ec54e79088ca4768cb82a636332b3b37ae894d (diff) | |
download | ports-5fc989b032960920a692715e00495f08d6d67560.tar.gz ports-5fc989b032960920a692715e00495f08d6d67560.zip |
Diffstat (limited to 'emulators/skyeye')
-rw-r--r-- | emulators/skyeye/Makefile | 10 |
1 files 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 |