diff options
author | maho <maho@FreeBSD.org> | 2004-12-16 18:25:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-12-16 18:25:07 +0800 |
commit | cb43fe6e8900abeea818788e9758644940722a48 (patch) | |
tree | 72df2f51ca612ab3587d925a57509dfa253c0395 /lang | |
parent | d1721ccf912b54a72aae00dc897d61b167c11a71 (diff) | |
download | freebsd-ports-gnome-cb43fe6e8900abeea818788e9758644940722a48.tar.gz freebsd-ports-gnome-cb43fe6e8900abeea818788e9758644940722a48.tar.zst freebsd-ports-gnome-cb43fe6e8900abeea818788e9758644940722a48.zip |
Make this port a slave port of lang/gcc40.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gfortran/Makefile | 133 | ||||
-rw-r--r-- | lang/gfortran/files/patch-fibheap.c | 14 | ||||
-rw-r--r-- | lang/gfortran/files/patch-getpwd.c | 14 | ||||
-rw-r--r-- | lang/gfortran/files/patch-hashtab.c | 14 | ||||
-rw-r--r-- | lang/gfortran/pkg-descr | 6 |
5 files changed, 4 insertions, 177 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index f4a1d85166d8..901d7f659038 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -6,133 +6,6 @@ # $FreeBSD$ # -PORTNAME= gfortran -PORTVERSION= 3.5.${SNAPDATE} -CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= maho/tree-ssa -# http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/ -DISTNAME= tree-ssa-${SNAPDATE} - -MAINTAINER?= maho@FreeBSD.org -COMMENT= GNU Fortran Compiler 90/95 from tree-ssa branch - -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_PERL5_BUILD=yes - -PATCH_WRKSRC= ${SRCDIR} -CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure -NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 - -SNAPDATE= 20040317 - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "amd64" && ${ARCH} != "i386" -BROKEN= "Does not compile on !i386 and !amd64" -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} -.else -CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} -.endif - -SRCDIR= ${WRKDIR}/gcc -WRKSRC= ${WRKDIR}/build -TARGLIB= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/3.5-tree-ssa/ -TARGLIBEXEC= ${PREFIX}/libexec/gcc/${CONFIGURE_TARGET}/3.5-tree-ssa/ -PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_BISON= yes -CONFIGURE_ARGS= --disable-nls \ - --with-gmp=${LOCALBASE} \ - --with-system-zlib \ - --with-libiconv-prefix=${LOCALBASE} \ - --program-suffix=tree-ssa \ - --disable-libmudflap \ - --enable-languages=c,f95 -MAKE_ARGS+= MAKEINFOFLAGS="--no-split" -.if defined(WANT_SHAREDLIBS) -CONFIGURE_ARGS+= --enable-shared -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} -EXTRA_SHLIB= libgcc_s -.else -CONFIGURE_ARGS+= --disable-shared -.endif -.if defined(WANT_THREADS_SUPPORT) -CONFIGURE_ARGS+= --enable-threads -# ?is this an ObjC only thing? -CONFIGURE_ARGS+= --enable-threads=posix -.endif -ALL_TARGET= bootstrap-lean -MAN1= cpptree-ssa.1 gcctree-ssa.1 gcovtree-ssa.1 -MAN7= fsf-funding.7 gfdl.7 gpl.7 - -pre-everything:: - @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}" - -post-patch: - @${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ - ${SRCDIR}/gcc/version.c - -pre-configure: - cd ${SRCDIR} ; contrib/gcc_update --touch - @${RM} -f ${SRCDIR}/gcc/*/*.info* - @${MKDIR} ${CONFIGURE_WRKSRC} - -post-build: - @${ECHO_MSG} "Consider running 'make check' before 'make install'," - @${ECHO_MSG} "especially if you have not built port on -STABLE or -CURRENT." - @${ECHO_MSG} "This assumes that you have the dejagnu port installed." - -check: build - cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check - -post-install: - ${LN} ${PREFIX}/bin/gfortrantree-ssa ${PREFIX}/bin/gfortran - -.for f in gcc cpp gcov ${CONFIGURE_TARGET}-gcc ${CONFIGURE_TARGET}-g++ gcj gcjh gij jv-scan jcf-dump jv-convert jar grepjar rmic rmiregistry - if [ -e ${PREFIX}/bin/${f}tree-ssa ]; then \ - ${STRIP_CMD} ${PREFIX}/bin/${f}tree-ssa; \ - ( ${TEST} ! -e ${PREFIX}/man/man1/${f}.1 \ - || ${MV} -f ${PREFIX}/man/man1/${f}.1 \ - ${PREFIX}/man/man1/${f}tree-ssa.1 ); \ - fi -.endfor - -.for f in libgfortran libgfortranbegin libiberty ${EXTRA_SHLIB} - ${MV} -f ${PREFIX}/lib/${f}.* ${TARGLIB} -.endfor - ${RM} -f ${PREFIX}/lib/libiberty.a - ${RM} -f ${TARGLIB}/*.la -# I am sick and tired of the anonyance that man pages can only be generated if -# perl 5.6 is installed. This is becoming a royal PITA on non-5-CURRENT systems -.for mp in ${_MANPAGES} - ( ${TEST} -e ${mp} || ${TOUCH} ${TOUCH_FLAGS} ${mp} ) -.endfor - # Handle target libraries and GCJ include files. - ${RM} -f ${WRKDIR}/PLIST.lib -.for d in ${TARGLIB:S/^${PREFIX}\///} ${TARGLIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax - cd ${PREFIX} ; if [ -d $d ]; then \ - ${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\ - ${FIND} $d -type d | ${SORT} -r \ - | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\ - fi -.endfor - (${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc/${CONFIGURE_TARGET} 2>&1 || true" ; ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc 2>&1 || true") >> ${WRKDIR}/PLIST.lib - (${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc/${CONFIGURE_TARGET} 2>&1 || true" ; ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc 2>&1 || true") >> ${WRKDIR}/PLIST.lib - ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script - ${ECHO_CMD} "/Insert PLIST.lib" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "d" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "r ${WRKDIR}/PLIST.lib" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script - ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre - cd ${WRKDIR} ; ex < ex.script - -.include <bsd.port.post.mk> +MASTERDIR= ${.CURDIR}/../gcc40/ +WITH_FORTRAN= yes +.include "${MASTERDIR}/Makefile" diff --git a/lang/gfortran/files/patch-fibheap.c b/lang/gfortran/files/patch-fibheap.c deleted file mode 100644 index ae11205400af..000000000000 --- a/lang/gfortran/files/patch-fibheap.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libiberty/fibheap.c.org Sat Jan 31 14:51:11 2004 -+++ libiberty/fibheap.c Sat Jan 31 14:51:28 2004 -@@ -22,9 +22,9 @@ - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif --#ifdef HAVE_LIMITS_H -+//#ifdef HAVE_LIMITS_H - #include <limits.h> --#endif -+//#endif - #ifdef HAVE_STDLIB_H - #include <stdlib.h> - #endif diff --git a/lang/gfortran/files/patch-getpwd.c b/lang/gfortran/files/patch-getpwd.c deleted file mode 100644 index 93945e340057..000000000000 --- a/lang/gfortran/files/patch-getpwd.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libiberty/getpwd.c.orig Fri Jan 30 22:18:02 2004 -+++ libiberty/getpwd.c Thu Mar 18 14:24:28 2004 -@@ -32,9 +32,9 @@ - #ifdef HAVE_SYS_PARAM_H - #include <sys/param.h> - #endif --#if HAVE_SYS_STAT_H -+//#if HAVE_SYS_STAT_H - #include <sys/stat.h> --#endif -+//#endif - #if HAVE_LIMITS_H - #include <limits.h> - #endif diff --git a/lang/gfortran/files/patch-hashtab.c b/lang/gfortran/files/patch-hashtab.c deleted file mode 100644 index eba847201672..000000000000 --- a/lang/gfortran/files/patch-hashtab.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libiberty/hashtab.c.orig Thu Nov 13 11:39:39 2003 -+++ libiberty/hashtab.c Thu Mar 18 19:34:34 2004 -@@ -37,9 +37,9 @@ - - #include <sys/types.h> - --#ifdef HAVE_STDLIB_H -+// #ifdef HAVE_STDLIB_H - #include <stdlib.h> --#endif -+// #endif - - #ifdef HAVE_STRING_H - #include <string.h> diff --git a/lang/gfortran/pkg-descr b/lang/gfortran/pkg-descr index ba9ba72052fe..a77daccccd71 100644 --- a/lang/gfortran/pkg-descr +++ b/lang/gfortran/pkg-descr @@ -1,8 +1,4 @@ -GNU Fortran compiler supporting 90/95 -from tree-ssa-20020619-branch -you can invoke this Fortran by gfortran. +GNU Compiler collection with Fortran 90/95. WWW: http://gcc.gnu.org/fortran/ http://gcc.gnu.org/projects/tree-ssa/ --- - NAKATA Maho (maho@FreeBSD.org) |