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/pykawari/Makefile

Number of commits found: 43

Sunday, 7 Apr 2019
07:43 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:498264 
Sunday, 4 Nov 2018
14:19 antoine search for other commits by this committer
Mark BROKEN: fails to build

shiori/kawari_shiori.cpp:147:35: error: invalid suffix on literal; C++11
requires a space between literal and identifier
[-Wreserved-user-defined-literal]
                        response.SetStartline("SHIORI/"SHIORIVER" 500 Internal
Server Error");
                                                       ^

Reported by:	pkg-fallout
Original commitRevision:484069 
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 
Monday, 11 Dec 2017
16:54 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:456050 
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 
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 
Thursday, 21 Aug 2014
09:56 marino search for other commits by this committer
Stage games/pykawari and unbreak on FreeBSD 10+

PR:		192797
Submitted by:	Ports Fury
Original commitRevision:365541 
Saturday, 28 Jun 2014
07:48 antoine search for other commits by this committer
Reset maintainer, email bounces

With hat:	portmgr
Original commitRevision:359668 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Friday, 6 Jun 2014
15:26 ak search for other commits by this committer
- Use /usr/bin/unzip for zip files extraction (part 2)
  Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
Original commitRevision:356803 
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 
14:49 bapt search for other commits by this committer
Convert g* to USES=zip
Original commitRevision:347760 
Sunday, 15 Dec 2013
13:21 mva search for other commits by this committer
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336527 
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 
Friday, 10 May 2013
01:46 bdrewery search for other commits by this committer
- Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
  looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
  Will let maintainers decide if archivers/unzip is really still needed.
  Some of these ports/options remain broken due to other issues.

With hat:	portmgr
Original commitRevision:317757 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
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
Tuesday, 8 Sep 2009
21:08 wxs search for other commits by this committer
- Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to be
  "unzip -v" or similar which would break. Instead rely upon the unzip binary.

  http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html

Noticed by:     Dag-Erling Smørgrav <des@des.no>
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
Tuesday, 3 Mar 2009
05:42 gabor search for other commits by this committer
- Update to 8.2.8
- Unbreak on GCC 4.X

PR:             ports/131085
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
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
Tuesday, 25 Mar 2008
22:44 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
Tuesday, 2 Oct 2007
09:51 linimon search for other commits by this committer
Mark as broken with gcc4.2.
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, 5 Nov 2005
17:16 arved search for other commits by this committer
Update to 8.2.4

PR:             88470
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp>
Original commit
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Wednesday, 14 Sep 2005
08:05 pav search for other commits by this committer
- Update to 8.2.3

PR:             ports/84735
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Original commit
Tuesday, 31 May 2005
20:07 flz search for other commits by this committer
- Fix compilation with vanilla gcc on ${OSVERSION} > 502126.
- Rename local patch.

PR:             ports/81733
Submitted by:   maintainer
Original commit
Saturday, 21 May 2005
17:45 kris search for other commits by this committer
Apply nasty -fPIC hack to ia64 as well to attempt to "fix" build
Original commit
Saturday, 19 Mar 2005
21:27 pav search for other commits by this committer
- Fix build on recent FreeBSD by using gcc33 port

PR:             ports/78988
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Wednesday, 13 Oct 2004
09:02 pav search for other commits by this committer
- Update to 8.2.2

PR:             ports/72602
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Original commit
Thursday, 30 Sep 2004
05:56 kris search for other commits by this committer
Correct typo in previous commit

Submitted by:   maintainer
Approved by:    portmgr (self)
Pointy hat to:  self
Original commit
Sunday, 26 Sep 2004
02:41 kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Original commit
Monday, 19 Apr 2004
09:04 kris search for other commits by this committer
lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Friday, 20 Feb 2004
13:53 krion search for other commits by this committer
- Fix build on AMD64

PR:             ports/63104
Submitted by:   Hendrik Scholz <hendrik@scholz.net>
Approved by:    maintainer
Original commit
Thursday, 5 Feb 2004
03:03 nork search for other commits by this committer
Fix build/install on stable.

PR:             ports/62369
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp>
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
Tuesday, 3 Feb 2004
16:16 nork search for other commits by this committer
Add pykawari 8.1.0, pykawari is a real kawari8 module for ninix-aya.

PR:             ports/61787
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp>
Original commit

Number of commits found: 43