Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.9 31 Dec 2024 15:41:04
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/py-pyfltk: Move x11-toolkits/py-fltk to x11-toolkits/py-pyfltk
- Add PYPI to MASTER_SITES |
1.3.9 21 Feb 2024 15:11:11
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/py-fltk: Update to 1.3.9
- Fix build with swig 4.2.0
Changes: https://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/ReleaseNotes.txt |
1.3.8 08 Aug 2023 07:30:22
    |
Alexey Dokuchaev (danfe)  |
x11-toolkits/py-fltk: update the port to version 1.3.8
It has better compatibility with modern compilers and matches
our current FLTK version (adjust port description accordingly). |
1.3.4.1 07 Aug 2023 23:34:18
    |
Muhammad Moinur Rahman (bofh)  |
x11-toolkits/py-fltk: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.3.4.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.4.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.3.4.1 20 Jul 2022 14:23:40
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.3.4.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.4.1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.3.4.1 24 Dec 2020 13:46:02
  |
kai  |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.3.4.1 07 Nov 2019 18:36:56
  |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.3.4.1 29 Mar 2019 15:56:12
  |
linimon  |
Fix build on GCC-based architectures:
fails to compile: fltk_wrap.cpp:5355: #pragma GCC diagnostic not allowed
inside functions
PR: 235989
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.3.4.1 16 Nov 2018 17:26:15
  |
sunpoet  |
Clean up Makefile (should be part of r484963) |
1.3.4.1 14 Nov 2018 21:45:02
  |
sunpoet  |
Fix build on FreeBSD 13+
Reported by: pkg-fallout |
1.3.4.1 15 Sep 2018 16:13:49
  |
linimon  |
Cosmetic change: fix BROKEN message on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.3.4.1 10 Sep 2018 13:15:48
  |
mat  |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.3.4.1 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.3.4.1 18 Jun 2018 14:40:31
  |
linimon  |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.3.4.1 05 Aug 2017 23:11:17
  |
sunpoet  |
Update to 1.3.4.1
Changes: https://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/CHANGES
https://sourceforge.net/p/pyfltk/news/2017/01/-release-pyfltk-1341/ |
1.3.3.1_1 12 Jan 2017 20:03:22
  |
sunpoet  |
Convert to options target helper |
1.3.3.1_1 09 Jan 2017 13:16:50
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
1.3.3.1_1 20 Nov 2016 09:38:09
  |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.3.3.1 23 Jul 2016 10:09:15
  |
antoine  |
Fix build on FreeBSD 12
Reported by: pkg-fallout |
1.3.3.1 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.3.3.1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3.3.1 03 Jan 2016 08:22:38
  |
wen  |
- Remove unneeded comment from last commit
Spotted by: miwi@(thanks !) |
1.3.3.1 03 Jan 2016 06:18:23
  |
wen  |
- Fix build on FreeBSD-9
Reported by: pkg-fallout@ |
1.3.3.1 04 Oct 2015 18:01:49
  |
sunpoet  |
- Update to 1.3.3.1
Changes: http://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/CHANGES |
1.3.3 12 Jul 2015 16:09:22
  |
sunpoet  |
- Update to 1.3.3
- Fix LICENSE
- Sort USE_PYTHON
- Cleanup Makefile
- Cosmetic change
- Pass maintainership to python@
Changes: http://sourceforge.net/p/pyfltk/code/HEAD/tree/trunk/pyfltk/CHANGES |
1.3.0_3 20 Apr 2015 10:40:16
  |
marino  |
x11-toolkits/py-fltk: Fix on DragonFly4 too
This was broken on DragonFly for the same reason it was broken on
FreeBSD11 (similar fix). |
1.3.0_3 26 Mar 2015 01:20:03
  |
amdmi3  |
- Fix build on 11.x |
1.3.0_3 11 Mar 2015 14:53:45
  |
amdmi3  |
- Add LICENSE
- Strip library |
1.3.0_2 19 Oct 2014 18:16:16
  |
mva  |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit) |
1.3.0_2 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.3.0_1 30 Dec 2013 13:13:55
  |
wg  |
x11-toolkits/py-fltk: support stage |
1.3.0_1 15 Dec 2013 16:22:17
  |
wg  |
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 ) |
1.3.0_1 20 Sep 2013 23:57:48
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
1.3.0_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.3.0 17 Nov 2011 14:40:48
 |
gahr  |
- unbreak
- update to 1.3.0
Feature safe: yes |
1.1.5 04 Nov 2011 22:12:21
 |
pav  |
- Mark BROKEN: does not compile with new fltk
Reported by: pointyhat |
1.1.5 31 Aug 2011 20:42:09
 |
pav  |
- Unbreak by fixing plist
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.1.5 31 Aug 2011 20:13:05
 |
pav  |
- Mark BROKEN: incomplete plist
Reported by: pointyhat |
1.1.5 20 Aug 2011 01:56:53
 |
sylvio  |
- Update to 1.1.5 |
1.1.2_6 25 Feb 2011 00:47:51
 |
miwi  |
- Move to py25 or above
- While here kick md5 support |
1.1.2_4 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.2_3 23 Mar 2010 21:14:39
 |
gahr  |
- Chase x11-toolkits/fltk update |
1.1.2_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.1.2_1 19 Jan 2010 18:45:43
 |
gahr  |
- Enable the build on 9.x |
1.1.2_1 02 Sep 2009 15:01:56
 |
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
1.1.2_1 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.1.2 28 Dec 2008 10:54:08
 |
pgollucci  |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav) |
1.1.2 25 Mar 2008 22:44:48
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.1.2 20 Mar 2008 21:05:48
 |
miwi  |
- Drop Maintainership
PR: 121857
Submitted by: Raaf <raaf@zen.mooo.com> (old maintainer) |
1.1.2 10 Jan 2008 23:18:30
 |
miwi  |
- Update to 1.1.2
- Pass maintainership to submitter
PR: 119019
Submitted by: Raaf <raaf@zen.mooo.com> |
1.1.b3_1 30 Jul 2007 09:42:28
 |
alexbl  |
- 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 |
1.1.b3_1 03 Jul 2007 09:32:56
 |
pav  |
- Mark BROKEN on CURRENT: does not build with GCC 4.2 |
1.1.b3_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.b3 01 Dec 2006 19:45:03
 |
rafan  |
- Respect X11BASE
Reported by: pointyhat |
1.1.b3 13 May 2006 05:00:46
 |
edwin  |
Remove USE_REINPLACE from categories starting with X |
1.1.b3 25 Nov 2005 19:33:59
 |
pav  |
- Add SHA256 |
1.1.b3 30 Jul 2005 19:46:09
 |
thierry  |
Upgrade to 1.1b3 and unbreak. |
1.1.b2 18 Nov 2004 22:25:45
 |
kris  |
BROKEN on 6.x: Broken pkg-plist |
1.1.b2 12 Oct 2004 13:23:48
 |
krion  |
Drop maintainership to ports@FreeBSD.org
PR: ports/71721
Submitted by: Radim Kolar <hsn@netmag.cz> |
1.1.b2 18 Apr 2004 21:14:32
 |
pav  |
Add py-fltk, a Python wrapper for the Fast Light Tool Kit cross-platform
graphical
user-interface library.
WWW: http://pyfltk.sourceforge.net/
PR: ports/65286
Submitted by: Radim Kolar <hsn@netmag.cz> |