RE: Updating the "Mailscanner" port

2009-08-14 Thread Johan Hendriks

>Mike Jakubik wrote:
>> On Mon, March 30, 2009 9:49 pm, Mark Linimon wrote:
>>   
>>> On Thu, Mar 26, 2009 at 09:04:30PM +1100, Peter Jeremy wrote:
>>> 
>>>> If the existing maintainer has disappeared, one option would be for
>>>> you to take over maintainership: Upgrade mailscanner yourself and
>>>> submit the upgrade as a PR that also transfers maintainership to
>>>> youself.  If there's no response after about 2 weeks, the port is
yours.
>>>>   
>>> Actually, there is a 2-week timeout on updates, but a 3-month
timeout
>>> on maintainer inactivity for transferring maintainership.  Vacations
>>> can last more than 2 weeks :-)
>>> 
>>
>> I've just submitted a patch that updates this port to the latest
version,
>> perhaps we can squeeze it in before the freeze.
>>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=137747
>>
>> Thanks.
>>
>> ___
>> 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"
>>   
>I noticed a couple of things here. The 4.78.9 version is still listed
as 
>Beta according to the MailScanner site, though the site may just not 
>have updated yet. Second, the patch submitted forces perl 5.10+ as a 
>requirement. I've seen nothing on the MailScanner site that says that 
>this is a requirement, and have had no problems myself using any of the

>Beta versions with perl 5.8.9_3. Given that upgrading perl is not 
>something to be done lightly, I was wondering what issues people were 
>seeing that 5.10 fixed.
>
>Thanks

I am running quit a few Mailscanner servers, and they all failed under
perl 5.8.9
This was on FreeBSD 6.x, 7.x and 8-Current that time, when i switched to
5.10.x or back to 5.8.8 my problems went away.

if you google on FreeBSD perl 5.8.9 and mailscanner there are a lot of
people reporting issues.

Regards,
Johan Hendriks





No virus found in this outgoing message.
Checked by AVG - www.avg.com 
Version: 8.5.392 / Virus Database: 270.13.55/2301 - Release Date:
08/13/09 18:16:00
___
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: Updating the "Mailscanner" port

2009-08-14 Thread Johan Hendriks
 

>> Johan Hendriks wrote:
>> >> Mike Jakubik wrote:
>> >>
>> >>> On Mon, March 30, 2009 9:49 pm, Mark Linimon wrote:
>> >>>  
>> >>>  
>> >>>> On Thu, Mar 26, 2009 at 09:04:30PM +1100, Peter Jeremy wrote:
>> >>>>
>> >>>>
>> >>>>> If the existing maintainer has disappeared, one option would be for
>> >>>>> you to take over maintainership: Upgrade mailscanner yourself and
>> >>>>> submit the upgrade as a PR that also transfers maintainership to
>> >>>>> youself.  If there's no response after about 2 weeks, the port is
>> >>>>>  
>> > yours.
>> >  
>> >>>>>  
>> >>>>>  
>> >>>> Actually, there is a 2-week timeout on updates, but a 3-month
>> >>>>
>> > timeout
>> >  
>> >>>> on maintainer inactivity for transferring maintainership.  Vacations
>> >>>> can last more than 2 weeks :-)
>> >>>>
>> >>>>
>> >>> I've just submitted a patch that updates this port to the latest
>> >>>  
>> > version,
>> >  
>> >>> perhaps we can squeeze it in before the freeze.
>> >>>
>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=137747
>> >>>
>> >>> Thanks.
>> >>>
>> >>> ___
>> >>> 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"
> >  
> >>>  
> >>>  
> >> I noticed a couple of things here. The 4.78.9 version is still listed
>> >>
>> > as
>> >  
>> >> Beta according to the MailScanner site, though the site may just not
>> >> have updated yet. Second, the patch submitted forces perl 5.10+ as a
>> >> requirement. I've seen nothing on the MailScanner site that says that
>> >> this is a requirement, and have had no problems myself using any of the
>> >>
>> >
>> >  
>> >> Beta versions with perl 5.8.9_3. Given that upgrading perl is not
>> >> something to be done lightly, I was wondering what issues people were
>> >> seeing that 5.10 fixed.
>> >>
>> >> Thanks
>> >>
>> >
>> > I am running quit a few Mailscanner servers, and they all failed under
>> > perl 5.8.9
>> > This was on FreeBSD 6.x, 7.x and 8-Current that time, when i switched to
>> > 5.10.x or back to 5.8.8 my problems went away.
>> >
>> > if you google on FreeBSD perl 5.8.9 and mailscanner there are a lot of
>> > people reporting issues.
>> >
>> > Regards,
>> > Johan Hendriks

>> >  
>> I do remember seeing these problems reported, but for the life of me, I
>> can not reproduce them. I use 5.8.9 in production, and get 20 to 40
>> thousand messages a day scanned without a problem. I am setting up a new
>> server, and I will try 5.10 on that and see how things go.
>> ___
>> 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"

>This is most likely the common problem. ports/UPDATING states:
>20090113:
>  AFFECTS: users of lang/perl5.8
>  AUTHOR: s...@freebsd.org

>  lang/perl5.8 has been updated to 5.8.9.  You should update everything
>  that depends on perl.  The easiest way to do that is to use
>  perl-after-upgrade script supplied with lang/perl5.8.  Please see its
>  manual page for details.

>Please check UPDATING after to follow up on any other updates for perl that 
>you might have to perform.

>This explains why going back to 5.8.8 works for you.

>Best regards.

--
>Jason J. Hellenthal
>+1.616.403.8065
j>as...@dataix.net

Well i can assure you that that was not the case.
I did test it by going to 5.10, which worked, do all the things in 
/usr/ports/UPDATING.
Then going back to 5.8.9, it did not work.
Going back to 5.8.8 it did work.

I also did fresh installs on FreeBSD 6.x and 7.x  with the new perl 5.8.9 at 
that time and MailScanner refused to work.
5.8.9. just did not work! 
 
here is the thread off that on the ports list
http://lists.freebsd.org/pipermail/freebsd-ports/2009-February/052959.html
I got an answer from someone who also had the same issue on a clean install.

So let MailScanner depend on 5.10.x is not a so bad in my opinion.
And if it is just a mailscanner server the update from 5.8.x to 5.10.x is not 
so bad to do.
I did it on all my systems and not one did fail. approx 20 with FreeBSD 6.x, 
7.x and 8-CURRENT at that time

 

 

 


___
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"


squirrelmail port

2009-09-01 Thread Johan Hendriks
Since when are we using release candidate's of squirrelmail in the ports
tree.
I think we need an devel port for that so that we can use the stable
squirrelmail port as stable, and use the devel port if we want to use
beta's and release candidates.

 

Regards,
Johan




___
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"


VirtualBox

2009-10-26 Thread Johan Hendriks
Hello all.
i decided to try out VirtualBox on my 8.0RC1  i386 machine.

but the compile failed at kBuild.

 

kmk: Entering directory `/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1'

kBuild: Pass - Build Programs

kBuild: Pass - Libraries

kBuild: Linking kDep

kmk: /usr/ports/devel/kBuild/work/kBuild-0.1.5-p1/kmk_redirect: Command
not found

kmk: ***
[/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1/out/freebsd.x86/release/ob
j/kDep/kDep.a] Error 127

The failing command:

@/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1/kmk_redirect -rti
/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1/out/freebsd.x86/release/obj
/kDep/kDep.a.ar-script -- ar -M

kmk: ***
[/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1/out/freebsd.x86/release/ob
j/kDep/kDep.a] Deleting file
`/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1/out/freebsd.x86/release/ob
j/kDep/kDep.a.ar-script'

kmk: Leaving directory `/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1'

gmake: ***
[/usr/ports/devel/kBuild/work/kBuild-0.1.5-p1/out/freebsd.x86/release/bo
otstrap/ts-stage2-build] Error 2

./kBuild/env.sh: info: rc=2: gmake -f bootstrap.gmk

*** Error code 2

 

Stop in /usr/ports/devel/kBuild.

*** Error code 1

 

Stop in /usr/ports/emulators/virtualbox.

 

What can I do to successfully install virtualbox.

regards,
Johan Hendriks

___
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"


scamp-5.2i

2010-06-23 Thread Johan Hendriks
Hello all,
I have updated scamp on my mailscanner machines.
But after the update scamp does not work anymore.
I also did delete the default config file, and thenscamps as kif i want
to create a new one.
But after the creation of the file nothing happens also a scamp -h does
not show anything.

This is on all my machines.
Reverting scamp back all Works again.
regards, 

Johan Hendriks

___
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: scamp-5.2i

2010-06-23 Thread Johan Hendriks

>That is the last time I ever release anything late at night.

>-- 
>Jerry ✌
>freebsd-ports.u...@seibercom.net

Thanks for the update, i will wait for the new version to hit the tree.

When doing things late, make sure there is enough coffee! :)

thanks again for your time and effort maintaining this port.

regards

Johan Hendriks
___
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"

request. Sogo

2010-09-08 Thread Johan Hendriks
I am looking for a mail solution, with shared agenda and contacts, and
came across Sogo.

http://www.sogo.nu/english.html

 

We tried several solutions, but Sogo fits our needs more than the other
solutions like horde and so on.

 

I tried it on a ubuntu box, and i really like it.

The thing is, i can not get it working on FreeBSD.

I am no programmer in any way, and do not understand all of the
configure needs.

 

I would like to know if anyone is working on it, because it is THE
solution for us.

 

Thanks,

 

Regards,

Johan Hendriks





___
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: request. Sogo

2010-09-14 Thread Johan Hendriks
>I am looking for a mail solution, with shared agenda and contacts, and
>came across Sogo.

>http://www.sogo.nu/english.html

>We tried several solutions, but Sogo fits our needs more than the other
>solutions like horde and so on.

>I tried it on a ubuntu box, and i really like it.
>The thing is, i can not get it working on FreeBSD.

>I am no programmer in any way, and do not understand all of the
>configure needs.

>I would like to know if anyone is working on it, because it is THE
>solution for us.

>Thanks,
>Regards,
>Johan Hendriks

I want to thank all who spend there time on this.
It is not an easy project to do after all.

Thanks again.

Regards,
Johan Hendriks
___
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: FreeBSD Port: dovecot-1.2.14

2010-09-28 Thread Johan Hendriks
>Hi

>I was just wondering if there is a port for dovecot 2 in the works
already or if I could be any assistance in getting it up and >running?


Check out these URL's 

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150789
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150790

This is no guaranty that it will work, you could however start testing.

Regards,
Johan Hendriks
___
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"


libproxy and libnotify the story continues :D

2011-08-31 Thread Johan Hendriks
Hello all, i also ran into the libproxy upgrade problems.

So i tried al the stuff i found on the mailling list so far.

I tried the solution from j.kim

find /usr/local/lib -name "*.la" | \
xargs grep -l /usr/local/lib/libproxy.la | \
xargs -L 1 pkg_info -W | \
awk '{ print $6 }' | \
sort | \
uniq | \
xargs portupgrade -f

But this ends like the following.

/usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return 
(__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" 
(__X)); __X; }));' at ';'
/libexec/ld-elf.so.1: Shared object "libproxy.so.0" not found, required by 
"libchamplain-0.8.so.1"
Command 
'['/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/GtkChamplain-0.8',
 
'--introspect-dump=/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/types.txt,/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/dump.xml']'
 returned non-zero exit status 1
gmake[3]: *** [GtkChamplain-0.8.gir] Error 1
gmake[3]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/graphics/libchamplain.

I reinstalled libproxy, i reinstalled libgweather and so on, also the poor mans 
portmaster solution from doug.

But i can not get past this.

Also did a recompile off all the evolution stuff,
Then tried portmaster lib*  in the hope there was a library not installed ok, 
but that ends with the same error as above.

I am struggling for a day or 4 now with this.

Could someone please help me :D 

regards
Johan___
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"


libproxy and libnotify the story continues :D

2011-08-31 Thread Johan Hendriks
Hello all, i also ran into the libproxy upgrade problems.

So i tried al the stuff i found on the mailling list so far.

I tried the solution from j.kim

find /usr/local/lib -name "*.la" | \
xargs grep -l /usr/local/lib/libproxy.la | \
xargs -L 1 pkg_info -W | \
awk '{ print $6 }' | \
sort | \
uniq | \
xargs portupgrade -f

But this ends like the following.

/usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return 
(__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" 
(__X)); __X; }));' at ';'
/libexec/ld-elf.so.1: Shared object "libproxy.so.0" not found, required by 
"libchamplain-0.8.so.1"
Command 
'['/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/GtkChamplain-0.8',
 
'--introspect-dump=/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/types.txt,/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectpyOYLR/dump.xml']'
 returned non-zero exit status 1
gmake[3]: *** [GtkChamplain-0.8.gir] Error 1
gmake[3]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/graphics/libchamplain.

I reinstalled libproxy, i reinstalled libgweather and so on, also the poor mans 
portmaster solution from doug.

But i can not get past this.

Also did a recompile off all the evolution stuff,
Then tried portmaster lib*  in the hope there was a library not installed ok, 
but that ends with the same error as above.

I am struggling for a day or 4 now with this.

Could someone please help me :D 

regards
Johan___
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: libproxy and libnotify the story continues :D

2011-08-31 Thread Johan Hendriks


Van: Michal Varga [varga.mic...@gmail.com]
Verzonden: woensdag 31 augustus 2011 11:19
Aan: Johan Hendriks
CC: freebsd-ports@freebsd.org
Onderwerp: Re: libproxy and libnotify  the story continues :D




>This is another iteration of the same old issue:
>http://www.mail-archive.com/freebsd-ports@freebsd.org/msg34214.html

>m.

>--
>Michal Varga,
>Stonehenge (Gmail account)

Thanks that was it.

Because i was so busy with the whole libproxy.la thing i did not look any 
further anymore.

Well fingers crossed and hope it continues now.

regards
Johan
___
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: PHP segmentation faults

2011-09-29 Thread johan Hendriks

Op 29-09-11 19:29, Moggie schreef:

Hi,

Unfortunately, for some time now, PHP scripts have been producing 
segmentation faults when executed on one of our systems :(


Various posts found via google suggested reinstalling all the PHP 
ports and/or using a script to re-order the PHP extension modules, but 
all so far without success.


The output of php -m is as follows:

[PHP Modules]
apc
bz2
Core
ctype
date
dom
ereg
filter
gd
hash
iconv
json
libxml
mbstring
mcrypt
mhash
mysql
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
posix
Reflection
session
SimpleXML
snmp
sockets
SPL
sqlite3
standard
tokenizer
xml
zip
zlib


I'm using this simple test to reproduce the problem:

/tmp/test.php



/usr/local/bin/php /tmp/test.php
Hello, World!Segmentation fault (core dumped)


All this makes me sad, especially since my Cacti graphs aren't being 
updated any more :( Any help or advise on how I might go about 
resolving this please would be very much appreciated. Thank you in 
advance for your time and consideration.


Kind regards,
moggie



try to disable some modules you do not use for cacti for example.
then try to enable some modules one at the time to see which  is faulty.

Also try to shuffle with the order in which they load.
I had the same with zabbix, and finally found an order in which my maps 
did not crash the server any more.


This is the order in my /usr/local/etc/php/extensions.ini

extension=zlib.so
extension=mysql.so
extension=gettext.so
extension=xml.so
extension=gd.so
extension=ctype.so
extension=session.so
extension=iconv.so
extension=pdo.so
extension=pdo_pgsql.so
extension=pgsql.so
extension=apc.so
extension=pdf.so
extension=bcmath.so
extension=bz2.so
extension=curl.so
extension=dom.so
extension=mbstring.so
extension=mysqli.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=sqlite3.so
extension=json.so
extension=tokenizer.so
extension=filter.so
extension=hash.so
extension=posix.so
extension=simplexml.so
extension=xmlreader.so
extension=xmlwriter.so
extension=ldap.so
extension=mcrypt.so
extension=openssl.so
extension=snmp.so
extension=sockets.so
extension=zip.so

I do not have all the extensions you have, but maybe this helps you.

regards,
Johan Hendriks



___
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: UPDATING 20111016 and KDE3

2011-10-17 Thread Johan Hendriks
2011/10/17 Leslie Jensen :
>
>
> 2011-10-17 10:20, Andrea Venturoli skrev:
>>
>> On 10/17/11 10:08, Alberto Villa wrote:
>
>
>
>
> I've got another problem with this update! Kdelibs wont build.
>
> I followed the instructions in UPDATE.
>
>
> [ 56%] Building CXX object kio/CMakeFiles/kio.dir/kio/ksambasharedata.o
> [ 56%] Building CXX object kio/CMakeFiles/kio.dir/bookmarks/kbookmark.o
> In file included from
> /usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:33:
> /usr/local/include/qdatetime.h:51: error: function definition does not
> declare parameters
> /usr/local/include/qdatetime.h:123: error: function definition does not
> declare parameters
> /usr/local/include/qdatetime.h:184: error: function definition does not
> declare parameters
> /usr/local/include/qdatetime.h:241: error: expected initializer before '&'
> token
> /usr/local/include/qdatetime.h:242: error: expected initializer before '&'
> token
> /usr/local/include/qdatetime.h:243: error: expected initializer before '&'
> token
> /usr/local/include/qdatetime.h:244: error: expected initializer before '&'
> token
> /usr/local/include/qdatetime.h:245: error: expected initializer before '&'
> token
> /usr/local/include/qdatetime.h:246: error: expected initializer before '&'
> token
> /usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc: In
> member function 'void KBookmark::updateAccessMetadata()':
> /usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:548:
> error: incomplete type 'QDateTime' used in nested name specifier
> *** Error code 1
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 1
>
> Stop in /usr/ports/x11/kdelibs4.
>
> ===>>> make failed for x11/kdelibs4
> ===>>> Aborting update
>
>
> I need help to solve this.
>
> Thanks
>
> /Leslie
>
>
>
>
>
>
> ___
> 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"
>

Just a me to, but my error is slightly different.

/usr/local/include/qdatetime.h:51: error: function definition does not
declare parameters
/usr/local/include/qdatetime.h:123: error: function definition does
not declare parameters
/usr/local/include/qdatetime.h:184: error: function definition does
not declare parameters
/usr/local/include/qdatetime.h:241: error: expected initializer before '&' token
/usr/local/include/qdatetime.h:242: error: expected initializer before '&' token
/usr/local/include/qdatetime.h:243: error: expected initializer before '&' token
/usr/local/include/qdatetime.h:244: error: expected initializer before '&' token
/usr/local/include/qdatetime.h:245: error: expected initializer before '&' token
/usr/local/include/qdatetime.h:246: error: expected initializer before '&' token
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:
In member function 'void KBookmark::updateAccessMetadata()':
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:548:
error: incomplete type 'QDateTime' used in nested name specifier
*** Error code 1
In file included from
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmarkimporter.cc:28:
/usr/local/include/qtextcodec.h:51: error: function definition does
not declare parameters
/usr/local/include/qtextcodec.h:57: error: function definition does
not declare parameters
/usr/local/include/qtextcodec.h:63: error: function definition does
not declare parameters
/usr/local/include/qtextcodec.h:125: error: invalid use of incomplete
type 'struct QTextCodec'
/usr/local/include/qt4/QtCore/qstring.h:95: error: forward declaration
of 'struct QTextCodec'
/usr/local/include/qtextcodec.h:126: error: invalid use of incomplete
type 'struct QTextCodec'
/usr/local/include/qt4/QtCore/qstring.h:95: error: forward declaration
of 'struct QTextCodec'
/usr/local/include/qtextcodec.h:127: error: invalid use of incomplete
type 'struct QTextCodec'
/usr/local/include/qt4/QtCore/qstring.h:95: error: forward declaration
of 'struct QTextCodec'
/usr/local/include/qtextcodec.h:128: error: invalid use of incomplete
type 'struct QTextCodec'
/usr/local/include/qt4/QtCore/qstring.h:95: error: forward declaration
of 'struct QTextCodec'
*** Error code 1
2 errors
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 1

Stop in /usr/ports/x11/kdelibs4.

===>>> make failed for x11/kdelibs4
===>>> Aborting update

===>>> Update for x11/kdelibs4 failed
===>>> Aborting update

===>>> Update for multimedia/kdemultimedia4 failed
===>>> Aborting update

after a portmaster -d -a

regards
Johan
___
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: UPDATING 20111016 and KDE3

2011-10-18 Thread Johan Hendriks

Rainer Hurling schreef:

I had to deinstall qt-3.3.8_13, then install kdelibs4 (+ other kde4
ports) and afterwards reinstall qt-3.3.8_13 again.

Hope this helps,
Rainer Hurling


On 17.10.2011 12:51 (UTC+2), Leslie Jensen wrote:



2011-10-17 10:20, Andrea Venturoli skrev:

On 10/17/11 10:08, Alberto Villa wrote:





I've got another problem with this update! Kdelibs wont build.

I followed the instructions in UPDATE.


[ 56%] Building CXX object kio/CMakeFiles/kio.dir/kio/ksambasharedata.o
[ 56%] Building CXX object kio/CMakeFiles/kio.dir/bookmarks/kbookmark.o
In file included from
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:33:

/usr/local/include/qdatetime.h:51: error: function definition does not
declare parameters
/usr/local/include/qdatetime.h:123: error: function definition does not
declare parameters
/usr/local/include/qdatetime.h:184: error: function definition does not
declare parameters
/usr/local/include/qdatetime.h:241: error: expected initializer before
'&' token
/usr/local/include/qdatetime.h:242: error: expected initializer before
'&' token
/usr/local/include/qdatetime.h:243: error: expected initializer before
'&' token
/usr/local/include/qdatetime.h:244: error: expected initializer before
'&' token
/usr/local/include/qdatetime.h:245: error: expected initializer before
'&' token
/usr/local/include/qdatetime.h:246: error: expected initializer before
'&' token
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:
In member function 'void KBookmark::updateAccessMetadata()':
/usr/ports/x11/kdelibs4/work/kdelibs-4.7.2/kio/bookmarks/kbookmark.cc:548:

error: incomplete type 'QDateTime' used in nested name specifier
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 1

Stop in /usr/ports/x11/kdelibs4.

===>>> make failed for x11/kdelibs4
===>>> Aborting update


I need help to solve this.

Thanks

/Leslie
thanks for the pointer, for me as i could not build kdlibs4 also, 
deleting the qt-copy-3.3.8_13 port fixed it.

I did not have the qt-3.3.8_13 port installed.

regards
Johan Hendriks
___
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"


UPDATING KDE4

2011-10-18 Thread Johan Hendriks

I have some troubles with the upgrade of KDE4
After following the UPDATING instructions, it first grinded to a halt in 
kde4libs.
After deleting qt-copy3.3.8_13 kdelibs4 installed, so i thought that 
that was it, but now kdemultimedia fails to build.


the error i get is the following

[ 88%] Building CXX object kscd/CMakeFiles/kscd.dir/TracklistAdaptor.o
cd 
/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/kscd 
&& /usr/bin/c++   -D_GNU_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII 
-D_REENTRANT -DKDE_DEPRECATED_WARNINGS 
-DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=41 -O2 -pipe -march=nocona 
-fno-strict-aliasing -Woverloaded-virtual -fvisibility=hidden 
-Werror=return-type -fvisibility-inlines-hidden -fexceptions 
-UQT_NO_EXCEPTIONS -O2 -DNDEBUG -DQT_NO_DEBUG 
-I/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/kscd 
-I/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/kscd 
-I/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2 
-I/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build 
-I/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/kscd/gui 
-I/usr/local/kde4/include -I/usr/local/kde4/include/KDE 
-I/usr/local/include/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns 
-I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4/QtWebKit 
-I/usr/local/include/qt4/QtUiTools -I/usr/local/include/qt4/QtTest 
-I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/QtSql 
-I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtScript 
-I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtNetwork 
-I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtDesigner 
-I/usr/local/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtDBus 
-I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/QtGui 
-I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/Qt 
-I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 
-I/usr/local/include -o CMakeFiles/kscd.dir/TracklistAdaptor.o -c 
/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/kscd/TracklistAdaptor.cpp

Linking CXX executable kscd
cd 
/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/kscd 
&& /usr/local/bin/cmake -E cmake_link_script 
CMakeFiles/kscd.dir/link.txt --verbose=1
/usr/bin/c++   -O2 -pipe -march=nocona -fno-strict-aliasing 
-Woverloaded-virtual -fvisibility=hidden -Werror=return-type 
-fvisibility-inlines-hidden -fexceptions -UQT_NO_EXCEPTIONS -O2 -DNDEBUG 
-DQT_NO_DEBUG   CMakeFiles/kscd.dir/kscd_automoc.o 
CMakeFiles/kscd.dir/kscd.o CMakeFiles/kscd.dir/hwcontroler.o 
CMakeFiles/kscd.dir/audiocd.o CMakeFiles/kscd.dir/mbmanager.o 
CMakeFiles/kscd.dir/gui/kscdwindow.o 
CMakeFiles/kscd.dir/gui/kscdwidget.o 
CMakeFiles/kscd.dir/gui/ejectbutton.o 
CMakeFiles/kscd.dir/gui/stopbutton.o 
CMakeFiles/kscd.dir/gui/playbutton.o 
CMakeFiles/kscd.dir/gui/nextbutton.o 
CMakeFiles/kscd.dir/gui/previousbutton.o 
CMakeFiles/kscd.dir/gui/mutebutton.o 
CMakeFiles/kscd.dir/gui/randombutton.o 
CMakeFiles/kscd.dir/gui/loopbutton.o 
CMakeFiles/kscd.dir/gui/tracklistbutton.o 
CMakeFiles/kscd.dir/gui/volumebutton.o CMakeFiles/kscd.dir/gui/panel.o 
CMakeFiles/kscd.dir/gui/titlePopUp.o 
CMakeFiles/kscd.dir/gui/tracklistdlg.o 
CMakeFiles/kscd.dir/gui/background.o 
CMakeFiles/kscd.dir/gui/closebutton.o 
CMakeFiles/kscd.dir/gui/minimizebutton.o 
CMakeFiles/kscd.dir/gui/seekcursor.o CMakeFiles/kscd.dir/gui/seekbar.o 
CMakeFiles/kscd.dir/dbus/PlayerDBusHandler.o 
CMakeFiles/kscd.dir/dbus/RootDBusHandler.o 
CMakeFiles/kscd.dir/dbus/TracklistDBusHandler.o 
CMakeFiles/kscd.dir/cdplayeradaptor.o CMakeFiles/kscd.dir/RootAdaptor.o 
CMakeFiles/kscd.dir/PlayerAdaptor.o 
CMakeFiles/kscd.dir/TracklistAdaptor.o CMakeFiles/kscd.dir/prefs.o  -o 
kscd  /usr/local/kde4/lib/libkdeui.so.7.0.1 
/usr/local/kde4/lib/libkio.so.7.0.1 
/usr/local/kde4/lib/libsolid.so.5.0.1 /usr/local/kde4/lib/libphonon.so 
/usr/local/lib/libmusicbrainz3.so ../lib/libkcddb.so.5.0.1 
../lib/libkcompactdisc.so.5.0.1 /usr/local/kde4/lib/libkio.so.7.0.1 
/usr/local/kde4/lib/libkdeui.so.7.0.1 /usr/local/lib/qt4/libQtSvg.so 
/usr/local/lib/qt4/libQtGui.so /usr/local/lib/qt4/libQtNetwork.so 
/usr/local/lib/qt4/libQtXml.so /usr/local/kde4/lib/libsolid.so.5.0.1 
/usr/local/kde4/lib/libkdecore.so.7.0.1 /usr/local/lib/qt4/libQtDBus.so 
/usr/local/lib/qt4/libQtCore.so -pthread 
-Wl,-rpath,/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/lib:/usr/local/kde4/lib:/usr/local/lib:/usr/local/lib/qt4: 
-Wl,-rpath-link,/usr/local/kde4/lib
cd 
/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/kscd 
&& /usr/local/bin/cmake 
-D_filename=/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/kscd/kscd.shell 
-D_library_path_variable=LD_LIBRARY_PATH 
-D_ld_library_path="/usr/ports/multimedia/kdemultimedia4/work/kdemultimedia-4.7.2/build/lib/./:/usr/local/kde4/lib:/usr/local/kde4/lib:/usr/local/lib/qt4" 
-D_executable=/usr/ports/multimedia/kdemultimedia4/work/kdemul

Re: UPDATING KDE4

2011-10-18 Thread Johan Hendriks

Alberto Villa schreef:

On Tue, Oct 18, 2011 at 3:11 PM, Johan Hendriks  wrote:

I have some troubles with the upgrade of KDE4
After following the UPDATING instructions, it first grinded to a halt in
kde4libs.
After deleting qt-copy3.3.8_13 kdelibs4 installed, so i thought that that
was it, but now kdemultimedia fails to build.

the error i get is the following

There is no error here, can you attach a full log?

What do you mean by a full log?

How do i get those full logs?
These are the last lines of what i have in my screen.

regards
Johan

___
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: UPDATING KDE4

2011-10-18 Thread Johan Hendriks

Alberto Villa schreef:

Please, don't remove k...@freebsd.org from CC field.

On Tue, Oct 18, 2011 at 4:43 PM, Johan Hendriks  wrote:

What do you mean by a full log?

How do i get those full logs?

I mean the log from when you launch the installation to when it dies.
Check script(1).


These are the last lines of what i have in my screen.

Yes, but there are multiple make jobs, so the error is long before those lines.

Ok i put the typescript file here

http://xs4all.nl/~doub/kde-builderr

thanks for your time.

regards
Johan
___
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: UPDATING KDE4

2011-10-18 Thread Johan Hendriks

Alberto Villa schreef:

On Tue, Oct 18, 2011 at 5:02 PM, Johan Hendriks  wrote:

http://xs4all.nl/~doub/kde-builderr

Try reinstalling audio/libtunepimp.

Thanks that did the trick for kdemultimedia.

On to the next one, i start portmaster -d -a again.

regards
Johan Hendriks
___
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"


Samba36

2011-10-18 Thread Johan Hendriks

Hello all.

I try to install samba36, but run into a error.

Compiling libsmb/libsmb_setget.c
libsmb/libsmb_setget.c: In function 'smbc_getOptionUseCCache':
libsmb/libsmb_setget.c:446: error: 'SMB_CTX_FLAG_USE_CCACHE' undeclared 
(first use in this function)
libsmb/libsmb_setget.c:446: error: (Each undeclared identifier is 
reported only once

libsmb/libsmb_setget.c:446: error: for each function it appears in.)
libsmb/libsmb_setget.c: In function 'smbc_setOptionUseCCache':
libsmb/libsmb_setget.c:454: error: 'SMB_CTX_FLAG_USE_CCACHE' undeclared 
(first use in this function)

The following command failed:
cc -O2 -pipe -march=nocona -DLDAP_DEPRECATED -fno-strict-aliasing 
-I/usr/local/include -I. 
-I/usr/ports/net/samba36/work/samba-3.6.0/source3 
-I/usr/ports/net/samba36/work/samba-3.6.0/source3/../lib/iniparser/src 
-Iinclude -I./include  -I. -I. -I./../lib/replace -I./../lib/tevent 
-I./librpc -I./.. -DHAVE_CONFIG_H  -Iinclude -I./include -I. -I. 
-I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt 
-DLDAP_DEPRECATED -I/usr/local/include  
-I/usr/ports/net/samba36/work/samba-3.6.0/source3/lib -I.. 
-D_SAMBA_BUILD_=3 -D_SAMBA_BUILD_=3 -fPIC -DPIC -c 
libsmb/libsmb_setget.c -o libsmb/libsmb_setget.o

gmake: *** [libsmb/libsmb_setget.o] Error 1
*** Error code 1

Stop in /usr/ports/net/samba36.

what can i try to resolve this.

regards
Johan Hendriks





___
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: ClamAV fetch error

2011-10-19 Thread Johan Hendriks

Jos Chrispijn schreef:

Just updated my ports, got an unexpected error:

=> Attempting to fetch 
http://waix.dl.sourceforge.net/project/clamav/clamav/0.97.3/clamav-0.97.3.tar.gz
fetch: 
http://waix.dl.sourceforge.net/project/clamav/clamav/0.97.3/clamav-0.97.3.tar.gz: 
size mismatch: expected 45793424, actual 45793398


can someone tell me how to solve this? Thanks.

BR
Jos Chrispijn

___
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"

Download clamav-0.97.3.tar.gz manually and place it in /usr/ports/distfiles.

Then go to /usr/ports/security/clamav
Then run make makesum from that directory.
It will create a new distinfo file.

But why is there a mismatch.?? Why is the version on the net different 
than the first tarball send to the port maintainer.
Call me paranoia, but i do not trust this so i wait till things get 
cleared. :D


regards
Johan Hendriks



___
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"


libspectre libgs >= 8.62 fails ghostscript9-9.02_4 installed

2011-11-01 Thread Johan Hendriks
I am going from 8 Stable to 9.0RC1, but one port fails to build.



checking for libgs >= 8.62... no
configure: error: You need libgs >= 8.62 in order to compile libspectre
===>  Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh";, which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gn...@freebsd.org, and attach (a)
"/usr/ports/print/libspectre/work/libspectre-0.2.6/config.log", (b) the output
of the failed make command, and (c) the gnomelogalyzer output. Also, it might
be a good idea to provide an overview of all packages installed on your system
(i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with
the attachment. Try to avoid sending any attachments to the mailing list
(gn...@freebsd.org), because attachments sent to FreeBSD mailing lists are
usually discarded by the mailing list software.
*** Error code 1

I have rebuild ghostscript, which creates libgs.

pkg_info | grep ghost
ghostscript9-9.02_4 Ghostscript 9.x PostScript interpreter

ls -al /usr/local/lib

lrwxr-xr-x1 root  wheel13 Oct 31 16:35 libgs.so -> libgs.so.9.02
lrwxr-xr-x1 root  wheel13 Oct 31 16:35 libgs.so.9 -> libgs.so.9.02
-r-xr-xr-x1 root  wheel  34249085 Oct 31 16:35 libgs.so.9.02

What can i do to resolve this.

regards
Johan
___
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: upgrade of postgresql-contrib from 8.4.8 to 8.4.9 fails

2011-11-02 Thread Johan Hendriks

Doug Sampson schreef:

Try to build postgresql84-client with explicit disabling GSSAPI:
make -DWITHOUT_GSSAPI install.



Nope, doesn't work. This is what I did:

cetus-root@/usr/ports/databases/postgresql84-server# make -DWITHOUT_GSSAPI 
install clean

<..snip..>

===>   Cleaning for postgresql-server-8.4.9_2
cetus-root@/usr/ports/databases/postgresql84-server# 
/usr/local/etc/rc.d/postgresql start
/libexec/ld-elf.so.1: /usr/local/lib/libpq.so.5: Undefined symbol 
"GSS_C_NT_HOSTBASED_SERVICE"
cetus-root@/usr/ports/databases/postgresql84-server# make showconfig
===>  The following configuration options are available for 
postgresql-server-8.4.9_2:
  NLS=on "Use internationalized messages"
  PAM=off "Build with PAM support (server only)"
  LDAP=off "Build with LDAP authentication support"
  MIT_KRB5=off "Build with MIT's kerberos support"
  HEIMDAL_KRB5=off "Builds with Heimdal kerberos support"
  OPTIMIZED_CFLAGS=off "Builds with compiler optimizations (-O3)"
  XML=on "Build with XML data type (server)"
  TZDATA=on "Use internal timezone database (server)"
  DEBUG=off "Builds with debugging symbols"
  GSSAPI=off "BUild with GSSAPI support"
  ICU=off "Use ICU for unicode collation (server)"
  INTDATE=on "Builds with 64-bit date/time type (server)"
  SSL=on "Build with OpenSSL support"
===>  Use 'make config' to modify these settings
cetus-root@/usr/ports/databases/postgresql84-server#

~Doug


You are rebuilding the server, you need to rebuild the client part.

# cd /usr/ports/databases/postgresql84-client
# make config
unselect GSSAPI
# make FORCE_PKG_REGISTER=yes install clean

regards
Johan

___
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: Looking for a simple HOW-TO

2011-11-06 Thread johan Hendriks

Op 06-11-11 10:37, Jack Raats schreef:

Hi,

This is perhaps not the right mailinglist so I'm sorry.

I'm looking for a simple "how to" to install Aterisk 1.8 on FreeBSD 7.4-STABLE 
from the ports.
Compiling is not the problem but what to choose from the config before 
compiling, realizing that I'm only using SIP, so no hardware attached.

It would be nice to see the minimum config I have to use from asterisk.

Thanks
Jack Raats
___
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"

Maybe this one?

http://blog.master-zone.net/installing-asterisk-on-freebsd

or this one
http://www.pbxphreak.com/Asterisk/Default.htm

Gr
Johan Hendriks
Double L Automatisering
___
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: Please welcome beat@ to portmgr@

2011-12-03 Thread Johan Hendriks

Thomas Abthorpe schreef:

We are pleased to announce the addition of Beat Gaetzi (beat@) to the team.
Beat, like many others was a long time contributor prior to receiving his
commit bit in 2009.  Beat is well know for his work with the Gecko and Vbox
teams, in addition to his hosting of test/development repositories for many
of our community members.

Beat's next unenviable task will be taking us through the rocky road ahead
in migrating the CVS Ports repository to Subversion.

Please join me in welcoming Beat to the team.  Congratulations Beat!

Thomas
on behalf of portmgr@

http://blogs.freebsdish.org/portmgr/2011/12/02/please-welcome-beat-gaetzi-to-the-ports-management-team/

Welcome Beat, i hope you have a real nice time working with FreeBSD and 
the community around it.


regards
Johan Hendriks
___
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"


sound-juicer upgrade error

2012-01-25 Thread Johan Hendriks
Hello all.

I try to update sound juicer, but got an error.

xsltproc -o sound-juicer-C.omf --stringparam db2omf.basename
sound-juicer --stringparam db2omf.format 'docbook' --stringparam
db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam
db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf"
--stringparam db2omf.help_dir "/usr/local/share/gnome/help"
--stringparam db2omf.omf_in
"/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/sound-juicer.omf.in"
 --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config
--pkgdatadir`/Templates/C/scrollkeeper_cl.xml"
`/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils`
C/sound-juicer.xml || { rm -f "sound-juicer-C.omf"; exit 1; }
Bus error (core dumped)


Also totem gives me an error, looks like the same thing

xsltproc -o totem-C.omf --stringparam db2omf.basename totem
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd
"-//OASIS//DTD DocBook XML V4.5//EN" --stringparam db2omf.lang C
--stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam
db2omf.help_dir "/usr/local/share/gnome/help" --stringparam
db2omf.omf_in "/usr/ports/multimedia/totem/work/totem-2.32.0/help/totem.omf.in"
 --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config
--pkgdatadir`/Templates/C/scrollkeeper_cl.xml"
`/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils`
C/totem.xml || { rm -f "totem-C.omf"; exit 1; }
Bus error (core dumped)

things i did try

reinstall libxslt, pkg-config, gnome-doc-utils, and all installed docpook ports.

Can someone help me with this?

regards
Johan
___
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"


py-django from 1.2.4 to 1.2.5 breaks Baruwa.

2011-02-18 Thread Johan Hendriks
Hello all.

I use Baruwa as the administrative Gui around my MailScanner.

Baruwa is not in the portstree, but i installed it manually.

This works really well, only after the update of py-django1.2.4 to
py-django 1.2.5 the white and blacklist option is not working any more.
I contacted the Maintainer, but he can not duplicate the error on his
config (not FreeBSD).

 

I get a server error in my webpage when i try to add a email to the
white list.
The maintainer told me to disable java  set debug on, and the error will
be showed, likei t did before with other issues.

Ajax hides the error.
But if i disable java in my browser, it works, no error and the email is
added to the whitelist database.


Downgrading py-django to 1.2.4  makes things happy again.

So i wonder could it be something with the latest py-django port.

 

I have multiple FreeBSD Mailscanner servers, and the behavior is the
same on all of them.

 

Be advised, i am a total amateur with python

 

Thanks for your time reading this.

 

Regards,

Johan Hendriks

 

 

 

 

___
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: py-django from 1.2.4 to 1.2.5 breaks Baruwa.

2011-02-25 Thread Johan Hendriks
>"Johan Hendriks"  writes:

>> Downgrading py-django to 1.2.4  makes things happy again.
>>
>> So i wonder could it be something with the latest py-django port.

>A few backwards incompatible changes were made indeed [1], but,
>according to the team, they had to be made for the sake of security.

>Maybe the application you're talking about was (ab)using some of these
>features which have changed?

>[1] http://docs.djangoproject.com/en/1.2/releases/1.2.5/


Thanks for your answer.
Indeed it was baruwa who was at fault here.

The maintainer fixed the issue with django.
Thank you for your work.

Regards,
Johan
___
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"


gnutls update fails on libchamplain

2011-06-07 Thread Johan Hendriks
Hello all,

I did an cvsup  of the ports tree, read /usr/ports/UPDATING.
It tells me that the new gnutls requires the following comman.
portmaster -r gnutls.

but this is the result

gmake[3]: Entering directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk'
  CC gtk-champlain-embed.lo
  CC champlain-gtk-enum-types.lo
  CC champlain-gtk-marshal.lo
  CCLD   libchamplain-gtk-0.8.la
  GISCAN GtkChamplain-0.8.gir
/usr/include/machine/endian.h:123: syntax error, unexpected '{' in ' return 
(__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" : "+r" 
(__X)); __X; }));' at '{'
/usr/include/machine/endian.h:123: syntax error, unexpected ';' in ' return 
(__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" : "+r" 
(__X)); __X; }));' at ';'
/usr/include/machine/endian.h:130: syntax error, unexpected '{' in ' return 
(__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" 
(__X)); __X; }));' at '{'
/usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return 
(__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r" 
(__X)); __X; }));' at ';'
/libexec/ld-elf.so.1: Shared object "libgnutls.so.40" not found, required by 
"libchamplain-0.8.so.1"
Command 
'['/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectti31Fw/GtkChamplain-0.8',
 
'--introspect-dump=/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectti31Fw/types.txt,/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk/tmp-introspectti31Fw/dump.xml']'
 returned non-zero exit status 1
gmake[3]: *** [GtkChamplain-0.8.gir] Error 1
gmake[3]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1/champlain-gtk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/graphics/libchamplain/work/libchamplain-0.8.1'
gmake: *** [all] Error 2
*** Error code 1

What can i do about this.

thanks for your time..

regards,
Johan

___
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: gnutls update fails on libchamplain

2011-06-08 Thread Johan Hendriks
On Tue, Jun 7, 2011 at 23:10, Johan Hendriks  wrote:
>> Hello all,
>>
>> I did an cvsup  of the ports tree, read /usr/ports/UPDATING.
>> It tells me that the new gnutls requires the following comman.
>> portmaster -r gnutls.
>>
>> but this is the result

[skip]

>> /libexec/ld-elf.so.1: Shared object "libgnutls.so.40" not found, required by 
>> "libchamplain-0.8.so.1"

>It is the reason (above).

>For some reason the installed version of libchamplain-0.8.so.1 was
>catched and passed to the linker (instead of freshly built one).

>Workaround: deinstall already installed package and rebuild the new

>-- 
>Andrew W. Nosenko 


Thanks, that did the job.
Also thanks to Michal varga for this solution.

regards,
Johan Hendriks


___
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: [HEADS UP] Ruby 1.9 will become the default Ruby version this weekend

2011-08-22 Thread Johan Hendriks
>Hi,

>Barring objections, I'm planning to commit this patch:

>http://people.freebsd.org/~swills/ruby19_and_gems_changes6.diff

>tomorrow. It will update Ruby 1.9 and make it the default version. If
>you wish to continue using Ruby 1.8, set

>RUBY_VER=  1.8

>in /etc/make.conf.

>There are still some ports which do not work with Ruby 1.9, but most
>work OK. If you have any objections or questions, please let me know.

>Thanks,
>Steve
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v2.0.17 (FreeBSD)


First thanks for all your work on this. 

An entry in /usr/ports/UPDATING mentioning the RUBY_VER= 1.8 would be in place.

After my portmaster run i did not get the ruby19-gems port.
After reading the UPDATING file, and did not found anything related, i searched 
my e-mail and found your message.

 
Regards,
Johan Hendriks

___
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: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread Johan Hendriks


>-Oorspronkelijk bericht-
>Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens eculp
>Verzonden: woensdag 2 januari 2008 14:28
>Aan: freebsd-ports
>Onderwerp: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

>I'm trying to compile cvsup on an AMD64 snapshot but has a problem  
>downloading all the emz3 stuff.  Is there a precompiled AMD64 cvsup  
>anywhere?  I have the idea that the tree is stale but I've updated  
>using portsnap and unless I have misunderstood the manual, it is up to

>date.

>Any suggestions, I'm stuck as far as using cvsup for upgrading all  
>else seems to be OK.

>Thanks,

>ed

>snip
>fetch Error shown below:

>/usr/ports/net/cvsup # make
>===>  Vulnerability check disabled, database not found
>to retrieve this
>=> port manually into /usr/ports/distfiles/ezm3 and try again.
>*** Error code 1
>/snip



Do you not have csup installed on the base system??
Csup is the replacement for cvsup and is in the base system for some
time.

Else try pkg_add -r cvsup

Regards,

Johan Hendriks

 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


p5-Mail-Tools-2.02 and mailscanner do not match

2008-02-28 Thread Johan Hendriks
I updated my mailscanner machine and after restarting mailscanner i get
the following error

 

/usr/local/etc/rc.d/mailscanner start

Starting mailscanner.

Variable "$FIELD_NAME" is not imported at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6906.

Variable "$FIELD_NAME" is not imported at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6909.

Global symbol "$FIELD_NAME" requires explicit package name at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6906.

Global symbol "$FIELD_NAME" requires explicit package name at
/usr/local/lib/MailScanner/MailScanner/Message.pm line 6909.

Compilation failed in require at /usr/local/sbin/mailscanner line 79.

BEGIN failed--compilation aborted at /usr/local/sbin/mailscanner line
79.

 

Reverting back to p5-Mail-Tools-1.77 solves the problem.

 

Regards,

Johan Hendriks

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: FreeBSD Port: MailScanner-4.67.6

2008-03-27 Thread Johan Hendriks

>Hi,

>It seems that the latest p5-Mail-Tools in the ports tree causes a
>problem with MailScanner.  This has, apparently, been documented in
many
>Linux distros as well.  I'm not sure if it's a problem with MailScanner
>or with the perl module.  However, I couldn't get it to run until I
went
>to the previous version of p5-Mail-Tools 1.77.  Then, it ran just fine.

>I was on FreeBSD 6.2 - p2.

>Thank you,

>Paul Pathiakis

Well with the version 4.64.4 i had that problem, i could not update
p5-Mail-Tools to 2.02
Now with version 4.67.6 it works just fine.
Also make sure you have devel/p5-IO installed, It is needed now by
MailScanner.
It was not in the ports for some time but i send a pr and p5-IO is added
to the build of MailScanner now

Regards,
Johan Hendriks
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Operation not permitted after Updating ports

2008-04-21 Thread Johan Hendriks


>> I have a small question
>> 
>> After the update of a compat port i get the following errors
>> after installing a port!
>> 
>>  
>> 
>> Updating the pkgdb ...
>> 
>> Operation not permitted - /usr/local/lib/compat/pkg/libc.so.5

>Try something like "chflags -R noschg /usr/local/lib/compat"

Thanks that did the trick
Regards,

Johan Hendriks

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Operation not permitted after Updating ports

2008-04-21 Thread Johan Hendriks
I have a small question

After the update of a compat port i get the following errors after
installing a port!

 

Updating the pkgdb ...

Operation not permitted - /usr/local/lib/compat/pkg/libc.so.5

Operation not permitted - /usr/local/lib/compat/pkg/libc_r.so.5

Operation not permitted - /usr/local/lib/compat/pkg/libcrypt.so.2

Operation not permitted - /usr/local/lib/compat/pkg/libthread.so.1

Operation not permitted - /usr/local/lib/compat/pkg/libthr.so.1

 

I reinstalled the compat ports but the error still is there.

 

What can I do to resolve this.

Regards,

Johan Hendriks

 

 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: sasl2 and postfix

2008-06-03 Thread Johan Hendriks


>Hi guys i have a problem with postfix+cyrus-saslauthd in FreeBSD 7.0
>-STABLE and the smtpd don't work with smtpd_sasl_enable=yes and de log
>show me this:

>Jun  3 09:00:55 mail postfix/smtpd[40192]: warning: SASL: Connect to
>smtpd failed: No such file or directory
>Jun  3 09:00:55 mail postfix/smtpd[40192]: fatal: no SASL
>authentication mechanisms
>Jun  3 13:00:56 mail postfix/master[82423]: warning: process
>/usr/local/libexec/postfix/smtpd pid 40192 exit status 1
>Jun  3 13:00:56 mail postfix/master[82423]: warning:
>/usr/local/libexec/postfix/smtpd: bad command startup -- throttling

>my /usr/local/lib/sasl2/smtpd.conf

>pwcheck_method: saslauthd
>log_level: 3
>mech_list: PLAIN LOGIN
>authdaemond_path:/var/run/saslauthd/mux

>my main.cf
>queue_directory = /var/spool/postfix
>command_directory = /usr/local/sbin
>daemon_directory = /usr/local/libexec/postfix
>data_directory = /var/db/postfix

>sendmail_path = /usr/local/sbin/sendmail
>newaliases_path = /usr/local/bin/newaliases
>mailq_path = /usr/local/bin/mailq
>mail_owner = postfix
>setgid_group = maildrop

>myhostname = mail.railgun.cl
>mydomain = railgun.cl
>mydestination = $myhostname.$mydomain
>mynetworks = 127.0.0.0/8, 10.100.8.0/24, 10.100.1.0/24

>smtpd_recipient_restrictions = permit_sasl_authenticated,
>permit_mynetworks, reject_unauth_destination
>smtpd_sasl_auth_enable = yes
>smtpd_sasl_security_options = noanonymous
>smtpd_sasl_local_domain =
>smtp_sasl_auth_enable = no
>#smtpd_sasl_path=/var/run/saslauthd/mux
>smtpd_sasl_path = smtpd
>smtp_sasl_type = cyrus

>virtual_maildir_sufix = /Maildir/
>virtual_maildir_base = /var/vmail
>virtual_uid_maps = static:125
>virtual_minimum_uid = 125
>virtual_gid_maps = static:125
>virtual_transport = virtual

>virtual_alias_maps = pgsql:/etc/postfix/alias_maps.cf
>virtual_maildir_domains = pgsql:/etc/postfix/domain_maps.cf
>virtual_maildir_maps = pgsql:/etc/postfix/mailbox_maps.cf
>virtual_maildir_limit_maps = pgsql:/etc/postfix/quota_maps.cf

>virtual_create_maildirsize = yes
>virtual_maildir_extended = yes
>virtual_maildir_limit_override = yes
>virtual_maildir_limit_message = Sorry, the user's maildir has
>overdrawn his diskspace quota, please try again later.
>virtual_overquota_bounce = yes

>and when change smtpd_sasl_path=smtpd to
>smtpd_sasl_path=/var/run/saslauthd/mux the message log show me this:

>Jun  3 09:00:55 mail postfix/smtpd[40192]: fatal: no SASL
>authentication mechanisms
>Jun  3 09:10:29 mail saslauthd[32340]: do_request  : login
>exceeded MAX_REQ_LEN: 256
>Jun  3 09:10:29 mail postfix/smtpd[40255]: fatal: no SASL
>authentication mechanisms

>any help it's welcomed.
___


Did you compile postfix with sasl2 support

Do a make config in the ports dir of postfix /usr/ports/mail/postfix
And make sure sasl2 is selected and install the port again by doing the
following: make FORCE_PKG_REGISTER=yes install clean

Regards,
Johan
Double L Automatisering.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Bus error xslt

2012-08-28 Thread Johan Hendriks
For some time now i can not update a few ports.

these are
sound-juicer-2.32.0_1   <   needs updating (port has 2.32.0_3)
totem-2.32.0_1  <   needs updating (port has 2.32.0_2)
tracker-client-0.6.95_13<   needs updating (port has 0.6.95_15)
tracker-libtrackergtk-0.6.95_13 <   needs updating (port has 0.6.95_15)

i thougt it would go by.

all these ports fail at the same point and leaves a core file in the
work help dir from the port.
./work/sound-juicer-2.32.0/help/sound-juicer/xsltproc.core


xsltproc -o sound-juicer-C.omf --stringparam db2omf.basename
sound-juicer --stringparam db2omf.format 'docbook' --stringparam
db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam
db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf"
--stringparam db2omf.help_dir "/usr/local/share/gnome/help"
--stringparam db2omf.omf_in
"/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/sound-juicer.omf.in"
 --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config
--pkgdatadir`/Templates/C/scrollkeeper_cl.xml"
`/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils`
C/sound-juicer.xml || { rm -f "sound-juicer-C.omf"; exit 1; }
Bus error (core dumped)

I did reinstall libgcrypt, libxslt, libxml2, libxml++, gmake but i can
not get rid of the bus error.
Can someone help me?

below a longer error from the error

if ! test -d sv/; then mkdir sv/; fi
if [ -f "C/legal.xml" ]; then d="../"; else
d="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/";
fi; \
mo="sv/sv.mo"; \
if [ -f "${mo}" ]; then mo="../${mo}"; else
mo="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/${mo}";
fi; \
(cd sv/ && \
  `which xml2po` -m docbook -e -t "${mo}" \
"${d}C/legal.xml" > legal.xml.tmp && \
cp legal.xml.tmp legal.xml && rm -f legal.xml.tmp)
if ! test -d uk/; then mkdir uk/; fi
if [ -f "C/legal.xml" ]; then d="../"; else
d="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/";
fi; \
mo="uk/uk.mo"; \
if [ -f "${mo}" ]; then mo="../${mo}"; else
mo="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/${mo}";
fi; \
(cd uk/ && \
  `which xml2po` -m docbook -e -t "${mo}" \
"${d}C/legal.xml" > legal.xml.tmp && \
cp legal.xml.tmp legal.xml && rm -f legal.xml.tmp)
if ! test -d zh_CN/; then mkdir zh_CN/; fi
if [ -f "C/legal.xml" ]; then d="../"; else
d="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/";
fi; \
mo="zh_CN/zh_CN.mo"; \
if [ -f "${mo}" ]; then mo="../${mo}"; else
mo="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/${mo}";
fi; \
(cd zh_CN/ && \
  `which xml2po` -m docbook -e -t "${mo}" \
"${d}C/legal.xml" > legal.xml.tmp && \
cp legal.xml.tmp legal.xml && rm -f legal.xml.tmp)
xsltproc -o sound-juicer-C.omf --stringparam db2omf.basename
sound-juicer --stringparam db2omf.format 'docbook' --stringparam
db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam
db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf"
--stringparam db2omf.help_dir "/usr/local/share/gnome/help"
--stringparam db2omf.omf_in
"/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/sound-juicer.omf.in"
 --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config
--pkgdatadir`/Templates/C/scrollkeeper_cl.xml"
`/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils`
C/sound-juicer.xml || { rm -f "sound-juicer-C.omf"; exit 1; }
Bus error (core dumped)
gmake[3]: *** [sound-juicer-C.omf] Error 1
gmake[3]: Leaving directory
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0'
gmake: *** [all] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/audio/sound-juicer.

===>>> make failed for audio/sound-juicer
===>>> Aborting update

Terminated

===>>> You can restart from the point of failure with this command line:
   portmaster  audio/sound-juicer


Thanks for your time.
regards
Johan
___
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"


Samba 4 RC1

2012-09-18 Thread Johan Hendriks

Hello all.

I said to myself that it was time to test samba4 on FreeBSD now samba 4 
has hit the RC status.

But samba 4 is not working, not even the alpha11 which is in ports now.

Is someone working on this or is there somewhere a manual install 
document of the latest rc1
It would be nice if i can use the full potential of FreeBSD with ZFS and 
samba.


thanks all.

regards
Johan

___
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"


mysql80-client failes on FreeBSD 11.2 RC3

2018-06-22 Thread Johan Hendriks
hello all,
I can not build mysql80-client on FreeBSD 11.2-RC3
it errors out at the patch stage.

root@mailstore01:/usr/ports/databases/mysql80-client # make
===>  License GPLv2 accepted by the user
===>   mysql80-client-8.0.11 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by mysql80-client-8.0.11 for building
===>  Extracting for mysql80-client-8.0.11
=> SHA256 Checksum OK for mysql-boost-8.0.11.tar.gz.
/usr/ports/databases/mysql80-client/work/mysql-8.0.11/sql/sql_hints.yy.cc
/usr/ports/databases/mysql80-client/work/mysql-8.0.11/sql/sql_hints.yy.h
===>  Patching for mysql80-client-8.0.11
===>  Applying FreeBSD patches for mysql80-client-8.0.11
1 out of 3 hunks failed--saving rejects to utilities/CMakeLists.txt.rej
=> FreeBSD patch patch-utilities_CMakeLists.txt failed to apply cleanly.
=> Patch(es)  patch-CMakeLists.txt patch-client_CMakeLists.txt
patch-cmake_os_DragonFly.cmake patch-cmake_ssl.cmake
patch-cmd-line-utils_libedit_chartype.h
patch-cmd-line-utils_libedit_vi.c patch-include_CMakeLists.txt
patch-include_my__compare.h patch-include_myisam.h
patch-libmysql_CMakeLists.txt patch-man_CMakeLists.txt
patch-mysys__ssl_my__default.cc patch-mysys__ssl_my__md5.cc
patch-plugin_x_client_xconnection__impl.cc patch-scripts_CMakeLists.txt
patch-share_CMakeLists.txt patch-sql-common_client.cc
patch-sql_auth_sha2__password__common.cc patch-sql_mysqld.cc
patch-sql_sys__vars.cc patch-storage_myisam_mi__dynrec.cc
patch-support-files_CMakeLists.txt applied cleanly.
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/mysql80-client
root@mailstore01:/usr/ports/databases/mysql80-client #

The file utilities/CMakeLists.txt.rej contains the following

@@ -87,4 +88,5 @@
 ENDIF()

+IF(FALSE)
 MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
 TARGET_LINK_LIBRARIES(my_print_defaults  mysys mysys_ssl)

regards
Johan

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: www/py-html5lib with FLAVOR=py27 failed to build

2020-07-25 Thread Johan Hendriks



Op 25-07-2020 om 08:17 schreef KIRIYAMA Kazuhiko:

Hi, all

www/py-html5lib with FLAVOR=py27 had failed to build:

running build
running build_py
running install_lib
creating 
/var/ports/work/usr/ports/devel/py-pytest-runner/work-py27/stage/usr/local/lib/python2.7
creating 
/var/ports/work/usr/ports/devel/py-pytest-runner/work-py27/stage/usr/local/lib/python2.7/site-packages
copying build/lib/ptr.py -> 
/var/ports/work/usr/ports/devel/py-pytest-runner/work-py27/stage/usr/local/lib/python2.7/site-packages
byte-compiling 
/var/ports/work/usr/ports/devel/py-pytest-runner/work-py27/stage/usr/local/lib/python2.7/site-packages/ptr.py
 to ptr.pyc
writing byte-compilation script '/tmp/tmpw8WT4z.py'
/usr/local/bin/python2.7 -O /tmp/tmpw8WT4z.py
removing /tmp/tmpw8WT4z.py
running install_egg_info
running egg_info
writing pytest_runner.egg-info/PKG-INFO
writing namespace_packages to pytest_runner.egg-info/namespace_packages.txt
writing top-level names to pytest_runner.egg-info/top_level.txt
writing dependency_links to pytest_runner.egg-info/dependency_links.txt
writing entry points to pytest_runner.egg-info/entry_points.txt
reading manifest file 'pytest_runner.egg-info/SOURCES.txt'
writing manifest file 'pytest_runner.egg-info/SOURCES.txt'
Copying pytest_runner.egg-info to 
/var/ports/work/usr/ports/devel/py-pytest-runner/work-py27/stage/usr/local/lib/python2.7/site-packages/pytest_runner-2.11.1-py2.7.egg-info
running install_scripts
writing list of installed files to 
'/var/ports/work/usr/ports/devel/py-pytest-runner/work-py27/.PLIST.pymodtmp'
> Compressing man pages (compress-man)
===>  Building package for py27-pytest-runner-2.11.1
===>  py27-hypothesis-5.19.0 Unknown flavor 'py27', possible flavors: py37.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/py-hypothesis
*** Error code 1

Stop.
make: stopped in /usr/ports/www/py-html5lib

In devel/py-hypothesis/Makefile, USES=python:3.6+
specified. Which wrong to depend devel/py-hypothesis to
py27-hypothesis or to do not correspond devel/py-hypothesis
to py27 ?

root@jdtpkxb:~ # svnlite info /usr/ports
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: http://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: http://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 542063
Node Kind: directory
Schedule: normal
Last Changed Author: glewis
Last Changed Rev: 542063
Last Changed Date: 2020-07-12 11:13:27 +0900 (Sun, 12 Jul 2020)

root@jdtpkxb:~ # uname -a
FreeBSD jdtpkxb 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r363381M: Thu Jul 23 
22:48:19 JST 2020 root@msrvkxb:/usr/obj/usr/src/amd64.amd64/sys/XIJ  amd64
root@jdtpkxb:~ #

Regards
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"



Python2.7 has been removed from the ports tree.
The error message you get verify's that.

py27-hypothesis-5.19.0 Unknown flavor 'py27', possible flavors: py37.

So you need to update your ports to the python 3.7 flavor.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


postgresql-plpython fails to build

2013-01-15 Thread Johan Hendriks

I need the port postgresql-plpython for my baruwa install.

But it will not install or build.
I have postgresql92-server installed, with the default options.

the error i get is

===>  Building for postgresql-plpython-9.2.2_2
prereqdir=`cd 'parser/' >/dev/null && pwd` && \
  cd '../../src/include/parser/' && rm -f gram.h && \
  ln -s "$prereqdir/gram.h" .
prereqdir=`cd 'utils/' >/dev/null && pwd` && \
  cd '../../src/include/utils/' && rm -f fmgroids.h && \
  ln -s "$prereqdir/fmgroids.h" .
gmake -C utils probes.h
gmake[1]: Entering directory 
`/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils'

sed -f ./Gen_dummy_probes.sed probes.d >probes.h
gmake[1]: Leaving directory 
`/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils'

cd '../../src/include/utils/' && rm -f probes.h && \
ln -s "../../../src/backend/utils/probes.h" .
cc -O2 -pipe -march=core2 -fno-strict-aliasing -Wall 
-Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fPIC -DPIC -I. -I. 
-I/usr/local/include/python2.7 -I../../../src/include 
-I/usr/local/include -I/usr/local/include  -c -o plpy_cursorobject.o 
plpy_cursorobject.c

In file included from ../../../src/include/postgres.h:48,
 from plpy_cursorobject.c:7:
../../../src/include/utils/elog.h:69:28: error: utils/errcodes.h: No 
such file or directory

gmake: *** [plpy_cursorobject.o] Error 1
*** [do-build] Error code 2


anyone knows how to overcome the error!

regards
Johan

___
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: postgresql-plpython fails to build

2013-01-15 Thread Johan Hendriks

Ruslan Makhmatkhanov schreef:

Johan Hendriks wrote on 15.01.2013 15:32:

I need the port postgresql-plpython for my baruwa install.

But it will not install or build.
I have postgresql92-server installed, with the default options.

the error i get is

===>  Building for postgresql-plpython-9.2.2_2
prereqdir=`cd 'parser/' >/dev/null && pwd` && \
   cd '../../src/include/parser/' && rm -f gram.h && \
   ln -s "$prereqdir/gram.h" .
prereqdir=`cd 'utils/' >/dev/null && pwd` && \
   cd '../../src/include/utils/' && rm -f fmgroids.h && \
   ln -s "$prereqdir/fmgroids.h" .
gmake -C utils probes.h
gmake[1]: Entering directory
`/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils' 



sed -f ./Gen_dummy_probes.sed probes.d >probes.h
gmake[1]: Leaving directory
`/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils' 



cd '../../src/include/utils/' && rm -f probes.h && \
 ln -s "../../../src/backend/utils/probes.h" .
cc -O2 -pipe -march=core2 -fno-strict-aliasing -Wall
-Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels -Wmissing-format-attribute -Wformat-security
-fno-strict-aliasing -fwrapv -fPIC -DPIC -I. -I.
-I/usr/local/include/python2.7 -I../../../src/include
-I/usr/local/include -I/usr/local/include  -c -o plpy_cursorobject.o
plpy_cursorobject.c
In file included from ../../../src/include/postgres.h:48,
  from plpy_cursorobject.c:7:
../../../src/include/utils/elog.h:69:28: error: utils/errcodes.h: No
such file or directory
gmake: *** [plpy_cursorobject.o] Error 1
*** [do-build] Error code 2


anyone knows how to overcome the error!

regards
Johan


Good day, I working on fix. Since this touches many versions of 
PostgreSQL, it's need some time for proper testing. Fixes will bring 
into ports tree until the end of this week.


There is also two related pr's about this:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166999
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174152


Thank you, i will await the fix and report back if it installs.
Thank you for your time!

regards
Johan Hendriks
___
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: postgresql-plpython fails to build

2013-01-21 Thread Johan Hendriks

Ruslan Makhmatkhanov schreef:

Johan Hendriks wrote on 15.01.2013 16:39:

Ruslan Makhmatkhanov schreef:

Johan Hendriks wrote on 15.01.2013 15:32:

I need the port postgresql-plpython for my baruwa install.

But it will not install or build.
I have postgresql92-server installed, with the default options.

the error i get is

===>  Building for postgresql-plpython-9.2.2_2
prereqdir=`cd 'parser/' >/dev/null && pwd` && \
   cd '../../src/include/parser/' && rm -f gram.h && \
   ln -s "$prereqdir/gram.h" .
prereqdir=`cd 'utils/' >/dev/null && pwd` && \
   cd '../../src/include/utils/' && rm -f fmgroids.h && \
   ln -s "$prereqdir/fmgroids.h" .
gmake -C utils probes.h
gmake[1]: Entering directory
`/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils' 




sed -f ./Gen_dummy_probes.sed probes.d >probes.h
gmake[1]: Leaving directory
`/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils' 




cd '../../src/include/utils/' && rm -f probes.h && \
 ln -s "../../../src/backend/utils/probes.h" .
cc -O2 -pipe -march=core2 -fno-strict-aliasing -Wall
-Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels -Wmissing-format-attribute -Wformat-security
-fno-strict-aliasing -fwrapv -fPIC -DPIC -I. -I.
-I/usr/local/include/python2.7 -I../../../src/include
-I/usr/local/include -I/usr/local/include  -c -o plpy_cursorobject.o
plpy_cursorobject.c
In file included from ../../../src/include/postgres.h:48,
  from plpy_cursorobject.c:7:
../../../src/include/utils/elog.h:69:28: error: utils/errcodes.h: No
such file or directory
gmake: *** [plpy_cursorobject.o] Error 1
*** [do-build] Error code 2


anyone knows how to overcome the error!

regards
Johan


Good day, I working on fix. Since this touches many versions of
PostgreSQL, it's need some time for proper testing. Fixes will bring
into ports tree until the end of this week.

There is also two related pr's about this:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/166999
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174152


Thank you, i will await the fix and report back if it installs.
Thank you for your time!

regards
Johan Hendriks


Should be now fixed (thanks, Chris!). Please update your ports tree 
and try to build databases/postgresql92-plpython.


Thanks, i did a pkg_delete of the old one and then make install clean 
from /usr/ports/databases/postgresql92-plpython

It installed fine.

Thanks for your time on this.

regards
Johan Hendriks
___
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: A package for the ubuntu-font port?

2013-04-26 Thread Johan Hendriks

Grant D. Watson schreef:

Ports folks,

I sent a message to Kevin Lo, since the ports search site lists his address for 
ubuntu-font, but he said this isn't his area.

I am a Linux user who's been playing with FreeBSD and enjoying it; in
creating and destroying experimental VMs I've made great use of binary
packages.  For some reason the ubuntu-font port is not available as a
package.  Would that be difficult to change?  It's no hardship to
install it from ports of course, but having it as a package would be
convenient.

Thanks for all your work.

Grant

___
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"

You could create your own package after it is installed from ports.

|pkg_create -b ubuntu-font-0.80_1

pkg_add  will install the package.

gr
johan

|


___
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"


dovecot2 fails to update in combination with pigeonhole-0.4.0

2013-06-26 Thread Johan Hendriks

Hello all!
I try to update my dovecot server.
But the following error is printed.
I use pkgng.

# portmaster -d dovecot2

< snip>
===> Correct pkg-plist sequence to create group(s) and user(s)
===>   Compressing manual pages for dovecot-2.2.4
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib/dovecot
===>   Installing ldconfig configuration file
===>   Registering installation for dovecot-2.2.4
pkg-static: unknown keyword stopdaemon, ignoring @stopdaemon
pkg-static: duplicate directory listing: /usr/local/share/doc/dovecot/, 
ignoring
Installing dovecot-2.2.4...pkg-static: dovecot-2.2.4 conflicts with 
dovecot-pigeonhole-0.4.0 (installs files into the same place). 
Problematic file: /usr/local/share/d

oc/dovecot/example-config/conf.d/20-managesieve.conf
*** [fake-pkg] Error code 70

Stop in /usr/ports/mail/dovecot2.
*** [install] Error code 1

Stop in /usr/ports/mail/dovecot2.

===>>> Installation of dovecot-2.2.4 (mail/dovecot2) failed
===>>> Aborting update

===>>> Killing background jobs
Terminated

===>>> You can restart from the point of failure with this command line:
   portmaster  mail/dovecot2

===>>> Exiting

System is FreeBSD 9.1-RELEASE-p2
Thanks all

regards
Johan Hendriks

___
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"


archivers/p5-Archive-Zip

2013-10-09 Thread Johan Hendriks

Hello all.


I try to build mailscanner, but it fails at archivers/p5-Archive-Zip
This is on FreeBSD 9.2 on vmware

It seems stuck

root@host4:/usr/ports/archivers/p5-Archive-Zip # make install clean
===> Fetching all distfiles required by p5-Archive-Zip-1.30_1 for building
===>  Extracting for p5-Archive-Zip-1.30_1
=> SHA256 Checksum OK for Archive-Zip-1.30.tar.gz.
rm: 
/usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local/share/nls/en_GB.ISO8859-15: 
Directory not empty
rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local/share/nls: 
Directory not empty
rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local/share: 
Directory not empty
rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr/local: Directory 
not empty

rm: /usr/ports/archivers/p5-Archive-Zip/work/stage/usr: Directory not empty
rm: /usr/ports/archivers/p5-Archive-Zip/work/stage: Directory not empty
rm: /usr/ports/archivers/p5-Archive-Zip/work: Directory not empty
*** [do-extract] Error code 1

Stop in /usr/ports/archivers/p5-Archive-Zip.

A make clean does not work.
So i thought to remove the work dir by hand, but even that is not allowed??

root@host4:/usr/ports/archivers/p5-Archive-Zip # rm -rf work
rm: work/stage/usr/local/share/nls/en_GB.ISO8859-15: Directory not empty
rm: work/stage/usr/local/share/nls: Directory not empty
rm: work/stage/usr/local/share: Directory not empty
rm: work/stage/usr/local: Directory not empty
rm: work/stage/usr: Directory not empty
rm: work/stage: Directory not empty
rm: work: Directory not empty

Can somebody shed a light on this?

thanks
regards
Johan
___
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"


Perl en /etc/make.conf

2013-11-11 Thread Johan Hendriks

Hello all.

I have a FreeBSD 10-Beta 3 server installed to test the new pkgng and 
other things.
On all the systems where i  installed perl there was always a line in 
/etc/make.conf like the following


# added by use.perl 2013-09-27 14:38:36
PERL_VERSION=5.14.4


I just installed  perl5-5.16.3_2 and i do not see that line.
Is this line not needed anymore or did i do something wrong.

regards
Johan


___
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"


www/squid32 on 10-beta3

2013-11-11 Thread Johan Hendriks

Hello all.

I try to install www/squid32 on my FreeBSD 10-BETA3 server, but it fails 
with the following error.


Making all in base
/bin/sh ../../libtool --tag=CXX--mode=compile c++ -DHAVE_CONFIG_H  
-I../.. -I../../include -I../../lib  -I../../src -I../../include   
-I/usr/include  -I/usr/include -I../../libltdl -I/usr/include  
-I/usr/include  -O2 -pipe -march=core2 -fno-strict-aliasing 
-Wno-unused-private-field -I/usr/local/include -MT AsyncCall.lo -MD -MP 
-MF .deps/AsyncCall.Tpo -c -o AsyncCall.lo AsyncCall.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include 
-I../../lib -I../../src -I../../include -I/usr/include -I/usr/include 
-I../../libltdl -I/usr/include -I/usr/include -O2 -pipe -march=core2 
-fno-strict-aliasing -Wno-unused-private-field -I/usr/local/include -MT 
AsyncCall.lo -MD -MP -MF .deps/AsyncCall.Tpo -c AsyncCall.cc  -fPIC 
-DPIC -o .libs/AsyncCall.o

In file included from AsyncCall.cc:5:
In file included from ../../src/squid-old.h:164:
In file included from ../../src/typedefs.h:118:
In file included from ../../src/anyp/ProtocolType.h:5:
In file included from /usr/include/c++/v1/ostream:130:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
In file included from /usr/include/c++/v1/string:432:
/usr/include/c++/v1/cstdio:139:9: error: no member named
  'ERROR_sprintf_UNSAFE_IN_SQUID' in the global namespace
using ::sprintf;
  ~~^
../../compat/unsafe.h:10:17: note: expanded from macro 'sprintf'
#define sprintf ERROR_sprintf_UNSAFE_IN_SQUID
^
1 error generated.
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/www/squid32/work/squid-3.2.13/src/base
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/www/squid32/work/squid-3.2.13/src
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/www/squid32/work/squid-3.2.13/src
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/www/squid32/work/squid-3.2.13
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/squid32
*** Error code 1


regards
Johan
___
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: www/squid32 on 10-beta3

2013-11-11 Thread Johan Hendriks
Op maandag 11 november 2013 schreef Florian Smeets (f...@smeets.im):

> On Mon, Nov 11, 2013 at 01:46:01PM +0100, Dimitry Andric wrote:
> > On 11 Nov 2013, at 09:44, Johan Hendriks 
> > >
> wrote:
> > > I try to install www/squid32 on my FreeBSD 10-BETA3 server, but it
> fails with the following error.
> > >
> > > Making all in base
> > > /bin/sh ../../libtool --tag=CXX--mode=compile c++ -DHAVE_CONFIG_H
>  -I../.. -I../../include -I../../lib  -I../../src -I../../include
> -I/usr/include  -I/usr/include -I../../libltdl -I/usr/include
>  -I/usr/include  -O2 -pipe -march=core2 -fno-strict-aliasing
> -Wno-unused-private-field -I/usr/local/include -MT AsyncCall.lo -MD -MP -MF
> .deps/AsyncCall.Tpo -c -o AsyncCall.lo AsyncCall.cc
> > > libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include
> -I../../lib -I../../src -I../../include -I/usr/include -I/usr/include
> -I../../libltdl -I/usr/include -I/usr/include -O2 -pipe -march=core2
> -fno-strict-aliasing -Wno-unused-private-field -I/usr/local/include -MT
> AsyncCall.lo -MD -MP -MF .deps/AsyncCall.Tpo -c AsyncCall.cc  -fPIC -DPIC
> -o .libs/AsyncCall.o
> > > In file included from AsyncCall.cc:5:
> > > In file included from ../../src/squid-old.h:164:
> > > In file included from ../../src/typedefs.h:118:
> > > In file included from ../../src/anyp/ProtocolType.h:5:
> > > In file included from /usr/include/c++/v1/ostream:130:
> > > In file included from /usr/include/c++/v1/ios:216:
> > > In file included from /usr/include/c++/v1/__locale:15:
> > > In file included from /usr/include/c++/v1/string:432:
> > > /usr/include/c++/v1/cstdio:139:9: error: no member named
> > >  'ERROR_sprintf_UNSAFE_IN_SQUID' in the global namespace
> > > using ::sprintf;
> > >  ~~^
> > > ../../compat/unsafe.h:10:17: note: expanded from macro 'sprintf'
> > > #define sprintf ERROR_sprintf_UNSAFE_IN_SQUID
> > >^
> > > 1 error generated.
> >
> > Please try the attached patch.  I already posted a similar patch for
> squid33.
>
> I will take care of these later today.
>
> Florian
>


Sorry, something at work came up and i have not read my mail since.
I will do a portsnap tomorrow and try again.

Thanks for your time and effort.

Regards
Johan
___
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: Perl en /etc/make.conf

2013-11-11 Thread Johan Hendriks
Op maandag 11 november 2013 schreef Kimmo Paasiala (kpaas...@gmail.com):

> On Mon, Nov 11, 2013 at 10:34 AM, Johan Hendriks 
> >
> wrote:
> > Hello all.
> >
> > I have a FreeBSD 10-Beta 3 server installed to test the new pkgng and
> other
> > things.
> > On all the systems where i  installed perl there was always a line in
> > /etc/make.conf like the following
> >
> > # added by use.perl 2013-09-27 14:38:36
> > PERL_VERSION=5.14.4
> >
> >
> > I just installed  perl5-5.16.3_2 and i do not see that line.
> > Is this line not needed anymore or did i do something wrong.
> >
> > regards
> > Johan
> >
> >
>
> As far as I know it was removed because it is not used when installing
> perl from a binary package. The new mechanism to select default
> versions for various ports is the DEFAULT_VERSIONS make.conf variable
> that only applies when building ports.
>

Thanks for the explanation.

Regards
Johan
___
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: www/squid32 on 10-beta3

2013-11-12 Thread Johan Hendriks

Florian Smeets schreef:

On Mon, Nov 11, 2013 at 01:46:01PM +0100, Dimitry Andric wrote:

On 11 Nov 2013, at 09:44, Johan Hendriks  wrote:

I try to install www/squid32 on my FreeBSD 10-BETA3 server, but it fails with 
the following error.

Making all in base
/bin/sh ../../libtool --tag=CXX--mode=compile c++ -DHAVE_CONFIG_H  -I../.. 
-I../../include -I../../lib  -I../../src -I../../include   -I/usr/include  
-I/usr/include -I../../libltdl -I/usr/include  -I/usr/include  -O2 -pipe 
-march=core2 -fno-strict-aliasing -Wno-unused-private-field 
-I/usr/local/include -MT AsyncCall.lo -MD -MP -MF .deps/AsyncCall.Tpo -c -o 
AsyncCall.lo AsyncCall.cc
libtool: compile:  c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib 
-I../../src -I../../include -I/usr/include -I/usr/include -I../../libltdl 
-I/usr/include -I/usr/include -O2 -pipe -march=core2 -fno-strict-aliasing 
-Wno-unused-private-field -I/usr/local/include -MT AsyncCall.lo -MD -MP -MF 
.deps/AsyncCall.Tpo -c AsyncCall.cc  -fPIC -DPIC -o .libs/AsyncCall.o
In file included from AsyncCall.cc:5:
In file included from ../../src/squid-old.h:164:
In file included from ../../src/typedefs.h:118:
In file included from ../../src/anyp/ProtocolType.h:5:
In file included from /usr/include/c++/v1/ostream:130:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
In file included from /usr/include/c++/v1/string:432:
/usr/include/c++/v1/cstdio:139:9: error: no member named
  'ERROR_sprintf_UNSAFE_IN_SQUID' in the global namespace
using ::sprintf;
  ~~^
../../compat/unsafe.h:10:17: note: expanded from macro 'sprintf'
#define sprintf ERROR_sprintf_UNSAFE_IN_SQUID
^
1 error generated.

Please try the attached patch.  I already posted a similar patch for squid33.

I will take care of these later today.

Florian

It works now, but when i select TP_PF it errors out again,
This is on squid32 and squid 33

configure: IPF-based transparent proxying enabled: no
configure: error: PF-based transparent proxy requested but needed header 
not found

===>  Script "configure" failed unexpectedly.
Please report the problem to tms...@freebsd.org [maintainer] and attach the
"/usr/ports/www/squid33/work/squid-3.3.10/config.log" including the output
of the failure of your make command. Also, it might be a good idea to 
provide

an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

regards
Johan
___
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"


gvfs on FreeBSD 10 fails to build

2013-11-25 Thread Johan Hendriks

Hello all, I just updated my FreeBSD 9 Stable machine to FreeBSD 10 Stable.

I am now in the proces of rebuilding all ports.
First I  noticed that libiconv was not needed anymore from ports so I 
deleted that port.


But on devel/gvfs I get an error.

I am stuck with the following port.
grep: /usr/local/lib/libiconv.la: No such file or directory
sed: /usr/local/lib/libiconv.la: No such file or directory
libtool: link: `/usr/local/lib/libiconv.la' is not a valid libtool archive
gmake[4]: *** [libgvfscommon-dnssd.la] Error 1
gmake[4]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3/common'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/devel/gvfs/work/gvfs-1.12.3'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/gvfs
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/gvfs

regards
Johan


___
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: gvfs on FreeBSD 10 fails to build

2013-11-26 Thread Johan Hendriks

Boris Samorodov schreef:

26.11.2013 11:55, Johan Hendriks пишет:


Hello all, I just updated my FreeBSD 9 Stable machine to FreeBSD 10 Stable.

I am now in the proces of rebuilding all ports.
First I  noticed that libiconv was not needed anymore from ports so I
deleted that port.

But on devel/gvfs I get an error.

It's not enough just to remove converters/libiconv. For more information
please take a look at /usr/ports/UPDATING.


I did go through /usr/ports/UPDATING, but not far enough :D

Well the problem now is that i can not create a list of ports to 
reinstall anymore because i already did remove libiconv.

I will try to use some binary packages on the ports that fail.

Thanks for your time..

regards
Johan



___
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"

pkg 1.2 lots of messages about enabled key.

2013-11-26 Thread Johan Hendriks

I just updated pkg to pkg 1.2

But when i usr pkg it gives me a lot of messages like below:

pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' 
repo,  the value has been correctly converted, please consider fixing


If i run pkg_libchk the whole screen fills up with these messages.
I did copy the new /usr/local/etc/pkg.conf.sample file to 
/usr/local/etc/pkg.conf
Also i checked /etc/pkg/FreeBSD.conf , and it looks good to me as far as 
i understand it.


vi /etc/pkg/FreeBSD.conf
# $FreeBSD: stable/10/etc/pkg/FreeBSD.conf 257797 2013-11-07 15:43:41Z 
bdrewery $

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest";,
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: "YES"
}

something i missed?

regards
Johan
___
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: pkg 1.2 lots of messages about enabled key.

2013-11-26 Thread Johan Hendriks
Op dinsdag 26 november 2013 schreef Baptiste Daroussin (b...@freebsd.org):

> On Tue, Nov 26, 2013 at 05:15:38PM +0100, Johan Hendriks wrote:
> > I just updated pkg to pkg 1.2
> >
> > But when i usr pkg it gives me a lot of messages like below:
> >
> > pkg: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD'
> > repo,  the value has been correctly converted, please consider fixing
> >
> > If i run pkg_libchk the whole screen fills up with these messages.
> > I did copy the new /usr/local/etc/pkg.conf.sample file to
> > /usr/local/etc/pkg.conf
> > Also i checked /etc/pkg/FreeBSD.conf , and it looks good to me as far as
> > i understand it.
> >
> > vi /etc/pkg/FreeBSD.conf
> > # $FreeBSD: stable/10/etc/pkg/FreeBSD.conf 257797 2013-11-07 15:43:41Z
> > bdrewery $
> > FreeBSD: {
> >url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest";,
> >mirror_type: "srv",
> >signature_type: "fingerprints",
> >fingerprints: "/usr/share/keys/pkg",
> >enabled: "YES"
> > }
> >
> > something i missed?
> >
> > regards
> > Johan
> > ___
> > 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
> "
>
> the MFC to stable/10 is coming in 2 days next beta will have it
>
> regards,
> Bapt
>

I will try tomorrow without the "  "
Thanks.

Regards,
Johan
___
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: something messed up with latest pkg update?

2013-11-27 Thread Johan Hendriks

Ruslan Makhmatkhanov schreef:

portsnap fetch update
pkg version -vl "<"
portmaster pkg-1.1.4_10

Got some warnings:
pkg-static: PACKAGESITE in pkg.conf is deprecated. Please create a 
repository configuration file
pkg-static: Warning: expecting a boolean for the 'enabled' key of the 
'FreeBSD' repo,  the value has been correctly converted, please 
consider fixing

pkg-static: unable to open vulnxml file, try running 'pkg audit -F' first

Fixed 1st and 3rd. What it is supposed to do with 2nd one?

Then, trying to update some ports:

portmaster ruby19-gems-1.8.25 gnuchess-6.1.0 libssh-0.5.2_1 
libunibreak-1.0,1 libxml2-2.8.0_2 nmap-6.40 pciids-20131119


"""
===>>> Working on:
ruby19-gems-1.8.25
gnuchess-6.1.0
libssh-0.5.2_1
libunibreak-1.0,1
libxml2-2.8.0_2
nmap-6.40
pciids-20131119

===>>> Gathering distinfo list for installed ports

===>>> No ORIGIN in /var/db/pkg/ruby19-gems-1.8.25/+CONTENTS


===>>> ruby19-gems-1.8.25 1/7
===>>> No ORIGIN in /var/db/pkg/ruby19-gems-1.8.25/+CONTENTS


===>>> Cannot continue
===>>> Aborting update

===>>> Update for ruby19-gems-1.8.25 failed
===>>> Aborting update

===>>> Killing background jobs
Terminated
===>>> Exiting
"""

Got this "No ORIGIN"  messages for every port that I try to update. Is 
this known issue? How to handle that?



The second one in my case was the line  enabled in /etc/pkg/FreeBSD.conf

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest";,
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: "yes"
}

I had to change enabled: "yes"  to enbled: yes
Remove the " .

I can not help you with the rest of the errors.. Sorry

regards
Johan
___
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: display network connections in X11

2013-12-14 Thread Johan Hendriks
Op vrijdag 13 december 2013 schreef Erich Dollansky (
erichsfreebsdl...@alogt.com):

> Hi,
>
> I have had once an application installed that showed the current
> network connections as a graph in an X11 window.
>
> Does anybody know the name of such an application?
>
> Thanks!
>
> Erich
> ___
>
>
I think you mean etherape.
http://etherape.sourceforge.net

Regards
Johan
___
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: squid 3.5 plans

2015-02-23 Thread Johan Hendriks


Op 23-02-15 om 16:31 schreef Marko Cupać:

On Sat, 21 Feb 2015 08:28:40 +0100
Marko Cupać  wrote:


On Thu, 19 Feb 2015 21:23:15 -0500
Robert Simmons  wrote:



That is true. It looks like an update to both 3.5 and 3.4 were
released on the same day. How about dropping www/squid33 and
creating a www/squid34 port. Then updating the www/squid port to
3.5.2.

I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
10.1 with GENERIC kernel. Furthermore, it won't be fixed with
binary patches (ie. until 10.2 or 11.0).

I think www/squid should be recommended squid version for FreeBSD
users. It wouldn't be appropriate to recommend version which does not
work without recompiling kernel.

We discussed it not so long ago:
https://www.mail-archive.com/search?l=freebsd-ports@freebsd.org&q=subject:%22Re%3A+www%2Fsquid+does+not+shutdown+via+rc%22&o=newest

I have just installed www/squid33 because I wanted to avoid compiling
custom kernel, but apparently it does not shutdown via rc either.

I think we are closer to conclusion that no version of squid can be
controlled with included rc scripts on 10.1-pX. Perhaps users who
install squid on 10.1 should be warned somehow (pkg message or
something).
Just a me to,  Squid33 on FreeBSD 10.1-RELEASE-p5 does not kill squid 
with /usr/local/etc/rc.d/squid stop


regards





___
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"

Mailgraph no text in rrd graphs

2008-07-11 Thread Johan Hendriks
I updated my sytem lately and rrdtool is now at 1.3.0_1

But now mailgraph is showing me the graphs only without the text!

 

Do I need to change something?

 

Regards,

Johan Hendriks

 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Mailgraph no text in rrd graphs

2008-07-11 Thread Johan Hendriks
>>On Fri, Jul 11, 2008 at 5:34 PM, Johan Hendriks <[EMAIL PROTECTED]> wrote:
>> I updated my sytem lately and rrdtool is now at 1.3.0_1
>>
>> But now mailgraph is showing me the graphs only without the text!

>Since rrdtool 1.3.0, there is not bundle font anymore. Instead
>it uses pange/fontconfig. Could you please install x11-fonts/dejavu,
>and see if it works or not?

>I will work with maintainer to either add an entry in UPDATING or
>make this a dependency for rrdtool.

>Regards,
>Rong-En Fan


I did install the x11-fonts/dejavu port and restarted mailgraph but still no 
text!

Regards,
Johan

No virus found in this outgoing message.
Checked by AVG - http://www.avg.com 
Version: 8.0.138 / Virus Database: 270.4.7/1545 - Release Date: 10-7-2008 18:43
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP - samba 3.0.30 winbindd broken

2008-07-17 Thread Johan Hendriks
Samba 3.0.31 has been released!

 

 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Samba 32-devel on 7.1 PRERELEASE fails to update

2008-12-02 Thread Johan Hendriks

Hello i try to portupgrade samba32-devel but i’ll get the following error.

I also try’d to deinstall and reinstall the package but then the error comes up 
also.

Compiling lib/netapi/user.c
Linking non-shared library bin/libnetapi.a
Compiling libsmb/libsmb_cache.c
In file included from libsmb/libsmb_cache.c:25:
include/libsmb_internal.h:176: error: expected specifier-qualifier-list before 
'smbc_smb_encrypt_level'
libsmb/libsmb_cache.c: In function 'SMBC_add_cached_server':
libsmb/libsmb_cache.c:91: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:91: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:91: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:91: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:91: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c: In function 'SMBC_get_cached_server':
libsmb/libsmb_cache.c:121: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:163: error: called object 
'smbc_getFunctionRemoveCachedServer(context)' is not a function
libsmb/libsmb_cache.c:178: error: called object 
'smbc_getFunctionRemoveCachedServer(context)' is not a function
libsmb/libsmb_cache.c: In function 'SMBC_remove_cached_server':
libsmb/libsmb_cache.c:203: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:207: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:207: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:207: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:207: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c:207: error: dereferencing pointer to incomplete type
libsmb/libsmb_cache.c: In function 'SMBC_purge_cached_servers':
libsmb/libsmb_cache.c:232: error: dereferencing pointer to incomplete type
The following command failed:
cc -I. -I/usr/ports/net/samba32-devel/work/samba-3.2.4/source  -O 
-D_SAMBA_BUILD_=3 -I/usr/local/include  
-I/usr/ports/net/samba32-devel/work/samba-3.2.4/source/iniparser/src -Iinclude 
-I./include  -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include 
-I./libaddns -I./librpc -DHAVE_CONFIG_H  -I/usr/local/include -Iinclude 
-I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include 
-I./libaddns -I./librpc -I./popt -I/usr/local/include -DLDAP_DEPRECATED   
-I/include -I/usr/ports/net/samba32-devel/work/samba-3.2.4/source/lib 
-D_SAMBA_BUILD_=3 -fPIC -DPIC -c libsmb/libsmb_cache.c -o libsmb/libsmb_cache.o
gmake: *** [libsmb/libsmb_cache.o] Error 1
*** Error code 2

Stop in /usr/ports/net/samba32-devel.
*** Error code 1

Stop in /usr/ports/net/samba32-devel.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.62477.0 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=samba-3.2.4 UPGRADE_PORT_VER=3.2.4 
make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! net/samba32-devel (samba-3.2.4)   (unknown build error)

Regards
 Johan Hendriks
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: MailScanner port broken for 6.3-STABLE

2009-01-01 Thread Johan Hendriks

># /usr/local/sbin/mailscanner -debug
>In Debugging mode, not forking...
>Trying to setlogsock(unix)
>SpamAssassin temp dir = /var/spool/MailScanner/incoming/SpamAssassin-Temp
>Fatal error 'Recurse on a private mutex.' at line 986 in file
>/usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0)
>Abort

>Someone mentioned that a change to sqlite3 caused this, but I have no idea
>how to revert a port on FreeBSD.

There is a port called portdowngrade if I recall correct.
You can use this to downgrade ports.

Regards,
Johan Hendriks

No virus found in this outgoing message.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.2/1871 - Release Date: 1-1-2009 17:01
___
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"


Mailscanner and perl update

2009-01-16 Thread Johan Hendriks
I have updated my Mailscanner server to the new perl

 

I did a perl-after-upgrade and it shows no errors then did the same with –f

 

All looked fine but now my mail scanner is not working anymore.

 

I get the following error

 

Jan 16 11:46:03 mailscanner MailScanner[37117]: MailScanner E-Mail Virus 
Scanner version 4.67.6 starting...

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/SpamWhitelist.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/CustomAction.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/LastSpam.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/Ruleset-from-Function.pm,
 it could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/MailWatch.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/SQLBlackWhiteList.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/SQLSpamSettings.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

 

But no files have been changed in that dir 

 

What am I missing!

 

Regards,

Johan Hendriks

 

___
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: Mailscanner and perl update

2009-01-16 Thread Johan Hendriks
>> I have updated my Mailscanner server to the new perl
>> I did a perl-after-upgrade and it shows no errors then did the same with –f
>> All looked fine but now my mail scanner is not working anymore.
>> I get the following error
>> 
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: MailScanner E-Mail Virus 
>> Scanner version 4.67.6 starting...
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm, it 
>> could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/SpamWhitelist.pm, it 
>> could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm, 
>> it could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/CustomAction.pm, it 
>> could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/LastSpam.pm, it could 
>> not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/Ruleset-from-Function.pm,
>>  it could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm,
>>  it could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/MailWatch.pm, it 
>> could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/SQLBlackWhiteList.pm, 
>> it could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/SQLSpamSettings.pm, 
>> it could not be "require"d. Make sure the last line of the file says "1;"
>> Jan 16 11:46:03 mailscanner MailScanner[37117]: Could not use Custom 
>> Function code 
>> /usr/local/lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm, it 
>> could not be "require"d. Make sure the last line of the file says "1;"
>> 
>> But no files have been changed in that dir 
>> 
>> What am I missing!

>Did you tried reinstall of MailScanner? It should fix it. (I had similar 
>problem with amavisd + spamassassin after Perl upgrade and reinstall 
>fixed it)

>Miroslav Lachman


Yes i did a portupgrade -f MailScanner , but it did not work, i now did a 
pkg_add -r perl, and it gave me the old 5.8.8 perl did a portupgrade -f 
MailScanner and al is working again.

So I build a test machine now where I do a clean install of perl 5.8.9 and 
MailScanner and see how it goes!

Regards,
Johan Hendriks 

No virus found in this outgoing message.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.8/1896 - Release Date: 15-1-2009 19:10
___
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"


Upgrading

2009-01-30 Thread Johan Hendriks
Hello all

 

I am in the process of updating my system.

 

I have several entry’s in UPDATING

 

20090123:

  AFFECTS: users of x11/libxcb

  AUTHOR: f...@freebsd.org

 

  Libxcb shared library version was bumped from 1 to 2.  You need to

  rebuild any consumer of libxcb.so.1 or some applications will be

  linked against two versions of libxcb once libX11 is upgraded.

 

  For portupgrade users:

 

# portupgrade -rf libxcb

 

20090107:

  AFFECTS: users of security/libgcrypt

  AUTHOR: ra...@freebsd.org

 

  libgcrypt has been upgraded to 1.4.3 which has a shared library

  version bump. You need to reinstall all ports depending on it.

  Use something like this:

 

  portupgrade -rf libgcrypt

  portmaster -r libgcrypt

 

Some ports are being updated twice if I first run portupgrade -rf libgcrypt and 
then portupgrade -rf libxcb, and because it is a rather slow machine I like to 
avoid that.

 

Or can I savely use run portupgrade -rf libgcrypt libxcb

 

Regards,

Johan Hendriks

 

 

 

 

 

___
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: FreeBSD Port: MailScanner-4.67.6_3

2009-02-03 Thread Johan Hendriks
>On Mon, 2 Feb 2009 22:19:27 +0100
>Anders Troback  wrote:

>>Hi,
>>
>>sorry to bother you but I have a question!
>>
>>Are there any plans of upgrading the MailScanner port?

>You should probably be directing that question to the port maintainer:

>j.koopm...@seceidos.de

>--
>Jerry
>ges...@yahoo.com

>Lots of folks confuse bad management with destiny.

>Frank Hubbard

He did and cc’ed to the list ;-)

 

Regards,

Johan

 

 

___
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"


MailScanner-4.67.6_3 and perl-5.8.9 not working

2009-02-09 Thread Johan Hendriks
Hello all.

I have updated my perl from 5.8.8 to 5.8.9 on some mailscanner machines, and 
now mailscanner is not working anymore.

I did run the perl-after-upgrade script.

 

I also did a clean install on a spare machine of Mailscanner with a recent 
ports tree which sucked in perl 5.8.9 so it is not in the upgrade itself.

 

The errors I get are the following, and are on all the systems.(amd64 and i386)

I also tried mailscanner 4.74.16-1 (from my own created port) and it has the 
same error on perl 5.8.9 and it works on 5.8.8 

 

MailScanner[1420]: Could not use Custom Function code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/ZMRouterDirHash.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/SpamWhitelist.pm, 
it could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code 
/usr/local/lib/MailScanner/MailScanner/CustomFunctions/Ruleset-from-Function.pm,
 it could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/LastSpam.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

Feb  9 13:14:26 mailrelay2 MailScanner[1420]: Could not use Custom Function 
code /usr/local/lib/MailScanner/MailScanner/CustomFunctions/CustomAction.pm, it 
could not be "require"d. Make sure the last line of the file says "1;"

 

 

My knowledge of perl is none what so ever.

What can I do ?

 

Regards,

Johan

 

___
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"


MailScanner and perl 5.8.9

2009-03-09 Thread Johan Hendriks
Is somebody working on a new Mailscanner port, i remember reading somewhere 
that there was a new port for mailscanner but i can not find it.
I also ask this because the current MailScanner port does not work with the 
latest perl (5.8.9).

 

Regards,

Johan Hendriks

___
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"


samba-3.3.1 and pam (sshd)

2009-03-10 Thread Johan Hendriks
Hello all
i have updated my samba-3.2.8 to samba-3.3.1.
This machine is joined to a windows 2003 server.

I used the following line in my /etc/pam.d/sshd to use pam authentication of 
some windows users.
authsufficient  /usr/local/lib/pam_winbind.so

This all Works for samba-3.2.x , but after the upgrade i get the following 
error.

In /var/log/messages the following comes up

Mar 10 10:13:08 intranet sshd[52539]: in openpam_load_module(): no 
/usr/local/lib/pam_winbind.so found

Mar 10 10:13:08 intranet sshd[52539]: fatal: PAM: initialisation failed 

 

The file /usr/local/lib/pam_winbind.so  is there?

 after a downgrade from 3.3.1 to 3.2.8 all is working again.


regards,

Johan Hendriks

___
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: Samba3 + Jails in FreeBSD

2009-03-19 Thread Johan Hendriks

>Hi!

>On Wed, Mar 18, 2009 at 8:34 PM, Felipe Carlo  wrote:
>> Hello,
>>
>> I have one problem with Samba in a Jail.
>>
>> When I try to start the samba I have this message:
>>
>> # /usr/local/etc/rc.d/samba.sh start
>> %%WINBIND%%#: not found
>> %%WINBIND%%#winbindd_enable=YES: not found
>> .: Can't open %%RC_SUBR%%: No such file or directory

>What version of Samba port do you use? How did you make your
>installation? Was it port or package?

>In general, I don't think, that Samba will work in jail.

>Regards,
>Timur.

I use samba-3.2.x samba-3.3.2 and samba 3.0.x in a jail as a member server 
against an windows 2003 server and all is working fine.
Those machines are proxy machines and on that machine i installed a jail for 
samba for a local copy of the dat from the windows servers.
Also to house some large (over 2.5GB) .pst files from the fantastic outlook 
2007 which can make the file grow to 20Gb.
It all Works just fine, just make sure it never uses the localhost address.


I use ezjail to create the jails by the way.



 

No virus found in this outgoing message.
Checked by AVG - www.avg.com 
Version: 8.0.238 / Virus Database: 270.11.18/2009 - Release Date: 03/18/09 
07:17:00
___
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"


New MailScanner Port

2009-04-28 Thread Johan Hendriks
I created a MailScanner port based on MailScanner-4.75.11,1
Could someone please test it!!!



It runs on my 7.1 stable AMD64 and 8.0 AMD64 systems and it looks likei t all 
works.
My systems run perl 5.10.0 , i can not test it with earlier version of perl
My programming skills are very poor so there could be some things i over looked.

So please backup your system before testing my MailScanner port.



You can get the port for mailscanner  here

http://www.double-l.nl/mailscanner.tar


regards,

Johan Hendriks

Double-L Automatisering.

 

 

 

 

___
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: MAKE_JOBS_UNSAFE+= shells/bash, textproc/ispell

2009-05-07 Thread Johan Hendriks

>David O'Brien wrote:
>> I was under the impression that MAKE_JOBS_UNSAFE was the default and one
>> had to explicity put MAKE_JOBS_SAFE=yes in a port.
>By default, it is neither SAFE or UNSAFE.  By default, its always without the 
>-j argument.

Sorry to hijack!
But how can you set the ports build to use -j2

Regards,
Johan Hendriks



No virus found in this outgoing message.
Checked by AVG - www.avg.com 
Version: 8.5.325 / Virus Database: 270.12.21/2102 - Release Date: 05/07/09 
05:57:00
___
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"


mail/postfix on Current (-DFREEBSD#)

2007-06-13 Thread Johan Hendriks
I use FreeBSD on a lot of mailservers in combination with postfix.
When i compile on FreeBSD 5 i see messages like:
cc -DHAS_PCRE -I/usr/local/include  -O -pipe -I. -DFREEBSD5 -c format_tv.c
 
On FreeBSD 6 they look like :
cc -DHAS_PCRE -I/usr/local/include  -O2 -fno-strict-aliasing -pipe -I. 
-DFREEBSD6 -c mystrtok.c
 
so i guess -DFREEBSD5 or 6 resembles the current version it runs on, but on 
FreeBSD 7 i see this:
cc -DHAS_PCRE -I/usr/local/include  -O2 -fno-strict-aliasing -pipe -I. 
-I../../include -DFREEBSD5 -c rcpt_print.c

it has the -DFREEBSD5
 
Is this an error on my system or is this suppose to happen.
and if so what does -DFREEBSD# means. 
 
just curious.
 
regards,
Johan Hendriks
 
 
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: samba-3.0.25a_1 - Problem following upgrade

2007-07-26 Thread Johan Hendriks


-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens David Southwell
Verzonden: woensdag 25 juli 2007 17:44
Aan: freebsd-ports@freebsd.org
Onderwerp: Re: samba-3.0.25a_1 - Problem following upgrade

On Wednesday 25 July 2007 08:34:47 David Southwell wrote:
> Following the recent upgrade I am getting errors with samba
>
> [EMAIL PROTECTED] /usr]# smbclient //localhost/test -U sambap
> Password:
> Domain=[DNS1] OS=[Unix] Server=[Samba 3.0.25a]
> tree connect failed: NT_STATUS_BAD_NETWORK_NAME
>
> I have tried googlling but to no avail.
>
> Can anyone point me in the right direction?
>
> Thanks
>
> David
>Forgot to mention that samba was working fine before the upgrade. Has been for 
>some considerable time.
>David

Is the directory where the share test points to available?
Is this on Current with ZFS or FreeBSD 6.x

Johan


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.19/918 - Release Date: 25-7-2007 14:55
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.19/918 - Release Date: 25-7-2007 14:55
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


samba 3.0.25b

2007-07-26 Thread Johan Hendriks
Does anyone know when the latest samba will hit the ports tree?

Or is the maintainer busy with the samba, zfs issue on current.

 

Just curious.

Regards,

Johan

 


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.19/918 - Release Date: 25-7-2007 14:55
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: samba 3.0.25b

2007-07-26 Thread Johan Hendriks
>>Johan Hendriks wrote:
>> Does anyone know when the latest samba will hit the ports tree?

>Dude, it just came out today. Try giving people a little bit of a
>chance to work on it first.

>Doug

Dude, it came out 26 of JUNE not July ;-)
I just asked because most of the time it only takes a week or 3 and because of 
the issue with ZFS i was just asking.
 
Johan
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


error in step 2 of the automake update

2007-07-28 Thread Johan Hendriks
Hello i am trying to update my ports.
 
i did read the UPDATING
 
step 1 did succeed 
step 2 errors out with the following error
 
configure: error: Autoconf 2.52 or better is required
===>  Script "configure" failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  
[maintainer] and attach the
"/usr/ports/devel/automake16/work/automake-1.6.3/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1
Stop in /usr/ports/devel/automake16.
*** Error code 1
Stop in /usr/ports/devel/autotools.
 
Then i decided to delete all auto* tools and reinstall autotools
it then error out with the same message!
 
I do not now if relevant but these are the ports on my system that needs 
updating
ORBit2-2.14.7_1 <   needs updating (port has 2.14.8)
librsvg2-2.16.1_1   <   needs updating (port has 2.18.0)
php5-5.2.3  <   needs updating (port has 5.2.3_1)
php5-ctype-5.2.3<   needs updating (port has 5.2.3_1)
php5-dom-5.2.3  <   needs updating (port has 5.2.3_1)
php5-ftp-5.2.3  <   needs updating (port has 5.2.3_1)
php5-gd-5.2.3   <   needs updating (port has 5.2.3_1)
php5-gettext-5.2.3  <   needs updating (port has 5.2.3_1)
php5-iconv-5.2.3<   needs updating (port has 5.2.3_1)
php5-imap-5.2.3 <   needs updating (port has 5.2.3_1)
php5-ldap-5.2.3 <   needs updating (port has 5.2.3_1)
php5-mbstring-5.2.3 <   needs updating (port has 5.2.3_1)
php5-mcrypt-5.2.3   <   needs updating (port has 5.2.3_1)
php5-mhash-5.2.3<   needs updating (port has 5.2.3_1)
php5-mysql-5.2.3<   needs updating (port has 5.2.3_1)
php5-mysqli-5.2.3   <   needs updating (port has 5.2.3_1)
php5-openssl-5.2.3  <   needs updating (port has 5.2.3_1)
php5-pcre-5.2.3 <   needs updating (port has 5.2.3_1)
php5-session-5.2.3  <   needs updating (port has 5.2.3_1)
php5-simplexml-5.2.3<   needs updating (port has 5.2.3_1)
php5-spl-5.2.3  <   needs updating (port has 5.2.3_1)
php5-xml-5.2.3  <   needs updating (port has 5.2.3_1)
php5-zlib-5.2.3 <   needs updating (port has 5.2.3_1)
xlhtml-0.5_2,1  <   needs updating (port has 0.5_3,1)

these are the auto* ports on my system
pkg_info | grep auto
autoconf-2.13.000227_6 Automatically configure source code on many Un*x 
platforms
autoconf-2.53_4 Automatically configure source code on many Un*x platforms
autoconf-2.59_3 Automatically configure source code on many Un*x platforms
autoconf-wrapper-20070404 Wrapper script for GNU autoconf
automake-1.4.6_4GNU Standards-compliant Makefile generator (1.4)
automake-wrapper-20070404 Wrapper script for GNU automake
 
This is on 7-CURRENT as of yesterday.
attach is config.log
 
 
regards,
Johan Hendriks
 
 
 
 
 
 
 
 
 


config.log
Description: config.log
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: FreeBSD Port: samba-3.0.25a_1,1

2007-08-02 Thread Johan Hendriks
>Hello,


>I have been working on updating the ports/packages on my FreeBSD box via a
>combination of portsnap and portupgrade and I have managed to get most of
>the software upgraded to the latest version.

>As part of the process I was upgrading (may have been pkg_add) Samba
>2.something to samba-3.0.25a_1,1 and was given the option of which
>additional features I wanted included in the build. One of the options I
>selected was dynamic DNS updates but I did not select ADS support and it
>failed (dynamic DNS updates require ADS support).

>I tried make clean but still get the following

>bradmann# cd /usr/ports/net/samba3
>bradmann# make
>===>  samba-3.0.25a_1,1 dynamic DNS updates require ADS support.
>*** Error code 1

>Stop in /usr/ports/net/samba3.

>What do I need to clear / reset / delete to get back to the option selection
>dialogue (so I can NOT select dynamic DNS updates !)

>FYI:
>bradmann# uname -a
>FreeBSD bradmann.ascotengineering.com.au 6.2-RELEASE FreeBSD 6.2-RELEASE #0:
>Fri Jan 12 10:40:27 UTC 2007
>[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

>I have tried Google but no joy, any suggestions would be appriciated.


>Thanks


make config

will let you define the options again

regards,
Johan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.2/931 - Release Date: 1-8-2007 16:53
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.2/931 - Release Date: 1-8-2007 16:53
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Xorg update breaks nvidia driver?

2007-09-16 Thread Johan Hendriks
>Hi,

>After the recent update to Xorg, the nvidia binary driver now
>complains about an ABI mismatch, which can be worked around with the
>--ignoreABI commandline option. Is anyone willing to come upwith a
>patch (which probably involves hacking around with the Xorg doco to
>find out what's actually changed) or waiting for nvidia to ptach it.
>Sigh. Can't wait until the guys get on the recently released ATI
>specificatiions.


>Stephen


Read /usr/ports/UPDATING
It tells you that nvidia will release a updated driver soon.

Regards,
Johan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ImageMagick

2007-09-27 Thread Johan Hendriks
I can not update Image Magick on all of my machines.
This is on 6.2 and 6.1
 
it errors out with the following error:
 
 

All 696 tests passed

cd PerlMagick && make CC='cc' test
/bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t 
t/bzlib/*.t t/fpx/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t t/tiff/*.t 
t/zlib/*.t
t/blobok
t/bzlib/read..ok
t/bzlib/write.ok
t/composite...ok
t/filter..ok
t/fpx/readdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/fpx/write...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/getattributeok
t/jbig/read...ok
t/jbig/write..ok
t/jp2/readok
t/jpeg/read...ok
t/jpeg/write..ok
t/montage.ok
t/png/read-16.ok
t/png/readok
t/png/write-16ok
t/png/write...ok
t/readok
t/setattributeok
t/tiff/read...ok
t/tiff/write..ok
t/write...ok
t/zlib/read...ok
t/zlib/write..ok
Failed Test   Stat Wstat Total Fail  List of Failed
---
t/fpx/read.t 0   139 5   10  1-5
t/fpx/write.t0   139 48  1-4
Failed 2/25 test scripts. 9/343 subtests failed.
Files=25, Tests=343, 15 wallclock secs ( 9.58 cusr +  1.63 csys = 11.21 CPU)
Failed 2/25 test programs. 9/343 subtests failed.
*** Error code 255
Stop in 
/usr/var/ports/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5/PerlMagick.
*** Error code 1
Stop in /usr/var/ports/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5.
*** Error code 1
Stop in /usr/var/ports/usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5.
*** Error code 1
Stop in /usr/ports/graphics/ImageMagick.
*** Error code 1
Stop in /usr/ports/graphics/ImageMagick.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.13874.0 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=ImageMagick-6.3.3.5_1 
UPGRADE_PORT_VER=6.3.3.5_1 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! graphics/ImageMagick (ImageMagick-6.3.3.5_1)  (unknown build error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 
regards
Johan
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: samba-4.1.6 FreeBSD 10 cannot read from share.

2014-06-25 Thread Johan Hendriks


op 27-03-14 09:16, Johan Hendriks schreef:

Timur I. Bakeyev schreef:


Hi, Johan!

On Wed, Mar 26, 2014 at 10:42 AM, Johan Hendriks 
mailto:joh.hendr...@gmail.com>> wrote:


Hello all.

I am using samba 3.x.x for a long time to share files across the
network as a domain member server.
All is working like it should. Lately i tried the samba 41 port
and package to do the same job.
However I am not able to get it working.

Everything seems to work, i can browse the share, i can write to
the share and i can delete files from the share. But as soon as I
want to read from the share windows explorer hangs. wbinfo -u
works, id  works. I have rebuild samba41, i installed a new
FreeBSD 10 machine and installed samba41, I also tried the
package of samba but the issue remains. Also i tried to trim down
the smb4.conf file.

The error i get is this (translated from dutch)
There is a problem accessing the file I:\data\filetocopy
Make sure your computer is connected to the network and try again.

In my logs i do not see a lot of strange things , i do see this

Mar 25 15:47:50 freetest smbd[80071]: [2014/03/25
15:47:50.679688, 0, pid=80071, effective(0, 10004), real(0, 0)]
../source3/smbd/reply.c:3079(fake_sendfile)
Mar 25 15:47:50 freetest smbd[80071]: [2014/03/25
15:47:50.680200, 0, pid=80071, effective(0, 10004), real(0, 0)]
../source3/smbd/smb2_read.c:235(smb2_sendfile_send_data)
Mar 25 15:47:50 freetest smbd[80071]: smb2_sendfile_send_data:
fake_sendfile failed for file ubcd526.iso (Socket is not
connected). Terminating


Could someone point me in the right direction, i have no idea how
to overcome this.
If i revert back to 3.6.xx all is fine.


Can't tell you much, but that 'fake_sendfile' looks weird, we do have 
real one. Can you send be the config.log file?


Regards,
Timur.

Hello Timur, thank you for taking some time for this.
Your comment make me try to set use sendfile = no in 
/usr/local/etc/smb4.conf
After a /usr/local/etc/rc.d/samba_server restart all is fine, I 
actually can read from the share. which is quite nice after not being 
able to do so for the last two weeks. :D

So the culprit is allmost certain in the sendfile part of samba41.

Thanks again, if i need to do something please let me know.

regards
Johan




Hello,

I still have this issue now on samba 4.1.9. If I add use sendfile = yes 
to the smb4.conf file samba errors out.

This on FreeBSD 10-stable!
Is there something I can check?

regards
Johan
___
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: Ahsay Backup Server software on FreeBSD ?

2014-09-05 Thread Johan Hendriks

Op 05-09-14 om 11:39 schreef Kurt Jaeger:

Hi!

Has anyone experience with this company ?

http://www.ahsay.com/

They provide a software (AhsayOBS) for free, it's the server part
for a backup infrastructure. They earn money by selling client
licenses (which cover Exchange, Windows, Notes, databases etc), and support
FreeBSD on the server. On the server-side they need Java.

Has anyone practical experience with that system ?

--
p...@opsec.eu+49 171 3101372 6 years to go !
___
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"


Hello.

We use the server version as our backup server that sits remotely in a 
datacentre.
This is on FreeBSD 10.0-RELEASE and the user data we put on ZFS datasets 
so we can backup that machine with ZFS send to another remote machine. 
When we started using the ahsay server we used windows as the OS but 
with that we had all kind of troubles. Now we use FreeBSD as the server 
OS and we did not have any issue with it till now. (Knock on wood) 
It has its quirck but when it runs it does the job well. Also the GUI 
does not look nice it looks old and dated.



On the client side we only use the windows version. We have several 
FreeBSD samba servers that we backup using the windows client.

I have no expierience with the client on FreeBSD.

Also nice is that you can run multiple clients on the same account, so 
you do not need extra licenses if you need to backup another server.


regards
Johan Hendriks
___
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"


phantomjs build failure system/compiler not supported.

2017-02-01 Thread Johan Hendriks
Hello I try to build grafana3 which has phantomjs as a dependency, but i
get a system compiler error.

root@desk:/usr/ports/lang/phantomjs # make
===>  Building for phantomjs-2.1.1
cd /usr/ports/lang/phantomjs/work/phantomjs-2.1.1 && /usr/bin/env CC=cc
CXX=c++ GMAKE=gmake OSTYPE=freebsd MAKEFLAGS=
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
/usr/local/bin/python2.7 build.py --jobs 4 --confirm
configuring Qt Base, please wait...
Executing in
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase:
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/configure
-static -opensource -confirm-license -prefix
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase -qt-zlib
-qt-libpng -qt-libjpeg -qt-pcre -nomake examples -nomake tools -nomake
tests -no-qml-debug -no-dbus -no-opengl -no-audio-backend -D
QT_NO_GRAPHICSVIEW -D QT_NO_GRAPHICSEFFECT -D QT_NO_STYLESHEET -D
QT_NO_STYLE_CDE -D QT_NO_STYLE_CLEANLOOKS -D QT_NO_STYLE_MOTIF -D
QT_NO_STYLE_PLASTIQUE -D QT_NO_PRINTPREVIEWDIALOG -qpa phantom -openssl
-openssl-linked -no-openvg -no-eglfs -no-egl -no-glib -no-gtkstyle
-no-cups -no-sm -no-xinerama -no-xkb -no-xcb -no-kms -no-linuxfb
-no-directfb -no-mtdev -no-libudev -no-evdev -no-pulseaudio -no-alsa
-no-feature-PRINTPREVIEWWIDGET -fontconfig -icu -release
g++46: not found

This is the Qt Open Source Edition.

You are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
You are also licensed to use this software under the terms of
the GNU Lesser General Public License (LGPL) versions 3.

You have already accepted the terms of the Open Source license.


   The specified system/compiler is not supported:

 
/usr/ports/lang/phantomjs/work/phantomjs-2.1.1/src/qt/qtbase/mkspecs/freebsd-g++49

   Please see the README file for a complete list.


ERROR: Failed to build PhantomJS! Configuration of Qt Base failed.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/phantomjs

This is on FreeBSD 11-stable

uname -a
FreeBSD desk.server.mydomain.nl 11.0-STABLE FreeBSD 11.0-STABLE #37
r312379: Wed Jan 18 14:35:28 CET 2017
r...@desk.server.mydomain.nl:/usr/obj/usr/src/sys/KRNL  amd64

regards
Johan Hendriks

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: phantomjs build failure system/compiler not supported.

2017-02-02 Thread Johan Hendriks


Op 01/02/2017 om 16:56 schreef Volodymyr Kostyrko:
> Johan Hendriks wrote:
>> Hello I try to build grafana3 which has phantomjs as a dependency, but i
>> get a system compiler error.
>
> Yeah, grafana is getting the hype.
>
> I think gcc++49 line at files/patch-src_qt_qtbase_configure is causing
> the breakage:
>
> Index: files/patch-src_qt_qtbase_configure
> ===
> --- files/patch-src_qt_qtbase_configure (revision 432991)
> +++ files/patch-src_qt_qtbase_configure (working copy)
> @@ -8,7 +8,7 @@
>
>   # find out which awk we want to use, prefer gawk, then nawk, then
> regular awk
>   AWK=
> -@@ -2791,11 +2792,19 @@ if [ -z "$PLATFORM" ]; then
> +@@ -2791,11 +2792,18 @@ if [ -z "$PLATFORM" ]; then
>ULTRIX:*)
>   PLATFORM=ultrix-g++
>   ;;
> @@ -25,11 +25,10 @@
>  +type g++   >/dev/null && PLATFORM=freebsd-g++
>  +type g++46 >/dev/null && PLATFORM=freebsd-g++46
>  +type g++48 >/dev/null && PLATFORM=freebsd-g++48
> -+type g++49 >/dev/null && PLATFORM=freebsd-g++49
>   ;;
>OpenBSD:*)
>   PLATFORM=openbsd-g++
> -@@ -6359,7 +6368,7 @@ case "$XPLATFORM" in
> +@@ -6358,7 +6367,7 @@ case "$XPLATFORM" in
> ;;
>   *-g++*)
> # Check gcc's version
>
Hello, thanks for your answer.
I changed the file to the following, but the error remains.

--- src/qt/qtbase/configure.orig2015-12-12 12:58:05 UTC
+++ src/qt/qtbase/configure
@@ -51,6 +51,7 @@ mactests="$relpath/config.tests/mac"
 WHICH="$unixtests/which.test"

 PERL=`$WHICH perl 2>/dev/null`
+export CXX=${CXX}

 # find out which awk we want to use, prefer gawk, then nawk, then
regular awk
 AWK=
@@ -2791,11 +2792,18 @@ if [ -z "$PLATFORM" ]; then
  ULTRIX:*)
 PLATFORM=ultrix-g++
 ;;
+# FreeBSD:10.[0-9]*)
+#echo "=== ($UNAME_RELEASE) ==="
+#PLATFORM=freebsd-clang
+#;;
  FreeBSD:*)
-PLATFORM=freebsd-g++
+PLATFORM=freebsd-clang
 PLATFORM_NOTES="
 - Also available for FreeBSD: freebsd-icc
 "
+type g++   >/dev/null && PLATFORM=freebsd-g++
+type g++46 >/dev/null && PLATFORM=freebsd-g++46
+type g++48 >/dev/null && PLATFORM=freebsd-g++48
 ;;
  OpenBSD:*)
 PLATFORM=openbsd-g++
@@ -6358,7 +6367,7 @@ case "$XPLATFORM" in
;;
 *-g++*)
# Check gcc's version
-   case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in
+   case "$(${TEST_COMPILER} -dumpversion)" in
4*|3.4*)
;;
 3.3*)

Is it that I am on FreeBSD 11-STABLE?
It did build on a FreeBSD 11.0 server and that did install without a
problem. This is a 11.0 poudriere jail running on the 11-stable host.

regards
Johan Hendriks


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: The future of portmaster

2017-02-16 Thread Johan Hendriks


Op 16/02/2017 om 23:04 schreef Baho Utot:
>
>
> On 02/16/17 16:48, Mark Linimon wrote:
>> On Thu, Feb 16, 2017 at 04:36:24PM -0500, Baho Utot wrote:
>>> Oh no I am now banned as I use synth, whoa is me.
>>
>> This is overstating the matter.
>>
>> May we restrict ourselves to the technical problems/features of the
>> various port maintainence tools, please? :-/
>>
>
> See I knew it, the police are out in forceYou'ns  got John and now
> it looks like I am going to have to go on the run.
No need to run, no police, just talk about portmaster and tell what can
be done to make it better. The thread is named The future of portmaster
after all.
If synth is better, maybe someone will get an idea for portmaster so
that it can learn from the synth way of doing things.
No need to let the marino issue come back in every thread on the mailing
lists.
I think that everybody by now knows what is going on and the people
involved feel bad enough about the whole situation already.
I hope they can settle things in a way that is in the best intrest for
FreeBSD and DragonFlyBSD.

Nice to see some work is done on portmaster. Thank you all for that.

regards
Johan
>
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Poudriere fails to build php70

2017-07-25 Thread Johan Hendriks
Hello all.

I have installed new build jails for FreeBSD 11.1.
But it fails with the following error. Is there anything I can do.


The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
===>   php70-xmlreader-7.0.21 depends on file: /usr/local/bin/autoconf-2.69 - 
found
===>   Returning to build of php70-xmlreader-7.0.21
===>   php70-xmlreader-7.0.21 depends on file: 
/usr/local/lib/php/20151012-zts/dom.so - not found
===>   Installing existing package /packages/All/php70-dom-7.0.21.txz
[11_1_amd64_php71-HEAD-job-01] Installing php70-dom-7.0.21...
[11_1_amd64_php71-HEAD-job-01] Extracting php70-dom-7.0.21: .. done
Message from php70-dom-7.0.21:


The following line has been added to your /usr/local/etc/php/ext-20-dom.ini
configuration file to automatically load the installed extension:

extension=dom.so


===>   php70-xmlreader-7.0.21 depends on file: 
/usr/local/lib/php/20151012-zts/dom.so - not found
*** Error code 1

Stop.
make: stopped in /usr/ports/textproc/php70-xmlreader
>> Cleaning up wrkdir
===>  Cleaning for php70-xmlreader-7.0.21
build of textproc/php70-xmlreader ended at Tue Jul 25 08:03:15 CEST 2017
build time: 00:00:07
!!! build failure encountered !!!


Here is my pkglist 
Nothing special.

databases/mariadb102-server
databases/postgresql96-server
devel/bison
devel/gettext-tools
devel/gmake
devel/pkgconf
ftp/curl
lang/php70
lang/php70-extensions
mail/postfix
misc/help2man
net/haproxy
net-mgmt/zabbix32-agent
net-mgmt/zabbix32-server
net-mgmt/zabbix32-frontend
net/nss-pam-ldapd-sasl
net/rsync
ports-mgmt/dialog4ports
ports-mgmt/pkg
ports-mgmt/portmaster
print/texinfo
security/acme-client
security/acme.sh
security/pam_mkhomedir
security/sudo
shells/bash
sysutils/htop
sysutils/munin-master
sysutils/munin-node
sysutils/munin-contrib
sysutils/munin-common
sysutils/pftop
sysutils/screen
sysutils/zfsnap
sysutils/zfs-stats
sysutils/smartmontools
www/grafana4
www/varnish4
www/varnish5

regards
Johan

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Poudriere fails to build php70

2017-07-25 Thread Johan Hendriks


Op 25/07/2017 om 11:51 schreef Miroslav Lachman:
> Johan Hendriks wrote on 2017/07/25 11:13:
>> Hello all.
>>
>> I have installed new build jails for FreeBSD 11.1.
>> But it fails with the following error. Is there anything I can do.
>>
>>
>> The first one will only work if you have a /usr/local/bin/perl,
>> the second will work as long as perl is in PATH.
>> ===>   php70-xmlreader-7.0.21 depends on file:
>> /usr/local/bin/autoconf-2.69 - found
>> ===>   Returning to build of php70-xmlreader-7.0.21
>> ===>   php70-xmlreader-7.0.21 depends on file:
>> /usr/local/lib/php/20151012-zts/dom.so - not found
>> ===>   Installing existing package /packages/All/php70-dom-7.0.21.txz
>> [11_1_amd64_php71-HEAD-job-01] Installing php70-dom-7.0.21...
>> [11_1_amd64_php71-HEAD-job-01] Extracting php70-dom-7.0.21:
>> .. done
>> Message from php70-dom-7.0.21:
>> 
>>
>>
>> The following line has been added to your
>> /usr/local/etc/php/ext-20-dom.ini
>> configuration file to automatically load the installed extension:
>>
>> extension=dom.so
>>
>> 
>>
>> ===>   php70-xmlreader-7.0.21 depends on file:
>> /usr/local/lib/php/20151012-zts/dom.so - not found
>> *** Error code 1
>>
>> Stop.
>> make: stopped in /usr/ports/textproc/php70-xmlreader
>> >> Cleaning up wrkdir
>> ===>  Cleaning for php70-xmlreader-7.0.21
>> build of textproc/php70-xmlreader ended at Tue Jul 25 08:03:15 CEST 2017
>> build time: 00:00:07
>> !!! build failure encountered !!!
>
> Do you have ZTS defined in your poudriere's make.conf? ZTS settings
> must be the same for all PHP extensions.
>
> Miroslav Lachman
Thank you for your time.

My jails make.conf is as follows.


BATCH_DELETE_OLD_FILES= yes
WANT_OPENLDAP_SASL=yes
DEFAULT_VERSIONS+=   pgsql=9.6 php=7.0 mysql=10.2m ssl=openssl
apache=2.4 python=3.6

WITH_OPENSSL_PORT=yes
OPTIONS_SET+=GSSAPI_NONE KRB_NONE OPTIMIZED_CFLAGS CPUFLAGS SASL
OPTIONS_UNSET+=GSSAPI_BASE KRB_BASE KERBEROS DOCS DEBUG NLS X11 EXAMPLES

BUILD_OPTIMIZED = YES
BUILD_STATIC = YES

DISABLE_VULNERABILITIES=yes

WITH_MPM=event

I have no ZTS defined.

regards,
Johan
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Poudriere fails to build php70

2017-07-25 Thread Johan Hendriks


Op 25/07/2017 om 11:51 schreef Miroslav Lachman:
> Johan Hendriks wrote on 2017/07/25 11:13:
>> Hello all.
>>
>> I have installed new build jails for FreeBSD 11.1.
>> But it fails with the following error. Is there anything I can do.
>>
>>
>> The first one will only work if you have a /usr/local/bin/perl,
>> the second will work as long as perl is in PATH.
>> ===>   php70-xmlreader-7.0.21 depends on file:
>> /usr/local/bin/autoconf-2.69 - found
>> ===>   Returning to build of php70-xmlreader-7.0.21
>> ===>   php70-xmlreader-7.0.21 depends on file:
>> /usr/local/lib/php/20151012-zts/dom.so - not found
>> ===>   Installing existing package /packages/All/php70-dom-7.0.21.txz
>> [11_1_amd64_php71-HEAD-job-01] Installing php70-dom-7.0.21...
>> [11_1_amd64_php71-HEAD-job-01] Extracting php70-dom-7.0.21:
>> .. done
>> Message from php70-dom-7.0.21:
>> 
>>
>>
>> The following line has been added to your
>> /usr/local/etc/php/ext-20-dom.ini
>> configuration file to automatically load the installed extension:
>>
>> extension=dom.so
>>
>> 
>>
>> ===>   php70-xmlreader-7.0.21 depends on file:
>> /usr/local/lib/php/20151012-zts/dom.so - not found
>> *** Error code 1
>>
>> Stop.
>> make: stopped in /usr/ports/textproc/php70-xmlreader
>> >> Cleaning up wrkdir
>> ===>  Cleaning for php70-xmlreader-7.0.21
>> build of textproc/php70-xmlreader ended at Tue Jul 25 08:03:15 CEST 2017
>> build time: 00:00:07
>> !!! build failure encountered !!!
>
> Do you have ZTS defined in your poudriere's make.conf? ZTS settings
> must be the same for all PHP extensions.
>
> Miroslav Lachman
I found it, It was the WITH_MPM=event option.
Once removed from make.conf I can build all php ports without issue.
Thanks again for your time.

regards,
Johan
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


zabbix32-server and frontend fails to build on poudriere

2017-08-20 Thread Johan Hendriks
Hello all,

It seems zabbix32-server and zabbix32-frontend fails to build with
poudriere.

This is the log from poudriere.

zabbix32-frontend

==
Unknown extension mysql for PHP 70.
*** Error code 1

And this I get from zabbix32-server

configure: error: Not found mysqlclient library
===>  Script "configure" failed unexpectedly.
Please report the problem to p...@pakhom.spb.ru [maintainer] and attach the
"/wrkdirs/usr/ports/net-mgmt/zabbix32-server/work/zabbix-3.2.7/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1



___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: zabbix32-server and frontend fails to build on poudriere

2017-08-21 Thread Johan Hendriks


Op 21/08/2017 om 04:45 schreef Danilo G. Baio:
> On Mon, Aug 21, 2017 at 12:12:19AM +0200, Johan Hendriks wrote:
>> Hello all,
>>
>> It seems zabbix32-server and zabbix32-frontend fails to build with
>> poudriere.
>>
>> This is the log from poudriere.
>>
>> zabbix32-frontend
>>
>> ==
>> Unknown extension mysql for PHP 70.
>> *** Error code 1
> That's because mysql extension does not exist in PHP 7.0+
> This should fix zabbix32-frontend:
> https://people.freebsd.org/~dbaio/svn-patch-zabbix3-frontend-mysql.patch
>
>> And this I get from zabbix32-server
>>
>> configure: error: Not found mysqlclient library
>> ===>  Script "configure" failed unexpectedly.
>> Please report the problem to p...@pakhom.spb.ru [maintainer] and attach the
>> "/wrkdirs/usr/ports/net-mgmt/zabbix32-server/work/zabbix-3.2.7/config.log"
>> including the output of the failure of your make command. Also, it might be
>> a good idea to provide an overview of all packages installed on your system
>> (e.g. a /usr/local/sbin/pkg-static info -g -Ea).
>> *** Error code 1
> I wasn't able to reproduce this, could you send your list of port options and
> the full build log?
>
> Regards.
If I apply your patch, it will not build zabbix32_frontend with the
following message
Ignored: cannot be installed: doesn't work with lang/php70 port (doesn't
support PHP 7.0)



I do not know a easy way to get all the options from the poudriere jail.
If you need more I will get it for you

Here are my ports options for zabbix32-server.

# This file is auto-generated by 'make config'.
# Options for zabbix32-server-3.2.7
_OPTIONS_READ=zabbix32-server-3.2.7
_FILE_COMPLETE_OPTIONS_LIST=CURL FPING IPMI IPV6 JABBER JAVAGW LDAP
LIBXML2 NMAP SSH MYSQL PGSQL SQLITE ORACLE IODBC UNIXODBC OPENSSL GNUTLS
POLARSSL
OPTIONS_FILE_SET+=CURL
OPTIONS_FILE_SET+=FPING
OPTIONS_FILE_UNSET+=IPMI
OPTIONS_FILE_SET+=IPV6
OPTIONS_FILE_UNSET+=JABBER
OPTIONS_FILE_UNSET+=JAVAGW
OPTIONS_FILE_SET+=LDAP
OPTIONS_FILE_SET+=LIBXML2
OPTIONS_FILE_UNSET+=NMAP
OPTIONS_FILE_SET+=SSH
OPTIONS_FILE_SET+=MYSQL
OPTIONS_FILE_UNSET+=PGSQL
OPTIONS_FILE_UNSET+=SQLITE
OPTIONS_FILE_UNSET+=ORACLE
OPTIONS_FILE_UNSET+=IODBC
OPTIONS_FILE_SET+=UNIXODBC
OPTIONS_FILE_SET+=OPENSSL
OPTIONS_FILE_UNSET+=GNUTLS
OPTIONS_FILE_UNSET+=POLARSSL

For php-extensions

# This file is auto-generated by 'make config'.
# Options for php70-extensions-1.1
_OPTIONS_READ=php70-extensions-1.1
_FILE_COMPLETE_OPTIONS_LIST=BCMATH BZ2 CALENDAR CTYPE CURL DBA DOM
ENCHANT EXIF FILEINFO FILTER FTP GD GETTEXT GMP HASH ICONV IMAP
INTERBASE INTL JSON LDAP MBSTRING MCRYPT MYSQLI ODBC OPCACHE OPENSS
L PCNTL PDF PDO PDO_DBLIB PDO_FIREBIRD PDO_MYSQL PDO_ODBC PDO_PGSQL
PDO_SQLITE PGSQL PHAR POSIX PSPELL READLINE RECODE SESSION SHMOP
SIMPLEXML SNMP SOAP SOCKETS SQLITE3 SYBASE_CT SYSVMSG SYSVSEM SYS
VSHM TIDY TOKENIZER WDDX XML XMLREADER XMLRPC XMLWRITER XSL ZIP ZLIB
OPTIONS_FILE_SET+=BCMATH
OPTIONS_FILE_SET+=BZ2
OPTIONS_FILE_UNSET+=CALENDAR
OPTIONS_FILE_SET+=CTYPE
OPTIONS_FILE_SET+=CURL
OPTIONS_FILE_UNSET+=DBA
OPTIONS_FILE_SET+=DOM
OPTIONS_FILE_UNSET+=ENCHANT
OPTIONS_FILE_SET+=EXIF
OPTIONS_FILE_SET+=FILEINFO
OPTIONS_FILE_SET+=FILTER
OPTIONS_FILE_SET+=FTP
OPTIONS_FILE_SET+=GD
OPTIONS_FILE_SET+=GETTEXT
OPTIONS_FILE_UNSET+=GMP
OPTIONS_FILE_SET+=HASH
OPTIONS_FILE_SET+=ICONV
OPTIONS_FILE_SET+=IMAP
OPTIONS_FILE_UNSET+=INTERBASE
OPTIONS_FILE_UNSET+=INTL
OPTIONS_FILE_SET+=JSON
OPTIONS_FILE_SET+=LDAP
OPTIONS_FILE_SET+=MBSTRING
OPTIONS_FILE_SET+=MCRYPT
OPTIONS_FILE_SET+=MYSQLI
OPTIONS_FILE_UNSET+=ODBC
OPTIONS_FILE_SET+=OPCACHE
OPTIONS_FILE_UNSET+=OPENSSL
OPTIONS_FILE_SET+=PCNTL
OPTIONS_FILE_SET+=PDF
OPTIONS_FILE_SET+=PDO
OPTIONS_FILE_UNSET+=PDO_DBLIB
OPTIONS_FILE_UNSET+=PDO_FIREBIRD
OPTIONS_FILE_SET+=PDO_MYSQL
OPTIONS_FILE_UNSET+=PDO_ODBC
OPTIONS_FILE_SET+=PDO_PGSQL
OPTIONS_FILE_SET+=PDO_SQLITE
OPTIONS_FILE_SET+=PGSQL
OPTIONS_FILE_SET+=PHAR
OPTIONS_FILE_SET+=POSIX
OPTIONS_FILE_UNSET+=PSPELL
OPTIONS_FILE_SET+=READLINE
OPTIONS_FILE_UNSET+=RECODE
OPTIONS_FILE_SET+=SESSION
OPTIONS_FILE_UNSET+=SHMOP
OPTIONS_FILE_SET+=SIMPLEXML
OPTIONS_FILE_SET+=SNMP
OPTIONS_FILE_SET+=SOAP
OPTIONS_FILE_UNSET+=SOCKETS
OPTIONS_FILE_SET+=SQLITE3
OPTIONS_FILE_UNSET+=SYBASE_CT
OPTIONS_FILE_UNSET+=SYSVMSG
OPTIONS_FILE_UNSET+=SYSVSEM
OPTIONS_FILE_SET+=SYSVSHM
OPTIONS_FILE_UNSET+=TIDY
OPTIONS_FILE_SET+=TOKENIZER
OPTIONS_FILE_UNSET+=WDDX
OPTIONS_FILE_SET+=XML
OPTIONS_FILE_SET+=XMLREADER
OPTIONS_FILE_UNSET+=XMLRPC
OPTIONS_FILE_SET+=XMLWRITER
OPTIONS_FILE_UNSET+=XSL
OPTIONS_FILE_SET+=ZIP
OPTIONS_FILE_SET+=ZLIB

And the full buildlog from the poudriere webgui.

>> Building net-mgmt/zabbix32-server
build started at Mon Aug 21 04:45:17 CEST 2017
port directory: /usr/ports/net-mgmt/zabbix32-server
building for: FreeBSD pkg.netaffa

Re: MariaDB 10.2.9

2017-11-03 Thread Johan Hendriks
Op vr 3 nov. 2017 om 15:36 schreef The Doctor 

> Suddenly a bunch of CVE errors showed up on the port.
>
> What do I need to do?
>
> --
> Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@
> nl2k.ab.ca
> Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist
> rising!
> https://www.empire.kred/ROOTNK?t=94a1f39b  Look at Psalms 14 and 53 on
> Atheism
> Lest we Forget 2017
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
Update your ports tree and install version 10.2.10 which just landed in the
ports tree.

Regards
Johan
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re:

2017-11-25 Thread Johan Hendriks
Op 25/11/2017 om 17:47 schreef Sharon Pittman:

> How do u upgrade a port?
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
A installed port can be updated with portmaster or portupgrade, or you
can create packages with synth or poudriere and install those.
First update the ports tree.

portsnap fetch update

When the portstree is updated  READ THE UPDATING FILE in /usr/ports/
This contains some info when there is some manual interfention needed
and other info regarding ports.
You can see wich port can be updated with the following command.

pkg version -vL =

Then you can do a upgarde per port 
portmaster -d 

Or do a upgrade of all ports that needs updating
portmaster -d -a

Remember that if you have a lot of ports things can fail with portmaster.
This is why many people use synth or poudriere to create packages form
ports and install those.
If you want to use synt or poudriere, then use some google foo to find
some nice howto's

Next time use a subject line when sending an e-mail to the list.

regards,
Johan

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Flavors *COMPLETELY* break the port system (synth and poudriere are useless)

2017-12-06 Thread Johan Hendriks


Op 06/12/2017 om 10:53 schreef Mathieu Arnold:
> Le 05/12/2017 à 23:25, Baho Utot a écrit :
>>
>> On 12/05/17 17:09, Mathieu Arnold wrote:
>>> Le 05/12/2017 à 10:53, Aryeh Friedman a écrit :
 TL;DR;
 Flavors 'ed up ports and there are no good ways/alternates
 for how
 to use the ports collection for normal everyday users/maintainers
>>>
>>> Thank you for supporting all the hard work and countless hours that so
>>> many volunteers put in making the ports tree better.
>>>
>>> It really helps motivate all of us continue bringing the ports tree
>>> forward when we get emails with so much joy and positive attitude.
>>>
>>>
>> Thank you for taking a perfectly good system and breaking it as well
>> as making it unusable, unstable.  You just don't know of all the
>> countless hours spent after running an update and taking a week to get
>> it working again.
>>
>> It really helps motivate all of us users to continue to have to fix
>> broken systems due to broken ports system and then be told how great
>> things are, brings us so much joy and keeps our attitude positive.
> For the users using binary packages, poudriere, or the ports tree
> directly nothing changed.
>
> For users of third party abandonware, well, they were warned that it was
> bound to happen at one point, and guess what, it happened. I don't
> really understand why you continue spending all this time complaining
> whereas switching to, say, poudriere, would have taken you about 5 minutes.
>
>
Well maybe people complain because it broke things for them.
Not every one is on the mailing list. There are a lot of people who use
FreeBSD and update there ports tree once in a while.
Secondly portmaster worked for the most of them, now they need to
install poudriere. Poudriere seems big.
I think FreeBSD confronted a lot of people with installing a new piece
of software they do not know.
Maybe a explanational webpage of how to replace portmaster with
poudriere would have made these discussions needless.
All they here now is you need to use poudriere, if you google at
poudriere you read a lot of things about dedicated poudriere farms and
it all sounds a little over whelming.
Do I need a build farm for these 10 ports ??
We need to make it as simple as possible for these people to use poudriere.
Most people where using portmaster -d -a
So explain them if you use portmaster -d -a then  install poudriere, put
this in your poudriere.conf and the run the following command.

Not of us are tech saffy's that like to install new stuff and find out
how it works, there are a lot of users that just USE FreeBSD and need it
to do things for them.

So for the next great ports addition create a wiki page and tell users
how they can do things. Take them by the hand. A lot of users really
like it and keep them in the FreeBSD camp instead of scaring them off.

Secondly, what is flavour, you need to google it to find anything about
it. Why is there not a link on the FreeBSD front page that links to a
full explanation at the ports flavour thing.
Why was there not an Latest news item that the ports tree is going to
receive flavour support in X days and that allmost all port tools will
not work anymore, Why is there not an item that the ports tree is
flavoured at this point?
These things that impact FreeBSD this much must be communicated a little
more.

Regards
Johan


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Welcome flavors! portmaster now dead? synth?

2017-12-06 Thread Johan Hendriks

>
>> On Dec 6, 2017, at 14:01, Torfinn Ingolfsen  wrote:
>>
>> On Tue, Dec 5, 2017 at 9:15 PM, Bryan Drewery  wrote:
>>> I plan to look at portupgrade + FLAVORS support in the next few weeks as
>>> well.
>>>
>> Very, very much appreciated!
> Yes, same here.
>
> My experience thus far is that the current version "just works"
> most of the time.  Sometimes I get an "error 70" or something like
> that but going into the port directory itself and doing a "make
> deinstall" followed by a "make install" get rid of these problems.
> For python things, a "make FLAVOR=py27" seems needed.  All in all,
> I haven't seen any reason to abandon FreeBSD and am patient enough
> to wait for a fixed portmaster.
>
> Regards,
>
>   jaap
>
I did get the error70 also, albeit this was in /usr/ports/www/apache24
which as far as I know has nothing to do with flavour
Things will settle in the end, and as i am using poudriere for most of
my systems, i am not that worried.
Leaving FreeBSD for me has never crossed my mind, but I think these
things can be handled better.

First notify these big changes on the frontpage of FreeBSD.org like in X
days the ports tree is going to receive flavours, this change will leave
a lot  of port tools in a not working state.
Also A nice info page about flavours would be nice. I am not deep into
ports and havent had the time to look into it yet,  but finding good
info about flavours is not that easy.
Then put a nice wiki page online that tells people how they can use
poudriere in a simple oneliner version to replace portmaster.
Also let people know on the frontpage that Flavours have finally landed
in the ports tree and remind them again that it could be that there
favorite port tool could be obsolete.

A lot of users want things to be easy. There not system administrators
that have the time to figure out the new way of updating there system. I
think hell would freeze over if Microsoft does it the way FreeBSD did it
now with there windows update.
This way we scare people off. I saw people asking for help and all they
hear was use poudriere!!

regards
Johan



___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: THANK YOU for flavors!

2017-12-07 Thread Johan Hendriks
Op 07/12/2017 om 00:51 schreef Mel Pilgrim:
> In the midst of all the negative noise, I thought I'd post and say
> thank you for bring in this feature.  I've been chomping at the bit to
> try flavours out since I heard about them.  I started flavouring my
> company's internal Ports Tree extension the evening after it landed.
>
> Flavours are going to reduce 18 server role metaports to 3.
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Do you have a web page where flavours are explained nicely for non
technical FreeBSD users so that they can also see the benefits of
flavour. I think it is a little odd that a big change like this is not
mentioned in any way on the front page of FreeBSD.
I really believe things are better this way albeit i did not read and
understand it in a whole. I also believe flavours are nice in a multi
server envirement and on the desktop.
The negative noice comes from people who USE FreeBSD on a single machine
or maybe 2 and are now confronted with there old habbits not working
anymore.
Give those people a walkthrough how they can run poudriere. Best without
out a server but just a oneliner they need to remeber for future
updates. They do not want to spend too much time reading and trying to
update there system.
If FreeBSD has done that i think that was lot less negative noice on the
channels.

Secondly I want to thank you all for the great product FreeBSD is and it
is a great product thanks to all the time people infest into FreeBSD.
So thank you all. But i also hope FreeBSD learns from these big changes.
If FreeBSD want a larger userbase, single machine users are there. And
they do not want to spend an hour reading through a poudriere man page.
They just want to type pgk upgrade, portmaster -d -a, or maybe poudriere
update ports for all that matters.

regards
Johan

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


new portmaster fails to build devel/py-libzfs@py36 because of failing cython

2017-12-15 Thread Johan Hendriks
Hello all.
First of all thank you for the update of portmaster, much appreciated.

When i am updating my ports, portmaster fails with the following error.

> Compressing man pages (compress-man)
===>>> Starting check for runtime dependencies
===>>> Gathering dependency list for lang/cython@py36 from ports
===>>> Dependency check complete for lang/cython@py36

===>>> devel/py-libzfs@py36 1/10 >> lang/cython@py36 (1/1)

===>  Installing for py36-cython-0.26
===>  Checking if py36-cython already installed
===>   Registering installation for py36-cython-0.26 as automatic
Installing py36-cython-0.26...
pkg-static: py36-cython-0.26 conflicts with cython3-0.26 (installs files
into the same place).  Problematic file: /usr/local/bin/cygdb-3.6
*** Error code 70

Stop.
make: stopped in /usr/ports/lang/cython

===>>> Installation of py36-cython-0.26 (lang/cython@py36) failed
===>>> Aborting update

===>>> Update for lang/cython@py36 failed
===>>> Aborting update

===>>> Update for devel/py-libzfs@py36 failed
===>>> Aborting update


Is there someting i can try or do?

regards

Johan

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: rebuilding apache24 and php70

2017-12-26 Thread Johan Hendriks


Op 26/12/2017 om 11:38 schreef @lbutlr:
> with ports tree updated as of today, I've done 
>
>portmaster -fR php70
>portmaster -fR mod_php70
>portmaster -fR apache24
>
> When trying to launch apache, I get the following error:
>
> httpd: Syntax error on line 153 of /usr/local/etc/apache24/httpd.conf: Cannot 
> load libexec/apache24/libphp7.so into server: 
> /usr/local/libexec/apache24/libphp7.so: No space available for static Thread 
> Local Storage
>
> (apache does launch)
>
> apache was configured with MPM_EVENT and MPM_SHARED, and both mod_php and 
> php70 with ZTS and LINKTHR.
>
> I've no idea where to proceed from here.
>
>
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
You can not use mod_php with MPM_EVENT or MPM_WORKER
To use mod_php you need MPM_PREFORK.

Regards
Johan
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: rebuilding apache24 and php70

2017-12-26 Thread Johan Hendriks


Op 26/12/2017 om 16:06 schreef @lbutlr:
> On 26 Dec 2017, at 07:06, Johan Hendriks  wrote:
>> You can not use mod_php with MPM_EVENT or MPM_WORKER
>> To use mod_php you need MPM_PREFORK.
> So all the warnings about building mod_php70 with ZTS if apache is threaded 
> are meaningless because it only works with non-threaded apache?
>
>
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
As far as I know yes.
If you want to use php with mpm_event you need to use php-fpm.

regards
Johan
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


  1   2   >