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 obsol

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 cups-client

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 op

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 'portma

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 > I

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/s

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, you

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 >> ===> Regis

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 cr

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 suf

Re: illegal port version

2012-12-17 Thread Thierry Thomas
Le lun 17 déc 12 � 17:19:13 +0100, Radim Kolar �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 should mo

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: un

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 wrote: > On 14 Dec 2012 18:18, "Christopher J. Ruwe" wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hello, > > > > using Netbean

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

2012-12-17 Thread Marcelo Araujo
2012/12/17 Martin Olsson > > ...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 strange, I ne

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 +# include #endif // HAVE_LIBCUPS The above patch is needed in order for flphoto to compile. --HPS ___