From owner-freebsd-x11@FreeBSD.ORG Sun May 6 02:54:18 2007 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51F4316A400; Sun, 6 May 2007 02:54:18 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 34ACF13C465; Sun, 6 May 2007 02:54:18 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3E64A1A4DB6; Sat, 5 May 2007 19:54:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4F09752DE7; Sat, 5 May 2007 22:54:17 -0400 (EDT) Date: Sat, 5 May 2007 22:54:17 -0400 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20070506025417.GA96765@xor.obsecurity.org> References: <1178389743.55607.8.camel@shumai.marcuscom.com> <20070505183147.GA20810@xor.obsecurity.org> <1178389962.55607.10.camel@shumai.marcuscom.com> <20070505185138.GA21388@xor.obsecurity.org> <1178391323.55607.13.camel@shumai.marcuscom.com> <20070505190103.GB21388@xor.obsecurity.org> <1178397620.55607.19.camel@shumai.marcuscom.com> <20070505205432.GA4899@xor.obsecurity.org> <20070505210204.GA38903@xor.obsecurity.org> <1178406130.55607.23.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1178406130.55607.23.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.2i Cc: x11@FreeBSD.org, Kris Kennaway Subject: Re: ImageMagick bump X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 02:54:18 -0000 On Sat, May 05, 2007 at 07:02:10PM -0400, Joe Marcus Clarke wrote: > On Sat, 2007-05-05 at 17:02 -0400, Kris Kennaway wrote: > > On Sat, May 05, 2007 at 04:54:32PM -0400, Kris Kennaway wrote: > > > On Sat, May 05, 2007 at 04:40:20PM -0400, Joe Marcus Clarke wrote: > > > > On Sat, 2007-05-05 at 15:01 -0400, Kris Kennaway wrote: > > > > > On Sat, May 05, 2007 at 02:55:23PM -0400, Joe Marcus Clarke wrote: > > > > > > On Sat, 2007-05-05 at 14:51 -0400, Kris Kennaway wrote: > > > > > > > On Sat, May 05, 2007 at 02:32:42PM -0400, Joe Marcus Clarke wrote: > > > > > > > > On Sat, 2007-05-05 at 14:31 -0400, Kris Kennaway wrote: > > > > > > > > > On Sat, May 05, 2007 at 02:29:03PM -0400, Joe Marcus Clarke wrote: > > > > > > > > > > On Sat, 2007-05-05 at 13:00 -0400, Kris Kennaway wrote: > > > > > > > > > > > It looks like ImageMagick depends on fontconfig but didnt get bumped, > > > > > > > > > > > can you confirm? > > > > > > > > > > > > > > > > > > > > > > Also I wonder about ports that have optional dependencies on > > > > > > > > > > > fontconfig, we should probably bump them too to be safe (otherwise > > > > > > > > > > > people will have stale references to /usr/X11R6 in .la files again) > > > > > > > > > > > > > > > > > > > > Actually, ImageMagick should have been bumped, but was not. There are > > > > > > > > > > only two ports by my count that have fontconfig as an optional disabled > > > > > > > > > > dependency. I will recheck my script to see why some ports were not > > > > > > > > > > bumped. > > > > > > > > > > > > > > > > > > Thanks! > > > > > > > > > > > > > > > > I found the problem. My script didn't take DISTVERSION into account. I > > > > > > > > will send out a new, complete tarball shortly. > > > > > > > > > > > > > > Maybe a diff against previous bumpage would be better, if > > > > > > > possible...flz? > > > > > > > > > > > > That would be very hard to generate at this point. I mean, it would be > > > > > > trivial if I was allowed to re-bump the ports that had already been > > > > > > bumped. Otherwise I'd have to manually fiddle with my list. > > > > > > > > > > OK, I guess flz will just have to cope :) > > > > > > > > New diffs are up: > > > > > > > > http://www.marcuscom.com/downloads/ports_xorg.diff.bz2 (full diff) > > > > http://www.marcuscom.com/downloads/ports_xorg_incr.diff.bz2 (incremental > > > > diff on top of last diff) > > > > > > transcode is still missing :( > > > > I guess this is because it doesn't enable ImageMagick by default but > > instead autodetects it if it is present. > > > > This kind of thing is going to be a nightmare to track down. I wonder > > if we should just bump everything that installs a .la in case the port > > has some obscure case in which it will pick up a dependency on X11R6. > > I don't think this is necessary. Now that I have my script working for > DISTVERSION, I'm pretty sure I got all the ports that will needed to be > bumped. OK. When the next build finishes I will grep the packages for .la files that reference /usr/X11R6 just to double-check for the default cases. Thanks again for taking care of that. Kris