Re: Update for x11-toolkits/swt-devel failed

2011-11-05 Thread Conrad J. Sabatier
On Mon, 24 Oct 2011 08:44:58 -0700 (PDT) "Pedro F. Giffuni" wrote: > The problem is that Leslie has webkit installed. There > must be some configure flag to disable it but my > desktop motherboard toasted so I cant look at it. No, the problem is -- or rather, was -- that the swt-devel package us

Population libmap.conf

2011-11-05 Thread Xavier HUMBERT
Hi, I'm asking the best way to populate libmap.conf at before-install stage. Obviously a shell script with this pseudo-code if [ !grep myport]; then cat mymaps >> /etc/libmap.cobf fi will do. But is there a standardized way to call it in the pre-install target ? Thx, -- XAv In your pomp

Re: Population libmap.conf

2011-11-05 Thread Matthew Seaman
On 05/11/2011 15:20, Xavier HUMBERT wrote: > I'm asking the best way to populate libmap.conf at before-install stage. > rm /etc/libmap.conf Works for me. libmap is a band-aid used to patch over certain deficiencies in shared library handling. You only need it when there is a specific problem,

Re: Population libmap.conf

2011-11-05 Thread Chris Rees
On 5 Nov 2011 15:32, "Matthew Seaman" wrote: > > On 05/11/2011 15:20, Xavier HUMBERT wrote: > > I'm asking the best way to populate libmap.conf at before-install stage. > > > > rm /etc/libmap.conf > > Works for me. > > libmap is a band-aid used to patch over certain deficiencies in shared > librar

Re: Population libmap.conf

2011-11-05 Thread Matthew Seaman
On 05/11/2011 15:36, Chris Rees wrote: > On 5 Nov 2011 15:32, "Matthew Seaman" > wrote: >> >> On 05/11/2011 15:20, Xavier HUMBERT wrote: >>> I'm asking the best way to populate libmap.conf at before-install stage. >>> >> >> rm /etc/libmap.conf >> >> Works for me. >> >> libmap is a band-aid used to

Re: Update for x11-toolkits/swt-devel failed

2011-11-05 Thread Christoph Moench-Tegeder
## Conrad J. Sabatier (conr...@cox.net): > No, the problem is -- or rather, was -- that the swt-devel package uses > a script (build.sh) which automatically detects the presence of webkit > and unconditionally includes it in the build, but something elsewhere > within the package's build mechanism

upgrading to mutt-1.4.2.3_6 with linker error

2011-11-05 Thread Troy
I'm trying to upgrade Mutt from mutt-1.4.2.3_5 to 1.4.2.3_6 and am running into this error. Any ideas? cc -I/usr/local/include -DPKGDATADIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DBINDIR=\"/usr/local/bin\" -DMUTTLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H=1 -I.

Re: Update for x11-toolkits/swt-devel failed

2011-11-05 Thread Pedro F. Giffuni
Hmm... --- On Sat, 11/5/11, Conrad J. Sabatier wrote: I see.. thanks for working on this. > > I say "work around", because all my patch does is > unconditionally > disable the inclusion of webkit in the build for now.  > I have yet to > dig down deeper and figure out exactly what's causing the >

Re: multimedia/handbrake 0.9.5

2011-11-05 Thread Adam Vande More
On Tue, Jul 26, 2011 at 5:55 AM, ben wilber wrote: > Hi, > > I was unhappy that the HandBrake port was outdated and didn't work on > amd64, so I updated it to the best of my ability. Hopefully it's > acceptable, or will at least give someone a head start. > > http://desync.com/~bw/handbrake.tar.

Re: Update for x11-toolkits/swt-devel failed

2011-11-05 Thread Conrad J. Sabatier
On Sat, 5 Nov 2011 09:54:22 -0700 (PDT) "Pedro F. Giffuni" wrote: > Hmm... > --- On Sat, 11/5/11, Conrad J. Sabatier wrote: > > I see.. thanks for working on this. > > > > > I say "work around", because all my patch does is > > unconditionally > > disable the inclusion of webkit in the build f