Current unassigned ports problem reports

2012-12-17 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

print/cups-image /usr/local/libexec/cups/filter/pdftops not registered in pkgng database?

2012-12-17 Thread Anton Shterenlikht
TZAV ls -al /usr/local/libexec/cups/filter/pdftops -r-xr-xr-x 1 root wheel 34488 Dec 10 10:39 /usr/local/libexec/cups/filter/pdftops TZAV pkg which /usr/local/libexec/cups/filter/pdftops /usr/local/libexec/cups/filter/pdftops was not found in the database TZAV pkg info -xo cups

openldap-server-2.4.33_1 conflicts with openldap-client-2.4.33_1

2012-12-17 Thread Per olof Ljungmark
We use pkgng, how do one force registration then? Problem: /sbin/ldconfig -m /usr/local/libexec/openldap === Installing ldconfig configuration file === Registering installation for openldap-server-2.4.33_1 Installing openldap-server-2.4.33_1...pkg: openldap-server-2.4.33_1 conflicts with

FreeBSD Port: www/mod_security (ap22-mod_security-2.6.6)

2012-12-17 Thread Martin Olsson
Hi araujo! I think something is wrong with ap22-mod_security-2.6.6. As you saw in my previous email, I get the options dialog again after first running 'portmaster -na' and answering all dialogs. I now tried a rebuild of www/mod_security where I force the creation of configs. I run

Re: openldap-server-2.4.33_1 conflicts with openldap-client-2.4.33_1

2012-12-17 Thread Baptiste Daroussin
On Mon, Dec 17, 2012 at 02:32:52PM +0100, Per olof Ljungmark wrote: We use pkgng, how do one force registration then? Problem: /sbin/ldconfig -m /usr/local/libexec/openldap === Installing ldconfig configuration file === Registering installation for openldap-server-2.4.33_1 Installing

FreeBSD Port: mail/dovecot2-pigeonhole (dovecot-pigeonhole-0.3.3)

2012-12-17 Thread Martin Olsson
Hi! I'm recompiling my ports and it looks like the dovecot-pigeonhole-0.3.3 port is missing files. I'm running: portmaster --no-confirm -adg . . Making all in doc Making all in man /bin/sh ./sed.sh . /usr/local/var/run/dovecot /usr/local/etc/dovecot ./sievec.1.in sievec.1 /bin/sh

FreeBSD ports you maintain which are out of date

2012-12-17 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,

Re: openldap-server-2.4.33_1 conflicts with openldap-client-2.4.33_1

2012-12-17 Thread Per olof Ljungmark
On 12/17/12 15:42, Baptiste Daroussin wrote: On Mon, Dec 17, 2012 at 02:32:52PM +0100, Per olof Ljungmark wrote: We use pkgng, how do one force registration then? Problem: /sbin/ldconfig -m /usr/local/libexec/openldap === Installing ldconfig configuration file === Registering

FreeBSD Port: sysutils/munin-node

2012-12-17 Thread Martin Olsson
Hi! When I rebuild all my ports on my two build machines (i386 and amd64), the portmaster build process always stop with an interactive question from munin: Would you like me to set up log rotation [y]? Since this is just build machines, I don't actually run munin on them, I'm just

illegal port version

2012-12-17 Thread Radim Kolar
what can i do with this? fbsd9:~/ports/hornetq port test === Validating port with portlint WARN: Makefile: Setting PORTREVISION to 0 is not necessary. FATAL: Makefile: PORTVERSION looks illegal. You should modify 2.2.24.GA. 1 fatal error and 1 warning found. Error validating port this GA suffix

Re: illegal port version

2012-12-17 Thread Thierry Thomas
Le lun 17 déc 12 � 17:19:13 +0100, Radim Kolar h...@filez.com �crivait�: what can i do with this? Use DISTVERSION. fbsd9:~/ports/hornetq port test === Validating port with portlint WARN: Makefile: Setting PORTREVISION to 0 is not necessary. FATAL: Makefile: PORTVERSION looks illegal. You

Re: devel/gdb does not compile with gcc47+

2012-12-17 Thread Luca Pizzamiglio
Hi Jakub, Are you using a customized make.conf? Could you send it, please? Best regards, Luca On 12/16/12 22:42, Jakub Lach wrote: Thread model: posix gcc version 4.7.3 20121208 (prerelease) (FreeBSD Ports Collection) configure:4043: $? = 0 configure:4032: gcc47 -V 5 gcc47: error:

Re: no port for Glassfish - does it make sense to quickly write one?

2012-12-17 Thread Christopher J. Ruwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 14 Dec 2012 18:44:45 + Chris Rees utis...@gmail.com wrote: On 14 Dec 2012 18:18, Christopher J. Ruwe c...@cruwe.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello,

Re: FreeBSD Port: www/mod_security (ap22-mod_security-2.6.6)

2012-12-17 Thread Marcelo Araujo
2012/12/17 Martin Olsson martin.ols...@sentor.se ...and the 'portmaster' command finishes. Do you have any idea as to what is going on? I have never experienced anything simillar. /Martin Hello Martin, First of all, thank you so much by the report. I didn't see it before, looks pretty

Compile fix for flphoto

2012-12-17 Thread Hans Petter Selasky
--- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx @@ -56,6 +56,7 @@ #ifdef HAVE_LIBCUPS # include cups/cups.h +# include cups/ppd.h #endif // HAVE_LIBCUPS The above patch is needed in order for flphoto to compile. --HPS