non port: x11-toolkits/py-tkinter/Makefile |
SVNWeb
|
Number of commits found: 43 |
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 71b6a9f (Only the first 10 of 134 ports in this commit are shown above. )
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 26 May 2021
|
[ 12:56 Po-Chuan Hsieh (sunpoet) ] 17762cb
x11-toolkits/py-tkinter: Use WRKSRC_SUBDIR
|
Tue, 25 May 2021
|
[ 13:55 Dmitry Marakasov (amdmi3) ] 5f69415 (Only the first 10 of 19 ports in this commit are shown above. )
Mk: switch from PYTHON_PORTVERSION to PYTHON_DISTVERSION
This brings python framework in consistense with handbook recommendations
to prefer DISTVERSION and simplifies adding prerelease versions of
python
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
|
[ 13:55 Dmitry Marakasov (amdmi3) ] 0729af4 (Only the first 10 of 80 ports in this commit are shown above. )
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 4 Feb 2021
|
[ 14:35 mat ] (Only the first 10 of 22 ports in this commit are shown above. )
Those ports are allowed to build a 2.7 flavor, for now.
|
Fri, 13 Nov 2020
|
[ 17:13 pkubaj ]
x11-toolkits/py-tkinter@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result"
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Thu, 19 Nov 2015
|
[ 01:28 lwhsu ] (Only the first 10 of 39 ports in this commit are shown above. )
Add version specified ports of separated standard Python modules for
non-default Python versions:
- Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages
- Improve/add pkg-message to point users to install respective packages of
separated Python standard modules
- Add COMMENT to explicitly show the Python version that package should be
used with
- Simplify version-related PYTHON_* for lang/python35
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D4170
|
Tue, 26 May 2015
|
[ 16:47 antoine ] (Only the first 10 of 37 ports in this commit are shown above. )
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Fri, 29 Aug 2014
|
[ 14:45 bapt ]
Modernize python
|
Sat, 9 Aug 2014
|
[ 15:44 mva ] (Only the first 10 of 31 ports in this commit are shown above. )
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above )
|
Sat, 2 Aug 2014
|
[ 06:57 mva ]
- Catch up with the recent lang/pythonXX changes
With hat: python@
|
Fri, 11 Apr 2014
|
[ 08:25 sunpoet ]
- Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
|
Fri, 10 Jan 2014
|
[ 08:39 gahr ]
- Convert to USES=tk
|
Sun, 15 Dec 2013
|
[ 16:22 wg ] (Only the first 10 of 64 ports in this commit are shown above. )
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 23:57 bapt ] (Only the first 10 of 288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
|
Sat, 7 Sep 2013
|
[ 17:21 sunpoet ]
- Add PORTSCOUT=ignore:1 to avoid false alarm
|
Fri, 1 Mar 2013
|
[ 20:12 lwhsu ] (Only the first 10 of 11 ports in this commit are shown above. )
- Install standard libraries separated as other ports to the same place
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches
|
Tue, 4 Dec 2012
|
[ 10:43 gahr ] (Only the first 10 of 15 ports in this commit are shown above. )
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt
|
Wed, 3 Oct 2012
|
[ 04:06 rm ] (Only the first 10 of 13 ports in this commit are shown above. )
- do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz
I compared all the four pairs .tgz/.tar.xz and they have no content differences.
Discussed on: python@
|
Sun, 12 Feb 2012
|
[ 17:39 rm ]
- convert to using PYTHON_SITELIBDIR (non-functional change)
|
Thu, 28 Oct 2010
|
[ 21:00 erwin ] (Only the first 10 of 105 ports in this commit are shown above. )
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp
|
Fri, 20 Aug 2010
|
[ 20:53 lwhsu ]
- Grab maintainership of these ports for python@
|
Sun, 23 May 2010
|
[ 21:16 linimon ] (Only the first 10 of 70 ports in this commit are shown above. )
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr
|
Wed, 8 Jul 2009
|
[ 09:10 lwhsu ]
- Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
PR: ports/136198
Submitted by: lwhsu
Approved by: perky
|
Mon, 30 Mar 2009
|
[ 20:19 pav ]
- Convert to USE_TK and allow on any tk (changes default package to use tk85)
PR: ports/132181
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: maintainer timeout (perky; 1 month)
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ] (Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
Tue, 4 Nov 2003
|
[ 17:36 perky ]
Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES.
|
[ 16:38 perky ]
Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.
Submitted by: marcus
|
Sun, 19 Oct 2003
|
[ 08:52 perky ]
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON.
|
Thu, 31 Jul 2003
|
[ 19:48 perky ]
- Use ports/lang/python's MD5_FILE.
- Take maintainership
Approved by: tg (previous maintainer)
|
Fri, 7 Mar 2003
|
[ 06:14 ade ] (Only the first 10 of 142 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Wed, 17 Apr 2002
|
[ 11:35 tg ]
Use USE_PYDISTUTILS.
|
Fri, 4 May 2001
|
[ 12:03 tg ]
Use the same MASTER_SITES as lang/python.
|
Thu, 1 Mar 2001
|
[ 12:24 tg ]
Use the py-distutils for building and installing.
|
Mon, 5 Feb 2001
|
[ 16:49 olgeni ] (Only the first 10 of 55 ports in this commit are shown above. )
Batch of style fixes for x11-toolkits.
|
Mon, 9 Oct 2000
|
[ 13:11 tg ]
Use PYTHON_PKGNAMEPREFIX. Use correct md5 for latest python-beta.
|
[ 13:11 tg ]
Use PYTHON_PKGNAMEPREFIX. Use correct md5 for latest python-beta.
|
Fri, 8 Sep 2000
|
[ 12:58 tg ]
Update to use bsd.python.mk.
|
Number of commits found: 43 |