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

Number of commits found: 140 (showing only 40 on this page)

«  1 | 2 

Monday, 31 Jul 2006
05:35 gerald search for other commits by this committer
Update to the 20060729 snapshot of GCC 4.2.0.
Original commit
Sunday, 23 Jul 2006
13:31 gerald search for other commits by this committer
Update to the 20060722 snapshot of GCC 4.2.0.

No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed
in Mk/bsd.port.mk now.

Be more friendly for additional patches.

Submitted by:   maho (implicitly)
Original commit
Monday, 17 Jul 2006
21:55 gerald search for other commits by this committer
Update to the 20060715 snapshot of GCC 4.2.0.
Original commit
Sunday, 9 Jul 2006
12:22 gerald search for other commits by this committer
Update to the 20060708 snapshot of GCC 4.2.0.

Simplify the subdirectory we use for GCC-specific libraries and include
files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}.

Remove the hack to set RANLIB=: now that this has been addressed upstream.
Original commit
Monday, 3 Jul 2006
21:18 gerald search for other commits by this committer
Update to the 20060701 snapshot of GCC 4.2.0.

bootstrap-lean is back, which means quite a bit less disk space used when
building this port.  Also, Java comes with new applications gappletviewer42,
gjarsigner42, and gkeytool42 and a new libgcj-tools-4.2.0.jar.
Original commit
Monday, 26 Jun 2006
17:03 gerald search for other commits by this committer
Update to the 20060624 snapshot of GCC 4.2.0.

mf-runtime.h no longer pollutes public filename space, so we can
remove our workaround.  Refresh files/java-patch-hier.
Original commit
Sunday, 18 Jun 2006
06:39 gerald search for other commits by this committer
Update to the 20060617 snapshot of GCC 4.2.0.

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, 11 Jun 2006
15:43 gerald search for other commits by this committer
Update to the 20060610 snapshot of GCC 4.2.0.
Add zip as a build dependency of Java (libgcj). [1]

Reported by:    kris (pointyhat) [1]
Original commit
Monday, 5 Jun 2006
19:20 gerald search for other commits by this committer
Update to the 20060603 snapshot of GCC 4.2.0.

Java support is back (on i386), and all those additional libtool
files we are currently installing as part of libgcj will be gone
with next week's snapshot.
Original commit
Sunday, 28 May 2006
14:57 gerald search for other commits by this committer
Update to the 20060527 snapshot of GCC 4.2.0.
Original commit
08:57 maho search for other commits by this committer
Fix dependency of libart

Submitted by:   kris
Approved by:    gerald (implicitly)
Original commit
Sunday, 21 May 2006
17:25 gerald search for other commits by this committer
Update to the 20060520 snapshot of GCC 4.2.0.
Original commit
Sunday, 14 May 2006
09:57 gerald search for other commits by this committer
Update to the 20060513 snapshot of GCC 4.2.0.
Original commit
Saturday, 13 May 2006
14:09 gerald search for other commits by this committer
Update to the 20060506 snapshot of GCC 4.2.0.

ia64 and sparc64 should build again now; http://gcc.gnu.org/PR25865 has
been addressed.
Original commit
Friday, 12 May 2006
19:48 gerald search for other commits by this committer
Avoid hard-coding the GCC release series in the cklatest target.
Original commit
Wednesday, 10 May 2006
14:46 ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
Original commit
Sunday, 23 Apr 2006
11:08 gerald search for other commits by this committer
IGNORE on ia64 and sparc64, because we know things currently cannot work
on these two.
Original commit
11:00 gerald search for other commits by this committer
Make sure all lang/gcc* ports I maintain can be properly used as master
ports by allowing MAINTAINER and COMMENT to be overridden.
Original commit
10:29 gerald search for other commits by this committer
Update to the 20060422 snapshot of GCC 4.2.0.
Original commit
Sunday, 16 Apr 2006
13:12 gerald search for other commits by this committer
Update to the 20060415 snapshot of GCC 4.2.0.  Adjust the explanation
on why Java still is disabled.
Original commit
Sunday, 9 Apr 2006
15:37 gerald search for other commits by this committer
Update to the 20060408 snapshot of GCC 4.2.0.
Original commit
Sunday, 2 Apr 2006
22:28 gerald search for other commits by this committer
Update to the 20060401 snapshot of GCC 4.2.0.
Original commit
Wednesday, 29 Mar 2006
06:07 gerald search for other commits by this committer
Fix handling of shared libraries via rc.d for non-default prefixes.
Original commit
Sunday, 26 Mar 2006
15:21 gerald search for other commits by this committer
Update to the 20060325 snapshot of GCC 4.2.0.  Two minor cleanups on the
Java side, without real functional changes.
Original commit
05:16 dinoex search for other commits by this committer
- add RC_D_SH to keep shared libs working after reboot
Original commit
Monday, 20 Mar 2006
13:09 gerald search for other commits by this committer
Update to the 20060318 snapshot of GCC 4.2.0.
Original commit
Wednesday, 15 Mar 2006
22:42 gerald search for other commits by this committer
Update to the 20060311 snapshot of GCC 4.2.0.

The spamming of $PREFIX/include/ssp is now finally gone after my reports
upstream, which allows us to restrict the conflict with gcc-4.1.* 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
Tuesday, 21 Feb 2006
21:34 gerald search for other commits by this committer
Update to the 20060218 snapshot of GCC 4.2.0.

Remove USE_REINPLACE= as advised by new portlint.  Also note that at
least some of the installation hierarchy problems with libgomp have
been fixed now due to my report upstream.
Original commit
Sunday, 12 Feb 2006
20:29 gerald search for other commits by this committer
Update to the 20060211 snapshot of GCC 4.2.0.
Original commit
Sunday, 5 Feb 2006
02:38 gerald search for other commits by this committer
Update to the 20060204 snapshot of GCC 4.2.0.
Original commit
Wednesday, 1 Feb 2006
10:59 gerald search for other commits by this committer
Update to the 20060128 snapshot of GCC 4.2.0.
Original commit
Friday, 27 Jan 2006
01:55 gerald search for other commits by this committer
Update to the 20060121 snapshot of GCC 4.2.0, which now includes libgomp.
Original commit
Sunday, 15 Jan 2006
02:53 gerald search for other commits by this committer
Update to the 20060114 snapshot of GCC 4.2.0.
Original commit
Sunday, 8 Jan 2006
20:32 gerald search for other commits by this committer
Update to the 20060107 snapshot of GCC 4.2.0.

GCC no longer installs an empty ${PREFIX}/share/classpath/, so we can
avoid my hack to remove it.
Original commit
Sunday, 1 Jan 2006
21:15 gerald search for other commits by this committer
Update to the 20051231 snapshot of GCC 4.2.0.
Original commit
Wednesday, 28 Dec 2005
14:31 gerald search for other commits by this committer
Update to the 20051224 snapshot of GCC 4.2.0.

Improve packaging by using @dirrm include/ssp instead of speculative
removal.  Remove broken removal of the info/gcc42 directory; this has
to be handled by Mk/bsd.ports.mk.
Original commit
Thursday, 22 Dec 2005
00:47 gerald search for other commits by this committer
Update to the 20051215 snapshot of GCC 4.0.3.

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

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 40.
Original commit
Wednesday, 21 Dec 2005
21:14 gerald search for other commits by this committer
Install the .info files of the lang/gcc42 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc33
and lang/gcc34.

Dedicated to:   obrien
Original commit
Monday, 19 Dec 2005
15:18 gerald search for other commits by this committer
Update to the 20051217 snapshot of GCC 4.2.0.  Due to changes in the build
systems, this will consume more diskspace to build (some 900MB on i386).
Original commit
Sunday, 11 Dec 2005
22:49 gerald search for other commits by this committer
Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210
snapshot of GCC 4.2.0.

Change pkg-plist to avoid hardcoding any version number.

PR:             90253
Original commit

Number of commits found: 140 (showing only 40 on this page)

«  1 | 2