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

Number of commits found: 122 (showing only 22 on this page)

«  1 | 2 

Sunday, 21 Mar 2004
17:02 obrien search for other commits by this committer
Re-commit revision 1.165.  The perceived breakage by it was a bug in pkg-plist.
Original commit
Wednesday, 17 Mar 2004
14:21 gerald search for other commits by this committer
Try to fix breakage of non-amd64 platforms introduced by 1.165 and
remove inflamatory comment.

Remove BROKEN from sparc64 and simplify special case handling of
libgcj on ia64 and sparc64.
USE_SIZE is now the default, no need to specify it explicitly.
Remove WANT_THREADS_SUPPORT knob, which should be a no-op by now.
Original commit
08:18 obrien search for other commits by this committer
Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk has
finally caught up with newer autoconf's requirements.
Allow to build on AMD64 by lying with CONFIGURE_TARGET.
Original commit
Sunday, 14 Mar 2004
21:33 gerald search for other commits by this committer
Add a WITHOUT_LIBJAVA know, which disables building libgcj and thus saves
quite some build time and also disk.  Make this the default on sparc64 and
ia64 where libgcj has not been ported to and thus fix long-standing packaging
issues on these two platforms.
On the way, update to the 20040310 snapshot of GCC 3.4.0.

PR:             63427 (mostly)
Original commit
Thursday, 19 Feb 2004
22:12 gerald search for other commits by this committer
Adopt this port and update to the 2004-02-18 snapshot of GCC 3.4.

Given that I am now responsible for snapshot generation on gcc.gnu.org,
remove the feature to obtain sources from GCC CVS.  Mark broken on amd64
(which used to be called x86_64).
Original commit
Thursday, 12 Feb 2004
20:40 gerald search for other commits by this committer
Update to the 2004-02-11 snapshot of GCC 3.4.

Port the following two fixes from the lang/gcc33 port:
2004/02/08: Fix build on systems without a decent version of Perl.
2004/01/30: The Fortran frontend binary is called g77, not f77.
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
Wednesday, 28 Jan 2004
22:15 gerald search for other commits by this committer
Update to the 2004-01-28 snapshot of GCC 3.4.  Merge in my 2004/01/26
change to the gcc33 port and introduce a new make variable SUFFIX to
avoid hardcoding the version number and reorder USE_ variables.
Original commit
Thursday, 22 Jan 2004
11:58 gerald search for other commits by this committer
Update to the 2004-01-14 snapshot of GCC 3.4.

Merge in my 2004/01/17 change to the gcc33 port to configure with
--program-suffix and related and further simplifications.

Merge in my 2004/01/13 change to the gcc33 port to make the automatic
generation of the package list for libraries and include files more
failure tolerant, so that at least `make install` now works on sparc64.

Merge in my 2004/01/05 change to the gcc33 port to combine and simplify
the post-install handling of target libraries and GCJ include files.

libgcj still is not supported and packaging is broken on sparc64; mark
BROKEN on that platform.
Original commit
11:06 trevor search for other commits by this committer
Use the SORT macro from bsd.port.mk.
Original commit
08:05 trevor search for other commits by this committer
Use PAX macro.
Original commit
Saturday, 10 Jan 2004
12:20 gerald search for other commits by this committer
Update to the 2004-01-07 snapshot of GCC 3.4.  Merge in my 2004-01-05
changes which combine and simplify the post-install handling of target
libraries and GCJ include files and my 2003-12-14 change which simplifies
handling of .info files from the lang/gcc33 port.
Original commit
Friday, 9 Jan 2004
22:04 gerald search for other commits by this committer
Fix packaging which was quite broken.  On the way, update PORTVERSION to
match the new versioning scheme in GCC-land and adjust the renaming of
gccbug to the scheme used by the other programs installed by this port.
Original commit
Tuesday, 6 Jan 2004
18:50 obrien search for other commits by this committer
Update to the 2003-12-31 snapshot.
Original commit
Friday, 26 Dec 2003
15:56 obrien search for other commits by this committer
Update to the 2003-12-24 snapshot.
Original commit
Monday, 15 Dec 2003
07:49 obrien search for other commits by this committer
Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in the
manpage fake out.

Spotted by:     gerald
Original commit
07:45 obrien search for other commits by this committer
* Deal with GCC's configurary's assumption that /usr/local/{include,lib}
  are searched automatically by the compiler by using --with-libiconv-prefix.
  W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header.
  During the make, neither will be found; a lot of inconsistency here...
* Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due
  not actually passing the found header path to CFLAGS in any way.
Original commit
Sunday, 14 Dec 2003
02:35 gerald search for other commits by this committer
Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (at
least) two FreeBSD-related problems I had reported against the previous
snapshot.

Make some final adjustments to track changes in directory layout between
GCC 3.3 and 3.4, make some simplifications, and remove the BROKEN tag.
Original commit
Thursday, 4 Dec 2003
16:21 gerald search for other commits by this committer
Really mark as broken.

Pointy hat to:  self
Original commit
16:20 gerald search for other commits by this committer
Update to the 2003-11-26 snapshot and fix several packaging issues.
Import significant simplifications of the post-install handling of
GCJ include files from the gcc33 port.  Use the new INFO= facility.

The port is still (marked) broken, but should essentially work out
of the box once the remaining upstream bugs have been fixed.
Original commit
Friday, 14 Nov 2003
22:01 gerald search for other commits by this committer
Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.

There is no bounds-checking patch for GCC 3.4 yet, extended printf format
checking for FreeBSD has not been ported yet, and the port is BROKEN due
to weird libjava build failures which occur if and only if building from
within the FreeBSD ports system.
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

Number of commits found: 122 (showing only 22 on this page)

«  1 | 2