diff options
author | maho <maho@FreeBSD.org> | 2005-09-05 11:17:54 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-05 11:17:54 +0800 |
commit | 56aab785c1799ae417163d04e95308db3c9a1a99 (patch) | |
tree | 3620796dae2cac8598d0e1a6e7621e2c180d0173 | |
parent | 3100bd60fb47d5bcf1f3de97ef25eea3b82ceaf8 (diff) | |
download | freebsd-ports-gnome-56aab785c1799ae417163d04e95308db3c9a1a99.tar.gz freebsd-ports-gnome-56aab785c1799ae417163d04e95308db3c9a1a99.tar.zst freebsd-ports-gnome-56aab785c1799ae417163d04e95308db3c9a1a99.zip |
1. update to 8.1.030
2. cleanup message
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu>, netchild
and Ali Faiez Taha <aftaha@cirp.usp.br> [2]
-rw-r--r-- | lang/ifc/Makefile | 6 | ||||
-rw-r--r-- | lang/ifc/distinfo | 4 | ||||
-rw-r--r-- | lang/ifc/pkg-descr | 1 |
3 files changed, 3 insertions, 8 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 9865fd6d544c..c7ff1c34991a 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ifc -PORTVERSION= 8.1.028 +PORTVERSION= 8.1.030 CATEGORIES= lang linux devel MASTER_SITES= DISTNAME= l_fc_pc_${PORTVERSION:C/p.+$//} @@ -205,10 +205,6 @@ post-install: @${ECHO} "${PREFIX}/${COMPILERDIR}/licenses) directory and add" @${ECHO} "${PREFIX}/${COMPILERDIR}/bin to your PATH." @${ECHO} - @${ECHO} "If you use ifc on a Pentium 4 make sure you have 'options CPU_ENABLE_SSE'" - @${ECHO} "in your kernel config (have a look at http://www.FreeBSD.org/handbook/" - @${ECHO} "if you do not know how to do this), else ifc will hang forever." - @${ECHO} @${ECHO} "WARNING: If you use ifc while having linux_devtools installed, ifc will use" @${ECHO} "the wrong includes and therefore will generate bogus (not working) binaries!" @${ECHO} diff --git a/lang/ifc/distinfo b/lang/ifc/distinfo index ed955707ddee..8a8bcafb9968 100644 --- a/lang/ifc/distinfo +++ b/lang/ifc/distinfo @@ -1,2 +1,2 @@ -MD5 (l_fc_pc_8.1.028.tar.gz) = ffc417a9bfb01ef00e3d5caed33e7beb -SIZE (l_fc_pc_8.1.028.tar.gz) = 90601242 +MD5 (l_fc_pc_8.1.030.tar.gz) = 0f673080980fd6ce43a6f3a726c16bc9 +SIZE (l_fc_pc_8.1.030.tar.gz) = 90971541 diff --git a/lang/ifc/pkg-descr b/lang/ifc/pkg-descr index d5ebb1f3f20f..8487dd8888b9 100644 --- a/lang/ifc/pkg-descr +++ b/lang/ifc/pkg-descr @@ -2,4 +2,3 @@ This is Intels Fortran compiler, it is set up to produce native FreeBSD binaries. WWW: https://premier.intel.com/ - http://www.intel.com/software/products/compilers/flin |