summaryrefslogtreecommitdiff
path: root/lang/gcc32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/gcc32 (GCC 3.2) which is no longer used by any other ports andGerald Pfeifer2008-08-2318-779/+0
| | | | does not support amd64, for example.
* - Remove support for a.out format and PORTOBJFORMAT variable from individualPav Lucistnik2007-01-301-4/+0
| | | | | | ports With hat: portmgr
* - fix build with gcc41Dirk Meyer2006-10-091-0/+99
| | | | Obtained from: upstream
* - take benefit of USE_LDCONFIGDirk Meyer2006-06-242-16/+1
|
* - take benefit of USE_LDCONFIGDirk Meyer2006-06-241-5/+2
|
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
|
* - SUFFIX is not defined hereDirk Meyer2006-03-201-1/+1
|
* - add RC_D_SH to keep shared libs working after rebootDirk Meyer2006-03-202-0/+21
|
* Revert last commit. It is not possible (yet) to have the dirrmtry usageMark Linimon2006-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 @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-3/+0
|
* Use INFO macroEdwin Groothuis2005-12-042-15/+1
|
* - Add SHA256Pav Lucistnik2005-11-251-2/+8
|
* Sync freebsd7 support with gcc33.David E. O'Brien2005-11-093-26/+25
|
* Fix build on 7-CURRENTMaho Nakata2005-08-283-0/+50
|
* Define WITHOUT_CPU_FLAGS so that in some casesMaho Nakata2005-07-281-0/+1
| | | | setting CPUTYPE breaks the build
* Remove from the Java category as this port doesn't have Java bits anymore.David E. O'Brien2005-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 dependencyAdam Weinberger2005-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_GCCVolker Stolz2005-02-131-1/+1
| | | | | PR: ports/77403 Submitted by: John Cochran
* This now coredumps when bootstrapping on FreeBSD/AMD64.David E. O'Brien2005-01-131-0/+2
|
* o Fix -pthread issue.Norikatsu Shigemura2005-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.David E. O'Brien2004-12-193-17/+22
|
* Fix xfmode splits on AMD64; using patch from Richard Henderson <rth@redhat.com>David E. O'Brien2004-12-192-4/+55
|
* Unbreak the port by remove the Java language from this port. AnyoneDavid E. O'Brien2004-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 recentMichael Nottebrock2004-11-073-1/+34
| | | | FreeBSD 5.
* - drop maintainershipDirk Meyer2004-07-201-1/+1
|
* - mark BROKEN on amd64Dirk Meyer2004-06-021-0/+3
|
* - fix configure for amd64Dirk Meyer2004-05-311-5/+4
|
* - mark BROKEN on ia64Dirk Meyer2004-05-211-0/+3
| | | | | Bootstrap comparison failure! java/decl.o differs
* - fix typo in condition.Dirk Meyer2004-04-161-1/+1
| | | | Reported by: kris
* - fix amd64 buildDirk Meyer2004-04-151-5/+17
| | | | - add option WITHOUT_LIBJAVA=yes
* - take maintainershipDirk Meyer2004-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 atGerald Pfeifer2004-04-111-5/+3
| | | | all), so use ONLY_FOR_ARCHS=i386. Drop maintainership.
* Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream andGerald Pfeifer2004-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).Gerald Pfeifer2004-02-181-0/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+2
|
* Fix the incorrect pkg-descr on binaries installed and "sign" this port.Gerald Pfeifer2003-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}Sergey A. Osokin2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* - remove empty dir lib/securityDirk Meyer2003-06-101-0/+1
|
* Track upstream update of the patch for WITH_BOUNDSCHECKING (which removedGerald Pfeifer2003-05-223-6/+6
| | | | | | the previous patch). Submitted by: lioux
* Remove three obsolete comments.Gerald Pfeifer2003-05-221-3/+0
|
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.Gerald Pfeifer2003-05-061-2/+1
| | | | Also, we don't need USE_BISON for GCC releases.
* Fix install problem of gnustep-objcDirk Meyer2003-04-271-2/+2
| | | | extend comment for ia64
* There is now a version of the bounds-checking patch also for GCC 3.2.3.Gerald Pfeifer2003-04-262-1/+2
| | | | Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Merge targets pre-configure and pre-build, simplify them, and removeGerald Pfeifer2003-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 thisGerald Pfeifer2003-04-254-16/+11
| | | | branch which has been "closed" in GCC CVS, so we can simplify this port.)
* Make MAINTAINER overrideable by slave ports.Gerald Pfeifer2003-04-251-1/+1
|
* - drop javlib in PLIST for ia64 too.Dirk Meyer2003-04-221-1/+1
| | | | Approved by: gerald
* On sparc64 libgcj is not built by default (and won't build easily), so weGerald Pfeifer2003-04-213-8/+12
| | | | | | need to dynamically construct pkg-plist to take this into account. Noticed by: bento+kris