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: x11-toolkits/fltk2/Makefile

Number of commits found: 41

Friday, 26 Oct 2012
10:23 bapt search for other commits by this committer
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available

Feature safe:	yes
Original commitRevision:306432 
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 31 May 2012
14:49 bapt search for other commits by this committer
Convert to new options framework
Original commit
Thursday, 16 Feb 2012
01:08 eadler search for other commits by this committer
Normalize the maintainer (freebsd -> FreeBSD.org)
Original commit
Saturday, 3 Dec 2011
18:51 scheidell search for other commits by this committer
- update to snapshot r9166
- maintainer sends port back to ports@

PR:             162297
Submitted by:   maintainer
Approved by:    maintainer(tmseck@web.de), gabor(mentor)
Feature safe:   yes
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
Saturday, 18 Dec 2010
21:54 makc search for other commits by this committer
Update to snapshot r7725

PR:             ports/153271
Submitted by:   Thomas-Martin Seck (maintainer)
Original commit
Saturday, 19 Jun 2010
18:58 sylvio search for other commits by this committer
- Update to snapshot r7513

PR:             ports/147564
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Feature safe:   yes
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, 28 Jul 2009
17:16 miwi search for other commits by this committer
- Update to 2.0.r6834

PR:             137185
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Friday, 13 Mar 2009
16:23 miwi search for other commits by this committer
- Update to r6671

Add a patch to unbreak the build with current versions of graphics/cairo
in the (non-default) WITH_FLTK_CAIRO case.

PR:             132412
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
Monday, 29 Sep 2008
12:01 miwi search for other commits by this committer
- Update to r6305

PR:             127697
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
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
Sunday, 3 Aug 2008
14:52 miwi search for other commits by this committer
- Update to r6149

PR:             126191
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Monday, 23 Jun 2008
10:51 miwi search for other commits by this committer
- Update to r6140

PR:             124873
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Thursday, 29 May 2008
11:27 miwi search for other commits by this committer
- Update to r6129

PR:             124031
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Sunday, 27 Apr 2008
03:59 rafan search for other commits by this committer
- Update to r6090

PR:             ports/122732
Submitted by:   Thomas-Martin Seck <tmseck at web.de> (maintainer)
Original commit
Saturday, 22 Mar 2008
14:48 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
Monday, 17 Mar 2008
19:53 miwi search for other commits by this committer
- Update to r6066
- Fix a bashism in FLTK's configure script
- Add x11/xprop as a build dependency and discuss the rationale for this a bit
  in a comment

PR:             121764
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Sunday, 10 Feb 2008
21:37 beech search for other commits by this committer
- Update to snapshot r6025

PR:             ports/120503
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Saturday, 12 Jan 2008
13:11 miwi search for other commits by this committer
- Update to r5990

PR:             119565
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Tuesday, 28 Aug 2007
21:17 miwi search for other commits by this committer
- Update to r5940

PR:             115876
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Sunday, 24 Jun 2007
20:35 miwi search for other commits by this committer
- Update to r5917

PR:             113998
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Tuesday, 5 Jun 2007
07:00 miwi search for other commits by this committer
- Update to r5857

PR:             113156
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
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, 21 Apr 2007
17:40 miwi search for other commits by this committer
- Update to r5782

PR:             111984
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Monday, 19 Mar 2007
03:48 rafan search for other commits by this committer
- Update to snapshot r5746

PR:             ports/110472
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
Original commit
Sunday, 4 Feb 2007
06:46 rafan search for other commits by this committer
- Update to 2.0.5642

PR:             ports/108721
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
Original commit
Monday, 15 Jan 2007
20:07 miwi search for other commits by this committer
- Update to r5599

PR:             ports/107910
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Tuesday, 19 Dec 2006
01:01 rafan search for other commits by this committer
- Update to snapshot 5556
- Use MASTER_SITE_EASYSW

PR:             ports/106841
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
Original commit
Monday, 6 Nov 2006
02:58 rafan search for other commits by this committer
- Update to 2.0.5528

PR:             ports/105177
Submitted by:   Thomas-Martin Seck (maintainer)
Original commit
Sunday, 8 Oct 2006
20:17 miwi search for other commits by this committer
- Update to r5508
- Fix build with gcc41

PR:             ports/104187
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Sunday, 10 Sep 2006
00:07 rafan search for other commits by this committer
- Update to r5425, released on 2006/09/08.

PR:             ports/103066
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
Original commit
Sunday, 6 Aug 2006
14:26 arved search for other commits by this committer
- Update to snapshot r5274 and make fetchable again.
- Remove a mirror that was not kept up to date for quite some time now.
- Remove a no longer needed workaround for a compilation issue because
  the problem was fixed upstream.

PR:             101419
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Monday, 24 Jul 2006
02:00 rafan search for other commits by this committer
- Update to snapshot r5256
- Add new option FLTK_CAIRO for cairo support (default off)

PR:             ports/100744
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
Original commit
Monday, 5 Jun 2006
20:57 pav search for other commits by this committer
- Update to snapshot r5170

PR:             ports/98530
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Friday, 26 May 2006
16:21 pav search for other commits by this committer
FLTK is a cross-plattform C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows systems.

It is provided under the terms of the GNU Library Public License, Version 2.

This port supplies a snapshot of the current 2.0 development version.

WWW:    http://www.fltk.org/

PR:             ports/95223
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de>
Original commit

Number of commits found: 41