1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

1) update to 20040317 daily snapshot

Please see the status report:
   http://gcc.gnu.org/ml/gcc/2004-03/msg00596.html
2) SIZEify
This commit is contained in:
Maho Nakata 2004-03-18 14:39:08 +00:00
parent db249059e4
commit 44b0588d05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104468
4 changed files with 31 additions and 3 deletions

View File

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

View File

@ -1 +1,2 @@
MD5 (tree-ssa-20040130.tar.bz2) = 1649e0a4768e407fe56e45bdc2c43d88
MD5 (tree-ssa-20040317.tar.bz2) = 3e66d377b16e7f0ae60f369565187c72
SIZE (tree-ssa-20040317.tar.bz2) = 25938822

View File

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

View File

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