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

Number of commits found: 52

Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Sunday, 4 Nov 2018
12:15 antoine search for other commits by this committer
Mark BROKEN: fails to build

network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to
250 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
        char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
                                 ^~~~

Reported by:	pkg-fallout
Original commitRevision:484003 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Saturday, 16 Apr 2016
12:29 danfe search for other commits by this committer
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Original commitRevision:413438 
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 
Thursday, 21 Nov 2013
16:09 makc search for other commits by this committer
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE
Original commitRevision:334499 
Tuesday, 22 Oct 2013
13:53 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)

Approved by:	portmgr (bdrewery)
Original commitRevision:331269 
Sunday, 13 Oct 2013
13:03 makc search for other commits by this committer
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
Original commitRevision:330227 
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, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 9 Jun 2013
16:56 miwi search for other commits by this committer
- Update to version 2.s764

PR:		179220
Submitted by:	Ports Fury
Original commitRevision:320350 
Sunday, 30 Dec 2012
12:03 beat search for other commits by this committer
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
  was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
Original commitRevision:309662 
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, 20 Oct 2009
09:40 miwi search for other commits by this committer
- Update to 1.5.4.3

PR:             139765
Submitted by:   Ports Fury
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
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
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
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
Friday, 14 Dec 2007
18:45 miwi search for other commits by this committer
- Update to 1.5.4.2

PR:             118610
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Wednesday, 20 Jun 2007
14:18 miwi search for other commits by this committer
- Update to 1.5.4

PR:             113770
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
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
Tuesday, 13 Feb 2007
00:16 pav search for other commits by this committer
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:   rafan
Tested on:      pointyhat
Original commit
Wednesday, 17 Jan 2007
20:44 miwi search for other commits by this committer
- Update to 1.5.3

PR:             107998
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Monday, 9 Oct 2006
00:38 alepulver search for other commits by this committer
- Update to version 1.5.2.

PR:             ports/104173
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Saturday, 15 Apr 2006
19:39 arved search for other commits by this committer
Update to 1.5.1

PR:             95817
Submitted by:   KATO Tsuguru
Original commit
Saturday, 21 Jan 2006
00:04 pav search for other commits by this committer
- Update to 1.0.4.2

PR:             ports/92009
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 11 Dec 2005
17:52 tdb search for other commits by this committer
- Update to version 1.0.3.2

PR:             90193
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Approved by:    clement (mentor)
Original commit
Monday, 10 Oct 2005
10:28 garga search for other commits by this committer
- Update to 1.0.3

PR:             ports/87059
Submitted by:   Ports Fury
Original commit
Friday, 8 Jul 2005
18:46 novel search for other commits by this committer
update to 1.0.2.

PR:             83154
Submitted by:   Ports Fury
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Tuesday, 5 Apr 2005
09:26 krion search for other commits by this committer
Update to version 1.0.1

PR:             ports/79474
Submitted by:   Ports Fury
Original commit
Thursday, 23 Dec 2004
09:57 krion search for other commits by this committer
Update to version 1.0.0.2

PR:             ports/75397
Submitted by:   Ports Fury
Original commit
Saturday, 18 Dec 2004
18:46 krion search for other commits by this committer
Update to version 1.0.0

PR:             ports/75113
Submitted by:   Ports Fury
Original commit
Tuesday, 7 Dec 2004
11:22 lesi search for other commits by this committer
Fix build without imake.

Pointed out by: dosirak via kris, while testing X.Org upgrade
Original commit
Tuesday, 26 Oct 2004
17:50 krion search for other commits by this committer
Update to version 0.2.2

PR:             ports/73076
Submitted by:   Ports Fury
Original commit
Monday, 23 Aug 2004
19:01 krion search for other commits by this committer
Update to version 0.2.1

PR:             ports/70867
Submitted by:   Ports Fury
Original commit
Monday, 10 May 2004
15:41 krion search for other commits by this committer
- Update to version 0.2

PR:             ports/66465
Submitted by:   Ports Fury
Original commit
Sunday, 14 Mar 2004
08:00 krion search for other commits by this committer
- Fix build with qt33

PR:             ports/64212
Submitted by:   Ports Fury
Original commit
Tuesday, 10 Feb 2004
15:26 krion search for other commits by this committer
- Update to version 0.1.3

PR:             ports/62638
Submitted by:   Ports Fury
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
Wednesday, 17 Dec 2003
16:41 krion search for other commits by this committer
- Update to version 0.1.2

PR:             60338
Submitted by:   Ports Fury
Original commit
Wednesday, 5 Nov 2003
15:58 krion search for other commits by this committer
- Update to version 0.1.1

PR:             58962
Submitted by:   Ports Fury
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
Saturday, 22 Feb 2003
23:16 arved search for other commits by this committer
Update to 0.0.14. USE_QT= 3. Set MAINTAINER back to ports
Original commit
Friday, 23 Aug 2002
05:53 alane search for other commits by this committer
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership.
Original commit
Sunday, 30 Jun 2002
02:50 ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             40012
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Monday, 20 May 2002
16:31 ijliao search for other commits by this committer
upgrade to 0.0.11
Original commit
Saturday, 13 Apr 2002
06:57 ijliao search for other commits by this committer
add qgo 0.0.8
A Go board and SGF editor written with the Qt library
Original commit

Number of commits found: 52