ports/169604: ruby-rmagick incorrectly marked as broken
Steven Hartland
killing at multiplay.co.uk
Mon Jul 2 15:40:03 UTC 2012
The following reply was made to PR ports/169604; it has been noted by GNATS.
From: "Steven Hartland" <killing at multiplay.co.uk>
To: <bug-followup at freebsd.org>,
<steven.hartland at 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 at 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--
More information about the freebsd-ports-bugs
mailing list