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: editors/lfhex/Makefile

Number of commits found: 41

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 
Tuesday, 29 Mar 2016
00:53 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Switch to WRKSRC_SUBDIR
- Switch to options helpers
- Regenerate patches with `make makepatch`
Original commitRevision:412086 
Saturday, 25 Jul 2015
15:06 danfe search for other commits by this committer
- Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
  for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
  Makefile headers
Original commitRevision:392887 
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 
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
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
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 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 9 Jan 2012
04:01 eadler search for other commits by this committer
- Remove outdated version checks

Reviewed by:    nox
Original commit
Wednesday, 10 Aug 2011
14:30 ehaupt search for other commits by this committer
Update to 0.42

PR:             159438
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
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
Tuesday, 23 Feb 2010
20:24 amdmi3 search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE, fails with forced make jobs
- Respect CC/CFLAGS by passing QMAKEFLAGS to qmake

Feature safe:   yes
Original commit
Friday, 1 Aug 2008
09:46 arved search for other commits by this committer
Remove unneeded rundeps on qt4 buildtools

PR:             123362
Submitted by:   Max Brazhnikov
Original commit
Friday, 6 Jun 2008
13:25 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, 26 Feb 2008
11:21 miwi search for other commits by this committer
- Update to 0.4

PR:             121085
Submitted by:   Ports Fury
Original commit
Monday, 5 Nov 2007
10:15 miwi search for other commits by this committer
- Fix build with gcc 4.2

PR:             117801
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Approved by:    portmgr (pav)
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Thursday, 4 Oct 2007
08:29 linimon search for other commits by this committer
Mark as broken with gcc4.2 on i386.
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
Friday, 25 Nov 2005
08:42 vs search for other commits by this committer
- Added more one mastersite. The main mastersite is now the official project
website.
- Fixed WWW on pkg-descr.

PR:             ports/89504
Submitted by:   Jean Milanez Melo
Original commit
Wednesday, 28 Sep 2005
16:38 arved search for other commits by this committer
Update to 0.3.7.2

PR:             86677
Submitted by:   KATO Tsuguru <tkato432@yahoo.com> (update to 0.3.7.1)
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
Monday, 20 Dec 2004
08:44 krion search for other commits by this committer
Fix build on 6-current

PR:             ports/75265
Submitted by:   Ports Fury
Original commit
Friday, 17 Dec 2004
06:30 kris search for other commits by this committer
BROKEN on 6.x: Build fails
Original commit
Tuesday, 11 May 2004
07:45 krion search for other commits by this committer
- Fix build

Reported by:    bento/dosirak/pointyhat/who_knows by kris
Original commit
Monday, 10 May 2004
15:31 krion search for other commits by this committer
- Update to version 0.3.7

PR:             ports/66463
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
Monday, 2 Feb 2004
23:02 pav search for other commits by this committer
- Update to 0.3.6

PR:             ports/62261
Submitted by:   Ports Fury
Original commit
Thursday, 16 Oct 2003
20:27 krion search for other commits by this committer
- Update to version 0.3.4
- Unbreak on -current

PR:             58126
Submitted by:   Ports Fury
Original commit
02:21 kris search for other commits by this committer
BROKEN on 5.x: does not compile
Original commit
Monday, 14 Jul 2003
02:53 sf search for other commits by this committer
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Original commit
Sunday, 23 Feb 2003
00:06 arved search for other commits by this committer
Make fetchable.
USE_QT_VER= 2 -> 3
De pkg-comment
Set Maintainership 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
Friday, 21 Jun 2002
15:52 ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39591
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Sunday, 8 Jul 2001
15:51 kevlo search for other commits by this committer
Update to version 0.3.2    
Original commit
Friday, 6 Jul 2001
03:54 ijliao search for other commits by this committer
add lfhex   Large file hex editor    
Original commit

Number of commits found: 41