diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-10 05:46:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-10 05:46:18 +0800 |
commit | 32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af (patch) | |
tree | 2852edb98c302597da4da2fdd0eed3189eeb9abb /graphics | |
parent | 37dbcce9ddb12de516365f25e21e809c7f2d1119 (diff) | |
download | freebsd-ports-graphics-32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af.tar.gz freebsd-ports-graphics-32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af.tar.zst freebsd-ports-graphics-32ff8155e9f1efb3ef6b3f24f2640eb17e4f21af.zip |
- Mark some ruby* and rubygem* broken with ruby 1.9
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/rubygem-objectdetect/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 5a6d7ffbfcb..ca5428f111f 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -36,6 +36,10 @@ LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif + # Hmm, GREP and TRUE seem to be defined in the bsd.port.post.mk stage. .if exists(${LOCALBASE}/bin/gd2topng) WITH_X11_CHECK!= ldd ${LOCALBASE}/bin/gd2topng | grep -w 'libX11\.so' || true diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index 83d877d77b4..162ae4157a8 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -22,6 +22,10 @@ RUBYGEM_AUTOPLIST= yes .include <bsd.port.pre.mk> +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif + .if ${OSVERSION} < 700000 BROKEN= does not compile on 6.X .endif |