Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2003 18:00:13 +0900
From:      Rob Lahaye <lahaye@snu.ac.kr>
To:        Norikatsu Shigemura <nork@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: ImageMagick-5.5.6_1 (why not updated to 5.5.7-10 yet?)
Message-ID:  <3F618B1D.7020904@snu.ac.kr>
In-Reply-To: <200309100844.h8A8iD9U072862@sakura.ninth-nine.com>
References:  <3F5EE367.4090201@snu.ac.kr> <200309100844.h8A8iD9U072862@sakura.ninth-nine.com>

next in thread | previous in thread | raw e-mail | index | archive | help

This is a multi-part message in MIME format.
--------------000906050603060500050409
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Norikatsu Shigemura wrote:
> 
> On Wed, 10 Sep 2003 17:40:07 +0900
> Rob Lahaye <lahaye@snu.ac.kr> wrote:
> 
>>Are there problems to bump up the version of ImageMagick in the ports?
>>5.5.7-10 is already released and 5.5.8 is in beta testing right now.
> 
> 
> 	Oops.  I forgot.  I'll commit PR before ports freeze.
> 	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/55274

This patch does not quite work now. Three problems:
1. removing "PORTREVISION=   1" fails, because the port has 3 instead of 1.
2. new md5 sum is not correct
3. empty patch files in files/ directory

I'm not a ports person, but the attached updated patch and the following
sequence of commands, make a compilable port on my PC:

# cd /usr/ports/graphics
# gunzip /tmp/ImageMagick.diff.gz
# patch < /tmp/ImageMagick.diff
# cd ImageMagick
# rm -rf *orig files/*orig
# rm files/patch-Magick++::lib::Makefile.in \
	files/patch-magick::Makefile.in \
	files/patch-mi \
	files/patch-xwindow.c
# make
# portupgrade -wW ImageMagick
# make clean


I hope this helps to bump up the version in the ports soon?

Rob.

--------------000906050603060500050409--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F618B1D.7020904>