From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 16 10:20:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD7E16A41F for ; Thu, 16 Jun 2005 10:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8F943D48 for ; Thu, 16 Jun 2005 10:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5GAKPgP048415 for ; Thu, 16 Jun 2005 10:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5GAKP42048413; Thu, 16 Jun 2005 10:20:25 GMT (envelope-from gnats) Resent-Date: Thu, 16 Jun 2005 10:20:25 GMT Resent-Message-Id: <200506161020.j5GAKP42048413@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Björn König Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C21C16A41C; Thu, 16 Jun 2005 10:11:41 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2263443D48; Thu, 16 Jun 2005 10:11:40 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from hoppel.local (port-212-202-169-37.dynamic.qsc.de [212.202.169.37]) by mail.efacilitas.de (Postfix) with SMTP id 20FBB1239BC; Thu, 16 Jun 2005 12:10:04 +0200 (CEST) Received: by hoppel.local (sSMTP sendmail emulation); Thu, 16 Jun 2005 12:10:15 +0200 Message-Id: <20050616101004.20FBB1239BC@mail.efacilitas.de> Date: Thu, 16 Jun 2005 12:10:15 +0200 From: "Björn König" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: knu@FreeBSD.org Subject: ports/82315: Update port graphics/ruby-rmagick to 1.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Björn König List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 10:20:26 -0000 >Number: 82315 >Category: ports >Synopsis: Update port graphics/ruby-rmagick to 1.8.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 16 10:20:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Björn König >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: >Description: The patch below updates the port graphics/ruby-magick to 1.8.2. Note: I removed the condition that it's broken for amd64, but I didn't tested it. Someone should do this. >How-To-Repeat: >Fix: --- ruby-rmagick.diff begins here --- --- Makefile.orig Thu Jun 16 11:45:19 2005 +++ Makefile Thu Jun 16 11:49:19 2005 @@ -6,10 +6,10 @@ # PORTNAME= rmagick -PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTVERSION= 1.8.2 +PORTREVISION= 0 CATEGORIES= graphics ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/2231/ +MASTER_SITES= http://rubyforge.org/frs/download.php/4827/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= RMagick-${PORTVERSION} DIST_SUBDIR= ruby @@ -24,6 +24,7 @@ BUILD_DEPENDS= wmf2eps:${PORTSDIR}/graphics/libwmf LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick +USE_BZIP2= yes USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb @@ -41,11 +42,6 @@ .if ${OSVERSION} < 500000 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: --- distinfo.orig Thu Jun 16 11:45:08 2005 +++ distinfo Thu Jun 16 11:50:14 2005 @@ -1,2 +1,2 @@ -MD5 (ruby/RMagick-1.7.0.tar.gz) = d2b6c0970ebd90d3e37f5e7e35b78ca7 -SIZE (ruby/RMagick-1.7.0.tar.gz) = 806446 +MD5 (ruby/RMagick-1.8.2.tar.bz2) = 96c5ee1977fd9c3dba4281969f25be22 +SIZE (ruby/RMagick-1.8.2.tar.bz2) = 906748 --- ruby-rmagick.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: