Новые возможности

2016-12-09 Thread Анна via freebsd-ports
E-mail информирование по доступной цене

Более подробную информацию и наши контакты Вы можете прочитать во вложении к 
письму
___
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"

Secret shopper

2016-12-09 Thread Brenda Armel

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


pkg 1.9.4

2016-12-09 Thread Lewis Butler
Got this when trying to update to pkg-1.9.4

/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../compat -DWITH_SSL -Wno-pointer-sign -shared -O2 -pipe  -Wno-error 
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE 
-DINET6=1 -MT libfetch/libfetch_la-common.lo -MD -MP -MF 
libfetch/.deps/libfetch_la-common.Tpo -c -o libfetch/libfetch_la-common.lo 
`test -f 'libfetch/common.c' || echo './'`libfetch/common.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../compat -DWITH_SSL 
-Wno-pointer-sign -O2 -pipe -Wno-error -fstack-protector -fno-strict-aliasing 
-Wall -Wno-unused-function -D_BSD_SOURCE -DINET6=1 -MT 
libfetch/libfetch_la-common.lo -MD -MP -MF 
libfetch/.deps/libfetch_la-common.Tpo -c libfetch/common.c  -fPIC -DPIC -o 
libfetch/.libs/libfetch_la-common.o
libfetch/common.c:52:10: fatal error: 'openssl/x509v3.h' file not found
#include 
 ^
1 error generated.
*** [libfetch/libfetch_la-common.lo] Error code 1

make[6]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external
--- sqlite/libsqlite_la-sqlite3.lo ---
3 warnings generated.
mv -f sqlite/.deps/libsqlite_la-sqlite3.Tpo 
sqlite/.deps/libsqlite_la-sqlite3.Plo
1 error

make[6]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external
*** [all-recursive] Error code 1

make[5]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external
1 error

make[5]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external
*** [all] Error code 2

make[4]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external
1 error

make[4]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external
*** [all-recursive] Error code 1

make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4
1 error

make[3]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4
*** [all] Error code 2

make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4
1 error

make[2]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.

I did try it again with MAKE_JOBS_UNSAFE=safe and got the same error (without 
the not about MAKE_JOBS_UNSAFE)

I also rebuilt openssl and try again, same result.

FreeBSD 10.3-RELEASE-p11 #0: Mon Oct 24 18:47:18 UTC 2016

Ideas?


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


The EASIEST CHRISTMAS present for everyone..

2016-12-09 Thread Banana Bed via freebsd-ports

Your email client cannot read this email.
To view it online, please go here:
http://i.bananabed.com.au/mail/display.php?M=364863=8027c512bf74551de16f9a30b1a85bdc=6=4=2


To stop receiving these
emails:http://i.bananabed.com.au/mail/unsubscribe.php?M=364863=8027c512bf74551de16f9a30b1a85bdc=4=6
___
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: net/haproxy 1.7.0 : libressl support

2016-12-09 Thread Dmitry Sivachenko


> 9 дек. 2016 г., в 15:44, Luca Pizzamiglio  
> написал(а):
> 
> Hi Dmitry,
> 
> thanks for the suggesstion. There's some discussion on haproxy mailing
> list about how to handle the problem and they're more prone to don't
> support libressl, so my patch could be rejected.
> And, even if my patch is accepted, it will be part of haproxy 1.7.1.
> BTW, I'll fill a PR because the attachments are removed. Then the port
> maintainer (who is in CC) can better decide what to do, if adopt them
> in FreeBSD, if upstrem them, if reject them...


If they accept your change to upstream, i can of course add your patches to 
ports so 1.7.0 will have it.

If they reject it and refuse to support libressl for some reason, we will not 
add your patches too, because this is not something FreeBSD-specific.

But i am sure Willy will accept the change if it is properly made (otherwise we 
don't want it too ;)

Thanks!


> 
> Best regards
> Luca
> 
>> On Fri, Dec 9, 2016 at 1:02 AM, Dmitry Sivachenko  
>> wrote:
>> 
>> 
>>> 8 дек. 2016 г., в 22:51, Luca Pizzamiglio  
>>> написал(а):
>>> 
>>> Hi guys,
>>> 
>>> I had to build haproxy 1.7.0 using openssl and libressl.
>>> libressl support is not really provided, becuase of the
>>> OPENSSL_VERSION_NUMBER issue between those two libraries.
>>> 
>>> In attachment there're two patches ready to be put in the files
>>> directory and that solve (temporarily) the build issue.
>>> 
>> 
>> 
>> Hello,
>> 
>> First step should be to offer these patches to haproxy maintainers, because 
>> this is not FreeBSD-specific problem.
>> 
>> Can you please do it?
>> 
>> Thanks!
>> 
>> 
>>> Best regards
>>> Luca
>>> 
>>> PS I didn't fill a PR because I'm not sure if those patches work in
>>> all situation or with all options, so it's just a help for the
>>> maintainer, but maybe not a solution.
>>> 
>>> 
___
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: net/haproxy 1.7.0 : libressl support

2016-12-09 Thread Luca Pizzamiglio
Hi Dmitry,

thanks for the suggesstion. There's some discussion on haproxy mailing
list about how to handle the problem and they're more prone to don't
support libressl, so my patch could be rejected.
And, even if my patch is accepted, it will be part of haproxy 1.7.1.
BTW, I'll fill a PR because the attachments are removed. Then the port
maintainer (who is in CC) can better decide what to do, if adopt them
in FreeBSD, if upstrem them, if reject them...

Best regards
Luca

On Fri, Dec 9, 2016 at 1:02 AM, Dmitry Sivachenko  wrote:
>
>
>> 8 дек. 2016 г., в 22:51, Luca Pizzamiglio  
>> написал(а):
>>
>> Hi guys,
>>
>> I had to build haproxy 1.7.0 using openssl and libressl.
>> libressl support is not really provided, becuase of the
>> OPENSSL_VERSION_NUMBER issue between those two libraries.
>>
>> In attachment there're two patches ready to be put in the files
>> directory and that solve (temporarily) the build issue.
>>
>
>
> Hello,
>
> First step should be to offer these patches to haproxy maintainers, because 
> this is not FreeBSD-specific problem.
>
> Can you please do it?
>
> Thanks!
>
>
>> Best regards
>> Luca
>>
>> PS I didn't fill a PR because I'm not sure if those patches work in
>> all situation or with all options, so it's just a help for the
>> maintainer, but maybe not a solution.
>> 
>> 
___
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"