diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-09-05 03:17:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-09-05 03:17:54 +0000 |
commit | 6c0ad1de25e1235c96814ac8b74868d46cc04fd8 (patch) | |
tree | dcdb132f201a54fdb1c66a91cf95ff90ec697cd1 /lang/ifc | |
parent | 97cb38e987796eaf20bf6dea19813242fa045c16 (diff) | |
download | ports-6c0ad1de25e1235c96814ac8b74868d46cc04fd8.tar.gz ports-6c0ad1de25e1235c96814ac8b74868d46cc04fd8.zip |
Notes
Diffstat (limited to 'lang/ifc')
-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 |