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/fox-devel/Makefile

Number of commits found: 28

Saturday, 10 Jun 2006
15:51 sem search for other commits by this committer
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
   x11-toolkits/fox-devel -> x11-toolkits/fox14
Original commit
Saturday, 13 May 2006
05:00 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Monday, 16 May 2005
10:57 danfe search for other commits by this committer
Convert to OPTIONS.
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
Sunday, 13 Mar 2005
10:18 krion search for other commits by this committer
Update to version 1.4.7

PR:             ports/78750
Submitted by:   Ports Fury
Original commit
Friday, 25 Feb 2005
14:02 krion search for other commits by this committer
Update to version 1.4.6

PR:             ports/77977
Submitted by:   Ports Fury
Original commit
Wednesday, 20 Oct 2004
09:39 pav search for other commits by this committer
- Update to 1.2.11

PR:             ports/72826
Submitted by:   Ports Fury
Original commit
Sunday, 15 Aug 2004
14:55 oliver search for other commits by this committer
fix build for (at least my) 4.10 (box)
Original commit
Friday, 13 Aug 2004
16:09 krion search for other commits by this committer
Update to version 1.1.9

PR:             ports/70415
Submitted by:   Ports Fury
Original commit
Friday, 23 Jul 2004
19:10 anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Original commit
Wednesday, 14 Jul 2004
12:36 krion search for other commits by this committer
Update to version 1.2.7

PR:             ports/69005
Submitted by:   Ports Fury
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Saturday, 3 Jul 2004
15:42 krion search for other commits by this committer
Update to version 1.2.6

PR:             ports/68635
Submitted by:   Ports Fury
Original commit
Saturday, 26 Jun 2004
16:19 pav search for other commits by this committer
- Update to 1.2.5

PR:             ports/68393
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 23 May 2004
19:11 krion search for other commits by this committer
- Update to version 1.2.1

PR:             ports/67086
Submitted by:   Ports Fury
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Saturday, 7 Feb 2004
16:29 clement search for other commits by this committer
- Set correct LATEST_LINK

Reported/Requested by:  kris
Original commit
Friday, 12 Dec 2003
23:53 pav search for other commits by this committer
- Update to 1.1.42
- Use DOCSDIR macro
- Use CONFLICTS macro
- Add working master site
- Remove bogus Motif dependency, which was never needed

PR:             ports/60046
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
Tuesday, 11 Nov 2003
09:49 linimon search for other commits by this committer
Upgrade to modern version (1.1.41).  The changes are extensive;
see http://www.fox-toolkit.org/news.html.

While I'm here, simplify the conflict message and pacify portlint.
PR: ports/57620.
Original commit
Sunday, 18 May 2003
12:39 petef search for other commits by this committer
Unbreak: add a missing dependency on Motif.
Original commit
11:35 kris search for other commits by this committer
BROKEN on 5.1: configure fails
Original commit
Saturday, 10 May 2003
14:21 petef search for other commits by this committer
Unbreak: update to 1.1.25.

PR:             51457
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net
Original commit
Tuesday, 6 May 2003
07:08 kris search for other commits by this committer
BROKEN: Does not configure
Original commit
Tuesday, 18 Feb 2003
06:05 knu search for other commits by this committer
De-pkg-decomment fox master-slave ports.
Original commit
Saturday, 8 Feb 2003
00:14 lioux search for other commits by this committer
o After repo copy from fox port:
        - Update to 1.1.22
        - Add a conflict management mechanism: do not install if
          fox port is already installed

Repo copy performed by: cvs (joe)
Original commit

Number of commits found: 28