diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-19 19:44:57 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-19 19:44:57 +0800 |
commit | 7a126f426d054deea03a8d8916c4a8ea0a91d59e (patch) | |
tree | ecc77ca03602aefc5a8771243c8b9e3255ddea92 /lang/gcc44 | |
parent | 2475f0204c6a6dd16991be0cb6309571fe91bcc8 (diff) | |
download | freebsd-ports-gnome-7a126f426d054deea03a8d8916c4a8ea0a91d59e.tar.gz freebsd-ports-gnome-7a126f426d054deea03a8d8916c4a8ea0a91d59e.tar.zst freebsd-ports-gnome-7a126f426d054deea03a8d8916c4a8ea0a91d59e.zip |
No longer download Objective-C related files which we don't actually use.
Minor style changes.
Adjust the ports description to the new style I am using for the various
gcc ports and remove an obsolete note on memory consumption when building
libgcj (the Java library).
Diffstat (limited to 'lang/gcc44')
-rw-r--r-- | lang/gcc44/Makefile | 7 | ||||
-rw-r--r-- | lang/gcc44/distinfo | 3 | ||||
-rw-r--r-- | lang/gcc44/pkg-descr | 11 |
3 files changed, 6 insertions, 15 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 75c69884186f..ab75845177fd 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-fortran-${VERSIONSTRING}${EXTRACT_SUFX} \ - gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ - gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} + gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.4 @@ -36,8 +35,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes -MAKE_JOBS_SAFE= yes WANT_GNOME= yes +MAKE_JOBS_SAFE= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure @@ -60,7 +59,7 @@ TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS+= --disable-nls \ +CONFIGURE_ARGS+=--disable-nls \ --with-system-zlib \ --with-libiconv-prefix=${LOCALBASE} \ --with-gmp=${LOCALBASE} \ diff --git a/lang/gcc44/distinfo b/lang/gcc44/distinfo index a505e18d21ad..92a1eed997af 100644 --- a/lang/gcc44/distinfo +++ b/lang/gcc44/distinfo @@ -7,9 +7,6 @@ SIZE (gcc-fortran-4.4-20091117.tar.bz2) = 1306218 MD5 (gcc-g++-4.4-20091117.tar.bz2) = 4b9e107010115cbdbe6092249baf0736 SHA256 (gcc-g++-4.4-20091117.tar.bz2) = edda76687cc58933af74486177fa96efa134f847b3746662ad5e058c2711a63c SIZE (gcc-g++-4.4-20091117.tar.bz2) = 5918054 -MD5 (gcc-objc-4.4-20091117.tar.bz2) = 80a5024379d16547630a0ddf184a9de5 -SHA256 (gcc-objc-4.4-20091117.tar.bz2) = 205e30de25d8aa06f80a22efa42fb134ca264be3f5ae051310d70e863a79732e -SIZE (gcc-objc-4.4-20091117.tar.bz2) = 239694 MD5 (gcc-testsuite-4.4-20091117.tar.bz2) = 72d65fe44f66973b1334e1b958d1ebd2 SHA256 (gcc-testsuite-4.4-20091117.tar.bz2) = 3ff99ba5ab47ceed3e3596f59fd400d7f5f590f0ad1cdffdef75f3257e03981c SIZE (gcc-testsuite-4.4-20091117.tar.bz2) = 5087374 diff --git a/lang/gcc44/pkg-descr b/lang/gcc44/pkg-descr index 85826285049f..196e09f5b937 100644 --- a/lang/gcc44/pkg-descr +++ b/lang/gcc44/pkg-descr @@ -1,11 +1,6 @@ -GCC, the GNU Compiler Collection includes C, C++, Java and Fortran. - -This port installs the various front ends as gcc44, g++44, gcj44, -gfortran44 and so forth into the ${PREFIX}/bin directory. - -(Building the Java frontend and the associated libgcj library will -consume more than 512MB of main memory. Set WITHOUT_JAVA=yes in -the environment when building this port to avoid that.) +GCC, the GNU Compiler Collection, supports a number of languages. This +port installs the C, C++, Fortran and Java front ends as gcc44, g++44, +gfortran44, and gcj44, respectively. WWW: http://gcc.gnu.org/ |