Re: Boost ports update

2012-03-13 Thread Alexander Churanov
Folks,

There is good news: editors/koffice-kde4 builds successfully with Boost 1.48.
It was failing in my tests because of conflict with qt33.

The only dependent port left that fails after update to 1.48 is
deskutils/kdepim4. For others we either have fixes or a plan how to
cope with failures.

I am going to find out what makes kdepim4 fail, then fix Boost for
amd64 and submit an updated patch after that.

Alexander Churanov,
maintainer of devel/boost-*
___
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"


FreeBSD Port: py27-pyramid-1.2_1

2012-03-13 Thread Fabio Dive
Hello,
I am Fabio.. I am a proudly pyramid python user and BSD admin
since some time, I would like to help you to prepare the port
of the last version and maybe give a look further to see if we need
to port some other related packages as well.
Thank you
Fabio Balzano
___
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: Boost ports update

2012-03-13 Thread Max Brazhnikov
On Tue, 13 Mar 2012 11:17:58 +0400, Alexander Churanov wrote:
> Folks,
> 
> There is good news: editors/koffice-kde4 builds successfully with Boost 1.48.
> It was failing in my tests because of conflict with qt33.
> 
> The only dependent port left that fails after update to 1.48 is
> deskutils/kdepim4.
What's the problem with kdepim4? I've started test build with boost 1.48 on my 
tinderbox, but it will take some time to rebuild ports.

> For others we either have fixes or a plan how to
> cope with failures.
> 
> I am going to find out what makes kdepim4 fail, then fix Boost for
> amd64 and submit an updated patch after that.
> 
> Alexander Churanov,
> maintainer of devel/boost-*
___
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"


qpopper compile failure

2012-03-13 Thread David Southwell

qpopper has been working fine (amd64 running postfix) but on portupgrade I am
Getting the following error:

set MISSING_OBJS to  base64.o 
set MISSING_SRCS to  base64.c 
Set AR_FLAG =  -r ; RANLIB_CMD = 
checking for sendmail program... ERROR: The sendmail program cannot be located
===>  Script "configure" failed unexpectedly.


sendmail is 
[root@dns1 /usr/ports/mail/qpopper]# whereis sendmail 
sendmail: /usr/local/sbin/sendmail /usr/local/man/man1/sendmail.1.gz 
/usr/src/usr.sbin/sendmail

qpopper config log includes the following lines:



PATH: /usr/local/kde4/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/share/lprof
PATH: /usr/local/bin
PATH: /home/admin/bin

Does anyone have any idea why this error might occur?
___
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: qpopper compile failure

2012-03-13 Thread Matthew Seaman
On 13/03/2012 13:01, David Southwell wrote:
> qpopper has been working fine (amd64 running postfix) but on portupgrade I am
> Getting the following error:
> 
> set MISSING_OBJS to  base64.o 
> set MISSING_SRCS to  base64.c 
> Set AR_FLAG =  -r ; RANLIB_CMD = 
> checking for sendmail program... ERROR: The sendmail program cannot be located
> ===>  Script "configure" failed unexpectedly.
> 
> 
> sendmail is 
> [root@dns1 /usr/ports/mail/qpopper]# whereis sendmail 
> sendmail: /usr/local/sbin/sendmail /usr/local/man/man1/sendmail.1.gz 
> /usr/src/usr.sbin/sendmail
> 
> qpopper config log includes the following lines:
> 
> 
> 
> PATH: /usr/local/kde4/bin
> PATH: /sbin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /usr/bin
> PATH: /usr/games
> PATH: /usr/local/sbin
> PATH: /usr/local/share/lprof
> PATH: /usr/local/bin
> PATH: /home/admin/bin
> 
> Does anyone have any idea why this error might occur?

Yes.  All unix apps that send e-mail expect to do it by piping the mail
into /usr/sbin/sendmail.  Despite the name, on FreeBSD that is not
actually sendmail-brand sendmail, but mailwrapper(8) -- a handy program
that redirects that piped input into the MTA of your choice.

(sendmail q.v. is actually in /usr/libexec/sendmail/sendmail)

Restore /usr/sbin/sendmail and verify that the contents of
/etc/mail/mailer.conf are sane, and qpopper should spring into life again.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Boost ports update

2012-03-13 Thread Max Brazhnikov
On Tue, 13 Mar 2012 11:20:30 +, Max Brazhnikov wrote:
> On Tue, 13 Mar 2012 11:17:58 +0400, Alexander Churanov wrote:
> > Folks,
> > 
> > There is good news: editors/koffice-kde4 builds successfully with Boost 
> > 1.48.
> > It was failing in my tests because of conflict with qt33.
> > 
> > The only dependent port left that fails after update to 1.48 is
> > deskutils/kdepim4.
> What's the problem with kdepim4? I've started test build with boost 1.48 on 
> my tinderbox, but it will take some time to rebuild ports.

Well, the build have just finished, no problem with kdepim.

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


FreeBSD Port: apache-2.4.X & php5-5.4.X

2012-03-13 Thread alexus
Hello,

sorry if I'm jumping the gun, but as you probably already know Apache
httpd 2.4 released yet no updates at or at least I didn't find any at:
http://wiki.freebsd.org/bsd.apache.mk in terms of when package/port
would be created

slightly off topic yet still _VERY_ important peace and _VERY_ widely
used is mod_php. I know that was discussed about million times through
mailing lists and other ways but, many would agree that mod_php is so
widely used it should be incorporated into a separate package by
itself and while we're on this topic new php-fpm should also be
available through a package installed rather then ports. I understand
that goal can be reached through /usr/ports but for one reason or
another that may not be an option for someone and as I mention before
I'd say majority of FreeBSD's web servers are using it and only minor
amount of servers are not using it, so why is FreeBSD targeting
minority vs majority?

http://alexus.org/
___
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: apache-2.4.X & php5-5.4.X

2012-03-13 Thread Philip M. Gollucci
On 03/13/12 21:59, alexus wrote:
> sorry if I'm jumping the gun, but as you probably already know Apache
> httpd 2.4 released yet no updates at or at least I didn't find any at:
> http://wiki.freebsd.org/bsd.apache.mk in terms of when package/port
> would be created
Largely mine and ohaurer's schedule.  The biggie is that it is *not* a
repo copy so that files/ starts out empty of local patches unless we
upstream them.

Hopefully we can do it after the 8.3 freeze+slush

-- 

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Member,   Apache Software Foundation
Committer,FreeBSD Foundation
Consultant,   P6M7G8 Inc.
Director Operations,  Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.



signature.asc
Description: OpenPGP digital signature


Re: FreeBSD Port: apache-2.4.X & php5-5.4.X

2012-03-13 Thread alexus
.. on behalf of a lot of FreeBSD users I'd like to thank you for your
time and effort that you put into this project (a lot of us really
appreciate that ;))

one more time outline the so called "requirements":

1) apache24
2) mod_php - *stand alone packages* (not just port (which already available)).
3) php-fpm (comes w/ 5.4.0RC2) - also a stand alone package (not just
port (which is also already available))

thank you so much again :)


On Tue, Mar 13, 2012 at 6:11 PM, Philip M. Gollucci  wrote:
> On 03/13/12 21:59, alexus wrote:
>> sorry if I'm jumping the gun, but as you probably already know Apache
>> httpd 2.4 released yet no updates at or at least I didn't find any at:
>> http://wiki.freebsd.org/bsd.apache.mk in terms of when package/port
>> would be created
> Largely mine and ohaurer's schedule.  The biggie is that it is *not* a
> repo copy so that files/ starts out empty of local patches unless we
> upstream them.
>
> Hopefully we can do it after the 8.3 freeze+slush
>
> --
> 
> 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
> Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
> Member,                           Apache Software Foundation
> Committer,                        FreeBSD Foundation
> Consultant,                       P6M7G8 Inc.
> Director Operations,              Ridecharge Inc.
>
> Work like you don't need the money,
> love like you'll never get hurt,
> and dance like nobody's watching.
>



-- 
http://alexus.org/
___
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"


Receive Fantastic Love at IrishDay Discounts

2012-03-13 Thread IrishDay Love

   If you can not display pic, [1]  click here

   [2]3D"UjivUIpkYgE8IsEYRYFmP3MtCQVxQ4p   [3]3D"tU1oKNODELGLmGH3ZqaqZY3fUH" <= 
/td>
   [4]3D"TY6OpQ7UPVGMVVktKmsT" [5]3D"IcyM0NT6pMQgZPJZTAeqtmb0"
   [6]3D"S9K9EATbvrhOyoa4oXKfutxv4OGz5EI   
[7]3D"pJ1ZgeePQLEieHL9d2zoW8A68BIQgFE   [8]3D"1yTX5KARHbuM8rRn" 
[9]3D"kmO1vIH1YmIOWi9ypSqxoe6Z8ZFwVTk   [10]3D"m8y4blQmY8AgHdVzOARTkAy5VImDml3  
 [11]3D"O9rqkdY8qHGrDnzcz" [12]3D"0oXfOKZgonQeZUqvy9ql5nc"
   [13]3D"FW89cfYkGMSXlo9UV7i"
   [14]3D"R5Mu4nUnj082141jp4JcSrUm"
   [15]3D"R6X8w79VCuGPjQze8kA0q2qXTK"[16]3D"yFwrDCbGvaGURxALXZ4cFrWU43uG6f  
 [17]3D"3F2PlfVXVoqBDdol9qZH1XZ"
   [18]3D"Jb8OqvyZWNwkWb3BZZcp7SP5fw"[19]3D"ucMA7LDRlEp2W5Sl6ErACxW4sAWj5   
[20]3D"awGIsPF7H07xd8h5op"
   [21]3D"9mAz0JwUKRWgvw21O9ITL592p8yttR   
[22]3D"2sKs1jbEgbgNGtHXtXNgHNivXQGvRh   [23]3D"XqhPQNLgPnQBZGaboTMxe4ux5zi8Vz= 
[24]3D"8vWcbBTWRmiIGSoI"
   [25]3D"DEycQ1y3ujVZxJFyGQAkTSj3vzUTFH   
[26]3D"SHOvThBM4IkPjbL2NJI8T4aO65Zawu   [27]3D"zzIrvanPj6xxuo2B4Te3UVpGDti84R   
[28]3D"RTyc3gVbVUS28jcQYjIMPZ"
   [29]3D"hmji0oOpkKTVEdamWvT1xsjcxJ2PCP   [30]3D"78qtm6kVivM1vYlkTXh4YAt0Es"   
 [31]3D"LEb79vCepSW5nbXdpNGOqozXkEmMEt   [32]3D"Jt1Oehr4Lz5RidVKHaBZU4EwyEG5Rd  
 [33]3D"oBjRW6HJgoyxeuP6uCmpWcbLkOx97F   [34]3D"lOilEavgDDVzvuhAme"
   [35]3D"mHh7vcsxs4ALrNfRqBmTgYNCm46UaN   [36]3D"VDPU7EVUyacoUIBOzwu" 
[37]3D"DM8XYVDl3cEFEPZ7KhRdCbGw2l"
   
   secure him, and at last the animal allowed Rogero to seize his rein.
   The fearless Rogero hesitated not to vault upon his back, and let him
   feel his spurs, which so roused his mettle that, after galloping a
   short distance, he suddenly spread his wings, and soared into the
   air. Bradamante had the grief to see her lover snatched away from
   her at the very moment of reunion. Rogero, who knew not the art of
   directing the horse, was unable to control his flight. He found
   himself carried over the tops of the mountains, so far above them that
   he could hardly distinguish what was land and what water. The
   Hippogriff directed his flight to the west, and cleaved the air as
   swiftly as a new-rigged
   its b= eautiful leaves were torn off, and strewed the ground. A
   sound like that which issues from burning wood seemed to come from the
   myrtle-tree, at first faint and indistinct, but growing stronger by
   degrees, and at length was audible as a voice which spoke in this
   manner: "O knight, if the tenderness of your heart corresponds to
   the beauty of your person, relieve me, I pray you, from this
   tormenting animal. I suffer enough inwardly without having outward
   evils added to my lot."
   deliverance, and lay prostrate in the dust the traitor who has
   snatched him from you, and now holds him in chains!" Merlin ceased
   with these words, and left to Melissa, the priestess, the charge of
   more fully instructing the maiden in her future course.
   "To-morrow," said she, "I will conduct you to the castle on the
   rock where Rogero is held captive. I will not leave you till I have
   guided you through this wild wood, and I will direct you on your way
   so that you shall be in no danger of mistaking it."
   have of him, mounted as we are both on one feeble animal."
   Sacripan= t, dismounting from the palfrey, approached the fiery
   courser, and attempted to seize his bridle, but the disdainful animal,
   turning from him, launched at him a volley of kicks enough to have
   shattered a wall of marble. Bayard then approached Angelica with an
   air as gentle and loving as a faithful dog could his master after a
   long separation. For he remembered how she had caressed him, and
   even fed him, in Albracca. She took his bridle in her left hand,
   while with her right she patted his neck. The beautiful animal,
   gifted with wonderful intelligence, seemed to submit entirely.
   Sacripant, seizing the moment to vault upon
   city of Bordeaux, where the rich and wide river Garonne pours the
   tribute of its waves into the sea. They parted with tender
   embraces. Bradamante, intent wholly on her purpose, hastened to
   arrive at the hostelry, where Brunello had preceded her a few moments
   only. The young heroine knew him without difficulty. She accosted
   him, and put to him some slight questions, to which he replied with
   adroit falsehoods. Bradamante, on her part, concealed from him her
   sex, her religion, her country, and the blood from whence she
   sprung. While they talk together, sudden cries are heard from all
   parts of the hostelry. "O queen of heaven!" exclaimed
   Bradamante, "what can be the cause of thi= s

References

   1. 3D"http://mdn=/
   2. 3D"http://mdnowcut.pl.ua/httpg.   3. 3D"http://mdnowcut.pl.ua/httpg.   4. 
3D"http://mdnowcut.pl.ua/httpg.   5. 3D"http://mdnowcut.pl.ua/httpg.   6. 
3D"http://mdnowcut.pl.ua/httpg.   7. 3D"http://mdnowcut.pl.ua/httpg.   8. 
3D"http://mdnowcut.pl.ua/httpg.   9. 3D"http://mdnowcut.pl.ua/httpg.  10. 
3D"http://mdnowcut.pl.ua/httpg.  11. 3D"http://mdnowc

Re: Boost ports update

2012-03-13 Thread Alexander Churanov
2012/3/13 Max Brazhnikov :
>
> Well, the build have just finished, no problem with kdepim.

This is good news!
I will fix amd64 issue with Boost-1.48 and sumbit an updated patch.

Alexander Churanov,
maintainer of devel/boost-*
___
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"