Re: Is there an easy way to find out which port loads which library?

2013-02-18 Thread Chris Rees
On 18 Feb 2013 05:35, Jeffrey Bouquet jeffreybouq...@yahoo.com wrote: --- On Sun, 2/17/13, A.J. 'Fonz' van Werven f...@skysmurf.nl wrote: From: A.J. 'Fonz' van Werven f...@skysmurf.nl Subject: Re: Is there an easy way to find out which port loads which library? To: Bernard Higonnet

devel/dconf failed to build with gcc 4.6.3

2013-02-18 Thread Quentin Schwerkolt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've just try to build devel/dconf with gcc 4.6.3 FreeBSD 9.1-STABLE amd64 r246821. The build faild with an unrecognized option '-avoid-version'. So I had make a patch for allow build with gcc 4.6.3. It doesn't break the port with clang and the

Current unassigned ports problem reports

2013-02-18 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

PDF viewer that can rotate pages

2013-02-18 Thread Andrea Venturoli
Hello. As per subject, I often get rotated PDFs, which are a pain to read. Neither xpdf, nor kpdf allow me to rotate the page again. Any suggestion for a reader that can? Ideally small with few requirements, but, failing that, I'll accept something big and fat, provided it's not Adobe Reader.

Re: PDF viewer that can rotate pages

2013-02-18 Thread Ruslan Makhmatkhanov
Andrea Venturoli wrote on 18.02.2013 15:16: Hello. As per subject, I often get rotated PDFs, which are a pain to read. Neither xpdf, nor kpdf allow me to rotate the page again. Any suggestion for a reader that can? Ideally small with few requirements, but, failing that, I'll accept something

Re: PDF viewer that can rotate pages

2013-02-18 Thread Anton Shterenlikht
Date: Mon, 18 Feb 2013 12:16:36 +0100 From: Andrea Venturoli m...@netfence.it To: freebsd-ports@freebsd.org Subject: PDF viewer that can rotate pages Hello. As per subject, I often get rotated PDFs, which are a pain to read. Neither xpdf,

libreoffice

2013-02-18 Thread Wojciech Puchar
package works great (and far faster than openoffice) but still i would find quickstarter functionality that is available in windows openoffice useful. I found loading a document taking milliseconds only when other document is already loaded, while otherwise it is few seconds. any way to

Re: PDF viewer that can rotate pages

2013-02-18 Thread Daniel Nebdal
Okular (from KDE4) can also do it ( View:Orientation:Rotate (left|right) ), though that only qualifies as small if you've already got KDE 4. -- Daniel Nebdal On Mon, Feb 18, 2013 at 12:16 PM, Andrea Venturoli m...@netfence.it wrote: Hello. As per subject, I often get rotated PDFs, which are a

Re: PDF viewer that can rotate pages

2013-02-18 Thread Andrea Venturoli
On 02/18/13 12:29, Anton Shterenlikht wrote: I never had problems rotating files with xpdf. Are you saying there are some PDF files that xpdf fails to rotate? Or are you saying your xpdf can never rotate pages? Hmmm... my fault, sorry. Now that I tried again xpdf can rotate my files... don't

Re: Fwd: Re: openfire start up problem

2013-02-18 Thread Pietro Cerutti
On 2013-Feb-17, 07:52, David Southwell wrote: Hi Hi David, I am having trouble with openfire Getting error WARNING: no shebang line in COPYRIGHT Here is the sequence: # service openfire start Starting openfire #service openfire status openfire is running as pid 9205 #service openfire

FreeBSD ports you maintain which are out of date

2013-02-18 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

audio/audacity and audio/gstreamer-plugins-soundtouch fails due to SoundTouch

2013-02-18 Thread Joseph A. Nagy, Jr
effects/SoundTouchEffect.cpp:209:31: error: cannot initialize a parameter of type 'const SAMPLETYPE *' (aka 'const short *') with an lvalue of type 'float *' mSoundTouch-putSamples(buffer, block); ^~ /usr/local/include/soundtouch/SoundTouch.h:237:31:

Fw: zimbra

2013-02-18 Thread Paul Pathiakis
- Forwarded Message - From: Martin SolĨiansky so...@solko.sk To: pathia...@yahoo.com Sent: Friday, February 15, 2013 2:56 AM Subject: zimbra hey, I am trying to get a complete port built. I've seen the incredible effort that you put in and I believe it to be VERY CLOSE to a

Please commit ports/176207

2013-02-18 Thread Stefan Bethke
Hi, if any ports committer would be willing to commit the maintainer's patch in ports/176207, I'd appreciate it! Thanks, Stefan -- Stefan Bethke s...@lassitu.de Fon +49 151 14070811 ___ freebsd-ports@freebsd.org mailing list

Re: Is there an easy way to find out which port loads which library?

2013-02-18 Thread Jeffrey Bouquet
--- On Mon, 2/18/13, Chris Rees utis...@gmail.com wrote: From: Chris Rees utis...@gmail.com Subject: Re: Is there an easy way to find out which port loads which library? To: Jeffrey Bouquet jeffreybouq...@yahoo.com Cc: FreeBSD Mailing List freebsd-ports@freebsd.org Date: Monday, February 18,

Re: PDF viewer that can rotate pages

2013-02-18 Thread Chip Camden
Quoth Andrea Venturoli on Monday, 18 February 2013: On 02/18/13 12:29, Anton Shterenlikht wrote: I never had problems rotating files with xpdf. Are you saying there are some PDF files that xpdf fails to rotate? Or are you saying your xpdf can never rotate pages? Hmmm... my fault,

Re: PDF viewer that can rotate pages

2013-02-18 Thread Wojciech Puchar
xpdf can rotate 90,180,270 degrees works great ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Is there an easy way to find out which port loads which library?

2013-02-18 Thread A.J. 'Fonz' van Werven
Not answering anyone in particular, but I feel compelled to point out that as far as I know pkg_info only works with packages/ports that are already installed (or at least created/downloaded), whereas the grep/find method also works for finding out which not-yet-installed package/port *will*

Re: Is there an easy way to find out which port loads which library?

2013-02-18 Thread Chris Rees
On 18 Feb 2013 18:42, Jeffrey Bouquet jeffreybouq...@yahoo.com wrote: --- On Mon, 2/18/13, Chris Rees utis...@gmail.com wrote: From: Chris Rees utis...@gmail.com Subject: Re: Is there an easy way to find out which port loads which library? To: Jeffrey Bouquet jeffreybouq...@yahoo.com

graphics/gegl fails to update with portupgrade, works with make x 2

2013-02-18 Thread Torfinn Ingolfsen
The port graphics/gegl fail to upgrade with portupgrade (doing 'portupgrade -R gegl') but works if I cd to the port directory and run make twice. (I got the idea from another thread on the ports mailinglist) Details: tingo@kg-v2$ uname -a FreeBSD kg-v2.kg4.no 8.3-STABLE FreeBSD 8.3-STABLE #6: Fri

Re: graphics/gegl fails to update with portupgrade, works with make x 2

2013-02-18 Thread Koop Mast
On 18-2-2013 22:18, Torfinn Ingolfsen wrote: The port graphics/gegl fail to upgrade with portupgrade (doing 'portupgrade -R gegl') but works if I cd to the port directory and run make twice. (I got the idea from another thread on the ports mailinglist) Details: tingo@kg-v2$ uname -a FreeBSD

Re: Using just db44 for all instead of mixed usage of db41/db42/db44 (was: Re: mutt vs db44 // Bug in /usr/ports/Mk/bsd.database.mk ?)

2013-02-18 Thread Raphael Eiselstein
On Sun, Feb 17, 2013 at 06:14:28PM -0600, Scot Hetzel wrote: The reason that there are so many BDB versions in ports is that several of the functions had additional arguments added or swapped between versions. What will happen if one binary is linked against db41 *and* db44 through other

Re: PDF viewer that can rotate pages

2013-02-18 Thread Chad Perrin
On Mon, Feb 18, 2013 at 10:22:48AM -0800, Chip Camden wrote: Quoth Andrea Venturoli on Monday, 18 February 2013: On 02/18/13 12:29, Anton Shterenlikht wrote: I never had problems rotating files with xpdf. Are you saying there are some PDF files that xpdf fails to rotate? Or are you

Re: When was the last ports tree that worked with RELENG_6?

2013-02-18 Thread Darren Pilgrim
On 2013-02-16 08:06, Chris Rees wrote: I think you may have some luck installing an up to date make(1) and dialog(1) (or set NO_DIALOG=yes in make.conf) from stable/9 or similar; many of the problems on 6 are caused by missing variable modifiers. I built and installed make from a RELENG_8_3

Re: When was the last ports tree that worked with RELENG_6?

2013-02-18 Thread Darren Pilgrim
On 2013-02-18 16:22, Darren Pilgrim wrote: On 2013-02-16 08:06, Chris Rees wrote: I think you may have some luck installing an up to date make(1) and dialog(1) (or set NO_DIALOG=yes in make.conf) from stable/9 or similar; many of the problems on 6 are caused by missing variable modifiers. I