diff options
author | swills <swills@FreeBSD.org> | 2014-02-23 07:19:29 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-02-23 07:19:29 +0800 |
commit | 7ac9753d132a14350f4ed38b4ace31bf69d9322b (patch) | |
tree | 10255d3dd51c4d923c0061b3a14081f49f4ee192 /graphics | |
parent | 807d5afd63bb0994ea5f839a1b2b1a856d32f6fe (diff) | |
download | freebsd-ports-gnome-7ac9753d132a14350f4ed38b4ace31bf69d9322b.tar.gz freebsd-ports-gnome-7ac9753d132a14350f4ed38b4ace31bf69d9322b.tar.zst freebsd-ports-gnome-7ac9753d132a14350f4ed38b4ace31bf69d9322b.zip |
- Mark as broken with Ruby 2.0 and 2.1
- Mark deprecated in favor of rubygem- versions
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-cairo/Makefile | 11 | ||||
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 11 | ||||
-rw-r--r-- | graphics/ruby-rsvg2/Makefile | 11 |
3 files changed, 30 insertions, 3 deletions
diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile index 47c3dc81773f..612def153679 100644 --- a/graphics/ruby-cairo/Makefile +++ b/graphics/ruby-cairo/Makefile @@ -21,6 +21,9 @@ CONFIGURE_ARGS+=--ruby=${RUBY} DOCS= AUTHORS COPYING GPL NEWS +DEPRECATED= Use rubygem-cairo instead +EXPIRATION_DATE=2014-03-23 + NO_STAGE= yes post-install: .if !defined(NOPORTEXAMPLES) @@ -35,4 +38,10 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} != 1.9 +BROKEN= Does not work with Ruby 2.x +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 70fba9320508..115516e53ba0 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} +DEPRECATED= Use rubygem-gdk_pixbuf2 instead +EXPIRATION_DATE=2014-03-23 + NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" @@ -46,4 +49,10 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} != 1.9 +BROKEN= Does not work with Ruby 2.x +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/ruby-rsvg2/Makefile b/graphics/ruby-rsvg2/Makefile index ebf5ed09e29c..2f986dc907f2 100644 --- a/graphics/ruby-rsvg2/Makefile +++ b/graphics/ruby-rsvg2/Makefile @@ -25,6 +25,9 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} +DEPRECATED= Use rubygem-rsvg2 instead +EXPIRATION_DATE=2014-03-23 + NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" @@ -45,4 +48,10 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} != 1.9 +BROKEN= Does not work with Ruby 2.x +.endif + +.include <bsd.port.post.mk> |