/devel/p5-AppConfig/

orts-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python34
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate python34antoine2018-11-171-0/+2
| | | | With hat: portmgr
* security/openssl-devel was removed, but there is a security/openssl111 now.mat2018-11-101-1/+1
|
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-9/+0
| | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
* - Update python34 -> 3.4.9miwi2018-08-042-4/+4
| | | | | | python35 -> 3.5.6 Sponsored by: iXsystems Inc.
* lang/python3?: Fix python3.?-config behavior when symlinkedtobik2018-07-262-0/+12
| | | | | | | | | | | | | | | | | | | | | | When python3.?-config is symlinked to another location it starts outputting bogus paths. For example $ pwd /home/tobias $ python3.6-config --includes -I/usr/local/include/python3.6m -I/usr/local/include/python3.6m $ ln -s /usr/local/bin/python3.6-config python3-config $ ./python3-config --includes -I/home/include/python3.6m -I/home/include/python3.6m This breaks ports trying to use BINARY_ALIAS together with python3.?-config. Apply a patch to resolve the symlink first before trying to find the install prefix. PR: 229749 Submitted by: tobik Reviewed by: antoine, miwi Approved by: python (miwi)
* Mark BROKEN_SSL=openssl-develsunpoet2018-02-231-0/+2
| | | | | | | We backported an upstream patch for NPN detection (bpo-30622) in r461919 but it is not enough. This port still fails to build with OpenSSL 1.1.0. Tested by: brnrd, sunpoet (myself)
* Fix build with OpenSSL 1.1.0 (security/openssl-devel)sunpoet2018-02-151-0/+118
| | | | | | | | Reference: https://bugs.python.org/issue30622 https://github.com/python/cpython/commit/b2d096bd2a5ff86e53c25d00ee5fa097b36bf1d8 PR: 225882 Submitted by: brnrd MFH: 2018Q1
* Silence patch messagessunpoet2018-02-131-1/+1
|
* Update to 3.4.8sunpoet2018-02-128-4937/+4951
| | | | | | | | | | | | | | | | - Set PORTNAME to python and add PKGNAMESUFFIX - Update Makefile and PLIST to be similar with python36 - Sort USES - Remove CPE_*: all of them are default values - Update PLIST_FILES: do not use %% - Fix shebang: - Update SHEBANG_FILES - Remove over-patched shebang fix of Lib/cgi.py - Update http:// links in Makefile comments and patch files Changes: https://docs.python.org/3.4/whatsnew/changelog.html Security: 0fe70bcd-2ce3-46c9-a64b-4a7da097db07 MFH: 2018Q1
* Convert Python ports to FLAVORS.mat2017-11-30