Commit Graph

201 Commits

Author SHA1 Message Date
Dirk Meyer
1fbc903fbe - drop maintainership 2004-07-20 05:46:06 +00:00
Dirk Meyer
c5a4cbd41c - mark BROKEN on amd64 2004-06-02 06:43:16 +00:00
Dirk Meyer
c35abcc9a3 - fix configure for amd64 2004-05-31 04:55:04 +00:00
Dirk Meyer
254dc97243 - mark BROKEN on ia64
Bootstrap comparison failure!
java/decl.o differs
2004-05-21 14:46:43 +00:00
Dirk Meyer
5ca65ff4b3 - fix typo in condition.
Reported by:	kris
2004-04-16 09:17:55 +00:00
Dirk Meyer
f49d28b85b - fix amd64 build
- add option WITHOUT_LIBJAVA=yes
2004-04-15 20:45:30 +00:00
Dirk Meyer
7dba3d8ce0 - 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
2004-04-13 11:04:02 +00:00
Gerald Pfeifer
9bda2aa437 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.
2004-04-11 11:10:33 +00:00
Gerald Pfeifer
b00eb5246b 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
2004-03-13 18:05:38 +00:00
Gerald Pfeifer
2c4fe14389 Mark broken on amd64 (which used to be called x86_64). 2004-02-18 09:43:30 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Gerald Pfeifer
2374195e4c 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.
2003-10-15 15:25:03 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Dirk Meyer
219b47517d - remove empty dir lib/security 2003-06-10 02:19:05 +00:00
Gerald Pfeifer
355c47d511 Track upstream update of the patch for WITH_BOUNDSCHECKING (which removed
the previous patch).

Submitted by:	lioux
2003-05-22 23:12:06 +00:00
Gerald Pfeifer
2486c65cfc Remove three obsolete comments. 2003-05-22 19:54:19 +00:00
Gerald Pfeifer
507624f28d Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.
Also, we don't need USE_BISON for GCC releases.
2003-05-06 11:42:56 +00:00
Dirk Meyer
42240d6754 Fix install problem of gnustep-objc
extend comment for ia64
2003-04-27 10:05:14 +00:00
Gerald Pfeifer
f79ce0b807 There is now a version of the bounds-checking patch also for GCC 3.2.3.
Submitted by:	Dan Nelson <dnelson@allantgroup.com>
2003-04-26 22:30:15 +00:00
Gerald Pfeifer
def14f66ea 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).
2003-04-25 18:45:31 +00:00
Gerald Pfeifer
01314d62ac 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.)
2003-04-25 17:30:51 +00:00
Gerald Pfeifer
216a3c7853 Make MAINTAINER overrideable by slave ports. 2003-04-25 06:40:43 +00:00
Dirk Meyer
960cd205ac - drop javlib in PLIST for ia64 too.
Approved by:	gerald
2003-04-22 18:04:48 +00:00
Gerald Pfeifer
8039f626dd 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
2003-04-21 08:35:53 +00:00
Gerald Pfeifer
f38a070d82 Remove the last part of jdp's profile fixes from 1998/10/08, which actually
breaks -fprofile-arcs for current GCCs.

PR:		50842
2003-04-14 09:06:18 +00:00
Dirk Meyer
81c16ac79d 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
2003-04-13 06:05:49 +00:00
Gerald Pfeifer
0c4650a88c Remove PATCH_SITES and PATCHFILES which we haven't used lately and related
material.

Reviewed by:	obrien
2003-04-04 16:16:13 +00:00
Gerald Pfeifer
97ebd85a1f Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes. 2003-04-03 09:55:58 +00:00
Gerald Pfeifer
61cf47fa3f Finally remove the parts of this patch that date back to 1998 and have now
been commented for more than a year.
2003-04-02 20:18:22 +00:00
Gerald Pfeifer
b3df6d1ece Simplify the shell code used by the pre-patch target.
Suggested by:	obrien
Reviewed by:	Dan Nelson <dnelson@allantgroup.com>
2003-04-01 22:49:30 +00:00
Dirk Meyer
37c39ae480 LATEST_LINK can now be overwritten by the slave port.
added ${PKGNAMESUFFIX} to LATEST_LINK, so it differs when set.
Approved by:	gerald
2003-03-31 01:12:17 +00:00
Gerald Pfeifer
ded3b5a006 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>
2003-03-30 23:55:35 +00:00
Gerald Pfeifer
364c27a0ca Add support for the base language test suites.
Submitted by:	Loren James Rittle <rittle@labs.mot.com>
2003-03-28 21:21:45 +00:00
Gerald Pfeifer
29245523d4 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>
2003-03-26 17:42:31 +00:00
Gerald Pfeifer
8e6bf61c38 Remove special alpha optimization warning. alpha support now should be
sufficiently stable, and the testsuite output for FreeBSD/alpha shows no
extra -O2 failures.

Submitted by:	Loren James Rittle <rittle@labs.mot.com>
2003-03-26 10:35:51 +00:00
Gerald Pfeifer
a3b3aede9d Assume maintainership of this port.
Approved by:	obrien (mentor)
2003-03-26 10:19:52 +00:00
Gerald Pfeifer
4a2ca53673 Fix COMMENT and a Makefile comment. 2003-03-24 16:03:14 +00:00
Gerald Pfeifer
9945021b5e Remove special USER_H override.
Submitted by:	Loren James Rittle <rittle@labs.mot.com>
Approved by:	kris (portmgr)
2003-03-20 22:11:30 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
David E. O'Brien
420899055a 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.
2003-02-12 16:34:03 +00:00
Gerald Pfeifer
4519345c08 Update to GCC 3.2.2.
Approved by:	obrien (mentor)
2003-02-08 18:34:17 +00:00
Tilman Keskinoz
277019caa1 Adjust pkg-comment, this is not 3.1.
PR:		44374
Submitted by:	Volker Stolz <vs@foldr.org>
2003-01-22 10:09:02 +00:00
David E. O'Brien
19abf1681e Use the most modern spelling of egcs.cygnus.com. 2002-12-03 23:21:14 +00:00
David E. O'Brien
77e870fc03 Fix cklatest paths.
Reported by:	gerald
Approved by:	kris
2002-12-03 04:35:07 +00:00
David E. O'Brien
f9a856abff Update to 3.2.1 release, and fix packaging. 2002-11-26 01:59:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
David E. O'Brien
3d7bd2c689 The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
2002-11-05 03:10:08 +00:00
Akinori MUSHA
e8dcfa2a89 Use MASTER_SITES_GCC.
Approved by:	obrien (maintainer)
2002-10-19 18:55:52 +00:00