aboutsummaryrefslogtreecommitdiff
path: root/lang/python3
Commit message (Collapse)AuthorAgeFilesLines
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* lang/python3: Clean upPo-Chuan Hsieh2021-07-241-20/+16
| | | | | | | - Remove leading definite article from COMMENT - Update USES=python - Remove unneeded use of PYTHON_MAJOR_VER because this is for python 3.x - Merge the symbolic link of 2to3 and python to the .for loop
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Garbage collecte unusable things from lang/python{,2,3} metaports.Mathieu Arnold2020-01-091-13/+1
| | | | Notes: svn path=/head/; revision=522489
* Simplify the lang/python{2,3} metaports.Mathieu Arnold2020-01-091-4/+1
| | | | | | | Reviewed by: antoine Notes: svn path=/head/; revision=522488
* Drop the ipv6 virtual category for l* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514140
* Add a not to a few meta ports: do not depend on these portsAntoine Brodin2019-03-081-0/+1
| | | | Notes: svn path=/head/; revision=495025
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-02-011-3/+5
| | | | Notes: svn path=/head/; revision=491864
* Update WWWSunpoet Po-Chuan Hsieh2019-01-261-1/+1
| | | | Notes: svn path=/head/; revision=491286
* Remove PYTHON*_DEFAULT_VERSION.Mathieu Arnold2018-01-211-1/+1
| | | | Notes: svn path=/head/; revision=459584
* Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported sinceBryan Drewery2015-05-151-1/+0
| | | | | | | USES=python was added in r364450. Notes: svn path=/head/; revision=386379
* Switch default python3 version from 3.3 to 3.4.Dmitry Sivachenko2015-01-101-1/+1
| | | | | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine Notes: svn path=/head/; revision=376731
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-3/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* Remove support for pkg_installBaptiste Daroussin2014-09-011-5/+0
| | | | | | | | | | | Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693 Notes: svn path=/head/; revision=366875
* - Fix and remove stale symlinks after the lang/python* cleanupMarcus von Appen2014-08-041-10/+4
| | | | | | | Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=363965
* - Do not use absolute source paths for the symlinks to the stagedirMarcus von Appen2014-01-251-6/+6
| | | | | | | Noticed by: danfe Notes: svn path=/head/; revision=340997
* - Enable stagedir supportMarcus von Appen2014-01-251-7/+12
| | | | Notes: svn path=/head/; revision=340996
* Install python[23].pc files for the lang/python[23] ports.Koop Mast2013-12-121-1/+4
| | | | | | | | Discussed with: koobs@ Approved by: python@ (wg@) Notes: svn path=/head/; revision=336250
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - improve the python meta port descriptionsMarcus von Appen2013-09-011-0/+3
| | | | | | | | Requested by: demon@ Reviewed by: demon@ Notes: svn path=/head/; revision=325867
* - Avoid circular dependencies due to the previous bsd.python.mk changeMarcus von Appen2013-08-181-0/+3
| | | | Notes: svn path=/head/; revision=324925
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-172-0/+57
and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports. Notes: svn path=/head/; revision=324864