1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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).
This commit is contained in:
Gerald Pfeifer 2009-11-19 11:44:57 +00:00
parent 3f3259b1e8
commit aa208ed34f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244470
3 changed files with 6 additions and 15 deletions

View File

@ -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} \

View File

@ -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

View File

@ -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/