Date: Mon, 2 Jul 2012 15:40:03 GMT From: "Steven Hartland" <killing@multiplay.co.uk> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/169604: ruby-rmagick incorrectly marked as broken Message-ID: <201207021540.q62Fe3Vb057931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169604; it has been noted by GNATS. From: "Steven Hartland" <killing@multiplay.co.uk> To: <bug-followup@freebsd.org>, <steven.hartland@multiplay.co.uk> Cc: Subject: Re: ports/169604: ruby-rmagick incorrectly marked as broken Date: Mon, 2 Jul 2012 16:33:56 +0100 This is a multi-part message in MIME format. ------=_NextPart_000_013F_01CD5870.79B83830 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit Patch for this issue attached this time I hope :) ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. ------=_NextPart_000_013F_01CD5870.79B83830 Content-Type: text/plain; format=flowed; name="Makefile.patch.txt"; reply-type=original Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makefile.patch.txt" --- Makefile.orig 2012-07-02 11:03:28.847600299 +0000=0A= +++ Makefile 2012-07-02 14:53:00.788594758 +0000=0A= @@ -19,8 +19,6 @@=0A= =0A= LIB_DEPENDS=3D MagickWand.5:${PORTSDIR}/graphics/ImageMagick=0A= =0A= -BROKEN=3D does not configure=0A= -=0A= USE_BZIP2=3D yes=0A= USE_RUBY=3D yes=0A= USE_RUBY_SETUP=3D yes=0A= @@ -39,6 +37,13 @@=0A= =0A= .include <bsd.port.pre.mk>=0A= =0A= +MAGICK_HDRI!=3D ${SH} -c 'case `${LOCALBASE}/bin/Magick-config = --version` in *HDRI*) exit 1 ;; esac' > /dev/null 2>&1 && ${ECHO_CMD} = yes || true=0A= +=0A= +.if empty(MAGICK_HDRI)=0A= +IGNORE=3D needs a ImageMagick built without --enable-hdri, install = graphics/ImageMagick without HDRI support and try again=0A= +.endif=0A= +=0A= +=0A= post-install:=0A= .if !defined(NOPORTDOCS)=0A= @${MKDIR} ${RUBY_MODDOCDIR}=0A= ------=_NextPart_000_013F_01CD5870.79B83830--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207021540.q62Fe3Vb057931>