Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20140224 26 Jun 2021 11:35:06 |
Rene Ladan (rene) |
*/*: Remove expired ports:
2021-06-23 www/aws: Uses EOL Python 2.7 via devel/gnatpython
2021-06-23 www/aws-demos: Uses EOL Python 2.7 via www/aws
2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream |
20140224 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20140224 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
20140224 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
20140224 30 Nov 2017 15:50:34 |
mat |
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 ) |
20140224 09 Sep 2017 09:01:49 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
- Regenerate patch |
20140224 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
20140224 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
20140224 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
20140224 21 Jun 2015 09:13:00 |
marino |
devel/gnatpython: Upgrade version 20140205 => 20140224 (latest) |
20140205_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
20140205_1 16 May 2014 14:32:33 |
marino |
devel/gnatpython: Correct build on FreeBSD 10+
GNATPython was hardcoded to use gcc and that caused the c-based rlimit
utility to fail to build. Changing "gcc" to "cc" in the setup script
solved the issue for clang-based systems. |
20140205 14 Feb 2014 13:26:05 |
marino |
devel/gnatpython: Update from version 20110912 to 20140205 |
20110912_1 22 Nov 2013 21:48:10 |
marino |
devel/gnatpython: Fix pkg-fallout on head
Fix by using auto-plist functionality. Somehow one of the binaries
just don't build on F10. Bump PORTREVISION, expand python use to "any"
This passes 6x on Redports |
20110912 10 Nov 2013 11:09:05 |
marino |
devel/gnatpython: Convert to staging |
20110912 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
20110912 12 Jul 2013 13:40:51 |
marino |
Replace John Marino email address with FreeBSD version
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.
Approved by: bapt (mentor) |
20110912 07 Oct 2011 12:25:29 |
culot |
- Update to svn rev. 54 (20110912)
PR: ports/161361
Submitted by: John Marino <draco@marino.st> (maintainer) |
20101207 17 Feb 2011 09:25:51 |
wen |
GNATPython is a python package to ease development of testsuites and/or
build scripts in a portable way. It is an extension to Ada which exports
GNAT.Expect.TTY and requires the GNAT AUX compiler.
WWW: http://forge.open-do.org/projects/gnatpython
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st> |