diff options
author | pav <pav@FreeBSD.org> | 2005-03-22 13:06:07 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-22 13:06:07 +0000 |
commit | d1d6ee32cd43a506cac68ac989c7efcc1a241bea (patch) | |
tree | 7c62214952791bf647933b77c4150d1eca226f4d /graphics | |
parent | 2c04e84cd18859e92e6fa505bfff2e20115969b9 (diff) | |
download | FreeBSD-ports-d1d6ee32cd43a506cac68ac989c7efcc1a241bea.zip FreeBSD-ports-d1d6ee32cd43a506cac68ac989c7efcc1a241bea.tar.gz |
- Add missed build dependency to fix plist on i386
- Mark BROKEN, ruby segfaults on build, blowing plist on amd64
Reported by: krismail
Approved by: portmgr (krion)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 1715d14..6613f31 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= rmagick PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics ruby MASTER_SITES= http://rubyforge.org/frs/download.php/2231/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -21,6 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby binding for ImageMagick +BUILD_DEPENDS= wmf2eps:${PORTSDIR}/graphics/libwmf LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick USE_RUBY= yes @@ -42,6 +43,11 @@ DOCS= ChangeLog README.html BROKEN= "Does not compile on FreeBSD 4.x" .endif +# XXX should be resolved in 1.7.2 +.if ${ARCH} == "amd64" +BROKEN= "Segfaults during build" +.endif + pre-configure: cd ${CONFIGURE_WRKSRC}; \ ${SETENV} ${CONFIGURE_ENV} ./configure --prefix="${PREFIX}" |