BROKEN on 5.x: does not compile
This commit is contained in:
parent
d6b6ebe9e2
commit
1ac8a951f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100458
2 changed files with 11 additions and 1 deletions
|
@ -25,6 +25,10 @@ INSTALLS_SHLIB= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500035
|
||||
USE_GCC= 3.1
|
||||
.else
|
||||
|
|
|
@ -28,6 +28,12 @@ INSTALL_TARGET= site-install
|
|||
DOCS_EN= README TODO
|
||||
EXAMPLES_EN= example.rb
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
|
@ -40,4 +46,4 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue