[Bug 192511] lang/python27: Fix build with LibreSSL

2015-03-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

   Assignee|pyt...@freebsd.org  |ko...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-02-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

Johannes Jost Meixner x...@freebsd.org changed:

   What|Removed |Added

 CC||x...@freebsd.org

--- Comment #26 from Johannes Jost Meixner x...@freebsd.org ---
What are we missing to get python 2.7.9 and libressl running, then?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #25 from Jens K. Loewe mozi...@tuxproject.de ---
Latest Python 2.7.9 has the _ssl.so error even with the make.conf entries
again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #26 from Bernard Spil spil@gmail.com ---
This should now be fixed upstream (in 2.7.10?)
See https://hg.python.org/cpython/rev/eddcb6671a48

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-01-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #25 from Jens K. Loewe mozi...@tuxproject.de ---
Thanks, I missed the make.conf entries too. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

Bernard Spil spil@gmail.com changed:

   What|Removed |Added

 Attachment #150909|0   |1
is obsolete||

--- Comment #21 from Bernard Spil spil@gmail.com ---
Created attachment 151207
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151207action=edit
Patch for Makefile

Revised patch, previous patch would fail when WITH_OPENSSL_PORT was NOT set.
This construct works whether WITH_OPENSSL_PORT is defined or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #23 from Bernard Spil spil@gmail.com ---
Jens, Kevin,

How are you building? You will need to have LibreSSL (2.1.2 at the moment)
installed and the following in your /etc/make.conf
WITH_OPENSSL_PORT=yes
OPENSSL_SHLIBVER= 30
OPENSSL_PORT= security/libressl

Python has been modified to cope with SSLv2 not being available some time ago.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #24 from Kevin Zheng kevinz5...@gmail.com ---
Bernard,

Thanks for the quick response. Indeed, I didn't set OPENSSL_SHLIBVER, is this
documented somewhere ('bsd.openssl.mk' has default set to 8)?

After setting OPENSSL_SHLIBVER and applying both patches Python built
correctly. Thanks for investigating this issue and working out a patch!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 192511] lang/python27: Fix build with LibreSSL

2015-01-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

Kubilay Kocak ko...@freebsd.org changed:

   What|Removed |Added

   Keywords||needs-qa, patch
   Priority|--- |Normal
Summary|[patch]  fix lang/python27  |lang/python27: Fix build
   |build with libressl |with LibreSSL

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org