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

Number of commits found: 105 (showing only 100 on this page)

1 | 2  »  

Saturday, 14 Mar 2009
22:36 gerald search for other commits by this committer
Remove per deprecation/expiration note.
Original commit
22:32 gerald search for other commits by this committer
Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets.  This reduces disk and bandwidth consumptions for a
feature (apparently) never used.

Remove obsolete code to create (empty) man pages in case regular
man pages cannot be created.

Address build failure caused by Mk/bsd.port.mk changes mid 2008. [1]

(I will go ahead and remove this port per the DEPRECATION note, but
figured these backports from newer versions may be helpful in case
someone wants to play with it nevertheless.)

PR:             132379 [1]
Submitted by:   Rikiya YONEMOTO [1]
Original commit
Tuesday, 3 Feb 2009
00:29 gerald search for other commits by this committer
Deprecate after this has failed to build for nearly half a year and I
failed to get a single user complaint.

EXPIRATION_DATE=2009-03-03.
Original commit
Sunday, 1 Feb 2009
00:13 gerald search for other commits by this committer
Set MAINTAINER and LATEST_LINK unconditionally as opposed to using ?=.
Original commit
Sunday, 23 Nov 2008
21:05 gerald search for other commits by this committer
Add sparc64 to NOT_FOR_ARCHS.   (Nothing really should use this port at
this point anyway, and we're down to six abandoned other ports overall.)

Reported by:    pointyhat
Original commit
Sunday, 20 Jul 2008
19:43 gerald search for other commits by this committer
IGNORE this on FreeBSD 8 and above.  On the way, clean up download settings
and set COMMENT unconditionally since we no longer serve as a master port.
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
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Thursday, 15 Feb 2007
14:02 gerald search for other commits by this committer
Account for the removal of /usr/bin/objformat on 7-CURRENT and default
to elf instead of aout in this case.  Bump PORTREVISION.
Original commit
Sunday, 19 Nov 2006
13:04 gerald search for other commits by this committer
Mark as NOT_FOR_ARCHS=amd64 instead of BROKEN.  This version of GCC really
should not
be used for AMD64.
Original commit
Saturday, 17 Jun 2006
13:47 gerald search for other commits by this committer
Make CONFIGURE_ARGS and MAKE_ARGS additive, for the sake of child
ports and to bring my lang/gcc* ports more in sync.

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. [1]

Reviewed by:    flz (for lang/gcc40) [1]
Original commit
Sunday, 26 Mar 2006
19:58 gerald search for other commits by this committer
Install the .info files in a port-specific subdirectory, which removes
hidden conflicts with some older lang/gcc ports.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 33.

Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.  This requires a hack to
set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS
case really failed to build previously.

Make MAKE_ARGS non-cumulative.

Fix handling of shared libraries via rc.d for non-default prefixes and
move the rc.d script from PLIST_FILES to pkg-plist.

Do not strip some of the the binaries any longer.

No longer hardcode the version number in LATEST_LINK.

Remove the cklatest target which we just do not need any longer.

Bump PORTREVISION.
Original commit
Saturday, 25 Mar 2006
18:30 dinoex search for other commits by this committer
- add RC_D_SH to keep shared libs working after reboot
Approved by:    gerald
Original commit
Monday, 13 Feb 2006
23:21 gerald search for other commits by this committer
Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised
by new portlint.
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
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
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
Monday, 31 Oct 2005
08:03 obrien search for other commits by this committer
Accept -march/-mcpu "k8", "opteron", and "athlon64".
Original commit
08:01 obrien search for other commits by this committer
Support FreeBSD 7.
Original commit
Tuesday, 19 Jul 2005
15:07 gerald search for other commits by this committer
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
Original commit
Thursday, 14 Jul 2005
22:43 gerald search for other commits by this committer
IGNORE on 7.x and above.
Original commit
13:14 gerald search for other commits by this committer
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.

No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:    dinoex [1]
Original commit
Sunday, 10 Jul 2005
17:13 gerald search for other commits by this committer
Now that the GCC 3.3 branch has been closed, switch from tracking snapshots
to the final release, 3.3.6.  Unfortunately, this requires using PORTEPOCH.
Tweak a comment and remove a debug output on the way.
Original commit
Sunday, 22 May 2005
00:37 gerald search for other commits by this committer
Fix the handling of man pages on systems with an old version of Perl, once
and for all and forever.
Original commit
Friday, 20 May 2005
00:56 gerald search for other commits by this committer
Fix (and simplify) the handling of man pages on old systems with Perl 5.0.

Point out by:   pointyhat
Original commit
Monday, 16 May 2005
17:10 gerald search for other commits by this committer
Update to the 20050511 snapshot of GCC 3.3.6.

Add conflicts with the gcc40 and gcc41 ports, due to the .info files.
Simplify the handling of libraries which are not installed in all
configurations.
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
21:22 gerald search for other commits by this committer
Silence two portlint warnings.
Original commit
Tuesday, 3 May 2005
23:16 gerald search for other commits by this committer
Update to the 20050427 snapshot of GCC 3.3.6.  On the way, remove all traces
of the Java frontend and libgcj which speeds up the build significantly and
reduces the number of file conflicts with lang/gcc34 to a minimum (which is,
in turn, needed for proper building and testing of the alpha port). Everyone
with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
Original commit
Saturday, 2 Apr 2005
18:53 gerald search for other commits by this committer
Update to the 20050330 pre-release of GCC 3.3.6.
Original commit
Thursday, 24 Feb 2005
16:54 gerald search for other commits by this committer
Update to the 20050223 snapshot of GCC 3.3.6.
Original commit
Thursday, 3 Feb 2005
19:06 gerald search for other commits by this committer
Update to the 20050202 snapshot of GCC 3.3.6.
Original commit
Sunday, 16 Jan 2005
18:44 gerald search for other commits by this committer
Update to the 20050112 snapshot of GCC 3.3.6.  Among others, this includes a
fix by obrien to use the KSE pthread lib for -pthread.
Original commit
Friday, 17 Dec 2004
19:08 gerald search for other commits by this committer
Update to the 20041215 snapshot of GCC 3.3.6.
Original commit
Thursday, 4 Nov 2004
10:33 gerald search for other commits by this committer
Update to the 20041103 snapshot of GCC 3.3.5.
Original commit
Tuesday, 19 Oct 2004
22:37 gerald search for other commits by this committer
Update to the 20041013 snapshot.
Original commit
Thursday, 2 Sep 2004
12:51 gerald search for other commits by this committer
Update to the 20040901 snapshot of GCC 3.3.5.
Original commit
Sunday, 4 Jul 2004
20:50 gerald search for other commits by this committer
Update to the 20040630 snapshot and change the version to 3.3.5.
Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG}
instead of ${ECHO} [1].

Spotted by:     eik [1]
Original commit
Saturday, 3 Jul 2004
20:38 gerald search for other commits by this committer
Mark BROKEN on amd64.  It looks like the system compiler miscompiles this,
and most people on this platform will use either the system compiler or
gcc34 anyways.
se ${ECHO} instead of echo.
Original commit
Thursday, 17 Jun 2004
21:30 gerald search for other commits by this committer
Update to the 2004-06-16 snapshot of GCC 3.3.4.
Original commit
Friday, 14 May 2004
20:15 gerald search for other commits by this committer
Update to the 2004-05-05 snapshot of GCC 3.3.4.
Original commit
Monday, 3 May 2004
18:23 gerald search for other commits by this committer
Remove support for WITH_BOUNDSCHECKING which was broken most of the time
(due to the 3.3 branch moving quite a bit between releases).

PR:             64959
Original commit
Saturday, 17 Apr 2004
18:25 gerald search for other commits by this committer
Update to the 2004-04-11 snapshot and a later version of the bounds checking
patch (which still has two mismatches, though).
Tweak the pre-everything message, plus display a note when libgcj is not built.
Original commit
Sunday, 28 Mar 2004
00:16 gerald search for other commits by this committer
Add a WITHOUT_LIBJAVA knob, 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 20040322 snapshot of GCC 3.3.3.

PR:             63427 (mostly)
Original commit
Sunday, 14 Mar 2004
12:39 gerald search for other commits by this committer
Update to the 20040308 snapshot of GCC 3.3.4.
- Work around breakage due to the renaming of x86_64 to amd64 (which still
  has not been addressed upstream).
- 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
Wednesday, 18 Feb 2004
09:43 gerald search for other commits by this committer
Mark broken on amd64 (which used to be called x86_64).
Original commit
Monday, 16 Feb 2004
19:32 gerald search for other commits by this committer
Update to the 2004-02-16 snapshot of GCC 3.3.4.
Original commit
Sunday, 8 Feb 2004
13:08 gerald search for other commits by this committer
Fix build on systems without a decent version of Perl.

PR:             62397
Original commit
Thursday, 5 Feb 2004
22:09 gerald search for other commits by this committer
Update to the 2004-02-02 snapshot of GCC 3.3.
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
Sunday, 1 Feb 2004
20:54 gerald search for other commits by this committer
Consider another instance of the man pages not being generated if Perl 5.6
is not installed and move/adjust the previous hack.

Reported by:    bento
                Lee Harr <missive@hotmail.com>
                AMAKAWA Shuhei <sa264@cam.ac.uk>
Original commit
Friday, 30 Jan 2004
13:52 gerald search for other commits by this committer
The Fortran frontend binary is called g77, not f77.
Original commit
Monday, 26 Jan 2004
22:51 gerald search for other commits by this committer
Update to the 2004-01-26 snapshot of GCC 3.3.  Introduce a new make variable
SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
Original commit
Thursday, 22 Jan 2004
11:06 trevor search for other commits by this committer
Use the SORT macro from bsd.port.mk.
Original commit
Wednesday, 21 Jan 2004
08:43 gerald search for other commits by this committer
Update to the 2004-01-19 snapshot of GCC 3.3.  Employ USE_SIZE.
Original commit
Saturday, 17 Jan 2004
23:37 gerald search for other commits by this committer
Configure with --program-suffix and make related and further simplifications.
Original commit
18:58 gerald search for other commits by this committer
Sync handling of man pages with the gcc34 port.  Merge in my 2004/01/09
change to the gcc34 port to adjust the renaming of gccbug to the scheme
used by the other programs installed by this port.  Remove hack to provide
stubs for binaries not built on some platforms.
Original commit
Tuesday, 13 Jan 2004
21:24 gerald search for other commits by this committer
Update to the 2004-01-12 snapshot of GCC 3.3.  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.

libgcj still is not supported and packaging is broken on sparc64; mark BROKEN
on that platform.
Original commit
Monday, 5 Jan 2004
22:39 gerald search for other commits by this committer
Update to the 2004-01-05 snapshot.  On the way, combine and simplify the
post-install handling of target libraries and GCJ include files.
Original commit
Friday, 26 Dec 2003
15:39 obrien search for other commits by this committer
Update to the 2003-12-22 snapshot.
Original commit
Sunday, 14 Dec 2003
21:09 gerald search for other commits by this committer
Update to the 2003-12-08 snapshot.  Simplify handling of .info files, and
merge in some of my recent changes to the gcc34 port.
Original commit
Saturday, 6 Dec 2003
17:39 gerald search for other commits by this committer
Update to the 2003-12-01 snapshot (quite some fixes).
Further simplify handling of .info files.
Original commit
Saturday, 15 Nov 2003
17:48 gerald search for other commits by this committer
Significantly simplify and shorten the post-install handling of GCJ include
files.
Original commit
Sunday, 9 Nov 2003
09:37 gerald search for other commits by this committer
Restore support for gij.
Original commit
Saturday, 8 Nov 2003
22:05 gerald search for other commits by this committer
Update to the 2003-11-03 snapshot of GCC 3.3.3.  Handle binaries that are
not provided on all platforms (notably SPARC at this time) by installing a
dummy instead.
Original commit
21:08 gerald search for other commits by this committer
Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increase
the chance of success on disk starved hosts (e.g. on the FreeBSD cluster).
Original commit
Wednesday, 22 Oct 2003
01:20 gerald search for other commits by this committer
Use an updated version of the bounds checking patch which applies w/o
problems.
Original commit
Monday, 20 Oct 2003
21:21 gerald search for other commits by this committer
Adopt this port.

Agreed to by:   obrien
Original commit
15:17 gerald search for other commits by this committer
Update to a slightly newer version of the optional bounds checking patches,
but disable the note on WITH_BOUNDSCHECKING as even these have not been
updated for GCC 3.3.2 yet.

Noticed by:     trevor
Original commit
Friday, 17 Oct 2003
13:34 gerald search for other commits by this committer
Update to the GCC 3.3.2 release, fixing packaging problems caused by the
previous update on the way.
Generalize this port such that switching between GCC snapshots and releases
will be even simpler next time.  Remove code to use CVS to obtain sources as
I (wearing my GCC hat) can guarantee that we will provide snapshots as long
as needed in the future.
Original commit
Wednesday, 15 Oct 2003
19:22 gerald search for other commits by this committer
Update from the 2003-08-04 to the 2003-10-13 snapshot which essentially
will become GCC 3.3.2.  Fix the incorrect pkg-descr on binaries installed.
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
Monday, 11 Aug 2003
16:14 gerald search for other commits by this committer
Update the optional GCC bounds checking patch to the latest version which
again works with current GCC 3.3 sources (modulo a minor tweak to avoid a
patch affecting a bison generated file).

PR:             54587
Original commit
Wednesday, 6 Aug 2003
16:49 obrien search for other commits by this committer
Upgrade to the 4-Aug-2003 GCC 3.3.1 in-development snapshot.
Original commit
Monday, 4 Aug 2003
20:40 obrien search for other commits by this committer
style nit.
Original commit
17:21 gerald search for other commits by this committer
Use the nice new infrastructure for handling .info files.  It's so much
simpler now.
Original commit
07:55 obrien search for other commits by this committer
Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot.
Original commit
Friday, 11 Jul 2003
20:35 gerald search for other commits by this committer
Use ${STRIP_CMD} instead of strip. Strip some additional files and simplify
the machinery so that we do not need to maintain duplicate lists of binaries.
Rename loop variables from $file to $f to avoid warnings by future versions
of portlint.
Fix a post-build comment.

Reviewed by:    obrien
Original commit
17:10 obrien search for other commits by this committer
My manpage creation fake-out broke with 3.1.1.  Give up and add a build
dependency on perl 5.6.
Original commit
Wednesday, 9 Jul 2003
21:20 obrien search for other commits by this committer
Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.
Original commit
Tuesday, 17 Jun 2003
21:17 gerald search for other commits by this committer
Add bounds-checking support using Herman ten Brugge's patches.

PR:             53395
Submitted by:   Dan Nelson <dnelson@allantgroup.com>
Original commit
Thursday, 15 May 2003
12:56 gerald search for other commits by this committer
Update to the official release of GCC 3.3.  On the way, somewhat restructure
the port so that switching between snapshots and releases will amount to fewer
changes in the future.
Clean up PLIST_SUB and pkg-plist and add two missing entries to MAN1.
Original commit
Friday, 9 May 2003
14:47 gerald search for other commits by this committer
Update to the second prerelease of GCC 3.3.  Add support for the core
languages testsuites (similar to the lang/gcc32 port).
Original commit
Thursday, 8 May 2003
11:32 gerald search for other commits by this committer
I now made .bz2 sources available on gcc.gnu.org, so again use these instead
of .gz sources.  Remove a makeinfo related hack for CONFIGURE_ENV which is
not needed any longer.
Original commit
Tuesday, 6 May 2003
22:14 gerald search for other commits by this committer
Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.
Adjust COMMENT and remove NO_CDROM. Reenable man pages.
Original commit
11:45 gerald search for other commits by this committer
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Original commit
11:19 gerald search for other commits by this committer
Properly add the "[FreeBSD]" marker to the GCC version string also for
prereleases and releases.
Original commit
00:44 obrien search for other commits by this committer
G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.
Original commit
Sunday, 4 May 2003
02:52 obrien search for other commits by this committer
Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.
Original commit
Monday, 28 Apr 2003
02:23 obrien search for other commits by this committer
Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.
Original commit
Friday, 25 Apr 2003
17:06 gerald search for other commits by this committer
Merge targets pre-configure and pre-build, simplify them, and remove
patch-va.  All of these dealt with us patching generated files (which
we don't do any longer).
Original commit
06:40 gerald search for other commits by this committer
Make MAINTAINER overrideable by slave ports.
Original commit
Thursday, 24 Apr 2003
10:37 gerald search for other commits by this committer
Fifty-one months after ELF flag day, and after the system compiler became
ELF-only as well, remove support for aout from the next generation of GCC.

Suggested by:   Loren James Rittle <rittle@labs.mot.com>
Discussed with: obrien
Original commit
Monday, 21 Apr 2003
07:59 dinoex search for other commits by this committer
merge changes from gcc32 to gcc33 after testing
- Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work.
- fix PLIST so critical file libgcc_s.so.1 is included.
- complete PLIST
- COMMENT can be overrritten by a slave port
- uncomment MANPAGES, as they are currently not installed.
Original commit
Sunday, 6 Apr 2003
14:30 gerald search for other commits by this committer
Appease portlint by various whitespace changes.  Remove last traces of
PATCH_SITES and PATCHFILES which we haven't used lately as well as of
libgcj not building properly.
Original commit
Monday, 31 Mar 2003
01:19 dinoex search for other commits by this committer
LATEST_LINK can now be overwritten by the slave port.
added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
Original commit
Saturday, 29 Mar 2003
23:14 obrien search for other commits by this committer
Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.
Original commit
Monday, 24 Mar 2003
16:03 gerald search for other commits by this committer
Fix COMMENT and a Makefile comment.
Original commit
Thursday, 20 Feb 2003
18:38 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 3 Dec 2002
23:21 obrien search for other commits by this committer
Use the most modern spelling of egcs.cygnus.com.
Original commit

Number of commits found: 105 (showing only 100 on this page)

1 | 2  »