Re: portupgrades fail because of missing /usr/local/lib/liblzma.la

2011-08-05 Thread Ewald Jenisch
On Thu, Aug 04, 2011 at 01:45:02PM -0400, b. f. wrote: o) What can I do to get ports recognize the correct location of the xz-libraries? As I wrote above, some more information would help. I'm guessing that you have a port that (unfortunately) uses libtool to perform linking, and has an

Re: Call for testing: games/wiimms ports (Tools for manipulate Wii and GameCube ISO/WBFS/WDF/WIA files)

2011-08-05 Thread Dmitry Marakasov
* Olivier Cochard-Labbé (oliv...@freenas.org) wrote: I've just finished a port: wiimms ISO Tools (http://wit.wiimm.de/) and tested a little by converting some Wii ISO files to WBFS files with success. Are you sure this belongs to games category? Seems to me sysutils or converters are much

ghostscript8 vs. ghostscrip9 conflict during portupgrade

2011-08-05 Thread Ewald Jenisch
Hi, Today I ran into an interesing problem while trying to run a regular portupgrade on one of my machines (8.2, AMD64): Seems like some ports depend on ghostscript8 whereas other depend on ghostscript9. Unfortunately both ghostscript variants can't coexist on the same system. To be specific:

Re: ghostscript8 vs. ghostscrip9 conflict during portupgrade

2011-08-05 Thread b. f.
Seems like some ports depend on ghostscript8 whereas other depend on ghostscript9. Unfortunately both ghostscript variants can't coexist on the same system. To be specific: I've got ghostscript8 installed (ghostscript8-8.71_8) which is required by a bunch of ports as per pkg_info -Rx

Netatalk 2.2 on FreeBSD stable crashed

2011-08-05 Thread Johannes
Hi, I have some trouble running netatalk 2.2 on FreeBSD stable. First, I had some trouble installing netatalk at all. Then I had trouble running it. I solved this problem by deinstalling avahi and netatalk, disabling Bonjour in the netatalk config and then reinstalling netatalk and avahi (in

QT4 appears to be broken

2011-08-05 Thread Steve Kargl
I thought I would try out libreoffice. So, as root I did cd /usr/opt ln -s /usr/opt /opt csup ~/supfile.ports cd /use/ports make fetchindex cd /usr/ports/editors/libreoffice make PREFIX=/opt/ several hours later, I see === Installing for qt4-qmake-4.7.3 === Generating temporary packing list

PREFIX is not honored for dependencies

2011-08-05 Thread Steve Kargl
As root, I did mkdir -p /usr/opt ln -s /usr/opt /opt cd /usr/ports/editors/libreoffice make PREFIX=/opt/ The above builds and installs dependencies along the way under the /opt/ heirarchy. The first few are cppunit-1.12.1 mdbtools-0.5_14 boost-libs-1.45.0_1 The build finally dies with

Re: PREFIX is not honored for dependencies

2011-08-05 Thread Baptiste Daroussin
On Fri, 5 Aug 2011 15:08:53 -0700, Steve Kargl wrote: As root, I did mkdir -p /usr/opt ln -s /usr/opt /opt cd /usr/ports/editors/libreoffice make PREFIX=/opt/ The above builds and installs dependencies along the way under the /opt/ heirarchy. The first few are cppunit-1.12.1 mdbtools-0.5_14