From owner-freebsd-gnome@FreeBSD.ORG Sat May 12 03:36:38 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19E8C106564A; Sat, 12 May 2012 03:36:38 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id CD6618FC0C; Sat, 12 May 2012 03:36:37 +0000 (UTC) Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml1no-ssvc.prod.shaw.ca) ([10.0.144.222]) by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 11 May 2012 21:36:31 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=Cufqhujp69hR+MhiHu40yK/USb/hlYs0+irVU46A6+k= c=1 sm=1 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=fGuSOuUed3kJ2Hp7utIA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by pd6ml1no-dmz.prod.shaw.ca with ESMTP; 11 May 2012 21:36:30 -0600 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id BA92C1CB; Fri, 11 May 2012 20:36:30 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.5/8.14.5) with ESMTP id q4C3aU2A006989; Fri, 11 May 2012 20:36:30 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201205120336.q4C3aU2A006989@slippy.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Koop Mast In-Reply-To: Message from Koop Mast of "Fri, 11 May 2012 11:00:22 +0200." <4FACD526.8040500@rainbow-runner.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 May 2012 20:36:30 -0700 Cc: gnome@FreeBSD.org, araujo@FreeBSD.org Subject: Re: Poppler-utils X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2012 03:36:38 -0000 Thanks Koop, I just committed the changes. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org In message <4FACD526.8040500@rainbow-runner.nl>, Koop Mast writes: > On 11-5-2012 8:33, Cy Schubert wrote: > > Hi gnome@, > > > > Would you please approve the following patch to poppler-utils. A > > corresponding patch to xpdf will allow both ports to co-exist. > > Approved. > > -Koop > > > cvs diff: Diffing . > > Index: Makefile > > =================================================================== > > RCS file: /home/pcvs/ports/graphics/poppler-utils/Makefile,v > > retrieving revision 1.12 > > diff -u -r1.12 Makefile > > --- Makefile 5 Aug 2011 15:39:21 -0000 1.12 > > +++ Makefile 11 May 2012 06:31:04 -0000 > > @@ -16,6 +16,4 @@ > > SLAVEPORT= utils > > PLIST= ${.CURDIR}/pkg-plist > > > > -CONFLICTS= xpdf-3.* > > - > > .include "${MASTERDIR}/Makefile" > > > > > > >