diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-11-11 00:47:45 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-11-11 00:47:45 +0000 |
| commit | ae84ad207d3ac83ff8e40d0fe3b4a82ee6052948 (patch) | |
| tree | f4b867fa1c98787bb1ed52f77ed905fc54a9f3a6 /lang/onyx | |
| parent | 8c534ac27f7797391c547f0e79fefb55c16f98e5 (diff) | |
lang/onyx: Unbreak
- Upstream is gone hence hosted at freefall and MASTER_SITES updated
PR: 241824
Reported by: tech-lists@zyxst.net
MFH: 2019Q4 (build fix)
Notes
svn path=/head/; revision=517240
Diffstat (limited to 'lang/onyx')
| -rw-r--r-- | lang/onyx/Makefile | 10 | ||||
| -rw-r--r-- | lang/onyx/distinfo | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 55fea1637a4f..9b1f0d2051f0 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -5,23 +5,21 @@ PORTNAME= onyx PORTVERSION= 5.1.2 PORTREVISION= 6 CATEGORIES= lang -MASTER_SITES= http://www.canonware.com/download/onyx/ +MASTER_SITES= LOCAL/bofh MAINTAINER= bofh@FreeBSD.org COMMENT= Embeddable stack-based threaded interpreted language -BROKEN= unfetchable - LICENSE= BSD2CLAUSE -BUILD_DEPENDS= cook:devel/cook -LIB_DEPENDS= libpcre.so:devel/pcre - 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 BROKEN_mips64= fails to compile: building for onyx-5.1.2_6: error code 1 +BUILD_DEPENDS= cook:devel/cook +LIB_DEPENDS= libpcre.so:devel/pcre + USES= libedit shebangfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ diff --git a/lang/onyx/distinfo b/lang/onyx/distinfo index 0234e1853d47..6ebcf55d4135 100644 --- a/lang/onyx/distinfo +++ b/lang/onyx/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1573432886 SHA256 (onyx-5.1.2.tar.bz2) = 96811204e8a0db6cfb1069b65f114ba15348bacf6776a075e4c08f9f5edeb860 SIZE (onyx-5.1.2.tar.bz2) = 1397404 |
