Gerald Pfeifer
3b96d6100f
Update to the 20080710 snapshot of GCC 4.3.2.
2008-07-11 22:06:36 +00:00
Gerald Pfeifer
88c70bdca8
Update to the 20080703 snapshot of GCC 4.3.2.
2008-07-06 16:46:23 +00:00
Gerald Pfeifer
90431d33ea
Update to the 20080626 snapshot of GCC 4.3.2.
2008-06-28 20:18:04 +00:00
Gerald Pfeifer
b5ffb1af77
Update to the 20080619 snapshot of GCC 4.3.2.
2008-06-21 15:48:14 +00:00
Gerald Pfeifer
f7d20c26c0
Update to the 20080605 snapshot of GCC 4.3.1.
2008-06-09 05:19:50 +00:00
Gerald Pfeifer
ab631eb92c
Update to the 20080522 snapshot of GCC 4.3.1.
2008-05-23 08:56:56 +00:00
Gerald Pfeifer
be2deaf516
Update to the 20080508 snapshot of GCC 4.3.1 which should address the
...
issue of -lpthread being needed when linking against libstdc++ on 7.x
and -CURRENT.
2008-05-14 04:26:05 +00:00
Gerald Pfeifer
e29443e55c
Update to the 20080501 snapshot of GCC 4.3.1.
2008-05-03 14:30:40 +00:00
Gerald Pfeifer
1a61aca15f
Update to the 20080410 snapshot of GCC 4.3.1.
2008-04-12 20:16:24 +00:00
Gerald Pfeifer
091f779da4
Update to the 20080403 snapshot of GCC 4.3.1.
2008-04-06 11:18:40 +00:00
Gerald Pfeifer
09929d164c
Update to the 20080320 snapshot of GCC 4.3.1.
2008-03-22 05:47:55 +00:00
Gerald Pfeifer
413e5ee1b6
Update to the 20080313 snapshot of GCC 4.3.1.
2008-03-16 04:29:53 +00:00
Gerald Pfeifer
a4ded2a75a
Update to the 20080306 snapshot of GCC 4.3.1.
2008-03-09 15:03:41 +00:00
Gerald Pfeifer
4c8344f564
Update to the 20080228 snapshot of GCC 4.3.0.
2008-02-29 21:55:26 +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
Gerald Pfeifer
8c2920b86d
Update to the 20061230 snapshot of GCC 4.3.0.
...
This adds a libgomp info page (the other changes to INFO and MAN are
just to sort these two properly) and we need to add a temporary patch
to fix an issue triggered by FreeBSD headers.
2007-01-02 21:42:49 +00:00
Gerald Pfeifer
de2286382e
Update to the 20061202 snapshot of GCC 4.3.0.
2006-12-03 11:38:17 +00:00
Gerald Pfeifer
d223be9fa3
Update to the 20061125 snapshot of GCC 4.3.0.
2006-11-26 16:39:32 +00:00
Gerald Pfeifer
18ea493f2f
Update to the 20061111 snapshot of GCC 4.3.0.
2006-11-12 16:25:40 +00:00
Gerald Pfeifer
cade10df3e
And here we go, introducing the lang/gcc43 port in form of the 20061104
...
snapshot of GCC 4.3.0; repocopied over from lang/gcc42.
Sadly we now have an unconditional dependency on math/libgmp4 and
math/mpfr. On the positive side this allows us to always build the
Fortran frontend.
PR: 104683
2006-11-05 14:32:58 +00:00
Gerald Pfeifer
bce4b88529
Update to the 20061024 snapshot GCC 4.2.0.
2006-10-31 07:46:41 +00:00
Gerald Pfeifer
0dbe60dd3d
Update lang/gcc42 to the 20061014 snapshot of GCC 4.2.0, which appends a
...
version number to libdata/pkgconfig/libgcj.pc. Fix packaging on amd64
on the way (enabling Java actually was a noop, except for pkg-plist).
Update lang/gcc41 to the 20061013 snapshot of GCC 4.1.2.
These changes allow us to remove the CONFLICT between lang/gcc41 and
lang/gcc42 when building with Java support (the default on i386).
Approved by: portmgr (erwin)
2006-10-19 16:43:58 +00:00
Gerald Pfeifer
87035fc7ef
Update to the 20060923 snapshot of GCC 4.2.0.
2006-09-24 11:48:02 +00:00
Maho Nakata
ba91bf551b
Remove bootclasspath setting to java-gcj-compat
...
when building with awt gtk peer.
2006-09-18 09:13:26 +00:00
Gerald Pfeifer
136b648785
Update to the 20060915 of GCC 4.1.2. This fixes the namespace pollution
...
caused by include/ffi.h.
Enable libgcj on amd64 in addition to i386.
Remove the hack we had used to rename man pages to match the actual
names of binaries (back when GCCs configure mechanism failed to do so).
2006-09-17 18:27:16 +00:00
Gerald Pfeifer
e2e084dc7c
Update to the 20060909 snapshot of GCC 4.2.0.
2006-09-11 08:54:58 +00:00
Gerald Pfeifer
e87e3d893f
Update to the 20060906 snapshot of GCC 4.2.0. This is getting pretty close
...
to the start of the GCC 4.2 release branch, and removes another namespace
pollution issue.
2006-09-06 19:32:44 +00:00
Gerald Pfeifer
4901f1e647
Update to the 20060826 snapshot of GCC 4.2.0. Among others, this fixes
...
two cases where the common (file) namespace was polluted by Java-specific
files.
Disable building libgomp on FreeBSD 4.x and early versions of FreeBSD 5.0
due to pthread-related build issues there.[1]
Reported by: kris (pointyhat) [1]
2006-08-30 10:29:53 +00:00
Gerald Pfeifer
3e23cd22d7
Update to the 20060819 snapshot of GCC 4.2.0.
2006-08-21 14:37:54 +00:00
Gerald Pfeifer
7b4cdd11fd
Update to the 20060812 snapshot of GCC 4.2.0.
2006-08-13 16:04:23 +00:00
Maho Nakata
d83ac601bc
Setting java.home, changing default awt peer to gtk,
...
and using cairo backend for WITH_JAVA_AWT
Approved by: gerald
2006-08-08 12:35:07 +00:00
Gerald Pfeifer
34e8504f40
Update to the 20060805 snapshot of GCC 4.2.0.
2006-08-07 15:17:10 +00:00
Gerald Pfeifer
518884b4c5
Update to the 20060729 snapshot of GCC 4.2.0.
2006-07-31 05:35:03 +00:00
Gerald Pfeifer
fb8f0d524b
Update to the 20060722 snapshot of GCC 4.2.0.
...
No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed
in Mk/bsd.port.mk now.
Be more friendly for additional patches.
Submitted by: maho (implicitly)
2006-07-23 13:31:06 +00:00
Gerald Pfeifer
25f5c7f240
Update to the 20060715 snapshot of GCC 4.2.0.
2006-07-17 21:55:15 +00:00
Gerald Pfeifer
dc75513728
Update to the 20060708 snapshot of GCC 4.2.0.
...
Simplify the subdirectory we use for GCC-specific libraries and include
files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}.
Remove the hack to set RANLIB=: now that this has been addressed upstream.
2006-07-09 12:22:08 +00:00
Gerald Pfeifer
5d654c47e4
Update to the 20060701 snapshot of GCC 4.2.0.
...
bootstrap-lean is back, which means quite a bit less disk space used when
building this port. Also, Java comes with new applications gappletviewer42,
gjarsigner42, and gkeytool42 and a new libgcj-tools-4.2.0.jar.
2006-07-03 21:18:10 +00:00
Gerald Pfeifer
3427e44afc
Update to the 20060624 snapshot of GCC 4.2.0.
...
mf-runtime.h no longer pollutes public filename space, so we can
remove our workaround. Refresh files/java-patch-hier.
2006-06-26 17:03:03 +00:00
Gerald Pfeifer
313c6c2e9c
Update to the 20060617 snapshot of GCC 4.2.0.
...
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
2006-06-18 06:39:28 +00:00
Gerald Pfeifer
41592459c5
Update to the 20060610 snapshot of GCC 4.2.0.
...
Add zip as a build dependency of Java (libgcj). [1]
Reported by: kris (pointyhat) [1]
2006-06-11 15:42:59 +00:00
Gerald Pfeifer
8e5af82931
Update to the 20060603 snapshot of GCC 4.2.0.
...
Java support is back (on i386), and all those additional libtool
files we are currently installing as part of libgcj will be gone
with next week's snapshot.
2006-06-05 19:20:32 +00:00
Gerald Pfeifer
a9bc8e0946
Update to the 20060527 snapshot of GCC 4.2.0.
2006-05-28 14:57:12 +00:00
Maho Nakata
cbb98d4b49
Fix dependency of libart
...
Submitted by: kris
Approved by: gerald (implicitly)
2006-05-28 08:57:49 +00:00
Gerald Pfeifer
805bf98814
Update to the 20060520 snapshot of GCC 4.2.0.
2006-05-21 17:25:16 +00:00
Gerald Pfeifer
029df2b0d3
Update to the 20060513 snapshot of GCC 4.2.0.
2006-05-14 09:57:29 +00:00
Gerald Pfeifer
a7e4d2d8a4
Update to the 20060506 snapshot of GCC 4.2.0.
...
ia64 and sparc64 should build again now; http://gcc.gnu.org/PR25865 has
been addressed.
2006-05-13 14:09:00 +00:00
Gerald Pfeifer
b6acded77e
Avoid hard-coding the GCC release series in the cklatest target.
2006-05-12 19:48:37 +00:00
Alex Dupre
ffcb54b54f
Chase gmp library and bump PORTREVISION.
2006-05-10 14:46:47 +00:00
Gerald Pfeifer
2d78e8dca5
IGNORE on ia64 and sparc64, because we know things currently cannot work
...
on these two.
2006-04-23 11:08:41 +00:00
Gerald Pfeifer
634bb7f5b3
Make sure all lang/gcc* ports I maintain can be properly used as master
...
ports by allowing MAINTAINER and COMMENT to be overridden.
2006-04-23 11:00:59 +00:00
Gerald Pfeifer
95ff45e3cf
Update to the 20060422 snapshot of GCC 4.2.0.
2006-04-23 10:29:31 +00:00
Gerald Pfeifer
d0ccdc7ed4
Update to the 20060415 snapshot of GCC 4.2.0. Adjust the explanation
...
on why Java still is disabled.
2006-04-16 13:12:07 +00:00
Gerald Pfeifer
bd65d7f788
Update to the 20060408 snapshot of GCC 4.2.0.
2006-04-09 15:37:00 +00:00
Gerald Pfeifer
9a8f155fc1
Update to the 20060401 snapshot of GCC 4.2.0.
2006-04-02 22:28:10 +00:00