diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-18 14:39:08 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-18 14:39:08 +0000 |
commit | 44b0588d051dca1fd43a09e14ed31b0ec2eda04c (patch) | |
tree | 5636d177d4d09c0516d184c998169a1c04b56e67 | |
parent | db249059e441969d7822591be23da0c4c6d31ea2 (diff) | |
download | freebsd-ports-44b0588d051dca1fd43a09e14ed31b0ec2eda04c.zip |
1) update to 20040317 daily snapshot
Please see the status report:
http://gcc.gnu.org/ml/gcc/2004-03/msg00596.html
2) SIZEify
-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> |