summaryrefslogtreecommitdiffstats
path: root/lang/gcc32
Commit message (Collapse)AuthorAgeFilesLines
* - SUFFIX is not defined heredinoex2006-03-201-1/+1
|
* - add RC_D_SH to keep shared libs working after rebootdinoex2006-03-202-0/+21
|
* Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-231-1/+1
| | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-3/+0
|
* Use INFO macroedwin2005-12-042-15/+1
|
* - Add SHA256pav2005-11-251-2/+8
|
* Sync freebsd7 support with gcc33.obrien2005-11-093-26/+25
|
* Fix build on 7-CURRENTmaho2005-08-283-0/+50
|
* Define WITHOUT_CPU_FLAGS so that in some casesmaho2005-07-281-0/+1
| | | | setting CPUTYPE breaks the build
* Remove from the Java category as this port doesn't have Java bits anymore.obrien2005-07-071-10/+1
| | | | Also remove the testsuite bits as any issues found will never be fixed.
* It was discovered that running "make clean" from a port with a dependencyadamw2005-03-201-2/+4
| | | | | | | | | | | | | on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that version of gcc already installed causes infinite recursion problems. The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally, it was used to override any other definition and say that you can use any gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing recursion errors, so handle the problem instead by just simply undefining USE_GCC inside the gcc port Makefile itself. This should make things happy again.
* Fix USE_GCCvs2005-02-131-1/+1
| | | | | PR: ports/77403 Submitted by: John Cochran
* This now coredumps when bootstrapping on FreeBSD/AMD64.obrien2005-01-131-0/+2
|
* o Fix -pthread issue.nork2005-01-082-2/+3
| | | | | | | | | | | | | | This fix resolves openoffice building problem on 5.2.1 or later. o Bump PORTREVISION. PR: ports/75785 [1], bin/62300 [2] Pointed out by: Oleg Sharoiko <os@rsu.ru> [1], many many people on openoffice@FreeBSD.org Inspired by: maho, Mark Andrews <marka@isc.org> [2] Discussed with: maho, daichi Committed at: Murayakuba Japanese style pub http://www.murayakuba.jp/ Committed with: maho, daichi
* Cleaner support -pthreads for 5.0-5.2.1.obrien2004-12-193-17/+22
|
* Fix xfmode splits on AMD64; using patch from Richard Henderson <rth@redhat.com>obrien2004-12-192-4/+55
|
* Unbreak the port by remove the Java language from this port. Anyoneobrien2004-12-125-89/+4
| | | | using GCC 3.2 isn't using it for the Java compiler, but for C/C++ code.
* Adjust spec to make -pthread and gcj link to -lpthread on recentlofi2004-11-073-1/+34
| | | | FreeBSD 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
| | | | | Bootstrap comparison failure! java/decl.o differs
* - fix typo in condition.dinoex2004-04-161-1/+1
| | | | Reported by: kris
* - fix amd64 builddinoex2004-04-151-5/+17
| | | | - add option WITHOUT_LIBJAVA=yes
* - take maintainershipdinoex2004-04-131-2/+2
| | | | | | | | | | | | | gcc33 objc compilers don't compile gnustep-base. so this port is still needed for a bit. - let build also on alpha and sparc64 bento succesfull build logs: i386-5-latest-logs 2004 Apr 11 09:50:21 gcc-objc-3.2.3_1.log ia64-5-latest-logs 2004 Apr 8 18:37:05 gcc-objc-3.2.3_1.log alpha-5-latest-logs 2004 Apr 4 12:34:15 gcc-objc-3.2.3_1.log.bz2 alpha-4-latest-logs 2004 Mar 25 20:11:44 gcc-objc-3.2.3_1.log.bz2 sparc64-5-latest-logs 2004 Mar 22 15:23:03 gcc-objc-3.2.3_1.log.bz2
* This old version of GCC really only makes sense on i386 at this point (if atgerald2004-04-111-5/+3
| | | | all), so use ONLY_FOR_ARCHS=i386. Drop maintainership.
* Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream andgerald2004-03-132-26/+0
| | | | | | GCC 3.3 with a current bounds checking patch should be better anyways. Reported by: trevor
* 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
| | | | (Part 2)
* 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-152-36/+6
| | | | | Given that the GCC 3.2 branch has been completely frozen, remove CVS and update-related features from Makefile.
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* - remove empty dir lib/securitydinoex2003-06-101-0/+1
|
* Track upstream update of the patch for WITH_BOUNDSCHECKING (which removedgerald2003-05-223-6/+6
| | | | | | the previous patch). Submitted by: lioux
* Remove three obsolete comments.gerald2003-05-221-3/+0
|
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.gerald2003-05-061-2/+1
| | | | Also, we don't need USE_BISON for GCC releases.
* Fix install problem of gnustep-objcdinoex2003-04-271-2/+2
| | | | extend comment for ia64
* There is now a version of the bounds-checking patch also for GCC 3.2.3.gerald2003-04-262-1/+2
| | | | Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-252-20/+2
| | | | | patch-va. All of these dealt with us patching generated files (which we don't do any longer).
* Update to GCC 3.2.3 as released today. (This is the last release from thisgerald2003-04-254-16/+11
| | | | branch which has been "closed" in GCC CVS, so we can simplify this port.)
* Make MAINTAINER overrideable by slave ports.gerald2003-04-251-1/+1
|
* - drop javlib in PLIST for ia64 too.dinoex2003-04-221-1/+1
| | | | Approved by: gerald
* On sparc64 libgcj is not built by default (and won't build easily), so wegerald2003-04-213-8/+12
| | | | | | need to dynamically construct pkg-plist to take this into account. Noticed by: bento+kris
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-141-11/+0
| | | | | | breaks -fprofile-arcs for current GCCs. PR: 50842
* 1) COMMENT can be overrritten by a slave port (suggested by obrien)dinoex2003-04-131-2/+5
| | | | | | | 2) Option WANT_SHAREDLIBS now uses ldconfig, so LIB_DEPENDS work. fix PLIST so critical file libgcc_s.so.1 is included. no response from obrien since 2003-03-31 Approved by: gerald
* Remove PATCH_SITES and PATCHFILES which we haven't used lately and relatedgerald2003-04-041-6/+0
| | | | | | material. Reviewed by: obrien
* Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.gerald2003-04-031-11/+10
|
* Finally remove the parts of this patch that date back to 1998 and have nowgerald2003-04-021-24/+0
| | | | been commented for more than a year.
* Simplify the shell code used by the pre-patch target.gerald2003-04-011-5/+4
| | | | | Suggested by: obrien Reviewed by: Dan Nelson <dnelson@allantgroup.com>
OpenPOWER on IntegriCloud