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: lang/gcc41/pkg-plist

Number of commits found: 20

Sunday, 18 Jan 2009
03:27 gerald search for other commits by this committer
Remove lang/gcc41, the GCC 4.1 series.  GCC 4.2 in the form of lang/gcc42
as well as the FreeBSD 7.x system compiler is the new king in town.
Original commit
Sunday, 22 Jul 2007
00:16 gerald search for other commits by this committer
Update to the 20070709 snapshot of GCC 4.1.3 and remove optional support
for the Fortran frontend (and thus the obsolete WITH_FORTRAN option).
Original commit
Saturday, 17 Jun 2006
13:33 gerald search for other commits by this committer
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far.

Reviewed by:    flz (for lang/gcc40)
Original commit
Sunday, 26 Mar 2006
05:16 dinoex search for other commits by this committer
- add RC_D_SH to keep shared libs working after reboot
Original commit
Wednesday, 15 Mar 2006
09:37 gerald search for other commits by this committer
Update to the 20060310 snapshot of GCC 4.1, which basically is GCC 4.1.0
plus only a few patches.

The spamming of $PREFIX/include/ssp is now finally gone after my reports
upstream, which allows us to restrict the conflict with gcc-4.2.* to the
case where we build Java.

Convert the build-time dependency on math/mpfr to a full one, since the
Fortran frontend also needs this at run time.

Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.

Remove bogus USE_X11 (which was not used by default nor any other port).

No longer hardcode the version number in LATEST_LINK.
Original commit
Wednesday, 28 Dec 2005
22:29 gerald search for other commits by this committer
Update to the 20051223 snapshot of GCC 4.1.0.

Install the .info files of the lang/gcc41 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory.   This allows us to remove the conflict with lang/gcc33,
and reduce the clash with lang/gcc42.

Also improve packaging by using @dirrm include/ssp instead of speculative
removal.
Original commit
Sunday, 11 Dec 2005
21:25 gerald search for other commits by this committer
Update to the 20051209 snapshot of GCC 4.1.0.

Change pkg-plist to avoid hardcoding any version number.
Original commit
Wednesday, 30 Nov 2005
11:26 gerald search for other commits by this committer
Add missing pkg-plist update from the previous commit.
Original commit
Tuesday, 8 Nov 2005
22:15 gerald search for other commits by this committer
Update to the 20051029 snapshot of GCC 4.1.  This brings many bugfixes
due to the stabilization work for the 4.1.0 release and also addresses
some hierarchy problems I had reported (and which we no longer need to
work around).
Original commit
Sunday, 25 Sep 2005
19:35 gerald search for other commits by this committer
Update to the 20050924 snapshot of GCC 4.1.0.  This brings a huge libjava/
Classpath merger.
Original commit
Monday, 1 Aug 2005
19:02 gerald search for other commits by this committer
Update to the 20050730 snapshot of GCC 4.1.0.

Replace the WITHOUT_LIBJAVA knob by WITHOUT_JAVA which also disables
building the compiler and tools proper and avoids fetching the entire
Java frontend and library tarball.

Remove bogus ${PREFIX}/share/classpath/api directory that libjava adds
these days.

Make the (optional) handling of the Fortran and Java frontends easier
to understand.
Original commit
Monday, 25 Jul 2005
09:45 gerald search for other commits by this committer
Update to the 20050723 snapshot of GCC 4.1.0.  Should now work on FreeBSD 7.
Original commit
Tuesday, 19 Jul 2005
14:59 gerald search for other commits by this committer
GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX.
Original commit
Wednesday, 6 Jul 2005
20:46 gerald search for other commits by this committer
Adjust pkg-plist to (temporary) bug which added libssp include files.
Original commit
Sunday, 26 Jun 2005
11:44 gerald search for other commits by this committer
Update to the 20050625 snapshot of GCC 4.1.0.

Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.
Original commit
Sunday, 29 May 2005
22:29 gerald search for other commits by this committer
Update to the 20050528 snapshot of GCC 4.1.0.  Adjust the libjava-related
part of the packaging list.
Original commit
Sunday, 22 May 2005
23:42 gerald search for other commits by this committer
Update to the 20050522 snapshot of 4.1.0.  Simplify the handling of man
pages on systems with an old version of Perl, once and for all and forever.

Reenable building libjava where appropriate, now that this has been fixed
upstream.  And treat Fortran libraries exactly like other language support
libraries, reducing conflicts with other gcc ports and getting rid of the
libtool archives on the way.
Original commit
Monday, 16 May 2005
21:52 gerald search for other commits by this committer
Update to the 20050515 snapshot of GCC 4.1.0.

Add a conflict with the gcc34 port and address portlint warnings.
Simplify the handling of libraries which are not installed in all
configurations and put all libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
Original commit
Monday, 9 May 2005
20:53 gerald search for other commits by this committer
Update to the 20050508 snapshot of GCC 4.1.0.  Add the new gjnih41 program
and its man page, address some portlint warnings, and resort pkg-plist. Mark
conflicts with lang/gcc33 and lang/gcc40.
Original commit
Monday, 25 Apr 2005
15:05 gerald search for other commits by this committer
Complete the repocopy of gcc40 to gcc41 and update to the 20050424
snapshot of GCC 4.1.0.

PR:             80306
Original commit

Number of commits found: 20