diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-20 08:03:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-20 08:03:20 +0800 |
commit | b33f7a191e36ece7c0cf69838d5a55d17e884493 (patch) | |
tree | cd534631a9ee9191bcbdda3869b27a75fd642cc3 /lang/gcc47 | |
parent | f4d927a198be679522726152e26f0933a0771717 (diff) | |
download | freebsd-ports-gnome-b33f7a191e36ece7c0cf69838d5a55d17e884493.tar.gz freebsd-ports-gnome-b33f7a191e36ece7c0cf69838d5a55d17e884493.tar.zst freebsd-ports-gnome-b33f7a191e36ece7c0cf69838d5a55d17e884493.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/gcc47')
-rw-r--r-- | lang/gcc47/Makefile | 7 | ||||
-rw-r--r-- | lang/gcc47/distinfo | 3 | ||||
-rw-r--r-- | lang/gcc47/pkg-descr | 11 |
3 files changed, 6 insertions, 15 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 05ac9e889adb..ba557f6bcbc9 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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.5 @@ -37,8 +36,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 @@ -61,7 +60,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/gcc47/distinfo b/lang/gcc47/distinfo index 10d8d78399f1..ae5068d6a8ae 100644 --- a/lang/gcc47/distinfo +++ b/lang/gcc47/distinfo @@ -7,9 +7,6 @@ SIZE (gcc-fortran-4.5-20091112.tar.bz2) = 1398510 MD5 (gcc-g++-4.5-20091112.tar.bz2) = d170a2b484213197a090b78b89478d61 SHA256 (gcc-g++-4.5-20091112.tar.bz2) = 820a66a18db85141e61140fa4e7201d5bb593063ee2f0fba612f185e43020e5e SIZE (gcc-g++-4.5-20091112.tar.bz2) = 6296128 -MD5 (gcc-objc-4.5-20091112.tar.bz2) = 8c4e9dcd562bc5a574a7565d3e56b439 -SHA256 (gcc-objc-4.5-20091112.tar.bz2) = c35ac2d22088f14ce7f0fa600bd4a53b842cab9e348ae14bb6a08e41b1438c7e -SIZE (gcc-objc-4.5-20091112.tar.bz2) = 246813 MD5 (gcc-testsuite-4.5-20091112.tar.bz2) = c4ba0cbc7e01a43482f0aa227b308ba0 SHA256 (gcc-testsuite-4.5-20091112.tar.bz2) = a2e79c827b8434ed6262827435f1b63ef5c823be009681b74d790c2078052fad SIZE (gcc-testsuite-4.5-20091112.tar.bz2) = 5407113 diff --git a/lang/gcc47/pkg-descr b/lang/gcc47/pkg-descr index eb55b6842190..b9940115e272 100644 --- a/lang/gcc47/pkg-descr +++ b/lang/gcc47/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 gcc45, g++45, gcj45, -gfortran45 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 gcc45, g++45, +gfortran45, and gcj45, respectively. WWW: http://gcc.gnu.org/ |