notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/pysolfc/Makefile

Number of commits found: 46

Tuesday, 18 Jul 2023
11:40 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Update to 2.21.0

* Although it's a beta release it adds compatibility [1]
  for Pillow 10.0.

Changelog:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.21.0/NEWS.asciidoc

PR:		272523 [1]
Reported by:	sven.a.jonsson@bahnhof.se [1]
MFH:		No (beta release, Pillow >= 10 not present in 2023Q3)
commit hash: 57a6ad3984713bcdfd7cb4b67b177b0fecd525fd commit hash: 57a6ad3984713bcdfd7cb4b67b177b0fecd525fd commit hash: 57a6ad3984713bcdfd7cb4b67b177b0fecd525fd commit hash: 57a6ad3984713bcdfd7cb4b67b177b0fecd525fd 57a6ad3
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Friday, 5 May 2023
05:43 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Update to 2.20.1

Changelog:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.20.1/NEWS.asciidoc
commit hash: 05c132eafa2cb75856d41ffb38e31c09cc090e79 commit hash: 05c132eafa2cb75856d41ffb38e31c09cc090e79 commit hash: 05c132eafa2cb75856d41ffb38e31c09cc090e79 commit hash: 05c132eafa2cb75856d41ffb38e31c09cc090e79 05c132e
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 15 Mar 2023
06:36 Kai Knoblich (kai) search for other commits by this committer Author: Alexey Dokuchaev
games/pysolfc: Update to 2.20

Changelog:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.20.0/NEWS.asciidoc
commit hash: a5bfe22b5a27f4afd7550b891a7f54198bd38c83 commit hash: a5bfe22b5a27f4afd7550b891a7f54198bd38c83 commit hash: a5bfe22b5a27f4afd7550b891a7f54198bd38c83 commit hash: a5bfe22b5a27f4afd7550b891a7f54198bd38c83 a5bfe22
Friday, 14 Oct 2022
05:49 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Update to 2.18.0

Changelog:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.18.0/NEWS.asciidoc

MFH:		No (feature release)
commit hash: cdaa01eb83dbadaca89601613faef32463d9601c commit hash: cdaa01eb83dbadaca89601613faef32463d9601c commit hash: cdaa01eb83dbadaca89601613faef32463d9601c commit hash: cdaa01eb83dbadaca89601613faef32463d9601c cdaa01e
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 14 May 2022
04:41 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Update to 2.16.0

Changelog since 2.14.1:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.16.0/NEWS.asciidoc

MFH:		No (feature release)
commit hash: 6e97fc35f68d643c2554f603e5d2f18ea25cb336 commit hash: 6e97fc35f68d643c2554f603e5d2f18ea25cb336 commit hash: 6e97fc35f68d643c2554f603e5d2f18ea25cb336 commit hash: 6e97fc35f68d643c2554f603e5d2f18ea25cb336 6e97fc3
Sunday, 2 Jan 2022
22:18 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Update to 2.14.1

Changelog:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.14.1/NEWS.asciidoc

MFH:		2022Q1
commit hash: c72673680e44421a66892fffb7562959f5f708ce commit hash: c72673680e44421a66892fffb7562959f5f708ce commit hash: c72673680e44421a66892fffb7562959f5f708ce commit hash: c72673680e44421a66892fffb7562959f5f708ce c726736
Wednesday, 22 Sep 2021
17:34 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Update to 2.14.0

* Pet portclippy while I'm here.

Changelog:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.14.0/NEWS.asciidoc
commit hash: 5077b1ed341c110922fd35ca9d7acc0b46d55508 commit hash: 5077b1ed341c110922fd35ca9d7acc0b46d55508 commit hash: 5077b1ed341c110922fd35ca9d7acc0b46d55508 commit hash: 5077b1ed341c110922fd35ca9d7acc0b46d55508 5077b1e
Wednesday, 1 Sep 2021
18:37 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Update to 2.12.0

* Make the port less restrictive and thus distributable again by using
  a reduced collection of cardsets, which contains clearly defined
  licenses.  It's also bundled by upstream for the distributed binary
  packages of PySolFC.

* Introduce PILLOW/SOUND options which enables sound and enhanced
  graphics support.

Changelog since 2.6.2:

https://github.com/shlomif/PySolFC/blob/pysolfc-2.12.0/NEWS.asciidoc
commit hash: f5fc27fb0878ad6c90a7f5e9936616b624e30783 commit hash: f5fc27fb0878ad6c90a7f5e9936616b624e30783 commit hash: f5fc27fb0878ad6c90a7f5e9936616b624e30783 commit hash: f5fc27fb0878ad6c90a7f5e9936616b624e30783 f5fc27f
Wednesday, 30 Jun 2021
08:41 Kai Knoblich (kai) search for other commits by this committer
games/pysolfc: Fix runtime issues with Python 3.8+

* The deprecated function "time.clock()" has been removed in Python 3.8
  and "time.perf_counter()" should be used instead.

  Because updating to a newer version of PySolFC requires a bit more
  work, use a backport for now to remedy the runtime issues.

* Bump PORTREVISION due changed package contents.

PR:		256504
Reported by:	<sven.a.jonsson@bahnhof.se>
MFH:		2021Q2
commit hash: 91cf30435554dda6bf71dc566f91352dd469d816 commit hash: 91cf30435554dda6bf71dc566f91352dd469d816 commit hash: 91cf30435554dda6bf71dc566f91352dd469d816 commit hash: 91cf30435554dda6bf71dc566f91352dd469d816 91cf304
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 5 Jan 2021
20:53 rene search for other commits by this committer
Follow up on graphics/py-pillow6 port removal in r559976

The graphics/py-pillow6 port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_PILLOW,
leaving a dangling reference.

Remove it from Mk/Uses/python.mk, leaving only the Python 3
version of that port, graphics/py-pillow, defined and bump the
minimal verion of Python to 3.6 for affected ports.
Original commitRevision:560425 
Tuesday, 24 Mar 2020
19:54 antoine search for other commits by this committer
Convert the tree to use PY_PILLOW

With hat:	portmgr
Originally submitted by:	kai
Original commitRevision:529063 
Monday, 24 Feb 2020
11:36 kai search for other commits by this committer
graphics/py-pillow: Update to 7.0.0

* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
  backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
  dropped the support for Python 2.

* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
  consumers that can be built for Python 2 or newer.

* Exceptions are ports that can be built only for either Python 2 or
  Python 3.  For the first case, consumers are just assigned to the
  repo-copied graphics/py-pillow6.

* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
  listed in setup.py as a build dependency [1] and relax the version
  requirements of Pillow for www/py-wagtail.

Release Notes:

* https://pillow.readthedocs.io/en/latest/releasenotes/index.html

Backward Incompatible Changes (7.0.0):

*
https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes

Detailed Changelog:

* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst

PR:		243665
Submitted by:	sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by:	koobs [1], sunpoet
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23713
Original commitRevision:526962 
Monday, 29 Apr 2019
20:48 kai search for other commits by this committer
games/pysolfc: Update to 2.6.4

Changelog:

* Fix for Freezes (with pygame >= 1.9.5)
* Fixed Three Peaks scoring

Approved by:	mentors (implicit)
Original commitRevision:500435 
Friday, 12 Apr 2019
21:50 kai search for other commits by this committer
games/pysolfc: Update to 2.6.3

While I'm here:
* Fix the symlink for "pysol01.png" by changing it from absolute to relative
  because source and target are both inside of ${PREFIX}.
* Update the WWW entry to save uneccessary redirects from HTTP to HTTPS.

Changelog since 2.4.0:

* Compatibility with Pillow 6.x
* Restore the "Save games geometry" feature
* Added a NEWS.asciidoc file
* Forbid illegal moves in Spider and some other variants
* Support for solving Golf using a solver
* Fixed a bug with cards that couldn't be moved or selected
* Ability to run the test suite without Python 2.x and/or pygtk
* Code cleanups

https://github.com/shlomif/PySolFC/blob/pysolfc-2.6.3/NEWS.asciidoc

Approved by:	mentors (implicit)
Original commitRevision:498766 
Friday, 1 Feb 2019
18:55 kai search for other commits by this committer
Change my maintainer email address to my new one at the FreeBSD project.

Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
Original commitRevision:491837 
Sunday, 24 Jun 2018
19:22 swills search for other commits by this committer
games/pysolfc: Update to 2.4.0

PR:		229275
Submitted by:	Kai <freebsd_ports@k-worx.org> (maintainer)
Original commitRevision:473211 
Sunday, 29 Apr 2018
02:28 wen search for other commits by this committer
- Update to 2.2.0
- Pass maintainership to submitter
- Add all LICENSE

PR:		227830
Submitted by:	freebsd_ports@k-worx.org
Original commitRevision:468600 
Sunday, 3 Dec 2017
08:25 antoine search for other commits by this committer
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Original commitRevision:455392 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 20 Apr 2017
13:44 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Cosmetic fixes
- Fix WWW:
Original commitRevision:438950 
Tuesday, 18 Apr 2017
18:26 miwi search for other commits by this committer
- Fix Shebangs
Original commitRevision:438789 
Sunday, 22 Jan 2017
22:27 rene search for other commits by this committer
Reset mva@'s ports, he handed in his ports bit.
Original commitRevision:432169 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 17 Jan 2016
12:46 pawel search for other commits by this committer
- Remove deprecated @dirrm
- Add NO_ARCH
- Convert to options helpers

Approved by:	portmgr blanket
Original commitRevision:406312 
Wednesday, 8 Oct 2014
15:38 wg search for other commits by this committer
games/pysolfc: switch from py-imaging to py-pillow

- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:370447 
Thursday, 14 Aug 2014
17:04 mva search for other commits by this committer
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
  conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
  usually should be mutually exclusive, but some ports include both knobs

Phabric:		D581
Recommended by:	danfe@, makc@
Reviewed by:	danfe, wg, antoine
Approved by:	portmgr
With hat:		python@
Original commitRevision:364857 
Sunday, 10 Aug 2014
08:55 mva search for other commits by this committer
- Convert my ports to USES=python
Original commitRevision:364518 
Tuesday, 29 Jul 2014
21:43 adamw search for other commits by this committer
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363399 
Friday, 17 Jan 2014
21:22 mva search for other commits by this committer
- Enable stagedir support
- Use PYDISTUTILS_AUTOPLIST
Original commitRevision:340109 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Saturday, 2 Mar 2013
22:32 lwhsu search for other commits by this committer
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Original commitRevision:313303 
Saturday, 15 Dec 2012
10:49 mva search for other commits by this committer
- Add support for additional cardsets
- Add LICENSE
- Convert to OptionsNG
- Trim Makefile headers

PR:		ports/174258
Submitted by:	nemysis <nemysis@gmx.ch>
Original commitRevision:308943 
Sunday, 29 Jul 2012
11:17 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 26 Dec 2009
10:47 mva search for other commits by this committer
- Update to 2.0

Approved by:    miwi (mentor implicit)
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Saturday, 14 Mar 2009
17:20 mva search for other commits by this committer
Renamed games/PySolFC to games/pysolfc according to the policies.

Reported by:    danfe
Approved by:    miwi (mentor)
Original commit

Number of commits found: 46