mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Mark as broken on FreeBSD 9.x, and FreeBSD 11.x
- Remove unneeded @dir entries from pkg-plist - Add USES=libedit - Remove .o files which are present in pkg-plist, but are not installed PR: 205577 Submitted by: amdmi3
This commit is contained in:
parent
693c2819ba
commit
d2b328f4dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405208
@ -18,6 +18,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:${PORTSDIR}/sysutils/rubygem-bundler \
|
||||
${LOCALBASE}/bin/llvm-config35:${PORTSDIR}/devel/llvm35 \
|
||||
${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
|
||||
|
||||
BROKEN_FreeBSD_9= does not build
|
||||
BROKEN_FreeBSD_11= does not build
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -P "${PREFIX}" \
|
||||
-I "${PREFIX}/include/rubinius" \
|
||||
@ -35,7 +38,7 @@ CONFIGURE_ARGS= -P "${PREFIX}" \
|
||||
--stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo \
|
||||
--system-name ${OPSYS}
|
||||
|
||||
USES= perl5 gmake tar:bzip2 readline compiler:c++11-lib
|
||||
USES= perl5 gmake tar:bzip2 readline compiler:c++11-lib libedit
|
||||
USE_OPENSSL= yes
|
||||
USE_RUBY= yes
|
||||
RUBY_NO_RUN_DEPENDS= yes
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user