non port: lang/gcc32/Makefile |
Number of commits found: 73 |
Saturday, 23 Aug 2008
|
09:44 gerald
Remove lang/gcc32 (GCC 3.2) which is no longer used by any other ports and
does not support amd64, for example.
|
Tuesday, 30 Jan 2007
|
10:25 pav
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
|
Saturday, 24 Jun 2006
|
09:42 dinoex
- take benefit of USE_LDCONFIG
|
09:41 dinoex
- take benefit of USE_LDCONFIG
|
Tuesday, 9 May 2006
|
20:52 edwin
Remove USE_REINPLACE from the categories starting with L
|
Monday, 20 Mar 2006
|
14:20 dinoex
- SUFFIX is not defined here
|
14:16 dinoex
- add RC_D_SH to keep shared libs working after reboot
|
Monday, 23 Jan 2006
|
07:04 linimon
Revert last commit. It is not possible (yet) to have the dirrmtry usage
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`
|
Sunday, 22 Jan 2006
|
05:52 edwin
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
|
Monday, 5 Dec 2005
|
00:53 edwin
Remove install-info from Makefile, it's automatically done when INFO is defined
|
Sunday, 4 Dec 2005
|
10:06 edwin
Use INFO macro
|
Wednesday, 9 Nov 2005
|
17:25 obrien
Sync freebsd7 support with gcc33.
|
Thursday, 28 Jul 2005
|
06:27 maho
(forced commit)
Submitted by: "Jack L." <xxjack12xx@doramail.com>
|
06:26 maho
Define WITHOUT_CPU_FLAGS so that in some cases
setting CPUTYPE breaks the build
|
Thursday, 7 Jul 2005
|
21:01 obrien
Remove from the Java category as this port doesn't have Java bits anymore.
Also remove the testsuite bits as any issues found will never be fixed.
|
Sunday, 20 Mar 2005
|
17:53 adamw
It was discovered that running "make clean" from a port with a dependency
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.
|
Sunday, 13 Feb 2005
|
19:44 vs
Fix USE_GCC
PR: ports/77403
Submitted by: John Cochran
|
Thursday, 13 Jan 2005
|
21:18 obrien
This now coredumps when bootstrapping on FreeBSD/AMD64.
|
Saturday, 8 Jan 2005
|
11:08 nork
o Fix -pthread issue.
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
|
Sunday, 19 Dec 2004
|
20:03 obrien
Cleaner support -pthreads for 5.0-5.2.1.
|
19:13 obrien
Fix xfmode splits on AMD64; using patch from Richard Henderson <rth@redhat.com>
|
Sunday, 12 Dec 2004
|
17:25 obrien
Unbreak the port by remove the Java language from this port. Anyone
using GCC 3.2 isn't using it for the Java compiler, but for C/C++ code.
|
Sunday, 7 Nov 2004
|
18:20 lofi
Adjust spec to make -pthread and gcj link to -lpthread on recent
FreeBSD 5.
|
Tuesday, 20 Jul 2004
|
05:46 dinoex
- drop maintainership
|
Wednesday, 2 Jun 2004
|
06:43 dinoex
- mark BROKEN on amd64
|
Monday, 31 May 2004
|
04:55 dinoex
- fix configure for amd64
|
Friday, 21 May 2004
|
14:46 dinoex
- mark BROKEN on ia64
Bootstrap comparison failure!
java/decl.o differs
|
Friday, 16 Apr 2004
|
09:17 dinoex
- fix typo in condition.
Reported by: kris
|
Thursday, 15 Apr 2004
|
20:45 dinoex
- fix amd64 build
- add option WITHOUT_LIBJAVA=yes
|
Tuesday, 13 Apr 2004
|
11:04 dinoex
- take maintainership
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
|
Sunday, 11 Apr 2004
|
11:10 gerald
This old version of GCC really only makes sense on i386 at this point (if at
all), so use ONLY_FOR_ARCHS=i386. Drop maintainership.
|
Saturday, 13 Mar 2004
|
18:05 gerald
Remove WITH_BOUNDSCHECKING knob, as the patch disappeared upstream and
GCC 3.3 with a current bounds checking patch should be better anyways.
Reported by: trevor
|
Wednesday, 18 Feb 2004
|
09:41 gerald
Mark broken on amd64 (which used to be called x86_64).
|
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Thursday, 22 Jan 2004
|
11:06 trevor
Use the SORT macro from bsd.port.mk.
|
Wednesday, 15 Oct 2003
|
15:25 gerald
Fix the incorrect pkg-descr on binaries installed and "sign" this port.
Given that the GCC 3.2 branch has been completely frozen, remove CVS and
update-related features from Makefile.
|
Wednesday, 24 Sep 2003
|
09:37 osa
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
Thursday, 22 May 2003
|
23:12 gerald
Track upstream update of the patch for WITH_BOUNDSCHECKING (which removed
the previous patch).
Submitted by: lioux
|
Tuesday, 6 May 2003
|
11:42 gerald
Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Also, we don't need USE_BISON for GCC releases.
|
Sunday, 27 Apr 2003
|
10:05 dinoex
Fix install problem of gnustep-objc
extend comment for ia64
|
Saturday, 26 Apr 2003
|
22:30 gerald
There is now a version of the bounds-checking patch also for GCC 3.2.3.
Submitted by: Dan Nelson <dnelson@allantgroup.com>
|
Friday, 25 Apr 2003
|
18:45 gerald
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).
|
17:30 gerald
Update to GCC 3.2.3 as released today. (This is the last release from this
branch which has been "closed" in GCC CVS, so we can simplify this port.)
|
06:39 gerald
Make MAINTAINER overrideable by slave ports.
|
Tuesday, 22 Apr 2003
|
18:04 dinoex
- drop javlib in PLIST for ia64 too.
Approved by: gerald
|
Monday, 21 Apr 2003
|
08:35 gerald
On sparc64 libgcj is not built by default (and won't build easily), so we
need to dynamically construct pkg-plist to take this into account.
Noticed by: bento+kris
|
Sunday, 13 Apr 2003
|
06:05 dinoex
1) COMMENT can be overrritten by a slave port (suggested by obrien)
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
|
Friday, 4 Apr 2003
|
16:16 gerald
Remove PATCH_SITES and PATCHFILES which we haven't used lately and related
material.
Reviewed by: obrien
|
Thursday, 3 Apr 2003
|
09:55 gerald
Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes.
|
Tuesday, 1 Apr 2003
|
22:49 gerald
Simplify the shell code used by the pre-patch target.
Suggested by: obrien
Reviewed by: Dan Nelson <dnelson@allantgroup.com>
|
Monday, 31 Mar 2003
|
01:12 dinoex
LATEST_LINK can now be overwritten by the slave port.
added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
Approved by: gerald
|
Sunday, 30 Mar 2003
|
23:55 gerald
Add support for the bounds-checking patch by Herman ten Brugge (which
provides an -fbounds-checking command-line option). This is optional
and built only if WITH_BOUNDSCHECKING is defined.
PR: 50178
Submitted by: Dan Nelson <dnelson@allantgroup.com>
|
Friday, 28 Mar 2003
|
21:21 gerald
Add support for the base language test suites.
Submitted by: Loren James Rittle <rittle@labs.mot.com>
|
Wednesday, 26 Mar 2003
|
17:42 gerald
Enable libgcj (which has actually been building fine since GCC 3.1 on
FreeBSD/i386 and works on FreeBSD/alpha using the hack in files/patch-ub).
PR: 47790
Partially Submitted by: Loren James Rittle <rittle@labs.mot.com>
|
10:19 gerald
Assume maintainership of this port.
Approved by: obrien (mentor)
|
Monday, 24 Mar 2003
|
16:01 gerald
Fix COMMENT and a Makefile comment.
|
Thursday, 20 Feb 2003
|
18:38 knu
De-pkg-comment.
|
Wednesday, 12 Feb 2003
|
16:34 obrien
Bump PORTREVISION to the 5-Feb-2003 release date of GCC 3.2.2 to make sure
all the various tools knows a newer version is available than anything
installed to date.
|
Saturday, 8 Feb 2003
|
18:34 gerald
Update to GCC 3.2.2.
Approved by: obrien (mentor)
|
Tuesday, 3 Dec 2002
|
23:21 obrien
Use the most modern spelling of egcs.cygnus.com.
|
04:35 obrien
Fix cklatest paths.
Reported by: gerald
Approved by: kris
|
Tuesday, 26 Nov 2002
|
01:59 obrien
Update to 3.2.1 release, and fix packaging.
|
Tuesday, 5 Nov 2002
|
03:10 obrien
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
|
Saturday, 19 Oct 2002
|
18:55 knu
Use MASTER_SITES_GCC.
Approved by: obrien (maintainer)
|
Saturday, 5 Oct 2002
|
21:03 obrien
Add CVS "fetch" framework.
|
Wednesday, 11 Sep 2002
|
16:45 obrien
Upgrade to the 2-Sept-2002 GCC 3.2.1 pre-release snapshot.
(this port has been 100% reset back to an earlier evolution line by a repo
copied from the 'gcc31' port)
|
Wednesday, 31 Jul 2002
|
12:33 gerald
ftp://ftp.netwinder.org/ is no longer a MASTER_SITE.
Approved by: obrien (maintainer+mentor)
|
Saturday, 18 May 2002
|
10:16 obrien
Upgrade to a 18-May-2002 GCC 3.2 in-development checkout.
|
Sunday, 7 Apr 2002
|
10:48 obrien
Upgrade to a 06-April-2002 GCC 3.2 in-development checkout.
|
Friday, 29 Mar 2002
|
00:58 obrien
Upgrade to a 27-March-2002 GCC 3.2 in-development checkout.
|
Wednesday, 13 Mar 2002
|
07:50 obrien
Upgrade to a 12-March-2002 GCC 3.2 in-development checkout.
|
05:08 obrien
Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.
Due to the lack of a real snapshot distfile, this has to use CVS
as the fetch method.
|
Saturday, 9 Mar 2002
|
21:23 obrien
Mark broken while I find a suitable snapshot.
|
Number of commits found: 73 |