Skip to content

Commit

Permalink
lang/onyx: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
5u623l20 committed Aug 25, 2023
1 parent df5e2d0 commit ec044ed
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lang/onyx/Makefile
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit ec044ed

Please sign in to comment.