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: lang/gcc31/Makefile

Number of commits found: 42

Sunday, 31 Jul 2005
13:34 gerald search for other commits by this committer
Remove the lang/gcc31 port.  It fails to build on several architectures
(even ones it is supposed to work on, cf. pointyhat), it fails to build
on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single
ABI changes and many bug fixes.

It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these
are still actively maintained upstream and support FreeBSD 7, for example.
Original commit
Wednesday, 27 Jul 2005
22:19 gerald search for other commits by this committer
Remove duplicate PORTREVISION.

Reported by:    flz
Original commit
Sunday, 20 Mar 2005
17:53 adamw search for other commits by this committer
It was discovered that running "make clean" from a port with a dependency
on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that
version of gcc already installed causes infinite recursion problems.

The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally,
it was used to override any other definition and say that you can use any
gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing
recursion errors, so handle the problem instead by just simply undefining
USE_GCC inside the gcc port Makefile itself.

This should make things happy again.
Original commit
Sunday, 13 Feb 2005
21:53 krion search for other commits by this committer
Handle USE_GCC properly and exchange its value 'X' with an actual
version number.
Original commit
Thursday, 13 Jan 2005
21:19 obrien search for other commits by this committer
Fix one bug about bootstraping on FreeBSD/amd64.
Original commit
Sunday, 2 Jan 2005
01:00 kris search for other commits by this committer
Does not compile on alpha.  Since it's unlikely anyone is going to fix
these old compilers, drop alpha from the supported arch list.  Flip over
from NOT_FOR_ARCHS to ONLY_FOR_ARCHS where used, since these ports will
not support any future architectures FreeBSD runs on.

Approved by:    portmgr (self)
Original commit
Saturday, 11 Dec 2004
04:00 obrien search for other commits by this committer
Remove a reference to two FORTRAN libraries that I missed in rev 1.148.
Original commit
Saturday, 27 Nov 2004
23:38 obrien search for other commits by this committer
Unbreak the port by remove the Java language from this port.  Anyone using
GCC 3.1 isn't using it for the Java compiler, but for C/C++ code.  Same
for FORTRAN77.  The Java bits also don't compile on FreeBSD/sparc64.
Original commit
Friday, 26 Nov 2004
00:28 kris search for other commits by this committer
BROKEN: Broken pkg-plist
Original commit
Thursday, 13 May 2004
09:05 kris search for other commits by this committer
BROKEN on sparc64: Install fails (trying to install missing java support)
Original commit
Saturday, 10 Apr 2004
17:26 trevor search for other commits by this committer
Tidy up whitespace.
Original commit
Sunday, 14 Mar 2004
03:22 kris search for other commits by this committer
DEPRECATE the unused, outdated gcc28 and gcc31 ports for removal at a future
date.
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
Thursday, 22 Jan 2004
11:06 trevor search for other commits by this committer
Use the SORT macro from bsd.port.mk.
Original commit
Saturday, 27 Sep 2003
00:50 edwin search for other commits by this committer
- ECHO -> ECHO_MSG

for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:             ports/56800-56819
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Wednesday, 24 Sep 2003
09:37 osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
Original commit
Friday, 9 May 2003
05:34 obrien search for other commits by this committer
These older compilers don't support amd64, sparc64, and ia64.
Original commit
Thursday, 20 Feb 2003
18:38 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 3 Dec 2002
23:21 obrien search for other commits by this committer
Use the most modern spelling of egcs.cygnus.com.
Original commit
04:35 obrien search for other commits by this committer
Fix cklatest paths.

Reported by:    gerald
Approved by:    kris
Original commit
Tuesday, 5 Nov 2002
03:10 obrien search for other commits by this committer
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
Original commit
Saturday, 19 Oct 2002
18:55 knu search for other commits by this committer
Use MASTER_SITES_GCC.

Approved by:    obrien (maintainer)
Original commit
Wednesday, 18 Sep 2002
14:43 obrien search for other commits by this committer
Total hack to allow gcc31 to build on -CURRENT.

This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
There is probably zero chance of getting this fixed in the FSF/GCC CVS
repository, as the 3.1 branch is offically closed.
Original commit
Saturday, 14 Sep 2002
16:57 sobomax search for other commits by this committer
Fix breakage introduced in previous commit.

Submitted by:   "Dan Langille" <dan@langille.org>
Original commit
13:32 sobomax search for other commits by this committer
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
Original commit
Friday, 2 Aug 2002
14:54 obrien search for other commits by this committer
Upgrade to the official GCC 3.1.1 release.
This will be the last release on the GCC 3.1 branch.
Original commit
Wednesday, 31 Jul 2002
12:10 gerald search for other commits by this committer
Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the
path was wrong).

Approved by:    obrien (maintainer+mentor)
Original commit
Monday, 8 Jul 2002
18:10 obrien search for other commits by this committer
Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot.
Note that with this update we loose the .info files.
I am sick and tired of dealing with them and most of all makeinfo --no-split
isn't working.
Original commit
Tuesday, 2 Jul 2002
23:03 obrien search for other commits by this committer
Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.

Problem Reported by:    Oliver Brandmueller <ob@e-Gitt.NET>
Original commit
Saturday, 22 Jun 2002
20:26 obrien search for other commits by this committer
Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.
Original commit
Sunday, 2 Jun 2002
07:09 obrien search for other commits by this committer
Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.
Original commit
Tuesday, 28 May 2002
03:00 obrien search for other commits by this committer
Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.
Original commit
Saturday, 11 May 2002
06:40 obrien search for other commits by this committer
Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot.
Original commit
Wednesday, 1 May 2002
02:54 obrien search for other commits by this committer
Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot.
Original commit
Monday, 29 Apr 2002
20:55 obrien search for other commits by this committer
Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot.
Original commit
Wednesday, 24 Apr 2002
14:43 obrien search for other commits by this committer
Upgrade to the Tax Day GCC 3.1 development snapshot.
Original commit
Wednesday, 3 Apr 2002
20:21 obrien search for other commits by this committer
Upgrade to the April FOOLS GCC 3.1 development snapshot.
Original commit
Thursday, 28 Mar 2002
22:37 obrien search for other commits by this committer
Upgrade to the 25-March-2002 GCC 3.1 development snapshot.
Original commit
Wednesday, 20 Mar 2002
00:35 obrien search for other commits by this committer
Upgrade to the 18-March-2002 GCC 3.1 development snapshot.
Original commit
Wednesday, 13 Mar 2002
04:04 obrien search for other commits by this committer
Upgrade to the 11-March-2002 GCC 3.1 development snapshot.
Original commit
Monday, 11 Mar 2002
09:25 obrien search for other commits by this committer
Upgrade to the 9-March-2002 GCC 3.1 development snapshot.
Original commit
Saturday, 9 Mar 2002
09:00 obrien search for other commits by this committer
Upgrade to the 4-March-2002 GCC 3.1 development snapshot.    
Original commit

Number of commits found: 42