From owner-freebsd-ports@FreeBSD.ORG Fri Sep 12 02:00:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BCFD16A4BF for ; Fri, 12 Sep 2003 02:00:22 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id E2A6E43FEA for ; Fri, 12 Sep 2003 02:00:19 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 11258 invoked by alias); 12 Sep 2003 09:27:42 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.096788 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 12 Sep 2003 09:27:42 -0000 X-RCPTTO: ports@FreeBSD.org,nork@FreeBSD.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8C8xOSZ302448; Fri, 12 Sep 2003 17:59:24 +0900 Message-ID: <3F618B1D.7020904@snu.ac.kr> Date: Fri, 12 Sep 2003 18:00:13 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Norikatsu Shigemura References: <3F5EE367.4090201@snu.ac.kr> <200309100844.h8A8iD9U072862@sakura.ninth-nine.com> In-Reply-To: <200309100844.h8A8iD9U072862@sakura.ninth-nine.com> Content-Type: multipart/mixed; boundary="------------000906050603060500050409" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: ImageMagick-5.5.6_1 (why not updated to 5.5.7-10 yet?) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 09:00:22 -0000 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 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--