notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-toolkits/py-tkinter/Makefile
SVNWeb

Number of commits found: 43

Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  commit hash:71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17  71b6a9f  (Only the first 10 of 134 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 26 May 2021
[ 12:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:17762cbf9491d16bdb2a278a79e31de1817ef852  commit hash:17762cbf9491d16bdb2a278a79e31de1817ef852  commit hash:17762cbf9491d16bdb2a278a79e31de1817ef852  17762cb 
x11-toolkits/py-tkinter: Use WRKSRC_SUBDIR
Tue, 25 May 2021
[ 13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:5f69415313f894338dca54e21b5c3981e5e5f58f  commit hash:5f69415313f894338dca54e21b5c3981e5e5f58f  commit hash:5f69415313f894338dca54e21b5c3981e5e5f58f  5f69415  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  0729af4  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 4 Feb 2021
[ 14:35 mat search for other commits by this committer ] Original commit   Revision:564031 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Those ports are allowed to build a 2.7 flavor, for now.
Fri, 13 Nov 2020
[ 17:13 pkubaj search for other commits by this committer ] Original commit   Revision:555036
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 search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 19 Nov 2015
[ 01:28 lwhsu search for other commits by this committer ] Original commit   Revision:401909 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:387491 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:366515
Modernize python
Sat, 9 Aug 2014
[ 15:44 mva search for other commits by this committer ] Original commit   Revision:364450 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 2 Aug 2014
[ 06:57 mva search for other commits by this committer ] Original commit   Revision:363791
- Catch up with the recent lang/pythonXX changes

With hat:	python@
Fri, 11 Apr 2014
[ 08:25 sunpoet search for other commits by this committer ] Original commit   Revision:350903
- Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
Fri, 10 Jan 2014
[ 08:39 gahr search for other commits by this committer ] Original commit   Revision:339328
- Convert to USES=tk
Sun, 15 Dec 2013
[ 16:22 wg search for other commits by this committer ] Original commit   Revision:336553 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 20 Sep 2013
[ 23:57 bapt search for other commits by this committer ] Original commit   Revision:327785 (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Sat, 7 Sep 2013
[ 17:21 sunpoet search for other commits by this committer ] Original commit   Revision:326662
- Add PORTSCOUT=ignore:1 to avoid false alarm
Fri, 1 Mar 2013
[ 20:12 lwhsu search for other commits by this committer ] Original commit   Revision:313167 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit   Revision:308232 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Chase 82+ not being a valid Tcl/Tk version anymore

Feature safe:	yes
Reported by:	beat, bapt
Wed, 3 Oct 2012
[ 04:06 rm search for other commits by this committer ] Original commit   Revision:305181 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
- convert to using PYTHON_SITELIBDIR (non-functional change)
Thu, 28 Oct 2010
[ 21:00 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
- Grab maintainership of these ports for python@
Sun, 23 May 2010
[ 21:16 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
Wed, 8 Jul 2009
[ 09:10 lwhsu search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
 - 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 search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 1568 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES (bento-tested, marcus-reviewed).
Tue, 4 Nov 2003
[ 17:36 perky search for other commits by this committer ] Original commit 
Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES.
[ 16:38 perky search for other commits by this committer ] Original commit 
Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.

Submitted by:   marcus
Sun, 19 Oct 2003
[ 08:52 perky search for other commits by this committer ] Original commit 
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON.
Thu, 31 Jul 2003
[ 19:48 perky search for other commits by this committer ] Original commit 
- Use ports/lang/python's MD5_FILE.
- Take maintainership

Approved by:    tg (previous maintainer)
Fri, 7 Mar 2003
[ 06:14 ade search for other commits by this committer ] Original commit  (Only the first 10 of 142 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
Use USE_PYDISTUTILS.
Fri, 4 May 2001
[ 12:03 tg search for other commits by this committer ] Original commit 
Use the same MASTER_SITES as lang/python.    
Thu, 1 Mar 2001
[ 12:24 tg search for other commits by this committer ] Original commit 
Use the py-distutils for building and installing.    
Mon, 5 Feb 2001
[ 16:49 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Batch of style fixes for x11-toolkits.    
Mon, 9 Oct 2000
[ 13:11 tg search for other commits by this committer ] Original commit 
Use PYTHON_PKGNAMEPREFIX. Use correct md5 for latest python-beta.    
[ 13:11 tg search for other commits by this committer ] Original commit 
Use PYTHON_PKGNAMEPREFIX. Use correct md5 for latest python-beta.    
Fri, 8 Sep 2000
[ 12:58 tg search for other commits by this committer ] Original commit 
Update to use bsd.python.mk.    

Number of commits found: 43