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: devel/cross-gcc/Makefile

Number of commits found: 33

Friday, 4 Jul 2014
12:06 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360604 
Thursday, 26 Jun 2014
08:41 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359321 
Thursday, 29 May 2014
15:09 miwi search for other commits by this committer
- Convert gmake, bzip2 to USES

Approved by:	portmgr
Original commitRevision:355707 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Wednesday, 4 Sep 2013
20:01 bsam search for other commits by this committer
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).

Co-authors:	bapt, madpilot and bsam (me)
Original commitRevision:326316 
Sunday, 28 Jul 2013
16:58 kientzle (src committer) search for other commits by this committer
PACKAGE_BUILDING isn't really the right condition here;
what we use as the binutils really depends on whether this
is being used as a master port or as a standalone port.
Original commitRevision:323839 
Saturday, 6 Jul 2013
21:51 kientzle (src committer) search for other commits by this committer
Take over Maintainership.
(How did I let myself get talked into this? ;-)

Approved by:	db
Original commitRevision:322413 
Sunday, 28 Apr 2013
17:37 crees search for other commits by this committer
devel/cross-gcc: Update to 4.5.4

While here, use an OPTION for RTEMS patches

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Original commitRevision:316736 
Saturday, 20 Apr 2013
09:41 crees search for other commits by this committer
Breaks on a 4-core build, mark MAKE_JOBS_UNSAFE

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Feature safe:	yes
Original commitRevision:316135 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Saturday, 15 Sep 2012
13:06 eadler search for other commits by this committer
- Covert to OptionsNG
- Remove old header lines
- Add generally useful options to the global list
Original commitRevision:304315 
Saturday, 9 Jun 2012
12:04 scheidell search for other commits by this committer
- Unbreak build, build broken for 11 months+

PR:             ports/159001
Submitted by:   Marcin Cieslak <saper@saper.info>
Reviewed by:    scheidell@ (me)
Approved by:    dancing elves (maintainer)
Original commit
Friday, 18 Nov 2011
23:30 ehaupt search for other commits by this committer
Remove trailing whitespaces.

Feature safe:   yes
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Sunday, 3 Apr 2011
01:03 stas search for other commits by this committer
- Update cross-binutils to 2.21.
- Update cross-gcc to 4.5.2.
- Update cross-gdb to 7.2
- Update corresponding rtems patches.

PR:             ports/155301 (based on)
Submitted by:   ARAI Toshihiko <arai.toshihiko@gmail.com>
Original commit
Friday, 19 Nov 2010
22:25 pav search for other commits by this committer
- Mark BROKEN: does not build

Reported by:    pointyhat
Original commit
Friday, 11 Jun 2010
15:09 ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Wednesday, 16 Dec 2009
01:21 stas search for other commits by this committer
- Update cross-gcc to 4.4.2 and newlib to 1.17.0.
Original commit
Wednesday, 13 May 2009
09:46 ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
Original commit
Friday, 10 Apr 2009
08:34 stas search for other commits by this committer
- Update to 4.3.2.
Original commit
Friday, 30 Jan 2009
23:23 ale search for other commits by this committer
Chase mpfr library.
Original commit
Saturday, 6 Dec 2008
18:25 stas search for other commits by this committer
- Do not strip target binaries. It causes problems in some cases.

PR:             ports/128434
Submitted by:   Emmanuel Vadot <elbarto@arcadebsd.org>
Original commit
Monday, 12 May 2008
08:14 stas search for other commits by this committer
- Use fresh RTEMS patches to allow RTEMS 4.9 to compile fine
- bump PORTREVISION.

Submitted by:   Mark Fullmer <maf@eng.oar.net>
Original commit
Sunday, 13 Apr 2008
17:30 stas search for other commits by this committer
- Update gcc to 4.2.3
- update newlib to 1.16.0.
Original commit
Sunday, 16 Dec 2007
23:36 pav search for other commits by this committer
- Mark BROKEN on respective targets/archs
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Thursday, 30 Aug 2007
09:56 ale search for other commits by this committer
Chase mpfr library and bump PORTREVISION.
Original commit
Wednesday, 27 Jun 2007
22:24 stas search for other commits by this committer
- Set correct (though fake) PKGNAMEPREFIX if target archs/ABI
  was not selected.
Original commit
Monday, 25 Jun 2007
20:31 stas search for other commits by this committer
- Don't touch gcc libdir, it have troubles discovering libc objects in case of
  non-default locations
- Don't install libiberty (not needed)
- Fix a typo in comment [1]
- Generate correct dependency list in case if target arch and abi were not
  specified by setting fake OURTARGET value [1]
- Bump up PORTREVISION.

Noticed by:     pav [1]
Original commit
Sunday, 24 Jun 2007
16:18 stas search for other commits by this committer
- Fix index breakage [1]
- Fix expiration date.

Noticed by:     erwin [1]
Original commit
08:05 stas search for other commits by this committer
- Add devel/cross-gcc port.

FSF gcc for cross-target development. This port brings C, C++ and
Objective C compillers with all target libraries (libstdc++, libsupc++,
libobjc, libssp, libgcc). Gloss and libc layer are provided through
newlib embedded C library.

It can be used to cross-compile operating system kernels (e.g. Linux, L4, etc)
for this architecture.

WWW: http://gcc.gnu.org/
Original commit

Number of commits found: 33