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: comms/linpsk/Makefile

Number of commits found: 29

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 
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 
Sunday, 5 Feb 2017
18:57 jbeich search for other commits by this committer
comms/linpsk: unbreak with clang 4.0

crxdisplay.cpp:101:16: error: ordered comparison between pointer and zero
('Input *' and 'int')
    if ( Sound <= NULL )
         ~~~~~ ^  ~~~~

PR:		216234
Submitted by:	tcberner
Approved by:	maintainer timeout (2 weeks)
Original commitRevision:433443 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 12 Mar 2015
17:12 sunpoet search for other commits by this committer
- Update MAINTAINER: use @FreeBSD.org
Original commitRevision:381119 
Friday, 9 Jan 2015
19:33 shurd search for other commits by this committer
Re-create comms/linpsk
Simple Qt PSK31, RTTY, and MSK31 client
Original commitRevision:376648 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 2 Mar 2012
21:44 xride search for other commits by this committer
Passing MAINTAINER to hamradio@
Original commit
Monday, 17 Oct 2011
10:08 bf search for other commits by this committer
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
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
Saturday, 22 Aug 2009
00:15 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
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
Friday, 6 Jun 2008
13:15 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
Tuesday, 18 Mar 2008
20:27 xride search for other commits by this committer
Cleanup USE_X_PREFIX
Original commit
Thursday, 4 Oct 2007
00:21 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
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
Friday, 29 Sep 2006
22:01 xride search for other commits by this committer
Change my MAINTAINER email to be my @FreeBSD email

Approved by:    tmclaugh
Original commit
Monday, 21 Aug 2006
11:37 miwi search for other commits by this committer
- Respect CFLAGS

PR:             ports/102196
Submitted by:   Soeren Straarup <xride(at)x12.dk> (maintainer)
Approved by:    krion (mentor
Original commit
Monday, 5 Jun 2006
11:25 itetcu search for other commits by this committer
Change IGNORE to BROKEN accordingly to:
books/porters-handbook/dads-noinstall.html
Since it does not build then it should be BROKEN not IGNORE.

PR:             98524
Submitted by:   Soeren Straarup  (maintainer)
Approved by:    lawrance (mentor, implicit)
Original commit
Thursday, 11 May 2006
15:12 ahze search for other commits by this committer
- Chase fftw3 libver bump
Original commit
Wednesday, 25 Jan 2006
22:57 kris search for other commits by this committer
Add missing USE_PERL5_BUILD
Original commit
Sunday, 22 Jan 2006
15:56 arved search for other commits by this committer
Add hamradio to categories

PR:             92140
Submitted by:   Soeren Straarup <xride@x12.dk>
Original commit
Sunday, 11 Dec 2005
23:36 lawrance search for other commits by this committer
Obey PREFIX/LOCALBASE.

PR:             ports/90246
Submitted by:   Søren Straarup <xride@x12.dk> (maintainer)
Original commit
Monday, 5 Sep 2005
00:48 jylefort search for other commits by this committer
Add a missing runtime dependency.

PR:             ports/85716
Submitted by:   maintainer
Original commit
Thursday, 2 Jun 2005
20:50 jylefort search for other commits by this committer
Add linpsk.

This is a small PSK31 program that uses QT, and a soundcard as modem.

WWW: http://linpsk.sourceforge.net/

PR:             ports/81617
Submitted by:   Søren Straarup <xride@x12.dk>
Original commit

Number of commits found: 29