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/gcc28/Makefile

Number of commits found: 29

Saturday, 24 Jan 2009
12:17 gerald search for other commits by this committer
Remove lang/gcc28 (GCC 2.8) which has been DEPRECATED for more than
3 years and does not build anywhere.

No objections:  mjl@luckie.org.nz (maintainer), pav
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
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
Tuesday, 30 Jan 2007
10:25 pav search for other commits by this committer
- Remove support for a.out format and PORTOBJFORMAT variable from individual
  ports

With hat:       portmgr
Original commit
Wednesday, 9 Nov 2005
19:15 pav search for other commits by this committer
- Portlint

PR:             ports/88544 (part of)
Submitted by:   Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Original commit
Friday, 19 Aug 2005
11:45 pav search for other commits by this committer
- Fix INFO handling, fixing plist on 6.0 (different makeinfo there)

Reported by:    krionmail
Approved by:    portmgr (krion)
Approved by:    maintainer
Original commit
Wednesday, 17 Aug 2005
12:03 pav search for other commits by this committer
- Unbreak on 6.0
- Take maintainership

PR:             ports/85036
Submitted by:   Matthew Luckie <mjl@luckie.org.nz>
Approved by:    portmgr (clement)
Original commit
Monday, 6 Jun 2005
05:42 obrien search for other commits by this committer
Remove the Expiration as this builds on -CURRENT again.

Approved by:    krion
Original commit
Sunday, 5 Jun 2005
02:49 obrien search for other commits by this committer
Fix the build on 6-CURRENT.
Original commit
Sunday, 10 Apr 2005
18:32 netchild search for other commits by this committer
Correct the syntax of the expiration date. This is what you get by just
reading the implementation, but not the docs...

Pointyhat kindly provided by:   krion
Original commit
14:42 netchild search for other commits by this committer
Set expiration date to 20050610 and mark IGNORE on -current (it peeks into
private headers)

Requested by:   portmgr (krion)
Original commit
Saturday, 12 Feb 2005
13:19 das search for other commits by this committer
Fix build.  Ports that formerly attempted to work around problems
created by matherr() no longer need to do so.
Original commit
Monday, 15 Nov 2004
01:33 obrien search for other commits by this committer
Don't install compiler binaries without a version in the file name.
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
Monday, 23 Feb 2004
05:16 kris search for other commits by this committer
BROKEN on alpha: does not compile
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, 17 Nov 2003
12:29 trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
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
Wednesday, 7 May 2003
22:59 gerald search for other commits by this committer
Remove support for bounds checking (which used to be enabled by setting
WANT_BOUNDS_CHECKING), as Herman ten Brugge <hermantenbrugge@home.nl>, the
author of these patches, removed them from their web-site, saying that they
contain bugs fixed in later versions and strongly suggested to use current
versions of GCC.

PR:             51738
Original commit
Monday, 28 Apr 2003
15:37 obrien search for other commits by this committer
Simpler version of the "make this work on 5-CURRENT again" fix.
In this version we simply use the default emulation rather than explicitly
setting it [wrong].
Original commit
Sunday, 27 Apr 2003
12:59 gerald search for other commits by this committer
Fix build on -CURRENT.

PR:             46899
Submitted by:   David Holm <david@realityrift.com>
Original commit
Thursday, 20 Feb 2003
18:38 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 30 Jan 2003
08:23 kris search for other commits by this committer
Use the full path to /sbin/sysctl

Noticed by:     'make index' in crontab
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 Jan 2002
19:15 knu search for other commits by this committer
Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict   with each
other's package link name.    
Original commit
Sunday, 11 Mar 2001
02:35 obrien search for other commits by this committer
Adjust(fix) the info processing.    
Original commit
Friday, 10 Nov 2000
17:37 obrien search for other commits by this committer
Add in the bounds checking patch from XXX Haj Ten Brugge if  
"WANT_BOUNDS_CHECKING" is defined.    
Original commit

Number of commits found: 29