summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-tkinter/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/py-tkinter: fix build with Python 3.12+Charlie Li9 days1-3/+4
| | | | | | | | | | Certain internal headers are included unconditionally starting with Python 3.12, but this should have been built with the appropriate preprocessor macros for internal headers set anyway. Also clean up some duplicate directory definitions while here. PR: 286298 Event: Kitchener-Waterloo Hackathon 202506
* x11-toolkits/py-tkinter: convert to USE_PYTHON=pep517Charlie Li2025-03-113-40/+35
| | | | | | Note USES=tk limited to 8.6; 9.0 support is not expected until Python 3.14 PR: 268283
* x11-toolkits/py-tkinter: remove Python 2 supportCharlie Li2025-03-102-45/+4
| | | | | | | | No remaining consumers in the tree after re-including _tkinter into lang/python27 itself. This is to prepare for conversion to USE_PYTHON=pep517, as none of such tooling works with Python 2. PR: 268283
* Revert "*/py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptools"Dmitry Marakasov2022-12-151-6/+6
| | | | | | | | | | This reverts commit 7446740638e7d833fde0962e71ef440a6af3c749. The change is not valid as setuptools have deprecated setup.py, while distutils will be supported in existing point releases. Python 3.12 support will require different solution. PR: 268283
* */py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptoolsDmitry Marakasov2022-12-151-6/+6
| | | | | | | | | For python modules which come from python itself, switch from distutils (no longer present in python 3.12) to setuptools, fixing these mudules for python 3.12. PR: 268283 Approved by: vishwin (python@)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* - Install standard libraries separated as other ports to the same placeLi-Wen Hsu2013-03-012-2/+7
| | | | | | | | | with other standard libraries (${PYTHON_LIBDIR}/lib-dynload) - Improve consistency of the Makefile(s) - Whitespace cleanup for the patches Notes: svn path=/head/; revision=313167
* - Fix building with python3*Li-Wen Hsu2009-07-081-0/+40
| | | | | | | | | | | | - Use checksum file under lang/python${PYTHON_SUFFIX}/, for removal lang/python/distinfo PR: ports/136198 Submitted by: lwhsu Approved by: perky Notes: svn path=/head/; revision=237414
* - Convert to USE_TK and allow on any tk (changes default package to use tk85)Pav Lucistnik2009-03-301-1/+1
| | | | | | | | | PR: ports/132181 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout (perky; 1 month) Notes: svn path=/head/; revision=231327
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Link with not tk83 but tk84.Hye-Shik Chang2003-08-031-1/+1
| | | | Notes: svn path=/head/; revision=86233
* graphics/sketch no longer needs this file.Thomas Gellekum2001-06-121-8/+0
| | | | Notes: svn path=/head/; revision=43892
* Put back Setup for now to un-break sketch.Thomas Gellekum2001-03-051-0/+8
| | | | Notes: svn path=/head/; revision=39083
* Use the py-distutils for building and installing.Thomas Gellekum2001-03-012-8/+40
| | | | Notes: svn path=/head/; revision=38930
* Update to use bsd.python.mk.Thomas Gellekum2000-09-081-40/+1
| | | | Notes: svn path=/head/; revision=32436
* Separate the Python Tk module from the main port. I've beenThomas Gellekum2000-04-041-0/+47
wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly. Notes: svn path=/head/; revision=27320