mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- * Switch NOPORTDOCS and NOPORTEXAMPLES to their OptionsNG
equivalents for devel/premake4, lang/ikarus, lang/stklos and lang/ypsilon. * Add mutual conflicts to lang/ikarus - Only define NO_PACKAGE for lang/ikarus when PACKAGE_BUILDING is set (i.e. on the pointyhat cluster). PR: ports/168715 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
This commit is contained in:
parent
ca85d83d6b
commit
9f260c691c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298895
@ -19,6 +19,9 @@ COMMENT= Optimizing incremental native-code compiler for R6RS Scheme
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
||||
|
||||
# Both install bin/scheme-script
|
||||
CONFLICTS= petite-chez-*
|
||||
|
||||
FETCH_ARGS= -Fpr
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -27,11 +30,13 @@ CONFIGURE_ARGS+=\
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
NO_PACKAGE= Pointyhat cluster CPUs do not support required SSE instruction set
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in \
|
||||
${FILESDIR}/extra-patch-doc__Makefile.in
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user