1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

lang/onyx: Mark DEPRECATED

- Requires deprecated cook port
- Upstream last release was in 2008
- Update WWW to GH site but there is also no activity since 2008
- Set EXPIRATION_DATE to 2023-09-30
- Pet portclippy
This commit is contained in:
Muhammad Moinur Rahman 2023-08-24 06:19:57 +02:00
parent df5e2d02f8
commit ec044ed888

View File

@ -6,10 +6,12 @@ MASTER_SITES= LOCAL/bofh/${PORTNAME}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Embeddable stack-based threaded interpreted language
WWW= http://www.canonware.com/onyx/
WWW= https://github.com/canonware/onyx
LICENSE= BSD2CLAUSE
DEPRECATED= Requires deprecated cook port
EXPIRATION_DATE= 2023-09-30
BROKEN_armv6= fails to compile: building for onyx-5.1.2_6: error code 1
BROKEN_armv7= fails to compile: building for onyx-5.1.2_6: error code 1
BROKEN_mips= fails to compile: building for onyx-5.1.2_6: error code 1
@ -19,15 +21,18 @@ BUILD_DEPENDS= cook:devel/cook
LIB_DEPENDS= libpcre.so:devel/pcre
USES= libedit shebangfix tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \
--with-pcre-prefix=${LOCALBASE}
USE_LDCONFIG= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
PLIST_SUB= ONYX_VERSION=${PORTVERSION}
OPTIONS_DEFINE= DOCS
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)