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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: graphics/py-soya3d/Makefile

Number of commits found: 60

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 
Tuesday, 18 Feb 2020
10:58 antoine search for other commits by this committer
Deprecate a few unmaintained ports that use python27

With hat:	portmgr
Original commitRevision:526451 
Tuesday, 5 Nov 2019
22:16 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516845 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
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 
Saturday, 18 Nov 2017
19:32 zeising search for other commits by this committer
Bump portrevision to chase graphics/glew shard library version update.

PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
Original commitRevision:454454 
Sunday, 16 Jul 2017
09:00 amdmi3 search for other commits by this committer
- Switch to options helpers
- Unsilence installation commands
Original commitRevision:445990 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Tuesday, 14 Feb 2017
15:02 tijl search for other commits by this committer
Remove -fPIC.  The problem was in devel/ode.
Original commitRevision:434113 
Thursday, 9 Feb 2017
18:53 linimon search for other commits by this committer
Add -fPIC to various ports to enable them to build on armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:433767 
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 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Monday, 24 Nov 2014
23:53 amdmi3 search for other commits by this committer
- Update devel/ode to 0.13
- Bump dependent ports

PR:		193086
Submitted by:	pfg
Approved by:	maintainer timeout (acm, almost 3 months)
Original commitRevision:373385 
23:48 amdmi3 search for other commits by this committer
- Simplify manpage installation
- Remove unused Makefile statements
- Strip libraries
Original commitRevision:373384 
Sunday, 5 Oct 2014
00:07 wg search for other commits by this committer
graphics/py-soya3d: switch from py-imaging to py-pillow

- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:370026 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Tuesday, 5 Aug 2014
12:46 wg search for other commits by this committer
graphics/py-soya3d: support stage

- Use auto plist
- Convert to new options
Original commitRevision:364093 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 23 Jul 2014
17:07 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362712 
Sunday, 13 Jul 2014
23:36 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361728 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Wednesday, 25 Dec 2013
23:29 antoine search for other commits by this committer
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Original commitRevision:337464 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
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
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Tuesday, 27 Apr 2010
21:58 gahr search for other commits by this committer
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly

Approved by:    portmgr (pav)
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 25 Jan 2010
19:15 pav search for other commits by this committer
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Thursday, 18 Jun 2009
01:07 acm search for other commits by this committer
- Fix an issue in my previous commit
Original commit
Wednesday, 17 Jun 2009
23:21 acm search for other commits by this committer
- Fix with custom LOCALBASE

Reported by:    QAT
Original commit
Wednesday, 29 Apr 2009
15:27 acm search for other commits by this committer
- Use correctly NOPORTDOCS and NOPORTEXAMPLES
- Fix pkg-plist
- Bump PORTREVISION

Suggested by:   itetcu
Original commit
Tuesday, 28 Apr 2009
19:14 itetcu search for other commits by this committer
Bump PORTREVISION for DEPENDS change.

Prompted by:    QAT
Pointyhat to:   acm@
Original commit
Monday, 27 Apr 2009
01:28 acm search for other commits by this committer
- Add sdl dependency

Reported by:    QAT
Original commit
01:16 acm search for other commits by this committer
- Update to 0.14
- Remove obsolete dependency
Original commit
Friday, 16 Jan 2009
04:18 acm search for other commits by this committer
- Bump PORTREVISION, because devel/ode was updated

Approved by:    amdmi3 via email
Original commit
Sunday, 28 Dec 2008
10:54 pgollucci search for other commits by this committer
CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 22 Mar 2008
08:55 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Wednesday, 7 Nov 2007
16:12 acm search for other commits by this committer
- Fix problem with new version of pyrex. It is not necessary as a dependency.
- Remove BROKEN state
- Bump PORTREVISION

Approved by:    portmgr
Original commit
Friday, 26 Oct 2007
02:44 linimon search for other commits by this committer
Mark as broken with current version of devel/pyrex.  A new version of
this port should be coming shortly.
Original commit
Sunday, 19 Aug 2007
18:58 acm search for other commits by this committer
- Update to 0.13.2
- Remove obsolete patch files
- Add devel/ode like a dependency
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - 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
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 9 Dec 2006
08:51 rafan search for other commits by this committer
- Really respect X11BASE

Approved by:    portmgr (linimon)
Original commit
Thursday, 30 Nov 2006
20:37 acm search for other commits by this committer
- Respect X11BASE
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Original commit
Monday, 21 Aug 2006
16:09 acm search for other commits by this committer
- Fix build with recent graphics/cal3d
- Fix linking problem with openal lib

Approved by:    garga (mentor)
Original commit
Monday, 7 Aug 2006
21:30 acm search for other commits by this committer
- Fix problem on 4.x

Reported by:    kris
Approved by:    garga (mentor)
Original commit
Saturday, 29 Jul 2006
16:36 acm search for other commits by this committer
- Update to 0.12
- Remove obsolete patch files. Now, i'm using ${REINPLACE_CMD} for it.

Approved by:    garga (mentor)
Original commit
Sunday, 23 Jul 2006
02:45 acm search for other commits by this committer
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
Original commit
Thursday, 15 Jun 2006
16:04 erwin search for other commits by this committer
- Update Soya3d to 0.11.2
- Update SoyaTutorial to 0.11
- Added new dependency (security/py-cerializer). py-soya3d allow to use
py-cerealizer.
- Fixed the installation of SoyaTutorial.

PR:             98959
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Original commit
Friday, 19 May 2006
10:02 erwin search for other commits by this committer
Update to 0.10.5

PR:             97481
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Original commit
Wednesday, 17 May 2006
19:08 arved search for other commits by this committer
Unbreak on i386

Reported by:    pointyhat
Pointyhat to:   arved
Original commit
Sunday, 7 May 2006
18:49 arved search for other commits by this committer
Update to 0.10.4
Fix build on amd64

PR:             96815
Submitted by:   Jose Alonso Cardenas Marquez
Original commit
Saturday, 15 Apr 2006
18:06 arved search for other commits by this committer
Update to 0.10.2

PR:             95507
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit
Sunday, 6 Nov 2005
14:01 mnag search for other commits by this committer
Respect LOCALBASE and X11BASE

PR:             88532
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Original commit
Monday, 24 Oct 2005
02:34 mnag search for other commits by this committer
Mark amd64 as BROKEN. Does not compile.

Notified by:    kris
Original commit
Monday, 10 Oct 2005
17:37 mnag search for other commits by this committer
Change COMMENT to reflect Porters Handbook (sect 5.6)

Notified by:    hq
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Original commit
Sunday, 9 Oct 2005
00:17 mnag search for other commits by this committer
Soya 3D is a very high level 3D engine for Python.
Soya aims at being to 3D what Python is to
programming : fast to learn, easy to use, while
keeping good performances

PR:             87008
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit

Number of commits found: 60