1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

381 Commits

Author SHA1 Message Date
Gerald Pfeifer
e086926077 Update to the 20080314 snapshot of GCC 4.4.0. 2008-03-18 05:14:15 +00:00
Gerald Pfeifer
457c38aeb0 Update to the 20080307 snapshot of GCC 4.4. Very early alpha, take care! 2008-03-08 15:21:08 +00:00
Gerald Pfeifer
82b85bc425 Now track GCC 4.4 development (currently at 4.4.0 snapshot 20080229) via
the new lang/gcc44 port.  At this point, this is mostly identical to what
we have in lang/gcc43 which is in the final stages before the GCC 4.3.0
release, but things will start diverging soon.

PR:		120984
2008-03-01 20:18:34 +00:00
Gerald Pfeifer
c613ac067d Update to the 20080221 snapshot of GCC 4.3.0.
Make PORTSNAME overridable.[1]

Submitted by:	maho[1]
2008-02-22 10:09:56 +00:00
Gerald Pfeifer
66a2f01b69 Update to the 20080215 snapshot of GCC 4.3.0. 2008-02-16 16:40:05 +00:00
Gerald Pfeifer
245c251139 Update to the 20080208 snapshot of GCC 4.3.0. 2008-02-10 18:38:38 +00:00
Gerald Pfeifer
d1b5bbac02 Update to the 20080201 snapshot of GCC 4.3.0. 2008-02-02 17:17:36 +00:00
Gerald Pfeifer
011182ea3f Update to the 20080125 snapshot of GCC 4.3.0. 2008-01-26 19:35:16 +00:00
Gerald Pfeifer
d7bcf9d063 Update to the 20080118 snapshot of GCC 4.3.0. 2008-01-19 16:06:22 +00:00
Gerald Pfeifer
04f76a58a6 Update to the 20080111 snapshot of GCC 4.3.0. 2008-01-12 12:58:42 +00:00
Gerald Pfeifer
44762598e5 Update to the 20080104 snapshot of GCC 4.3.0. 2008-01-06 11:54:11 +00:00
Gerald Pfeifer
0361f7adc9 Update to the 20071221 snapshot of GCC 4.3.0. 2007-12-25 18:55:58 +00:00
Gerald Pfeifer
f3ccb979fb Update to the 20071026 snapshot of GCC 4.3.0. 2007-10-27 11:45:03 +00:00
Gerald Pfeifer
f313be86fd Update to the 20071019 snapshot of GCC 4.3.0. 2007-10-20 14:02:06 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Gerald Pfeifer
ec18bce1c4 Update to the 20071012 snapshot of GCC 4.3.0. 2007-10-14 11:04:24 +00:00
Gerald Pfeifer
8ccfea1e8c Update to the 20070928 snapshot of GCC 4.3.0. 2007-09-29 15:37:48 +00:00
Gerald Pfeifer
f04bd485c3 Update to the 20070914 snapshot of GCC 4.3.0. 2007-09-15 18:42:21 +00:00
Gerald Pfeifer
a36c0f4992 Update to the 20070831 snapshot of GCC 4.3.0. 2007-09-03 09:50:19 +00:00
Alex Dupre
a4f7d9d69c Chase mpfr library and bump PORTREVISION. 2007-08-30 09:56:05 +00:00
Gerald Pfeifer
c4c7231c1e Update to the 20070817 snapshot of GCC 4.3.0. 2007-08-20 08:03:28 +00:00
Gerald Pfeifer
e810042f12 Add missing note on the CONFLICTS with lang/gcc295.
Reported by:	cy
2007-08-11 19:45:44 +00:00
Gerald Pfeifer
c6351b4e90 Update to the 20070810 snapshot of GCC 4.3.0. 2007-08-11 19:12:37 +00:00
Gerald Pfeifer
12270bbd80 Update to the 20070727 snapshot of GCC 4.3.0. 2007-07-28 16:25:26 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Gerald Pfeifer
ba3e11610e Update to the 20070720 snapshot of GCC 4.3.0. 2007-07-21 18:59:38 +00:00
Gerald Pfeifer
491c1c9c09 Update to the 20070713 snapshot of GCC 4.3.0. 2007-07-15 05:36:39 +00:00
Gerald Pfeifer
3b05239236 Update to the 20070622 snapshot of GCC 4.3.0. 2007-06-24 16:29:20 +00:00
Gerald Pfeifer
e68bb092b9 Update to the 20070601 snapshot of GCC 4.3.0. 2007-06-02 09:09:51 +00:00
Gerald Pfeifer
433b5ad8fe Update to the 20070518 snapshot of GCC 4.3.0 (since this week's one is
broken).
2007-05-28 09:45:34 +00:00
Gerald Pfeifer
d920517a33 Update to the 20070427 snapshot of GCC 4.3.0. 2007-04-28 12:06:18 +00:00
Gerald Pfeifer
315a37b4c9 Update to the 20070420 snapshot of GCC 4.3.0.
Move the WITH_JAVA_AWT bits into the ! WITHOUT_JAVA branch, that is,
enable this only when Java is enabled.

PR:		111544
2007-04-21 07:41:04 +00:00
Gerald Pfeifer
935cdb085b Update to the 20070413 snapshot of GCC 4.3.0.
Add WANT_GNOME=yes per our GNOME porting documentation.
2007-04-14 14:37:05 +00:00
Gerald Pfeifer
f4614c19ae libjava now also provides cp-tools.info.
Reported by:	rafan
2007-04-12 00:49:10 +00:00
Gerald Pfeifer
4d872494f6 Move everything related to the WITH_JAVA_AWT knob into a single block
and make this a subset of the general Java-specific section.

Submitted by:	alepulver
2007-04-11 18:39:26 +00:00
Gerald Pfeifer
9e57664e46 Check for, and warn about the datasize limit, before trying to build
with Java support.

PR:		111126
Suggested by:	kris, cperciva
2007-04-09 18:34:53 +00:00
Gerald Pfeifer
ffb2a763be Update to the 20070406 snapshot of GCC 4.3.0. 2007-04-09 13:23:10 +00:00
Gerald Pfeifer
1e02b2a2c3 Document the large memory requirements when building with Java support.
Discussed with:	alepulver
2007-03-31 14:41:28 +00:00
Gerald Pfeifer
04494d36c1 Update to the 20070323 snapshot of GCC 4.3.0. 2007-03-28 14:25:11 +00:00
Gerald Pfeifer
1c49ce1499 Update to the 20070316 snapshot of GCC 4.3.0. 2007-03-17 17:47:08 +00:00
Gerald Pfeifer
fc030bdc32 Update to the 20070309 snapshot of GCC 4.3.0. This brings a new gcjh43
application and man pages for gappletviewer43, gjar43, gjarsigner43,
gjavah43, gkeytool43, gnative2ascii43, gorbd43, grmid43, gserialver43,
and gtnameserv43.
2007-03-12 16:45:56 +00:00
Gerald Pfeifer
fa3efcc75f Update to the 20070302 snapshot of GCC 4.3.0. 2007-03-04 13:49:29 +00:00
Gerald Pfeifer
b070877615 Update to the 20070223 snapshot of GCC 4.3.0. No extra patch is needed
to build on i386 any longer.
2007-02-24 16:17:34 +00:00
Gerald Pfeifer
283351f1df Update to the 20070216 snapshot of GCC 4.3.0.
This has a patch of mine to account for the removal of /usr/bin/objformat
on 7-CURRENT and defaults to elf instead of aout in this case.

Add a temporary patch to fix the bootstrap on i386.
2007-02-18 21:58:37 +00:00
Gerald Pfeifer
4d3092c12b Update to the 20070209 snapshot of GCC 4.3.0.
This adds a couple of further programs related to Java language support,
specifically gjar, gjavah, gnative2ascii, gorbd, grmid, gserialver, and
gtnameserv.
2007-02-12 00:59:48 +00:00
Gerald Pfeifer
42c24f3d70 Update to the 20070202 snapshot of GCC 4.3.0.
Adjust pkg-plist to remove some secondary programs which we no longer
provide after the import of the Eclipse Java frontend.

Properly set INFO for those cases where we actually do not build libgomp,
and thus not libgomp.info either.

Move ia64 to NOT_FOR_ARCHS from BROKEN, like we did with lang/gcc43.
Remove the cklatest target and files/patch-gengtype-yacc.y.
2007-02-06 13:06:01 +00:00
Gerald Pfeifer
b84bd53df8 Revert previous commit.
Pointyhat to:	self
2007-01-15 01:15:05 +00:00
Gerald Pfeifer
8a1457ba04 Add ia64 to NOT_FOR_ARCHS. This has been broken for ages, it is not clear
whether it is our kernel/userland, the hardware, or something else at fault
and nobody on our side nor upstream seems to have any interest.

Discussed with:	kris
2007-01-15 01:10:13 +00:00
Gerald Pfeifer
dfc36a6de2 Add missing DISTFILES entry for Java. 2007-01-08 15:32:35 +00:00
Gerald Pfeifer
694e45aacf Update to the 20070105 snapshot of GCC 4.3.0. Remove temporary patch was
is upstream now.
2007-01-06 08:43:34 +00:00