mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Mark as broken with Ruby 1.9
Approved by: portmgr
This commit is contained in:
parent
071f10abba
commit
e7abcc4e4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277053
@ -31,6 +31,10 @@ DOCS= Changes \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
.if !defined(NOPORTDOCS)
|
||||
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
|
||||
|
@ -41,4 +41,8 @@ post-install:
|
||||
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -46,4 +46,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -38,4 +38,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -33,4 +33,8 @@ post-install:
|
||||
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -27,12 +27,10 @@ RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb
|
||||
DOCSDIR= ${RUBY_MODDOCDIR}
|
||||
PORTDOCS= ChangeLog NEWS README
|
||||
|
||||
RUBY_REQUIRE= Ruby >= 184
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(RUBY_PROVIDED)
|
||||
IGNORE= requires Ruby 1.8.4 or later
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
|
||||
post-install: doc-install
|
||||
|
@ -55,4 +55,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -31,6 +31,10 @@ DOCS= Changes \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if exists(${RUBY_ARCHLIBDIR}/oniguruma.h)
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-oniguruma
|
||||
|
@ -38,4 +38,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -64,4 +64,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -34,4 +34,8 @@ doc-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -16,4 +16,8 @@ USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -23,4 +23,8 @@ USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -21,4 +21,8 @@ post-install:
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/Mars.rb
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -37,4 +37,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -46,4 +46,8 @@ do-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -26,4 +26,8 @@ PLIST_FILES= bin/mobileimap
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -43,4 +43,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -19,4 +19,8 @@ COMMENT= Manipulation tool for Macromedia Flash Video files
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -26,4 +26,8 @@ USE_RAKE= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
PLIST_FILES= bin/termtter
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -18,4 +18,8 @@ USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -37,4 +37,8 @@ post-install:
|
||||
${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -62,7 +62,7 @@ CONFIGURE_ENV+= EXTRA_LDFLAGS="${EXTRA_LDFLAGS} -pthread"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${RUBY_RELVERSION} == 1.9.1
|
||||
.if ${RUBY_RELVERSION} == 1.9.2
|
||||
CONFIGURE_ENV+= EXTRA_CFLAGS="${EXTRA_CFLAGS} -DWITH_RUBY_19"
|
||||
.endif
|
||||
|
||||
|
@ -20,12 +20,10 @@ USE_RUBY_EXTCONF= yes
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
RUBY_REQUIRE= Ruby > 180
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(RUBY_PROVIDED)
|
||||
IGNORE= only works with Ruby 1.8.0 or later
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -40,4 +40,8 @@ do-install:
|
||||
.endfor
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -47,4 +47,8 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -28,4 +28,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -17,4 +17,8 @@ USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -36,6 +36,10 @@ DOCS_JA= README.ja doc/default.css doc/*.ja.*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
|
||||
.if ${APACHE_VERSION} > 20
|
||||
CONFIGURE_ARGS+= --with-apr-includes="`${LOCALBASE}/bin/apr-1-config --includedir`"
|
||||
.endif
|
||||
|
@ -29,4 +29,8 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_MODDOCDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -29,4 +29,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_MODDOCDIR}/ja/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -29,6 +29,10 @@ USE_TK= 84+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} == 1.9
|
||||
BROKEN= does not build with ruby 1.9
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \
|
||||
--with-X11-dir=${LOCALBASE} \
|
||||
--with-tcl-include=${TCL_INCLUDEDIR} \
|
||||
|
Loading…
Reference in New Issue
Block a user