1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

319 Commits

Author SHA1 Message Date
Maho Nakata
accf890584 * enabling gtk as default awt peer
* setting java.home property
* use cairo backend

Approved by:	gerald (implicit)
2006-08-07 06:09:43 +00:00
Gerald Pfeifer
519a1dafa1 Update to the 20060728 snapshot of GCC 4.1.2. 2006-07-31 05:31:41 +00:00
Gerald Pfeifer
cd71e01830 Actually make the second change indicated in the previous commit:
No longer generate ${PREFIX}/libdata/ldconfig.
2006-07-22 16:05:29 +00:00
Gerald Pfeifer
0f1b8c31eb Update to the 20060721 snapshot of GCC 4.1.2.
No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed
in Mk/bsd.port.mk now.
2006-07-22 16:02:44 +00:00
Maho Nakata
3a962d6f47 Be more friendly for additional patches
Approved by:	gerald (implicit)
2006-07-21 21:03:06 +00:00
Gerald Pfeifer
b7896f60aa Update to the 20060714 snapshot of GCC 4.1.2. 2006-07-15 08:57:40 +00:00
Gerald Pfeifer
6b2ec9b9f4 Update to the 20060707 snapshot of GCC 4.1.2.
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 18:01:17 +00:00
Gerald Pfeifer
7b139d94ed Update to the 20060630 snapshot of GCC 4.1.2. 2006-07-01 16:08:22 +00:00
Gerald Pfeifer
bd599096f5 Update to the 20060623 snapshot of GCC 4.1.2.
Fix USE_LDCONFIG for non-default prefix installation.
2006-06-25 19:51:35 +00:00
Gerald Pfeifer
f568da0c25 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-17 13:33:15 +00:00
Gerald Pfeifer
449925ca7f Update to the 20060616 snapshot of GCC 4.1.2. 2006-06-17 09:09:13 +00:00
Gerald Pfeifer
9e327e6777 Update to the 20060609 snapshot of GCC 4.1.2. 2006-06-10 12:34:49 +00:00
Gerald Pfeifer
4911ee2897 Enable Java/libgcj for those platforms it currently works (i386) rather
than disabling it for platforms we know it's broken.
2006-06-05 19:50:05 +00:00
Gerald Pfeifer
426445a69c Update to the 20060602 snapshot of GCC 4.1.2. 2006-06-03 08:48:22 +00:00
Gerald Pfeifer
31f3766d05 Update to the 20060526 snapshot of GCC 4.1.2. This is more or less what
we released as GCC 4.1.1 upstream.
2006-05-28 15:03:36 +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
7fc4a24d9c Update to the 20060519 snapshot of GCC 4.1.1. 2006-05-21 13:47:28 +00:00
Gerald Pfeifer
788f936172 Update to the 20060512 snapshot of GCC 4.1.1. 2006-05-14 10:05:16 +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
Maho Nakata
b9ba39b59f Fix missing dependency WITH_JAVA_AWT
Submitted by:	kris via pointyhat
Approved by:	gerald
2006-04-24 20:58:33 +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
7ed7935b1f Update to the 20060421 snapshot of GCC 4.1.1. 2006-04-22 20:52:00 +00:00
Gerald Pfeifer
3a1b96c6d2 Conflict with gcc-4.2.*, not this port in case we build Java. 2006-04-17 10:36:35 +00:00
Gerald Pfeifer
d247df7da9 Update to the 20060414 snapshot of GCC 4.1.1.
Reenable Java again, now that the memory overflow issue during installation
seems to have been addressed (and support for FreeBSD 5.3 and later is now
upstream).
2006-04-16 08:44:48 +00:00
Gerald Pfeifer
8c80229b83 Update to the 20060407 snapshot of GCC 4.1.1. 2006-04-08 10:06:35 +00:00
Gerald Pfeifer
7f2262a9dd Update to the 20060331 snapshot of GCC 4.1.1. 2006-04-02 03:38:12 +00:00
Gerald Pfeifer
daf03e3c5e Fix handling of shared libraries via rc.d for non-default prefixes. 2006-03-28 18:41:56 +00:00
Dirk Meyer
989fbabdf9 - add RC_D_SH to keep shared libs working after reboot 2006-03-26 05:16:44 +00:00
Gerald Pfeifer
1a1b97dbff Update to the 20060324 snapshot of GCC 4.1.1. Two minor cleanups on the
Java side, without real functional changes.
2006-03-25 14:27:50 +00:00
Gerald Pfeifer
8fd0dcddae Update to the 20060317 snapshot of GCC 4.1.1. 2006-03-20 04:50:13 +00:00
Gerald Pfeifer
932c3d26cd Update to the 20060310 snapshot of GCC 4.1, which basically is GCC 4.1.0
plus only a few patches.

The spamming of $PREFIX/include/ssp is now finally gone after my reports
upstream, which allows us to restrict the conflict with gcc-4.2.* to the
case where we build Java.

Convert the build-time dependency on math/mpfr to a full one, since the
Fortran frontend also needs this at run time.

Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.

Remove bogus USE_X11 (which was not used by default nor any other port).

No longer hardcode the version number in LATEST_LINK.
2006-03-15 09:37:21 +00:00
Gerald Pfeifer
665b10cc4e Update to the 20060217 snapshot of GCC 4.1.0.
Remove USE_REINPLACE= as advised by new portlint.
2006-02-19 18:48:09 +00:00
Gerald Pfeifer
cd62b69003 Update to the 20060210 snapshot of GCC 4.1.0. 2006-02-11 23:22:30 +00:00
Gerald Pfeifer
ee5371a226 Update to the 20060203 snapshot of GCC 4.1.0. 2006-02-04 17:24:23 +00:00
Gerald Pfeifer
f2d194a410 Update to the 20060127 snapshot of GCC 4.1.0. 2006-02-01 01:02:41 +00:00
Gerald Pfeifer
9a8723bd71 Update to the 20060120 snapshot of GCC 4.1.0. 2006-01-22 04:35:07 +00:00
Gerald Pfeifer
2230fbcad9 Update to the 20060113 snapshot of GCC 4.1.0. 2006-01-14 21:37:56 +00:00
Gerald Pfeifer
889f8babc5 Update to the 20060106 snapshot of GCC 4.1.0.
GCC no longer installs an empty ${PREFIX}/share/classpath/, so we can
avoid my hack to remove it.
2006-01-08 08:20:34 +00:00
Gerald Pfeifer
617049eee4 Update to the 20051230 snapshot of GCC 4.1.0. 2006-01-01 22:57:50 +00:00
Gerald Pfeifer
981bb88e27 Update to the 20051223 snapshot of GCC 4.1.0.
Install the .info files of the lang/gcc41 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory.   This allows us to remove the conflict with lang/gcc33,
and reduce the clash with lang/gcc42.

Also improve packaging by using @dirrm include/ssp instead of speculative
removal.
2005-12-28 22:29:09 +00:00
Gerald Pfeifer
f369fc50b4 Update to the 20051215 snapshot of GCC 4.0.3.
Install the .info files of the lang/gcc40 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory.   This allows us to remove the conflicts with lang/gcc33,
lang/gcc41 and lang/gcc42.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 40.
2005-12-22 00:47:46 +00:00
Gerald Pfeifer
f8ca4b20a3 Update to the 20051220 snapshot of GCC 3.4.6.
Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
2005-12-21 22:38:26 +00:00
Gerald Pfeifer
19b2fa73c3 Update to the 20051216 snapshot of GCC 4.1.0. 2005-12-17 00:59:56 +00:00
Gerald Pfeifer
b240fc287c Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210
snapshot of GCC 4.2.0.

Change pkg-plist to avoid hardcoding any version number.

PR:		90253
2005-12-11 22:49:57 +00:00
Gerald Pfeifer
a39b734d83 Update to the 20051209 snapshot of GCC 4.1.0.
Change pkg-plist to avoid hardcoding any version number.
2005-12-11 21:25:42 +00:00
Gerald Pfeifer
15d05e49d8 Update to the 20051202 snapshot of GCC 4.1.0.
Unfortunately, we have to disable building Java since installation of
libgcj consumes insane amounts of memory and thus fails on machines with
less than 1GB of RAM.
2005-12-04 00:58:11 +00:00
Gerald Pfeifer
7013bbaf06 Add missing pkg-plist update from the previous commit. 2005-11-30 11:26:52 +00:00
Gerald Pfeifer
e8f2893f6e Update to the 20051125 snapshot of GCC 4.1.0 (which gets us rid of a
workaround I had to apply to this port).
2005-11-29 21:09:08 +00:00
Gerald Pfeifer
a75a366e1a mirrors.rcn.net, one of the main mirrors has a corrupted tarball of the
testsuite; since this is not needed for regular operation, just disable
it in the port, but keep the correct data in distinfo, in case someone
wants to obtain and verify it nevertheless.

PR:		89128
Reported by:	pointyhat
2005-11-16 22:14:12 +00:00