diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-09 21:46:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-09 21:46:18 +0000 |
commit | 2c1ef9b64464ce01955e888ed68278c9249cb921 (patch) | |
tree | 4136fdb27dfcf70a4323befc9f18e5d46d0252b8 /graphics | |
parent | c07ac0c4d83c5645170e5f00a6388869a4899912 (diff) | |
download | freebsd-ports-2c1ef9b64464ce01955e888ed68278c9249cb921.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 5a6d7ffbfcbb..ca5428f111fc 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 83d877d77b47..162ae4157a85 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 |