java/icedtea-web broken since last openjdk update

2014-02-13 Thread Volodymyr Kostyrko
Hi all. When building java/icedtea-web I get this: checking for X11... yes checking for a JRE home directory... /usr/local/openjdk7/jre checking for a Java virtual machine... /usr/local/openjdk7/jre/bin/java checking if java.util.jar.Pack200 is available... yes checking if java.net.CookieManager

[solved] Re: ports-mgmt/pkg failing to link when cross-compiling with qemu

2014-02-13 Thread Christopher J. Ruwe
On Thu, 23 Jan 2014 20:38:51 +0100 "Christopher J. Ruwe" wrote: > When trying the instructions on > https://wiki.freebsd.org/QemuUserModeHowTo, I encountered a fairly > basic port (ports-mgmt/pkg) failing to link properly: > > [... - everything fine until here] > > cc -static -O -pipe -DPORTSD

FreeBSD ports you maintain which are out of date

2014-02-13 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, you

Cannot build OpenOffice

2014-02-13 Thread Andrea Venturoli
Hello. Since a while I am unable to compile OpenOffice; I always lived with this, but now that 3.x support is gone, I'd really like to upgrade to 4.0.1. The box is 9.1p10/i386, java is OpenJDK 1.7.0_51, and below is my /etc/make.conf: WITHOUT_RUNTIME_CPUDETECTION=yes WRKDIRPREFIX=/tmp CPUT

Re: security/krb5 segfaulting on ARMv6/STABLE-10 Raspberry

2014-02-13 Thread Christopher J. Ruwe
On Tue, 11 Feb 2014 19:50:24 +0100 "Christopher J. Ruwe" wrote: > Yesterday I ran into problems with self-compiled security/krb5 on > ARMv6/10-STABLE Raspberry Pi. > > % uname -a > FreeBSD armbld.hb22.cruwe.de 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE > #0 r260786+cc2516d(stable/10): Fri Jan 17 20

multimedia/imagination requires audio/sox with FLAC - how?

2014-02-13 Thread Zsolt Udvari
Hi list, the multimedia/imagination requires audio sox with FLAC flag (without FLAC can't create output video file). Is there any solution to tell this specific dependency to the ports system? I've checked "Porter's handbook" but I didn't find similar information. Zsolt _

Re: ports/184993: www/squid33 - fails to build on ^/stable/10 (without AUFS or why AUFS doesn't work)

2014-02-13 Thread Volodymyr Kostyrko
Hi all. The core problem to whole this stuff is about how squid is compiled when it requires threading support (and AUFS needs pthreads). Let's see some diffs. The whole difference between this two is FS_AUFS is enabled for the +++ and disables for the ---. --- squid.nobuild 2014-02-1

Re: java/icedtea-web broken since last openjdk update

2014-02-13 Thread Li-Wen Hsu
On Thu, Feb 13, 2014 at 5:54 PM, Volodymyr Kostyrko wrote: > Hi all. > > When building java/icedtea-web I get this: > > Exception in thread "main" java.lang.InternalError: sun.net.PortConfig: > unknown OS Please refer to this thread: http://lists.freebsd.org/pipermail/freebsd-java/2014-February/0

Re: ports/184993: www/squid33 - fails to build on ^/stable/10 (without AUFS or why AUFS doesn't work)

2014-02-13 Thread Dimitry Andric
On 13 Feb 2014, at 15:06, Volodymyr Kostyrko wrote: > > The core problem to whole this stuff is about how squid is compiled when it > requires threading support (and AUFS needs pthreads). ... > > +configure: pthread library requires FreeBSD 7 or later > > That's a weird one. Like we have no su

[QAT] r344100: 4x leftovers

2014-02-13 Thread Ports-QAT
Update Knot to 1.4.2 Major improvements to the rc script PR: ports/181716 PR: ports/185163 - Build ID: 20140213132800-39067 Job owner: f...@freebsd.org Buildtime: 3 hours E

Rawtherapee does not start on 10-STABLE

2014-02-13 Thread Mathias Picker
Hi, I just tried to build RawTherapee and it dumps core with Terminating due to uncaught exception 0x8109ae740 of type Glib::ConvertError I then - rebuild world from today, - switched off the collation fix in glib and optimizations in rawtherapee - did a portsnap fetch update and - rebuil

Re: Rawtherapee does not start on 10-STABLE

2014-02-13 Thread Waitman Gobble
On 2/13/2014 9:15 AM, Mathias Picker wrote: Hi, I just tried to build RawTherapee and it dumps core with Terminating due to uncaught exception 0x8109ae740 of type Glib::ConvertError I then - rebuild world from today, - switched off the collation fix in glib and optimizations in rawtherapee

Re: Rawtherapee does not start on 10-STABLE

2014-02-13 Thread Rainer Hurling
Am 13.02.2014 18:15, schrieb Mathias Picker: > Hi, > > I just tried to build RawTherapee and it dumps core with > > Terminating due to uncaught exception 0x8109ae740 of type > Glib::ConvertError > > I then > > - rebuild world from today, > - switched off the collation fix in glib and optimiza

Re: Rawtherapee does not start on 10-STABLE

2014-02-13 Thread Waitman Gobble
On 2/13/2014 9:15 AM, Mathias Picker wrote: Hi, I just tried to build RawTherapee and it dumps core with Terminating due to uncaught exception 0x8109ae740 of type Glib::ConvertError I then - rebuild world from today, - switched off the collation fix in glib and optimizations in rawtherapee

pkg upgrade breaks with mariadb migration

2014-02-13 Thread Beeblebrox
I recently switched to mariadb55-client from mysql55-client (because of server switch). The problem is that after a full (all installed ports) poudriere run, "pkg upgrade" wants to install mysql55-client, which then of course fails because pkg: WARNING: locally installed mariadb55-client-5.5.33a_1

nagios-pf-plugin

2014-02-13 Thread Per olof Ljungmark
This port is marked DEPRECATED ===>>> No more public distfiles but aren't https://github.com/kian/nagios-pf-plugin/blob/master/check_pf.c a source for the distfile? Cheers, ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: pkg upgrade breaks with mariadb migration

2014-02-13 Thread Mark Felder
On Thu, Feb 13, 2014, at 12:22, Beeblebrox wrote: > I recently switched to mariadb55-client from mysql55-client (because of > server switch). > > The problem is that after a full (all installed ports) poudriere run, > "pkg > upgrade" wants to install mysql55-client, which then of course fails >

'pkg version -I index' ignores index argument

2014-02-13 Thread John Marshall
Prompted by the recent EOL announcement and the very loud pkg_install warning, I recently migrated about a dozen systems to pkgng. So far the only thing I've tripped over is the pkg-version(8) tool ignoring its index argument. The tool appears to do a good job of maintaining backwards compatibili

configure fail in a test performed with -liconv

2014-02-13 Thread Rodrigo OSORIO
Hi all, I'm dealing with an issue in irc/scrollz port. The configure script fail and return a "getaddrinfo bug" caused by a failure when it compiles the conftest binary. In fact, conftest is compiled with the -liconv flag, but ld can't found it. Here is the command executed to compile the code

[QAT] r344104: 4x leftovers

2014-02-13 Thread Ports-QAT
Update to 1.4.14. Sponsored by: Absolight - Build ID: 20140213134200-36183 Job owner: m...@freebsd.org Buildtime: 7 hours Enddate: Thu, 13 Feb 2014 20:54:29 GMT Revision: r

Re: configure fail in a test performed with -liconv

2014-02-13 Thread Rodrigo OSORIO
On 02/13/14 21:37, Rodrigo OSORIO wrote: > Hi all, > > I'm dealing with an issue in irc/scrollz port. The configure > script fail and return a "getaddrinfo bug" caused by a failure when > it compiles the conftest binary. > > In fact, conftest is compiled with the -liconv flag, but ld can't > fou

[QAT] r344150: 4x leftovers

2014-02-13 Thread Ports-QAT
- use OPTIONS_SET - Build ID: 20140213215201-7312 Job owner: din...@freebsd.org Buildtime: 21 minutes Enddate: Thu, 13 Feb 2014 22:13:15 GMT Revision: r344150 Repository:

[patch] sysutils/beadm

2014-02-13 Thread Andrew Hotlab
First of all, thank you very much for the good work with this port. I'm sure it's changing the life of a lot FreeBSD system administrators! In my setup I have the following layout (several datasets for /usr, /var, etc.): NAME                   USED  AVAIL  REFER  MOUNTPOINT sys                  

Issues with postmaster after freebsd-update

2014-02-13 Thread LuKreme
I was running FreeBSD 8-2 and used freebsd-update to update: FreeBSD 8.4-RELEASE-p7 #0: Sat Jan 11 01:45:47 UTC 2014 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC the next step I was given was to run portmaster -af This has been a freaking nightmare. I've managed to cl

Re: Issues with postmaster after freebsd-update

2014-02-13 Thread Janky Jay, III
Hello, I've ran into a few of these same sort of issues in the paste. What I did to fix it: 1) Migrate to pkgng. It looks like you already have based on the ports-mgmt/pkg udpate. But, then I see your "pkg_install" error which leads me to believe you haven't fully migrated. Just take

Re: Issues with postmaster after freebsd-update

2014-02-13 Thread LuKreme
On 13 Feb 2014, at 17:03 , Janky Jay, III wrote: > Hello, > > I've ran into a few of these same sort of issues in the paste. > > What I did to fix it: > > 1) Migrate to pkgng. It looks like you already have based on the > ports-mgmt/pkg udpate. But, then I see your "pkg_install" error

Re: Update for graphics/libopenraw failed

2014-02-13 Thread Robert English
Had a similar problem on my 8.4-Release system. After looking at the "config.log" file, figured out it was looking for "libboost_unit_test_framework_gcc42.so" so I made a soft link in the "usr/local/lib" directory with that name pointing to the "libboost_unit_test_framework.so.1.55.0" file. Lib

Pkg install from release CD using FreeBSD provided repo

2014-02-13 Thread Peter Ross
Hi, after having a +1 from a German mailing list and the suggestion to send it to the appropriate mailing list (I think freebsd-ports is the one?) a suggestion for the installation from CD 1. Include a local binary way to install pkg 2. Ask for a proxy server when setting up a new FreeBSD mac

Re: Issues with postmaster after freebsd-update

2014-02-13 Thread Kevin Oberman
On Thu, Feb 13, 2014 at 4:27 PM, LuKreme wrote: > > On 13 Feb 2014, at 17:03 , Janky Jay, III wrote: > > > Hello, > > > > I've ran into a few of these same sort of issues in the paste. > > > > What I did to fix it: > > > > 1) Migrate to pkgng. It looks like you already have based on the >