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: games/glchess/Makefile

Number of commits found: 69

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Friday, 8 Nov 2019
10:47 tobik search for other commits by this committer
games: Add missing USES={gnome,gl,sdl,xorg}
Original commitRevision:517046 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
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 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
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, 29 Apr 2017
09:00 amdmi3 search for other commits by this committer
- Switch to options helpers
- Update WWW
Original commitRevision:439743 
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 
Friday, 31 Oct 2014
14:44 amdmi3 search for other commits by this committer
- Use OPTIONS helpers
- Don't use gettext when NLS is disabled
- Remove @exec/@unexec's handled by USES=shared-mime-info
- Drop @dirrm* from plist
Original commitRevision:371832 
Monday, 20 Oct 2014
17:36 mva search for other commits by this committer
- Convert games/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371287 
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 
Sunday, 17 Aug 2014
12:29 mva search for other commits by this committer
- Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
  there is no need to touch the plist.

With hat:	python@
Original commitRevision:365179 
Wednesday, 9 Jul 2014
12:59 vanilla search for other commits by this committer
1: Stagify.
2: add INSTALLS_EGGINFO, bump version.
Original commitRevision:361361 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Original commitRevision:357654 
Wednesday, 11 Jun 2014
18:55 marino search for other commits by this committer
Reset the 99 ports still listed under sylvio@

Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
Original commitRevision:357526 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category games
Original commitRevision:345410 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
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 
Monday, 29 Apr 2013
22:27 bapt search for other commits by this committer
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}

While here:
- trim headers
- convert to new options framework
Original commitRevision:316850 
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 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
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
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 27 Nov 2009
22:52 sylvio search for other commits by this committer
- Update my mail address to FreeBSD

Approved by:    miwi (mentor)
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
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
Sunday, 21 Jun 2009
22:11 araujo search for other commits by this committer
- Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>.
Original commit
Friday, 6 Jun 2008
13:31 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Friday, 17 Aug 2007
11:56 araujo search for other commits by this committer
- Update to 1.0.6.
- Added WITHOUT_NLS knob.

Approved by:    itetcu (mentor)
Original commit
Friday, 29 Jun 2007
16:29 araujo search for other commits by this committer
- Change my mail address to araujo@.

Approved by:    stas (mentor)
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
Monday, 16 Apr 2007
07:12 itetcu search for other commits by this committer
Update to 1.0.5

PR:             ports/111605
Submitted by:   Marcelo Araujo (araujo@bsdmail.org) (maintainer)
Original commit
Tuesday, 27 Feb 2007
13:48 miwi search for other commits by this committer
- Update to 1.0.2

PR:             109323
Submitted by:   Marcelo Araujo <araujo@bsdmail.org> (Maintainer)
Original commit
Wednesday, 17 Jan 2007
20:44 miwi search for other commits by this committer
- Support GCONF_SCHEMAS properly

PR:             107997
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 5 Jan 2007
08:02 clsung search for other commits by this committer
- Update to 1.0.1
- grab maintainership

PR:             ports/107545
Submitted by:   maintainer (Marcelo Araujo)
Original commit
Thursday, 21 Dec 2006
22:33 miwi search for other commits by this committer
- Update to 1.0

PR:             ports/106984
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 5 Nov 2006
21:03 miwi search for other commits by this committer
- Update to 0.9.12

PR:             ports/105032
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sponsored by:   FreeBSD Bug-a-thon #2
Original commit
Monday, 9 Oct 2006
00:36 alepulver search for other commits by this committer
- Update to version 0.9.11.

PR:             ports/104172
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Monday, 11 Sep 2006
22:01 miwi search for other commits by this committer
- Update to 0.9.7

PR:             ports/103146
Submitted by:   KATO Tsuguru <tkato432(at)yahoo.com>
Original commit
Wednesday, 19 Jul 2006
20:41 rafan search for other commits by this committer
- Update 0.9.5
- Remove USE_X_PREFIX

PR:             ports/100561
Submitted by:   KATO Tsuguru
Original commit
Sunday, 25 Jun 2006
16:25 itetcu search for other commits by this committer
Update to version 0.9.4

PR:             ports/99044
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 11 Jun 2006
19:22 erwin search for other commits by this committer
Update to 0.9.3

PR:             98822
Submitted by:   Ports fury
Original commit
Thursday, 20 Apr 2006
05:34 sem search for other commits by this committer
- Update to 0.9.0

PR:             ports/96004
Submitted by:   Ports Fury
Original commit
Friday, 14 Apr 2006
22:53 linimon search for other commits by this committer
Reset pat due to no response to email about his status.

Hat:    portmgr
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Monday, 21 Feb 2005
14:52 fjoe search for other commits by this committer
USE_MESA -> USE_GL

Approved by:    MAINTAINER
Original commit
Friday, 4 Jun 2004
17:29 ade search for other commits by this committer
Sync with new bsd.autotools.mk
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 3 Jul 2003
05:41 pat search for other commits by this committer
Fix gnuchess support

Submitted by:   "Holger Kipp" <hk@intserv.int1.b.intern>
Original commit
Sunday, 20 Apr 2003
03:03 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 7 Mar 2003
06:03 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Monday, 25 Nov 2002
01:34 alane search for other commits by this committer
Fixed bug where port makefile attempted to bypass automake/autoconf
support mechanism. That's a no-no. Bad maintainer. Bad.
Original commit
Wednesday, 18 Sep 2002
02:05 pat search for other commits by this committer
Update to 0.4.7
Original commit
Monday, 2 Sep 2002
00:59 lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42301
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Wednesday, 27 Mar 2002
07:07 pat search for other commits by this committer
Update to 0.4.6
Original commit
Sunday, 24 Mar 2002
07:31 pat search for other commits by this committer
- Update to 0.4.5
- make programs in RUN_DEPENDS optional and make note in pkg-message
Original commit
Wednesday, 23 Jan 2002
21:50 pat search for other commits by this committer
Update to 0.4.4    
Original commit
Friday, 11 Jan 2002
22:06 pat search for other commits by this committer
1) update to 0.4.3   2) add pkg-message telling users to make sure that Load glx
is in      the modules section of the X config file    
Original commit
Wednesday, 26 Dec 2001
18:36 pat search for other commits by this committer
Update to 0.4.2    
Original commit
Sunday, 9 Dec 2001
02:42 pat search for other commits by this committer
Update to 0.4.1    
Original commit
Thursday, 15 Nov 2001
03:59 pat search for other commits by this committer
Maintainer is now committer so change to new email address.    
Original commit
Tuesday, 4 Sep 2001
23:36 lioux search for other commits by this committer
Update to 0.3.5    
Original commit
Monday, 20 Aug 2001
16:59 kevlo search for other commits by this committer
Update to version 0.3.4    
Original commit
Monday, 30 Jul 2001
00:33 lioux search for other commits by this committer
New port glchess version 0.3.3, A 3D OpenGL based chess game    
Original commit

Number of commits found: 69