diff options
author | maho <maho@FreeBSD.org> | 2004-03-18 22:39:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-18 22:39:08 +0800 |
commit | d524cd3ee191c7eadff8426a85919bc8c0e75b49 (patch) | |
tree | f1255796a3f90fdc7b8b304fef29d4622b737506 /lang | |
parent | 77944b040f7711f29fb66e4cc59d2fa34c10bced (diff) | |
download | freebsd-ports-gnome-d524cd3ee191c7eadff8426a85919bc8c0e75b49.tar.gz freebsd-ports-gnome-d524cd3ee191c7eadff8426a85919bc8c0e75b49.tar.zst freebsd-ports-gnome-d524cd3ee191c7eadff8426a85919bc8c0e75b49.zip |
1) update to 20040317 daily snapshot
Please see the status report:
http://gcc.gnu.org/ml/gcc/2004-03/msg00596.html
2) SIZEify
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gfortran/Makefile | 3 | ||||
-rw-r--r-- | lang/gfortran/distinfo | 3 | ||||
-rw-r--r-- | lang/gfortran/files/patch-getpwd.c | 14 | ||||
-rw-r--r-- | lang/gfortran/files/patch-hashtab.c | 14 |
4 files changed, 31 insertions, 3 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile index 401f1ccc5b32..b177115ba641 100644 --- a/lang/gfortran/Makefile +++ b/lang/gfortran/Makefile @@ -8,7 +8,6 @@ PORTNAME= gfortran PORTVERSION= 3.5.${SNAPDATE} -PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= maho/tree-ssa @@ -28,7 +27,7 @@ PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 -SNAPDATE= 20040130 +SNAPDATE= 20040317 .include <bsd.port.pre.mk> diff --git a/lang/gfortran/distinfo b/lang/gfortran/distinfo index 8d1b2d2e0c19..3f6f0e087108 100644 --- a/lang/gfortran/distinfo +++ b/lang/gfortran/distinfo @@ -1 +1,2 @@ -MD5 (tree-ssa-20040130.tar.bz2) = 1649e0a4768e407fe56e45bdc2c43d88 +MD5 (tree-ssa-20040317.tar.bz2) = 3e66d377b16e7f0ae60f369565187c72 +SIZE (tree-ssa-20040317.tar.bz2) = 25938822 diff --git a/lang/gfortran/files/patch-getpwd.c b/lang/gfortran/files/patch-getpwd.c new file mode 100644 index 000000000000..93945e340057 --- /dev/null +++ b/lang/gfortran/files/patch-getpwd.c @@ -0,0 +1,14 @@ +--- 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 new file mode 100644 index 000000000000..eba847201672 --- /dev/null +++ b/lang/gfortran/files/patch-hashtab.c @@ -0,0 +1,14 @@ +--- 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> |