aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc32/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - SUFFIX is not defined heredinoex2006-03-201-1/+1
* - add RC_D_SH to keep shared libs working after rebootdinoex2006-03-201-0/+7
* Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-231-1/+1
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-3/+0
* Use INFO macroedwin2005-12-041-0/+1
* Sync freebsd7 support with gcc33.obrien2005-11-101-0/+1
* Define WITHOUT_CPU_FLAGS so that in some casesmaho2005-07-281-0/+1
* Remove from the Java category as this port doesn't have Java bits anymore.obrien2005-07-081-10/+1
* It was discovered that running "make clean" from a port with a dependencyadamw2005-03-211-2/+4
* Fix USE_GCCvs2005-02-141-1/+1
* This now coredumps when bootstrapping on FreeBSD/AMD64.obrien2005-01-141-0/+2
* o Fix -pthread issue.nork2005-01-081-1/+1
* Cleaner support -pthreads for 5.0-5.2.1.obrien2004-12-201-4/+0
* Fix xfmode splits on AMD64; using patch from Richard Henderson <rth@redhat.com>obrien2004-12-201-4/+3
* Unbreak the port by remove the Java language from this port. Anyoneobrien2004-12-131-23/+4
* Adjust spec to make -pthread and gcj link to -lpthread on recentlofi2004-11-081-1/+5
* - drop maintainershipdinoex2004-07-201-1/+1
* - mark BROKEN on amd64dinoex2004-06-021-0/+3
* - fix configure for amd64dinoex2004-05-311-5/+4
* - mark BROKEN on ia64dinoex2004-05-211-0/+3
* - fix typo in condition.dinoex2004-04-161-1/+1
* - fix amd64 builddinoex2004-04-161-5/+17
* - take maintainershipdinoex2004-04-131-2/+2
* This old version of GCC really only makes sense on i386 at this point (if atgerald2004-04-111-5/+3
* Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream andgerald2004-03-141-25/+0
* Mark broken on amd64 (which used to be called x86_64).gerald2004-02-181-0/+4
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+2
* Fix the incorrect pkg-descr on binaries installed and "sign" this port.gerald2003-10-151-32/+0
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
* Track upstream update of the patch for WITH_BOUNDSCHECKING (which removedgerald2003-05-231-1/+1
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.gerald2003-05-061-2/+1
* Fix install problem of gnustep-objcdinoex2003-04-271-2/+2
* There is now a version of the bounds-checking patch also for GCC 3.2.3.gerald2003-04-271-1/+1
* Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-261-8/+2
* Update to GCC 3.2.3 as released today. (This is the last release from thisgerald2003-04-261-7/+3
* Make MAINTAINER overrideable by slave ports.gerald2003-04-251-1/+1
* - drop javlib in PLIST for ia64 too.dinoex2003-04-231-1/+1
* On sparc64 libgcj is not built by default (and won't build easily), so wegerald2003-04-211-0/+4
* 1) COMMENT can be overrritten by a slave port (suggested by obrien)dinoex2003-04-131-2/+5
* Remove PATCH_SITES and PATCHFILES which we haven't used lately and relatedgerald2003-04-051-6/+0
* Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.gerald2003-04-031-11/+10
* Simplify the shell code used by the pre-patch target.gerald2003-04-021-5/+4
* LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-311-1/+1
* Add support for the bounds-checking patch by Herman ten Brugge (whichgerald2003-03-311-1/+25
* Add support for the base language test suites.gerald2003-03-291-0/+9
* Enable libgcj (which has actually been building fine since GCC 3.1 ongerald2003-03-271-2/+1
* Assume maintainership of this port.gerald2003-03-261-1/+1
* Fix COMMENT and a Makefile comment.gerald2003-03-251-2/+2
* De-pkg-comment.knu2003-02-211-0/+1
* Bump PORTREVISION to the 5-Feb-2003 release date of GCC 3.2.2 to make sureobrien2003-02-131-1/+1
* Update to GCC 3.2.2.gerald2003-02-091-2/+2
* Use the most modern spelling of egcs.cygnus.com.obrien2002-12-041-1/+1
* Fix cklatest paths.obrien2002-12-031-1/+1
* Update to 3.2.1 release, and fix packaging.obrien2002-11-261-24/+15
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
* The effort to maintain these for FreeBSD just isn't worth it with the lackobrien2002-11-051-1/+1
* Use MASTER_SITES_GCC.knu2002-10-201-3/+2
* Add CVS "fetch" framework.obrien2002-10-061-0/+34
* Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot.obrien2002-09-121-25/+25
* Upgrade to the official GCC 3.1.1 release.obrien2002-08-021-25/+18
* Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also thegerald2002-07-311-2/+2
* Upgrade to the 1-July-2002 GCC 3.1.1 pre-release snapshot.obrien2002-07-091-19/+19
* Do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.obrien2002-07-031-0/+2
* Upgrade to the 17-June-2002 GCC 3.1.1 pre-release snapshot.obrien2002-06-231-5/+5
* Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot.obrien2002-06-021-5/+3
* Upgrade to the 21-May-2002 GCC 3.1.1 pre-release snapshot.obrien2002-05-281-7/+9
* Upgrade to the 6-May-2002 GCC 3.1 pre-release snapshot.obrien2002-05-111-1/+1
* Upgrade to the 29-April-2002 GCC 3.1 pre-release snapshot.obrien2002-05-011-1/+1
* Upgrade to the 22-April-2002 GCC 3.1 pre-release snapshot.obrien2002-04-301-1/+1
* Upgrade to the Tax Day GCC 3.1 development snapshot.obrien2002-04-241-1/+2
* Upgrade to the April FOOLS GCC 3.1 development snapshot.obrien2002-04-041-1/+1
* Upgrade to the 25-March-2002 GCC 3.1 development snapshot.obrien2002-03-291-11/+10
* Upgrade to the 18-March-2002 GCC 3.1 development snapshot.obrien2002-03-201-1/+4
* Upgrade to the 11-March-2002 GCC 3.1 development snapshot.obrien2002-03-131-1/+1
* Upgrade to the 9-March-2002 GCC 3.1 development snapshot.obrien2002-03-111-3/+3
* Upgrade to the 4-March-2002 GCC 3.1 development snapshot.obrien2002-03-091-10/+15
* Sync with gcc30's style.obrien2002-03-051-19/+19
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.obrien2002-03-031-4/+5
* Update to the 2002-02-04 snapshot.obrien2002-02-101-1/+1
* This allows the port to build, but it still has install problems.obrien2002-02-051-2/+5
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.obrien2002-02-031-18/+40
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-7/+7
* Utilize the PATCH_WRKDIR knob now that it exists.obrien2001-10-281-4/+1
* Major overhall and style clean up.obrien2001-08-161-27/+17
* Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.obrien2001-05-041-2/+4
* Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-241-1/+1
* Fix version number.obrien2001-03-111-1/+1
* Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.obrien2001-03-071-1/+1
* Fix nits in the auto lib-gcc PLIST generation.obrien2001-03-021-4/+8
* Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.obrien2001-02-151-3/+4
* typo clean up police: \s -> \tlioux2001-02-151-1/+1
* Upgrade to the Christmas edition GCC 2.97 development snapshot.obrien2000-12-271-1/+1
* Upgrade to the 2000-12-18 GCC 2.97 development snapshot.obrien2000-12-221-28/+24
* Forgot to commit the bits that rm's the new libjava as it breaks theobrien2000-12-141-0/+1
* Upgrade to the 2000-12-11 GCC 2.97 development snapshot.obrien2000-12-131-1/+1
* Change name of programs from e<program_name> to g<program_name>, sinceobrien2000-12-061-14/+13
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.obrien2000-11-291-9/+15
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.obrien2000-10-111-13/+18
* Upgrade to the 2000-08-28 GCC 2.96 development snapshot.obrien2000-09-161-3/+3
* Upgrade to the 2000-07-17 GCC 2.96 development snapshot.obrien2000-09-061-18/+35
* Upgrade to the 2000-05-01 GCC 2.96 development snapshot.obrien2000-05-071-3/+3
* Upgrade to the 2000-04-10 GCC 2.96 development snapshot.obrien2000-04-151-1/+1
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+2
* Restore useless version required comments.obrien2000-03-221-0/+1
* Remove the "version required" line.obrien2000-03-201-1/+0
* Upgrade to the 2000-03-13 GCC 2.96 development snapshot.obrien2000-03-191-1/+1
* Upgrade to the 2000-03-06 GCC 2.96 development snapshot.obrien2000-03-091-2/+3
* Upgrade to the 2000-02-21 GCC 2.96 development snapshot.obrien2000-03-081-2/+1
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.obrien2000-02-141-1/+1
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.obrien2000-01-171-4/+3
* Update to the 1999-11-10 development snapshot.obrien1999-11-151-1/+1
* Update to the 1999-11-02 development snapshot.obrien1999-11-031-1/+1
* Update to the 1999-10-25 snapshot.obrien1999-11-011-6/+5
* Upgrade to the 1999-10-04 development snapshot.obrien1999-10-111-1/+1
* Upgrade to the 1999-09-20 development snapshot.obrien1999-10-111-9/+9
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Merge parts of the GCC-2.95 update, in preperation for the 1st post 2.95obrien1999-08-061-23/+26
* Update to the 1999-07-18 beta snapshot of GCC-2.95.obrien1999-07-201-3/+3
* Upgrade to the July 12th GCC-2.95 prerelease.obrien1999-07-151-2/+2
* Upgrade to the 1999-06-29 pre-GCC-2.95 snapshot.obrien1999-07-061-5/+5
* Correct spelling in a comment.steve1999-07-051-2/+2
* Minor reorg of the dealing with `autoconf' and `autoheader' stuff.obrien1999-07-051-5/+5
* Upgrade to the 19990623 GCC 2.95 pre-release snapshot.obrien1999-06-251-2/+2
* Update to the 19990616 GCC 2.95-prerelease.obrien1999-06-221-2/+2
* Update to the 1999-06-08 (gcc 2.95 prerelease).obrien1999-06-151-3/+2
* Fix for alpha.simokawa1999-06-101-1/+3
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-4/+1
* Upgrade to 19990524 gcc-2.95 prerelease.obrien1999-05-261-3/+3
* Fix "EGCS_REV".obrien1999-05-251-2/+6
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theobrien1999-05-191-3/+3
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...scrappy1999-04-221-3/+1
* I give you the latest and greatest of the EGCS snapshot series.obrien1999-04-211-31/+37
* Mark this FORBIDDEN while DavidO works on an upgrade after a repo copy.asami1999-04-131-1/+3
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
* Don't fetch alpha suppliment -- the bits are now part of the port.obrien1999-03-301-4/+1
* Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.obrien1999-03-241-2/+1
* * Add support for ``-pthead''obrien1999-03-221-8/+7
* Upgrade to 1.1.2 release.obrien1999-03-171-26/+30
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-121-1/+3
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-1/+2
* Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.obrien1999-02-281-1/+8
* Upgrade to egcs-1.1.2 pre-release-2obrien1999-02-281-11/+15
* * clean up verbosity of Makefileobrien1999-02-101-9/+4
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andobrien1999-02-101-7/+20
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-6/+2
* Wasn't in the main dir when I commited this the first time.obrien1998-12-271-1/+5
* Use the bzip2 version of the distfile. It saves almost 3meg.obrien1998-12-051-4/+10
* EGCS 1.1.1 *Release* is out.obrien1998-12-051-10/+12
* Add OSREL to tail end of ${ARCH}-unknown-freebsd to get a properly formedobrien1998-12-041-3/+3
* "upgrade" to EGCS egcs-1.1.1-prerelease-3.obrien1998-12-021-8/+9
* switch to new pre/post bsd.port.mkobrien1998-11-131-4/+7
* i386 => ${ARCH}obrien1998-11-131-4/+4
* Allow building and packaging for ELF.obrien1998-10-021-8/+6
* Doesn't package due to PLUST_SUB/GNUHOST definition and bsd.port.mkasami1998-09-281-1/+3
* Build properly on ELF systems.obrien1998-09-271-1/+6
* make fetchableobrien1998-09-271-4/+4
* back to the snaps w/egcs-19980914obrien1998-09-271-7/+8
* Upgrade to 1.1b.obrien1998-09-101-6/+6
* my goof. fetch only egcs-1.1a.tar.gz, not the entire release/egcs-1.1aobrien1998-09-051-4/+4
* egcs 1.1 HAS BEEN RELEASED!!obrien1998-09-031-6/+7
* * upgrade to 19980816 snapshotobrien1998-08-261-6/+7
* Fix Version-required comment.jdp1998-08-121-2/+2
* Upgrade to the 19980803 snapshot.obrien1998-08-111-10/+8
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allasami1998-08-081-1/+3
* Upgrade to the 19980721 snap.obrien1998-07-271-6/+6
* upgrade to the July 15th (19980715) snapshotobrien1998-07-161-9/+11
* Upgrade to the 19980628 snapshot.obrien1998-07-061-12/+12
* upgrade to 19980608 snapshotobrien1998-06-101-6/+6
* + Remove the MANUAL_PACKAGE_BUILD.obrien1998-05-201-18/+29
* Upgrade to 1998-05-08 snapshot version.obrien1998-05-201-11/+11
* Upgrade to the May 2nd 1998 snapshot version.obrien1998-05-051-13/+14
* Upgrade to 980406 snapshotobrien1998-04-141-13/+13
* Used to build for me, now doesn't. Bombs in making the stage2 compiler.obrien1998-04-111-1/+3
* Upgrade to the 980315 snapshot.obrien1998-04-071-10/+10
* Upgrade to version 1.0.2 release.obrien1998-04-071-12/+13
* Fix the "Version required" comment.jdp1998-03-181-2/+2
* The private copy of float.h seems to have gone away.obrien1998-03-101-1/+2
* Fix things so it packages.obrien1998-03-081-12/+12
* Master site changed.jdp1998-02-231-2/+2
* Forgot to submit PLIST diff.obrien1998-02-171-2/+1
* Mark this port broken, doesn't package.asami1998-02-161-1/+2
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.obrien1998-02-141-13/+19
* Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" inasami1998-02-031-1/+3
* Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) thejdp1998-01-241-2/+2
* Strip the binaries.obrien1998-01-141-1/+12
* sed -> ${SED}.asami1998-01-131-2/+2
* This is a new port for egcs, which probably stands for somethingjdp1998-01-111-0/+30